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

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

@font-face {
  font-family: Grotesque;
  src: url('../fonts/Fold-Grotesque-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Grotesque;
  src: url('../fonts/Fold-Grotesque-Heavy.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Bc Sklonar;
  src: url('../fonts/bc-sklonar-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bc Sklonar;
  src: url('../fonts/bc-sklonar-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bc Sklonar;
  src: url('../fonts/bc-sklonar-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-main-color: #18191b;
  --bran-primary: #82b56a;
  --text-disabeld: #484848cc;
  --table-border-color: silver;
}

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 900;
}

.main-header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-box {
  padding: 1px;
}

.header-text {
  color: #212529;
  margin-left: -10px;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.banner-section {
  background-color: #f6f2ec;
  overflow: hidden;
}

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

.container.p-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.container.slider-container {
  max-width: 1262px;
}

.container.footer-container {
  max-width: 1280px;
}

.banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.banner-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 33px 50px 63px 96px;
  display: flex;
}

.headline-main {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 900;
  line-height: 94%;
}

.main-text {
  max-width: 430px;
  margin-bottom: 19px;
  font-size: 25px;
  font-weight: 900;
  line-height: 34px;
}

.main-text.footer-main-sub {
  max-width: 70%;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.banner-list {
  margin-right: 0;
}

.banner-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
}

.image {
  width: 26px;
  height: 26px;
  margin-right: 9px;
}

.cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  z-index: 1;
}

.cta-wrapper.space-1 {
  margin-top: 45px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #ffe22f;
  border-radius: 10px;
  width: 360px;
  max-width: 100%;
  padding: 20px 10px;
  font-weight: 800;
  display: inline-block;
  box-shadow: 0 2px 7px 1px #00000030;
}

.image-2 {
  max-width: 60%;
  margin-top: 23px;
  margin-bottom: 12px;
}

.cta-info-item {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.cta-info-item.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}

.text-block-2 {
  color: #212529;
  margin-left: -1px;
  font-family: "Fa Solid 900";
  font-size: 16px;
  line-height: 16px;
}

.text-block-3 {
  color: #212529;
  margin-left: 8px;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.approved-card {
  text-align: left;
  background-color: #def3fb;
  border-radius: 10px;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.approved-card.white {
  background-color: #fff;
  max-width: 100%;
  margin-top: 32px;
  margin-left: 24px;
  margin-right: 24px;
}

.text-block-5 {
  color: #121212;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  display: inline-block;
}

.text-block-6 {
  color: #121212;
  margin-top: 8px;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.banner-video-box {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-3 {
  margin-right: -30px;
}

.cta-bottom-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 466px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.cta-bottom-info.full {
  max-width: none;
}

.cta-bottom-info.product {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: none;
  max-width: none;
  margin-top: -1px;
  font-size: 13px;
  line-height: 19px;
}

.section-one {
  background-color: #4cc3e933;
  padding: 48px 10px;
}

.section-one.dob-mob {
  background-color: #fff3;
}

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

.section-one-outer {
  padding: 1px;
}

.heading-2 {
  color: #191d1c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24.7px;
}

.div-block-6 {
  padding: 12px 10px;
}

.section-two {
  padding: 60px 10px;
}

.section-two-outer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.div-block-7 {
  text-align: center;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-4 {
  width: 110px;
  height: 110px;
  margin-top: 1px;
  margin-left: 1px;
}

.heading-3 {
  color: #121212;
  margin-top: 17px;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23.16px;
}

.text-block-7 {
  color: #121212;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.text-block-8 {
  color: #000;
  margin-top: 8px;
  padding: 1px 2px 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.16px;
}

.section-three {
  background-color: #4cc3e933;
  padding: 60px 10px;
}

.sec-three-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1px;
  display: grid;
}

.heading-4 {
  color: #121212;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 42.9px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.div-block-9 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 4px 13px #09413c1a;
}

.heading-5 {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26.6px;
  display: inline;
}

.text-block-9 {
  margin-top: 9px;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.background-video-2 {
  z-index: 1;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
}

.section-four {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section-four-outer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1px;
  display: grid;
}

.content-wrapp {
  padding: 0 24px;
}

.heading-6 {
  color: #121212;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.rich-text {
  padding-top: 8px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text.negative-bottom {
  margin-bottom: -32px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -4px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.image-7 {
  width: 27px;
}

.text-block-11 {
  color: #121212;
  margin-left: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-12 {
  color: #121212;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.section-five {
  background-color: #4cc3e933;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.section-four-outer-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 1px;
  display: grid;
}

.div-block-13 {
  padding-top: 13px;
  padding-left: 26px;
  padding-right: 10px;
}

.div-block-14 {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 16px;
}

.heading-7 {
  color: #121212;
  margin-top: 0;
  margin-right: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-15 {
  margin-top: 1px;
}

.div-block-16 {
  color: #121212;
  margin-top: 10px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.section-five-outer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.section-five-outer.mt-26 {
  margin-top: 26px;
}

.section-five-outer.mt-26.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  padding-top: 11px;
  padding-bottom: 14px;
  padding-right: 10px;
}

.text-block-12 {
  color: #121212;
  margin-top: 22px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-18 {
  padding: 1px 10px 1px 15px;
}

.image-10 {
  border-radius: 15px;
  width: 569px;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 10px;
  display: flex;
}

.text-block-13 {
  margin-bottom: 24px;
}

.btn-box {
  margin-top: 16px;
  padding: 1px 3px;
}

.button-two {
  color: #000;
  text-align: center;
  background-color: #ffe22f;
  border-radius: 10px;
  width: 100%;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 23.16px;
  display: inline-block;
  box-shadow: 0 2px 7px 1px #00000030;
}

.div-block-20 {
  padding-left: 15px;
  padding-right: 10px;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: -4px;
  display: flex;
}

.image-11 {
  width: 569px;
}

.div-block-22 {
  padding: 13px 10px 12px 31px;
}

.image-12 {
  width: 26px;
  height: 26px;
}

.div-block-23 {
  color: #121212;
  padding: 10px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.headline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.headline.mx-74-percent {
  width: 74%;
}

.headline.small {
  letter-spacing: 0;
  font-size: 35px;
  line-height: 42px;
}

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

.headline.centered.up-letter-first {
  text-transform: capitalize;
  line-height: 115%;
}

.headline.centered.up-letter-first._123 {
  margin-bottom: 16px;
}

.headline.commressed {
  letter-spacing: -.04em;
}

.headline.commressed.mx-74-percent {
  color: #000;
  text-transform: uppercase;
}

.headline.mid {
  font-size: 45px;
  line-height: 56px;
}

.headline.mid.inter {
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
}

.headline.semy-small {
  font-size: 40px;
  line-height: 46px;
}

.headline.semy-small.uppdercase {
  text-transform: uppercase;
}

.headline.semy-small.uppdercase.footer-headline {
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 25px;
}

.headline.big {
  font-size: 55px;
  line-height: 60px;
}

.text-block-14 {
  color: #121212;
  margin-left: 8px;
  padding-top: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-24 {
  padding: 1px 10px;
}

.section-six {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-25 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1px 10px 12px;
  display: flex;
}

.text-block-15 {
  color: #7b7b7b;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23.16px;
}

.heading-9 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.div-block-26 {
  border-bottom: 1px solid #aaa;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 868px;
  display: flex;
}

.div-block-26.hide {
  display: none;
}

.div-block-27 {
  width: 365%;
  padding-top: 14px;
  padding-bottom: 15px;
}

.div-block-28 {
  background-color: #f3f7f6;
  border-top: 3px solid #7dc76e;
  border-left: 3px solid #7dc76e;
  border-right: 3px solid #7dc76e;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  padding: 22px 10px 20px;
}

.image-13 {
  width: auto;
  height: 25px;
}

.div-block-29 {
  width: 100%;
  padding: 12px 10px;
}

.text-block-16 {
  color: #212529;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-30 {
  background-color: #f3f7f6;
  border-left: 3px solid #7dc76e;
  border-right: 3px solid #7dc76e;
  width: 100%;
  padding: 12px 10px;
}

.div-block-31, .div-block-32 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-33 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 868px;
  display: flex;
}

.div-block-33.hide {
  display: none;
}

.image-15 {
  height: 30px;
}

.text-block-17 {
  color: #212529;
  text-align: right;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}

.section-seven {
  background-color: #4cc3e933;
  padding: 30px 10px;
}

.div-block-35 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 1px;
  display: flex;
}

.div-block-35.spaced {
  margin-top: 48px;
}

.heading-extra-big {
  color: #121212;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  font-size: 36px;
  line-height: 130%;
}

.image-17.none {
  display: none;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-39 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 13px;
  padding: 1px;
  display: flex;
}

.image-18 {
  width: 60px;
  margin-right: 11px;
}

.text-block-18 {
  color: #212529;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
}

.image-19 {
  float: left;
  clear: left;
  width: 100px;
  margin-top: 4px;
  margin-left: 2px;
  margin-right: 10px;
}

.text-block-19 {
  float: none;
  clear: none;
  color: #212529;
  width: 100%;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  display: block;
}

.text-block-20 {
  color: #2f2f2f;
  margin-top: 8px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

.text-block-21 {
  color: #c45500;
  margin-top: 7px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-22 {
  color: #2f2f2f;
  margin-top: 18px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-42 {
  padding: 22px 20px 20px;
}

.section-eight {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding: 24px;
  display: grid;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 1px;
  display: flex;
}

.heading-11 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 39.6px;
}

.div-block-45 {
  text-align: left;
  padding-left: 31px;
  padding-right: 10px;
}

.section-nine {
  background-color: #4cc3e9c9;
  padding: 50px 10px 64px;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-47 {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  max-width: 371px;
  margin-top: -20px;
  margin-right: -40px;
  padding: 32px 20px 32px 21px;
  position: relative;
}

.heading-12 {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.text-block-24 {
  color: #121212;
  margin-top: 24px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-49 {
  z-index: 4;
  border-radius: 20px;
  width: 907px;
  height: 521px;
  margin-top: -30px;
  padding: 12px 10px;
  position: relative;
}

.video-2 {
  border-radius: 10px;
}

.section-ten {
  background-color: #4cc3e933;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-50 {
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-52 {
  text-align: center;
  padding: 0 10px 11px;
}

.div-block-52.pt-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-25 {
  color: #508b85;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-26 {
  color: #434339;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 27.6px;
}

.section-eleven {
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-eleven.hide {
  display: none;
}

.heading-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-53 {
  margin-bottom: 34px;
  padding: 13px 10px 10px;
}

.div-block-54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2px;
  padding-right: 2px;
  display: grid;
}

.div-block-55 {
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-57 {
  border: 6px solid #35e0d0;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

.div-block-58 {
  color: #fff;
  background-color: #35e0d0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 10px 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-12 {
  color: #000;
}

.heading-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
}

.text-span-14 {
  color: #e06c36;
  font-weight: 700;
}

.div-block-59 {
  margin-top: 15px;
  position: relative;
}

.text-block-27 {
  color: #000;
  margin-right: -4px;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.image-23 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 343px;
}

.div-block-60 {
  margin-top: 10px;
}

.section-twelve {
  background-color: #4cc3e933;
  padding: 30px 10px 31px;
}

.div-block-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.div-block-62 {
  margin-top: 30px;
}

.div-block-63 {
  padding: 12px 10px 12px 4px;
}

.div-block-63.alighn-left {
  text-align: left;
}

.heading-17 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
}

.text-block-28 {
  color: #212529;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-29 {
  color: #212529;
  margin-bottom: 21px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
}

.text-block-30 {
  color: #121212;
  text-align: left;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.image-24 {
  width: 26px;
}

.div-block-64 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 11px;
  display: flex;
}

.div-block-65 {
  margin-top: 1px;
}

.image-25 {
  width: 546px;
  min-height: 70px;
}

.payment-block {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 12px;
}

.div-block-68 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 30px 32px;
}

.div-block-69 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-26 {
  object-fit: cover;
  width: auto;
  height: 36px;
}

.text-block-31 {
  color: #121212;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
}

.text-block-33 {
  color: #121212;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.team-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-section.less-space {
  padding-bottom: 0;
}

.div-block-70 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-71 {
  padding: 21px 10px 12px 15px;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 46.2px;
}

.text-block-34 {
  color: #212529;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-27 {
  border-radius: 15px;
  width: 275px;
}

.image-28 {
  border-radius: 15px;
  width: 275px;
  margin-left: 21.65px;
}

.faq-section {
  padding: 0 15px 57px;
}

.faq-content {
  padding-top: 26px;
  display: flex;
}

.heading-21 {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.6px;
}

.dropdown-box {
  width: 50%;
  padding-left: 3px;
}

.dropdown-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 26px 0;
  display: flex;
}

.dropdown {
  border-bottom: 1px solid #000;
  display: block;
}

.dropdown-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-list {
  background-color: #ddd;
  padding-bottom: 0;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding: 8px 0 0;
}

.dropdown-text {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.main-footer {
  background-color: #f6f3ea;
  padding: 10px;
}

.footer-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.copyright-text {
  color: #303030;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-22 {
  color: #121212;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.div-block-72 {
  margin-top: 16px;
  margin-right: -8px;
  padding: 1px;
}

.div-block-73 {
  padding: 1px 12px 1px 18px;
}

.orange-span {
  color: #e06c36;
}

.div-block-74 {
  padding-bottom: 60px;
  padding-left: 1px;
}

.div-block-74.ng-mottom {
  padding-bottom: 0;
}

.div-block-75 {
  border: 1.5px solid #4cc3e9c9;
  border-radius: 15px;
  margin: 24px;
  padding: 16px;
}

.text-block-37 {
  color: #2f2f2f;
  margin-top: 7px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

.image-29 {
  width: 550px;
  max-width: 70%;
}

.text-block-38 {
  color: #121212;
  margin-left: 6.14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-39 {
  color: #2f2f2f;
  margin-top: 7px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

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

.div-block-78 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1px;
  display: flex;
}

.text-block-41 {
  color: #212529;
  margin-bottom: 24px;
  margin-right: -23px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-42 {
  transform-style: preserve-3d;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Fa Solid 900";
  display: inline-block;
  position: absolute;
  inset: 5px 10px auto auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.discount-box {
  z-index: 999;
  background-color: #fff;
  border-top: 2px solid #e2e2e2;
  padding: 13px 10px 12px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.discount-btn-box {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
}

.div-block-80 {
  color: #fff;
  background-color: #35e0d0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 10px 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: none;
}

.text-span-34 {
  margin-left: -13px;
}

.heading-23 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-86 {
  background-color: #e06c36;
  width: 102px;
  height: 3px;
  position: absolute;
  inset: 24% auto auto 50%;
  transform: translate(-61%);
}

.div-block-86._w-115 {
  width: 130px;
  transform: translate(-59%);
}

.link-4 {
  color: #121212;
  text-decoration: none;
}

.text-block-16-copy {
  color: #212529;
  max-width: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-79-copy {
  background-color: #f3f7f6;
  border-bottom: 3px solid #7dc76e;
  border-left: 3px solid #7dc76e;
  border-right: 3px solid #7dc76e;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  padding: 15px 10px 20px;
}

.div-block-87 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 24px 25px 30px;
  display: flex;
}

.doc-image {
  object-fit: cover;
  max-width: 50%;
}

.text-span-38 {
  text-decoration: underline;
}

.div-block-88 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1px;
  padding: 1px 12px 10px;
  display: flex;
}

.div-block-88.mobile-row.ng-top, .div-block-88.negative-top {
  margin-top: -32px;
}

.div-block-89 {
  background-color: #fff0;
  border-radius: 16px;
  width: 313px;
  margin-top: 20px;
  position: relative;
}

.background-video-8 {
  z-index: 1;
  border-radius: 18px;
  height: auto;
  padding-top: 0%;
}

.background-video-8._20tp {
  margin-top: 20px;
}

.text-block-53 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-span-39 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.footer-sub-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.legal-text {
  color: #303030;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.text-block-52 {
  margin-bottom: 4px;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cred-logo {
  min-width: 100px;
  max-width: 100px;
}

.testimonial-card-customize-image {
  object-fit: cover;
  max-width: 200px;
  margin-left: 16px;
}

.div-block-102 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-102.hide {
  display: none;
}

.text-block-45 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-32 {
  width: 100px;
}

.hr-img {
  width: 100%;
}

.image-34 {
  border-radius: 15px;
  width: 100%;
}

.video-container {
  width: 100%;
  position: relative;
}

.video-container.mobile-view {
  display: none;
}

.circle-wrapper {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.code-embed-2 {
  width: 130px;
  height: 130px;
}

.div-block-108, .div-block-109, .div-block-110 {
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  border-radius: 10px;
  max-width: 70%;
}

.image-36 {
  border-radius: 10px;
  max-width: 40%;
}

.bold-text {
  color: #fff;
}

.heading-18 {
  color: #d15419;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.heading-19 {
  color: #71bba0;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 60px;
}

.bold-text-2 {
  font-size: 40px;
}

.footer {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 45px;
}

.div-block-111 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.all-rights-reserved {
  color: #fff;
  font-size: 16px;
}

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

.legal-links {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.image-37 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-38 {
  border-radius: 15px;
}

.mobile {
  display: none;
}

.image-39, .image-40, .image-41, .banner-icon-image, .image-43 {
  width: 26px;
  height: 26px;
  margin-right: 9px;
}

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

.image-44 {
  max-width: 50%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-112 {
  max-width: 200px;
}

.background-video-9 {
  width: 100px;
  height: 100px;
}

.background-video-10 {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.background-video-11 {
  z-index: 1;
  min-width: 100px;
  min-height: 100px;
}

.background-video-12 {
  z-index: 1;
  position: relative;
}

.background-video-13 {
  z-index: 1;
}

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

.image-45 {
  width: 100%;
  overflow: visible;
}

.image-46 {
  max-width: 160px;
}

.rich-text-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.heading-big, .heading-26 {
  text-align: center;
}

.text-span-40 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-41, .text-span-42 {
  font-weight: 400;
}

.text-block-101 {
  color: #121212;
  text-align: center;
  padding-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-101 p {
  margin-bottom: 16px;
  font-size: 17px;
}

.img.spaced {
  margin-bottom: 30px;
}

.img.rounded-18 {
  border-radius: 18px;
}

.img.rounded-10 {
  border-radius: 10px;
}

.img.rounded-30 {
  border-radius: 30px;
}

.img.rounded-20 {
  border-radius: 20px;
}

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

.table-image {
  width: 100%;
  max-width: 168px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.table-image.main-image {
  max-width: 95px;
  transform: translate(-10px, -20px);
}

.div-block-113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: grid;
}

.div-block-114 {
  max-width: 960px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-115 {
  background-color: #adebff26;
  border: 2px dashed #4cc3e9c9;
  border-radius: 15px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
}

.image-48 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-49 {
  width: 100%;
}

.section-seven-copy {
  padding: 40px 10px 0;
}

.highlighted {
  background-color: #ffe22f;
}

.text-block-10-center {
  text-align: left;
  padding-top: 11px;
  font-family: Montserrat, sans-serif;
}

.text-block-10-center p {
  margin-bottom: 16px;
  font-size: 17px;
}

.garantee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid #ffe22f;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  display: grid;
  position: relative;
}

.btn-banner-copy {
  margin-top: 16px;
  padding: 1px 1px 1px 2px;
}

.section-eight-copy {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-116 {
  margin-top: 16px;
}

.image-50 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-50.cpaced {
  margin-top: 26px;
  margin-bottom: 32px;
}

.image-51 {
  border-radius: 15px;
  max-width: 400px;
}

.div-block-117 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: grid;
}

.section-eight-grey {
  background-color: #4cc3e933;
  padding-top: 80px;
  padding-bottom: 80px;
}

.arrow {
  filter: invert();
  flex: none;
  width: 20px;
}

.countdown-hrs {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

._28px-black {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.offer-img {
  flex: none;
  max-width: 400px;
}

.red-span {
  color: #c8202f;
}

.red-span._800, .span-800 {
  font-weight: 800;
}

.div-offer-main {
  background-color: #fff;
  border: 2px dashed #c8202f;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-offer-main.mg {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
}

.p-16px {
  margin-top: 12px;
  font-size: 16px;
  line-height: 120%;
}

.div-highlight {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fed7cc;
  border: 2px dashed #cbcbcb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.countdown-min {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

.divider {
  background-color: #000;
  flex: none;
  width: 1px;
  height: 23px;
}

.timer-red {
  color: #c8202f;
  display: flex;
}

.timer-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 900;
  line-height: 110%;
  display: flex;
}

.div-sale {
  color: #fff;
  background-color: #c8202f;
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  position: absolute;
  top: -25px;
}

.div-offer-left {
  text-align: center;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.big-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-transform: none;
  background-color: #ffe22f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.p-18px {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 140%;
}

.countdown-sec {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

._14px-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

._14px-bold.hide {
  display: none;
}

.div-block-118 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-102 {
  text-transform: uppercase;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout229_image {
  max-width: 140px;
  display: block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.logos {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.layout229_item {
  text-align: center;
  width: 100%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.layout229_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout229_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-eight-wht {
  background-color: #fff;
}

.layout229_image-wrapper-copy {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-103 {
  color: #00bfff;
  text-align: center;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph {
  text-align: center;
  margin-top: 12px;
  font-size: 19px;
  line-height: 120%;
}

.body {
  color: var(--text-main-color);
  font-family: Grotesque, Arial, sans-serif;
  font-size: 20px;
  line-height: 145%;
}

.div-block-116-copy {
  text-align: center;
  margin-top: 16px;
}

.div-block-119 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.img-copy {
  border-radius: 0 0 15px 15px;
}

.flex-block-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.content-holder {
  width: 100%;
}

.hide {
  display: none;
}

.full-width {
  width: 100%;
}

.mx-600 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mx-600.lef {
  margin-left: 0;
}

.section {
  padding-top: 75px;
  padding-bottom: 80px;
}

.section.st-2 {
  box-shadow: 0 -12px 26.9px #0000001a;
}

.section.st-3 {
  padding-top: 53px;
  padding-bottom: 75px;
}

.section.st-4 {
  padding-top: 0;
}

.section.st-5 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.section.st-7 {
  padding-top: 35px;
  padding-bottom: 74px;
}

.section.st-8 {
  padding-bottom: 30px;
}

.section.st-9 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.st-10 {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.st-11 {
  padding-top: 34px;
  padding-bottom: 104px;
}

.bottom-product-image {
  background-image: url(../images/prod2-opt.png);
      position: absolute;
    width: 90%;
    height: 90%;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    bottom: 0;
    right: 10%;
    left: auto;
}

.section.st-12 {
  background-image: linear-gradient(90deg, #000, #60af54);
  background-position: 0 0, 0 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 122px;
  padding-bottom: 122px;
  position: relative;
}

.small-text {
  font-size: 14px;
  line-height: 1.4em;
}

.accordion-item {
  border-top: 1px solid #0003;
  margin-bottom: 64px;
  padding: 20px 24px 0;
}

.recources-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  overflow: auto;
}

.arrow-icon {
  width: 20px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.text-block-104 {
  color: #656565;
  margin-bottom: 0;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.icon.accordion-icon.red {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.last-chance {
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 140%;
}

.highlight {
  color: var(--bran-primary);
  padding-left: 0;
  padding-right: 0;
}

.highlight.underscore {
  text-decoration: underline;
}

.bg-video {
  z-index: 1;
}

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

.hflex-gap-16px.top-bar-wrap {
  justify-content: center;
  align-items: center;
}

.top-bar-image {
  border-radius: 0;
  height: 20px;
}

._16px-900 {
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
}

._16px-900.bold.tb-tex {
  font-weight: 900;
}

._16px-900.bold.white {
  color: #fff;
}

.bold {
  font-weight: 900;
}

.image-column {
  padding: 0 24px 16px;
}

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

.logos3x2.padding {
  padding: 6px;
}

.logo-image {
  border-radius: 0;
  width: 15%;
  max-width: 120px;
}

.logo-image.padding {
  padding: 4px;
}

.div-countdown-holder-main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.section-sale-fixed {
  z-index: 99;
  background-color: #4cc3e9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

.div-white-back {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 8px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.section-timer-fixed {
  background-color: var(--text-main-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 18px;
  display: flex;
}

.top-bar-image-2 {
  border-radius: 0;
  height: 20px;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px 20px;
  display: flex;
}

.container-3 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.top-bar {
  z-index: 9999;
  width: 100%;
  position: sticky;
  top: 0;
}

.btn-primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bran-primary);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 466px;
  padding: 20px 25px;
  font-size: 19px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.btn-primary:hover {
  background-color: #000;
}

.btn-primary.full {
  max-width: none;
}

.btn-primary.mx-542 {
  max-width: 542px;
}

.btn-primary.product {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 9px;
  max-width: none;
  padding-top: 21px;
  padding-bottom: 18px;
  font-size: 22px;
  line-height: 22px;
}

.btn-primary.footer-cta {
  margin-top: 30px;
  font-weight: 400;
}

.top-bar-text {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-bar-cta {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Martian Mono, sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.svg-icon {
  line-height: 0%;
}

.svg-icon.cta-icon {
  width: 24px;
  margin-right: 12px;
}

.svg-icon.cta-icon.hands, .svg-icon.cta-icon.hands.product {
  width: 35px;
}

.svg-icon.cta-icon.product {
  width: 24px;
  margin-right: 10px;
}

.svg-icon.stars {
  width: 86px;
}

.svg-icon.fb-like {
  object-fit: contain;
  width: 23px;
}

.svg-icon.button-arrow {
  width: 20px;
}

.svg-icon.rocket {
  width: 87px;
  min-width: 87px;
}

.svg-icon.rocket-small {
  width: 18px;
  line-height: 14px;
}

.svg-icon.product {
  width: 20px;
}

.svg-icon.ingredients-logo {
  width: 29px;
}

.svg-icon.tb-icon-check {
  width: 33px;
  height: 33px;
}

.svg-icon.tb-icon-cross {
  width: 16px;
}

.svg-icon.act-arrow {
  width: 15px;
}

.svg-icon.white-stars {
  width: 118px;
}

.svg-icon.accordion-one {
  width: 20px;
  height: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.svg-icon.accordion-one.open {
  position: absolute;
}

.svg-icon.footer-logo {
  width: 260px;
}

.svg-icon.header-icon {
  width: 270px;
}

.icon-star {
  width: 100px;
}

.rating-text-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.rating-text-wrap.small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 23px;
}

.rating-text-wrap.single {
  margin-bottom: 2px;
}

.rating-text-wrap.product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.rating-text-wrap.nowrap {
  white-space: nowrap;
}

.star-image-sub {
  object-fit: contain;
  width: 100%;
  max-width: 130px;
  margin-right: 8px;
}

.star-image-sub.small {
  max-width: 102px;
}

.star-image-sub.single {
  max-width: 129px;
  margin-right: 8px;
}

.small-slogan {
  color: var(--bran-primary);
  text-transform: uppercase;
  font-family: Bc Sklonar, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.small-slogan.compressed {
  letter-spacing: -1px;
}

.small-slogan.compressed.footer-slogan, .small-slogan.footer-slogan {
  font-size: 30px;
  line-height: 40px;
}

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

.info-wrap.centered.banner-info-wrap {
  max-width: 96%;
}

.info-wrap.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.info-wrap.footer-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 466px;
}

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

.marquee-wrapper {
  background-color: var(--text-main-color);
  color: #fff;
  width: 100vw;
  padding-top: 17px;
  padding-bottom: 17px;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.marquee-text {
  white-space: nowrap;
  font-size: 15px;
  line-height: 20px;
}

.marquee-icon {
  width: 2.5vw;
}

.carusel-wrap-item {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  width: 1501%;
  min-width: 1501px;
  max-width: 1501px;
}

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

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

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

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

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

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

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

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

.tab {
  width: 100%;
}

.tab-toggle {
  color: #9d9d9d;
  background-color: #fff;
  border-bottom: 2px solid #0000;
  margin-right: 30px;
  padding: 0 0 10px;
  font-family: Bc Sklonar, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.tab-toggle.w--current {
  border-bottom-color: var(--bran-primary);
  color: var(--bran-primary);
  background-color: #fff;
}

.tabs-content {
  margin-top: 70px;
  overflow: visible;
}

.tab-panel-wrap {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
}

.tab-image-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 55%;
}

.tab-image-wrap.and {
  justify-content: flex-start;
  align-items: flex-end;
}

.tab-image {
  border-radius: 22px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.tab-image.big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 600px;
  display: flex;
  box-shadow: 0 2px 18px 1px #8f8f8f80;
}

.tab-image.big.table-ing {
  background-color: #262626;
  background-image: url('../images/4eb22106-fd8b-4241-ae92-5b9b6dd10910.png');
  background-position: 50%;
  background-size: contain;
  padding: 19px 16px;
}

.tab-image.big.table-ing.mobile-hide, .tab-image.mobile {
  display: none;
}

.tab-coulm {
  width: 49.5%;
}

.tab-coulm.small {
  width: 45%;
}

.tab-content-description {
  font-size: 25px;
  line-height: 36px;
}

.comment-wrap-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: -10px;
}

.comment-holder {
  background-color: #fff;
  border-radius: 12px;
  padding: 29px 24px;
  box-shadow: -5px 2px 22.5px #00000040;
}

.comment-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.commentor-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.verif-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.comment-date {
  font-family: Generalsans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.comment-stars {
  margin-top: 9px;
  margin-bottom: 15px;
}

.comment-text-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.comment-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.comment-description {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.single-comment-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 563px;
  max-width: 100%;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
}

.fb-comment {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.fb-account-image {
  object-fit: fill;
  border-radius: 500px;
  width: 47px;
  min-width: 47px;
  max-width: 47px;
}

.fb-comment-text-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f1f2f5;
  border-radius: 28px;
  padding: 16px 20px 25px;
}

.fb-comment-text-wrap.big {
  padding-top: 19px;
  padding-bottom: 27px;
}

.fb-comment-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.fb-comment-description {
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
}

.fb-comment-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.fb-comment-action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
}

.fb-comment-action-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.title-with-slogan {
  width: 100%;
}

.title-with-slogan.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.title-with-slogan.centered.mid-slogan {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: 18px;
  line-height: 24px;
}

.gallery-vertical, .gallery-horisontal {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  width: 100%;
}

.gallery-horisontal.full-height {
  height: 100%;
}

.image-wrapper {
  width: 100%;
}

.image-wrapper.rounded-18 {
  border-radius: 18px;
}

.image-wrapper.full-height {
  height: 100%;
}

.image-wrapper.has-label {
  position: relative;
}

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

.icon-text-wrap.rocket {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 688px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.two-comment-wrap {
  flex-flow: row;
}

.two-comment-wrap.gap-34 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1px;
}

.comment-column {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 50%;
}

.comment-column.gap-26 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.video-testimonials {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
}

.video-testimonials.image-testimonials {
  max-width: none;
  padding-bottom: 8px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.video-embad {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.video-embad.cursor {
  cursor: pointer;
}

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

.icon-2 {
  color: #000;
}

.review-description {
  color: #010f3a;
  height: 100%;
  font-size: 18px;
  line-height: 130%;
}

.review-slide-item {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding: 24px;
  display: flex;
  box-shadow: -10px -15px 50px #0000001a;
}

.code-custom-3 {
  padding-top: 4px;
}

.name-2 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.slider-slid {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  position: relative;
}

.feedback-review-image {
  object-fit: contain;
  width: 180px;
  margin-top: 16px;
}

.icon-3 {
  color: #000;
}

.slider-mask {
  width: 100%;
  height: 578px;
  overflow: visible;
}

.slider-mask.image-testimonal-mask {
  height: auto;
  overflow: visible;
}

.slider-mask.video-tests {
  overflow: hidden;
}

.feedback-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  display: flex;
}

.slide {
  width: 33%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.slide.image-testimonials-slide {
  width: 25%;
  padding-left: 11px;
  padding-right: 11px;
}

.slider-navigation-custom {
  margin-top: 0;
  display: none;
  position: relative;
}

.product-wrapper {
  width: 100%;
}

.product-box {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  width: 100%;
}

.product-info-wrap {
  width: 100%;
}

.product-price-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Martian Mono, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.pseudo-price {
  color: #bebebe;
  letter-spacing: -.05em;
  font-weight: 500;
  text-decoration: line-through;
}

.product-price {
  color: var(--bran-primary);
  letter-spacing: .05em;
  font-size: 27px;
  font-weight: 700;
  line-height: 42px;
}

.price-badge {
  background-color: var(--bran-primary);
  color: #fff;
  border-radius: 3px;
  margin-top: -1px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Bc Sklonar, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.product-ex-info {
  color: var(--text-disabeld);
  margin-top: -2px;
  font-size: 14px;
  line-height: 21px;
}

.product-info-sub-wrap {
  width: 100%;
  margin-top: 20px;
}

.product-info-sub {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 100%;
  padding: 17px 21px 23px;
}

.product-info-sub-title {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 25px;
}

.product-info-sub-bullets-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.sub-bullets-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.product-image-wrap {
  width: 46.3%;
  min-width: 46.3%;
}

.product-image {
  border-radius: 24px;
}

.product-title {
  color: #000;
  font-size: 23px;
  font-weight: 900;
  line-height: 28px;
}

.text-block-106 {
  font-family: Bc Sklonar, Arial, sans-serif;
}

.product-small-info {
  text-align: center;
  max-width: 497px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
}

.product-info-text-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.product-stars-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-left: 3px;
  margin-right: 7px;
}

.ingredients-wrap {
  border: 1px #68252500;
  border-radius: 20px;
  width: 100%;
  padding-right: 19px;
  overflow: hidden;
  box-shadow: -3px 5px 6px #06060640;
}

.ingredient-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: 100%;
}

.ingredient-img {
  object-fit: contain;
  width: 47%;
  height: 100%;
}

.ingredient-img.height-auto {
  height: auto;
}

.ingredients-text-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ing-title {
  color: var(--bran-primary);
  font-family: Bc Sklonar, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ing-sub-title {
  margin-top: -8px;
  font-weight: 700;
  line-height: 21px;
}

.ing-description {
  font-size: 14px;
  line-height: 19px;
}

.ingredients-holder {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.ingredients-logos-wrap {
  white-space: nowrap;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 986px;
  max-width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.ingredients-logo-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

.ingredients-image {
  width: 28px;
}

.mx-850 {
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.table-head-text {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.table-item {
  border-bottom: 1px solid silver;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 67px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-item.second {
  background-color: #fff;
}

.table-item.out-of-box {
  border-bottom-style: none;
  height: 27px;
}

.table-column {
  border-right: 1px solid silver;
  width: 100%;
  max-width: 213px;
}

.table-column.last {
  display: none;
}

.table-column.first {
  border-right-style: none;
  width: 100%;
  max-width: none;
}

.table-column.main {
  border-right-style: none;
  border-radius: 29px;
  max-width: 216px;
  position: relative;
  box-shadow: 0 4px 31.7px #00000026;
}

.table-text {
  text-transform: uppercase;
  width: 100%;
  font-family: Bc Sklonar, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.table-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.table-icon.cros {
  width: 20px;
}

.table-holder {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.table-head {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-bottom: 1px solid var(--table-border-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 155px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
}

.table-logo {
  max-width: 150px;
  height: 24px;
}

.table-image-two {
  width: 62px;
}

.table-badge {
  background-color: var(--bran-primary);
  color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5px 10px;
  font-size: 43px;
  font-weight: 900;
  line-height: 43px;
  display: flex;
}

.badge-small {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.table-sub-badge {
  justify-content: flex-start;
  align-items: center;
  font-size: 29px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
}

.table-sub-bade-small {
  font-size: 15px;
  line-height: 20px;
}

.table-text-badge {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
}

.four-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.activation-item-wrap {
  width: 25%;
}

.activation-item {
  flex-flow: column;
  font-size: 18px;
  line-height: 24px;
}

.activation-icon {
  object-fit: contain;
  object-position: 0% 50%;
  max-width: 77px;
  max-height: 100%;
}

.activation-icon._2 {
  max-width: 47px;
}

.activation-icon._3 {
  max-width: 90px;
}

.activation-icon._4 {
  max-width: 53px;
}

.activation-item-peruiud-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 15px;
  position: relative;
}

.act-title {
  font-weight: 900;
}

.act-nunmber {
  color: var(--bran-primary);
  font-family: Martian Mono, sans-serif;
}

.act-date-wrap {
  color: var(--bran-primary);
  white-space: nowrap;
  font-family: Martian Mono, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 21px;
}

.act-arrow-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 14px;
}

.act-arrow-dot {
  background-color: var(--text-main-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  display: flex;
}

.act-arrow-dot.invisible {
  height: 1px;
  min-height: auto;
}

.act-arrow-dot.invisible.no-visible {
  opacity: 0;
}

.act-arrow-line {
  width: 0;
  margin-left: -10px;
}

.act-arrow-line.no-visible {
  opacity: 0;
}

.act-arrow-simbole {
  background-color: var(--text-main-color);
  width: 100%;
  height: 1px;
}

.act-arrow-simbole.no-visible {
  opacity: 0;
}

.activation-item-title {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  width: 100%;
  margin-top: 28px;
  font-size: 28px;
  line-height: 32px;
}

.activation-icon-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 61px;
  display: flex;
}

.black {
  color: #000;
}

.big-arrow {
  background-image: linear-gradient(90deg, #000, #fff);
  width: 97%;
  height: 1px;
  position: absolute;
  left: 63%;
}

.mx-220 {
  max-width: 220px;
}

.img-testimonial-wrap {
  text-align: center;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 4px 19.7px #00000026;
}

.img-testimonial-wrap._2222 {
  display: none;
}

.img-testimonal-paragraph {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.white-stars-holder {
  background-color: var(--bran-primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 13px 8px;
  display: flex;
  position: absolute;
  top: -19px;
  box-shadow: 0 4px 16px #00000040;
}

.verif-image-testimonials {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
}

.verf-icon-img {
  object-fit: contain;
  width: 19px;
  min-width: 19px;
}

.img-testimonal-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
}

.image-testimonial-info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 37px 22px 30px;
  position: relative;
}

.faq-title-wrap {
  width: 50%;
}

.accardion-icon-wrap {
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-2 {
  background-color: #000;
}

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

.footer-link {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  text-decoration: none;
}

.footer-bottom-info {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 29px;
}

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

.hero-banner-review-wrap {
  width: 100%;
  padding-bottom: 23px;
  padding-left: 48px;
  padding-right: 48px;
  position: absolute;
  inset: auto 0% 0%;
}

.gero-banner-review-title {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-banner-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 32px;
  font-size: 23px;
  font-weight: 500;
  line-height: 128%;
}

.hero-banner-review-stars {
  max-width: 150px;
  margin-right: 8px;
}

.banner-review-text-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 115%;
}

.nowrap {
  white-space: nowrap;
}

.before-after-wrap {
  color: #fff;
  width: 100%;
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  inset: auto 0% 17px;
}

.be-af-label {
  text-align: center;
  background-color: #000;
  border-radius: 6px;
  width: 100%;
  max-width: 164px;
  padding: 12px 5px;
}

.be-af-label.primary {
  background-color: var(--bran-primary);
}

.be-af-label.small {
  border-radius: 4px;
  max-width: 101px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 9px;
  line-height: 10px;
}

.image-before-awfter {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-before-awfter.small {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.activation-item-info {
  width: 100%;
}

.image-52 {
  width: auto;
  height: 24px;
}

.div-block-120 {
  align-self: stretch;
  display: flex;
}

.div-block-121 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-122 {
  flex: 1;
}

.div-block-123 {
  align-self: center;
  width: 80px;
}

.div-block-124 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/ants.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: column;
  align-self: stretch;
  padding: 18px 19px 14px;
  display: flex;
  box-shadow: 0 .62px 2.62px #00000040;
}

.div-block-124._1 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/cockroach.jpg');
}

.div-block-124._3 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/spiders.jpg');
}

.div-block-124._4 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/bb.jpg');
}

.div-block-124._5 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/fleas.jpg');
}

.div-block-124._6 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/mites.jpg');
}

.div-block-124._7 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/silverfish.jpg');
}

.div-block-124._8 {
  background-image: linear-gradient(90deg, #000c, #0000), url('../images/FLIES.jpg');
}

.text-block-108 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-109 {
  font-family: Bc Sklonar, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  display: none;
}

.div-block-125 {
  border-radius: 100px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.image-53 {
  width: 200px;
}

.image-54 {
  width: 180px;
}

@media screen and (min-width: 1280px) {
  .banner-content {
    justify-content: center;
    align-items: flex-start;
  }

  .div-offer-main.mg {
    margin-top: 20px;
  }

  .section-timer-fixed {
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-bar-cta {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .top-bar-cta {
    font-size: 18px;
    line-height: 22px;
  }

  .review-slide-item {
    min-height: 600px;
  }

  .gero-banner-review-title {
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    flex-flow: wrap;
    display: flex;
  }

  .banner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: stretch center;
    display: flex;
  }

  .banner-content {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    max-width: 600px;
    padding: 20px 20px 20px 0;
  }

  .headline-main {
    font-size: 25px;
    line-height: 28px;
  }

  .main-text {
    font-size: 20px;
    line-height: 27px;
  }

  .button {
    max-width: 100%;
  }

  .image-2 {
    width: 100%;
    height: 56px;
  }

  .approved-card {
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-6 {
    margin-top: 9px;
  }

  .banner-video-box {
    width: 50%;
    height: 100%;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .cta-bottom-info {
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .section-two {
    padding-bottom: 61px;
  }

  .section-two-outer {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-4 {
    margin-left: 0;
  }

  .heading-3 {
    margin-bottom: 9px;
  }

  .sec-three-outer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    padding: 18px 14px;
  }

  .section-four-outer {
    grid-template-columns: 1fr;
  }

  .content-wrapp {
    padding-left: 11px;
  }

  .text-block-11 {
    margin-left: 6px;
  }

  .section-five {
    padding-bottom: 36px;
  }

  .section-four-outer-two {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    padding-top: 17px;
    padding-left: 11px;
    padding-right: 12px;
  }

  .div-block-14 {
    padding-right: 10px;
  }

  .section-five-outer {
    grid-template-columns: 1fr;
  }

  .section-five-outer.mt-26 {
    margin-top: 23px;
  }

  .div-block-17 {
    padding-top: 10px;
    padding-left: 11px;
  }

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

  .div-block-18 {
    padding-left: 10px;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-19, .div-block-20 {
    padding-left: 10px;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-22 {
    padding-left: 11px;
    padding-right: 0;
  }

  .headline {
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .headline.centered.commressed.up-letter-first.table-title {
    font-size: 40px;
    line-height: 44px;
  }

  .headline.commressed.mx-74-percent {
    width: 100%;
  }

  .headline.mid.inter.centered.black.mobile-max-width {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-24 {
    padding-left: 10px;
  }

  .heading-9 {
    margin-top: 1px;
    line-height: 45.2px;
  }

  .div-block-30, .div-block-31 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .image-15 {
    width: 26px;
    height: 26px;
  }

  .heading-extra-big {
    margin-bottom: 8px;
  }

  .image-17 {
    margin-left: 1px;
  }

  .div-block-51 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-52, .div-block-52.pt-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-54, .div-block-61, .div-block-70 {
    grid-template-columns: 1fr;
  }

  .dropdown-box {
    width: 70%;
  }

  .dropdown-toggle {
    padding-left: 5px;
    padding-right: 40px;
  }

  .dropdown-title {
    white-space: normal;
  }

  .div-block-72 {
    margin-right: 0;
  }

  .div-block-73 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-38 {
    margin-left: 6px;
  }

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

  .div-block-79-copy {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .doc-image, .testimonial-card-customize-image {
    object-fit: cover;
    margin-left: 10px;
  }

  .div-block-104, .div-block-105, .div-block-106, .div-block-107, .div-block-108, .div-block-109, .div-block-110 {
    height: 100%;
  }

  .table-image.main-image {
    max-width: 120px;
    transform: translate(-10px, -11px);
  }

  .btn-banner-copy {
    padding-left: 1px;
  }

  .div-block-117 {
    border-width: 2px;
  }

  .offer-img {
    order: -1;
    width: 100%;
    height: auto;
  }

  .div-offer-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .div-offer-main.mg {
    padding: 0;
  }

  .div-offer-left {
    width: auto;
    max-width: none;
    margin: 0 20px 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout229_list {
    grid-column-gap: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.st-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.st-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .svg-icon.tb-icon-check {
    width: 20px;
    height: 20px;
  }

  .svg-icon.tb-icon-cross {
    width: 13px;
  }

  .rating-text-wrap {
    font-size: 16px;
    line-height: 24px;
  }

  .small-slogan {
    font-size: 17px;
    line-height: 21px;
  }

  .review-slide-item {
    min-height: 610px;
  }

  .ingredients-logo-item {
    width: 33%;
    margin-bottom: 13px;
  }

  .table-head-text {
    font-size: 16px;
    line-height: 20px;
  }

  .table-item {
    height: 48px;
  }

  .table-column, .table-column.main {
    max-width: 150px;
  }

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

  .table-head {
    height: 88px;
    padding: 0;
  }

  .table-badge {
    font-size: 23px;
    line-height: 27px;
  }

  .badge-small {
    font-size: 9px;
    line-height: 22px;
  }

  .table-sub-badge {
    font-size: 15px;
    line-height: 18px;
  }

  .table-sub-bade-small {
    font-size: 8px;
    line-height: 10px;
  }

  .table-text-badge {
    font-size: 10px;
    line-height: 16px;
  }

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

  .activation-item-wrap {
    width: 46%;
  }

  .faq-title-wrap {
    width: 30%;
  }

  .hero-banner-review-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-banner-review {
    font-size: 14px;
    line-height: 19px;
  }

  .hero-banner-review-text {
    line-height: 16px;
  }

  .hero-banner-review-stars {
    max-width: 80px;
  }

  .banner-review-text-title {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-menu {
    white-space: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .mobile-mx-276 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1260px) {
  .bottom-product-image {
    width: 50%;
    background-position-y: bottom;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    flex-flow: column;
  }

  .container, .container.p-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.footer-container, .container.large-space-mob {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 142px 20px 30px;
  }

  .headline-main {
    max-width: 300px;
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .main-text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .main-text.footer-main-sub {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image {
    margin-right: 0;
  }

  .cta-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-wrapper.space-1 {
    margin-top: 1px;
    padding-left: 0;
  }

  .cta-wrapper.small-cont {
    padding-left: 4px;
    padding-right: 4px;
  }

  .image-2 {
    object-fit: contain;
    max-width: 80%;
  }

  .cta-info-item.product {
    font-size: 9px;
    line-height: 14px;
  }

  .approved-card {
    padding-right: 0;
  }

  .approved-card.white {
    flex-flow: wrap-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-video-box {
    width: 100%;
  }

  .banner-video-box.desktop-view {
    display: none;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-bottom-info {
    font-size: 11px;
    line-height: 18px;
  }

  .cta-bottom-info.product {
    margin-top: 6px;
  }

  .cta-bottom-info.nowrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-four {
    padding-top: 24px;
  }

  .section-four-outer {
    flex-flow: column;
    display: flex;
  }

  .section-four-outer.mobile-reverce {
    flex-flow: wrap-reverse;
  }

  .content-wrapp, .heading-6 {
    padding: 8px;
  }

  .rich-text {
    padding: 0 8px;
  }

  .rich-text.negative-bottom {
    margin-bottom: 0;
  }

  .section-five {
    padding-bottom: 0;
  }

  .section-four-outer-two {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-four-outer-two.mobile-reverce {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-13 {
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-14 {
    padding: 0;
  }

  .section-five-outer {
    margin-bottom: 32px;
  }

  .section-five-outer.mt-26.hide {
    grid-template-columns: 1fr;
  }

  .section-five-outer.mt-26.mobile-reverce {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    display: flex;
  }

  .section-five-outer.mobile-reverce {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-17 {
    padding: 0 8px;
  }

  .div-block-19 {
    padding: 16px 8px 0;
  }

  .div-block-22 {
    padding: 0 8px 8px;
  }

  .headline.small {
    letter-spacing: -.64px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 28px;
  }

  .headline.centered.commressed.mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .headline.centered.commressed.mobile.inter {
    font-family: Inter, Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .headline.centered.mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .headline.centered.mobile.inter {
    font-family: Inter, Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .headline.mid.inter.centered.black {
    font-size: 25px;
    line-height: 30px;
  }

  .headline.mid.inter.centered.black.mobile-max-width {
    max-width: 194px;
  }

  .headline.semy-small.uppdercase.footer-headline {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .headline.big.commressed.mobile-centered.faq {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-24 {
    padding: 0;
  }

  .div-block-27 {
    width: 230%;
  }

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

  .div-block-30 {
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

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

  .div-block-33 {
    flex: 0 auto;
    align-items: stretch;
  }

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

  .section-seven {
    padding: 32px 0;
  }

  .div-block-42 {
    padding: 16px;
  }

  .section-eight {
    padding: 0 0 16px;
  }

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

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    width: 100%;
    margin-right: 0;
  }

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

  .div-block-49 {
    width: 100%;
    height: auto;
  }

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

  .div-block-63.alighn-left {
    text-align: center;
  }

  .team-section.less-space {
    padding-top: 32px;
  }

  .div-block-71 {
    padding: 0;
  }

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

  .dropdown-box {
    width: 100%;
    margin-top: 10px;
    padding-left: 4px;
  }

  .dropdown-title {
    font-size: 16px;
    line-height: 24px;
  }

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

  .div-block-73 {
    padding: 0;
  }

  .div-block-74 {
    padding-bottom: 0;
  }

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

  .div-block-87 {
    padding: 24px;
  }

  .doc-image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-88 {
    flex-flow: column;
    margin-top: 0;
    padding: 0;
  }

  .div-block-88.mobile-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .div-block-88.mobile-row.ng-top, .div-block-88.negative-top {
    margin-top: -20px;
  }

  .div-block-89 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-101 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonial-card-customize-image {
    margin-left: 9px;
  }

  .video-container.mobile-view {
    display: block;
  }

  .video-container.mobile-view.spaced {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 34px;
    padding-bottom: 35px;
  }

  .div-block-111 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .mobile {
    display: flex;
  }

  .image-39, .image-40, .image-41 {
    margin-right: 0;
  }

  .banner-icon-image {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 0;
  }

  .image-43 {
    margin-right: 0;
  }

  .desktop {
    display: none;
  }

  .img.rounded-18 {
    border-radius: 13px;
  }

  .img.rounded-10 {
    border-radius: 7px;
  }

  .img.rounded-30 {
    border-radius: 21px;
  }

  .img.full-height.rounded-20 {
    border-radius: 14px;
  }

  .div-block-113.logos-3x2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-48 {
    max-width: 160px;
    position: relative;
  }

  .section-seven-copy {
    padding: 0 0 16px;
  }

  .garantee {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-eight-copy {
    padding-top: 32px;
  }

  .section-eight-copy.mobile-space {
    padding: 0 16px 32px;
  }

  .image-50.cpaced {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .image-51 {
    max-width: 100%;
  }

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

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

  .div-offer-main.mg {
    padding-top: 38px;
  }

  .div-block-118 {
    padding: 0 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout229_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-116-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.st-2 {
    padding-bottom: 46px;
  }

  .section.st-3 {
    padding-top: 30px;
    padding-bottom: 61px;
  }

  .section.st-4 {
    padding-bottom: 10px;
  }

  .section.st-5 {
    padding-bottom: 48px;
    overflow: hidden;
  }

  .section.st-6 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.st-7 {
    padding-top: 29px;
    padding-bottom: 20px;
  }

  .section.st-8 {
    display: none;
  }

  .section.st-9 {
    padding-top: 42px;
    padding-bottom: 18px;
  }

  .section.st-10 {
    padding-bottom: 18px;
    overflow: hidden;
  }

  .section.st-11 {
    padding-bottom: 41px;
  }

  .section.st-12 {
    background-image: linear-gradient(90deg, #000, #60af54);
    background-position: 50% 20%, 0 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    padding-top: 50px;
    padding-bottom: 413px;
  }

  .bottom-product-image {
    width: 100%;
    height: 55%;
    background-position: center;
    background-position-y: bottom;
  }

  .accordion-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .image-column {
    padding-left: 0;
    padding-right: 0;
  }

  .logos3x2 {
    width: 30%;
  }

  .section-timer-fixed {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 15px 22px;
    font-size: 16px;
  }

  .btn-primary.mx-542 {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.mx-542.image-slider-bottom-byn {
    border-radius: 10px;
    margin-top: -22px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-primary.product {
    border-radius: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .btn-primary.footer-cta {
    border-radius: 10px;
    max-width: none;
    margin-top: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 900;
  }

  .top-bar-cta {
    font-size: 12px;
    line-height: 12px;
  }

  .svg-icon.cta-icon {
    width: 20px;
    margin-right: 6px;
  }

  .svg-icon.cta-icon.hands, .svg-icon.cta-icon.hands.product {
    width: 19px;
  }

  .svg-icon.cta-icon.product {
    width: 20px;
    margin-right: 6px;
  }

  .svg-icon.fb-like {
    width: 17px;
  }

  .svg-icon.rocket {
    width: 50px;
    min-width: 50px;
  }

  .svg-icon.rocket-small {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .svg-icon.product {
    width: 16px;
  }

  .svg-icon.white-stars {
    width: 110px;
  }

  .svg-icon.footer-logo {
    width: 164px;
  }

  .svg-icon.header-icon {
    width: 162px;
  }

  .rating-text-wrap {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .rating-text-wrap.small {
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 24px;
  }

  .rating-text-wrap.single {
    margin-bottom: 12px;
  }

  .rating-text-wrap.product {
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 19px;
  }

  .star-image-sub {
    max-width: 80px;
  }

  .star-image-sub.small {
    max-width: 111px;
    margin-right: 7px;
  }

  .star-image-sub.single {
    max-width: 111px;
  }

  .small-slogan {
    font-size: 16px;
    line-height: 20px;
  }

  .small-slogan.compressed {
    letter-spacing: -.04em;
  }

  .small-slogan.footer-slogan {
    font-size: 18px;
    line-height: 26px;
  }

  .info-wrap.footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .banner-image {
    height: 365px;
  }

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

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

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

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

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

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

  .tab-toggle {
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .tabs-content {
    margin-top: 32px;
  }

  .tab-panel-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-image.big.mobile {
    object-fit: fill;
    height: 282px;
  }

  .tab-image.big.table-ing.mobile-hide {
    display: flex;
  }

  .tab-image.mobile {
    object-fit: cover;
    max-width: 100%;
    height: 300px;
    display: block;
  }

  .tab-coulm, .tab-coulm.small {
    width: 100%;
  }

  .tab-content-description {
    margin-top: 3px;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 29px;
  }

  .comment-wrap-vertical {
    margin-bottom: 14px;
  }

  .comment-holder {
    width: 100%;
    padding: 15px;
    box-shadow: 0 4px 11px #00000040;
  }

  .commentor-name {
    font-size: 14px;
  }

  .verif-wrap {
    font-size: 11px;
    line-height: 14px;
  }

  .comment-date {
    font-size: 12px;
    line-height: 14px;
  }

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

  .comment-title {
    font-size: 14px;
  }

  .comment-description {
    font-size: 14px;
    line-height: 20px;
  }

  .single-comment-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: -1px;
  }

  .fb-account-image {
    border-radius: 22px;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }

  .fb-comment-text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .fb-comment-text-wrap.big.mob-other {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .fb-comment-title, .fb-comment-description {
    font-size: 14px;
    line-height: 20px;
  }

  .fb-comment-action {
    padding-left: 15px;
  }

  .fb-comment-action.mig-left-space {
    padding-left: 20px;
  }

  .fb-comment-action.mig-left-space.top-negative {
    margin-top: -1px;
  }

  .fb-comment-action-buttons {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    font-size: 10px;
    line-height: 15px;
  }

  .title-with-slogan.centered {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .gallery-vertical, .gallery-horisontal {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .icon-text-wrap.rocket {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 28px;
    font-size: 12px;
    line-height: 16px;
  }

  .two-comment-wrap.gap-34 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .comment-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .comment-column.gap-26.mobile-reverce {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
  }

  .video-testimonials {
    pointer-events: auto;
  }

  .slider-mask.image-testimonal-mask {
    width: 288px;
    overflow: visible;
  }

  .slider-mask.video-tests {
    width: 223px;
    height: 408px;
    overflow: visible;
  }

  .slide {
    width: 50%;
  }

  .slide.image-testimonials-slide {
    width: 288px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide.image-testimonials-slide.is-first {
    margin-left: -100%;
  }

  .slide.video-testimonial-slide {
    width: 223px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide.video-testimonial-slide.is-first {
    margin-left: -100%;
  }

  .slider-navigation-custom {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .slider-navigation-custom.mob-big-space {
    margin-top: 28px;
  }

  .product-box {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .price-badge {
    font-size: 19px;
    line-height: 150%;
  }

  .product-ex-info {
    color: #484848;
    margin-top: -9px;
    font-size: 15px;
    line-height: 23px;
  }

  .product-info-sub {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 13px 10px 18px;
  }

  .product-info-sub-title {
    font-size: 20px;
    line-height: 22px;
  }

  .product-info-sub-bullets-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .sub-bullets-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .product-image-wrap {
    width: 100%;
    min-width: 100%;
  }

  .product-image {
    border-radius: 8px;
  }

  .product-small-info {
    display: none;
  }

  .product-info-text-wrap {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .product-stars-wrap {
    margin-top: -1px;
  }

  .ingredients-wrap {
    border-radius: 12px;
    padding-right: 0;
  }

  .ingredient-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
    padding-left: 13px;
    padding-right: 10px;
  }

  .ingredient-img.mobile {
    width: 100%;
    max-width: 150px;
    max-height: 90px;
  }

  .ingredient-img.mobile.mx-h-68 {
    max-height: 68px;
  }

  .ingredients-text-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 17px;
  }

  .ing-title {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -2px;
    font-size: 12px;
    line-height: 14px;
  }

  .ing-sub-title {
    font-size: 16px;
    line-height: 20px;
  }

  .ing-description {
    max-width: 166px;
    font-size: 12px;
    line-height: 14px;
  }

  .ingredients-holder {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ingredients-logos-wrap {
    width: 94%;
    margin-top: 20px;
  }

  .ingredients-logo-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 50%;
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 16px;
  }

  .ingredients-image {
    width: 21px;
  }

  .four-column {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .activation-item-wrap {
    width: 100%;
  }

  .activation-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
  }

  .activation-item-peruiud-wrap {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .act-title {
    font-size: 22px;
    line-height: 22px;
  }

  .act-nunmber {
    font-size: 25px;
    line-height: 28px;
  }

  .act-date-wrap {
    font-size: 13px;
    line-height: 18px;
  }

  .act-arrow-wrap {
    display: none;
  }

  .activation-item-title {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .activation-icon-wrap {
    width: 47px;
    height: auto;
  }

  .mx-220 {
    max-width: none;
  }

  .img-testimonal-paragraph {
    line-height: 20px;
  }

  .verif-image-testimonials {
    font-size: 14px;
    line-height: 22px;
  }

  .img-testimonal-title {
    font-size: 20px;
    line-height: 26px;
  }

  .image-testimonial-info-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .accardion-icon-wrap {
    margin-top: 2px;
    margin-left: -4px;
  }

  .footer-content-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-link, .footer-bottom-info {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-content-links {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .hero-banner-review-wrap {
    width: 91%;
    margin-bottom: -100px;
    margin-left: 4.5%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner-review {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
    line-height: 18px;
    box-shadow: 0 4px 18.1px #00000040;
  }

  .hero-banner-review-text {
    font-size: 13px;
    line-height: 20px;
  }

  .hero-banner-review-stars {
    margin-right: 7px;
  }

  .banner-review-text-title {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    overflow: auto;
  }

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

  .be-af-label {
    border-radius: 5px;
    max-width: 128px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .be-af-label.small {
    max-width: 60px;
    padding: 5px;
    font-size: 7px;
  }

  .image-before-awfter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-before-awfter.small {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .mobile-centered {
    text-align: center;
    width: 100%;
  }

  .mobile-mx-276 {
    text-align: center;
    max-width: 276px;
    font-size: 16px;
  }

  .activation-item-info {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .header-text {
    text-align: center;
    margin-left: 0;
    padding: 1px 0 0;
    font-size: 13px;
    line-height: 16px;
    display: block;
  }

  .container {
    max-width: 100%;
  }

  .main-text {
    margin-bottom: 17px;
  }

  .banner-list-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .image {
    margin-top: -7px;
    margin-right: 5px;
  }

  .button {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    line-height: 23px;
  }

  .image-2 {
    max-width: 90%;
    height: 31px;
    margin-top: 23px;
  }

  .cta-info-item.left {
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 21px;
  }

  .approved-card {
    background-image: none;
    flex-flow: column-reverse;
    padding: 0 0 16px;
  }

  .approved-card.white {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .text-block-6 {
    margin-top: 8px;
  }

  .cta-bottom-info.nowrap {
    white-space: normal;
    flex-flow: wrap;
  }

  .section-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-one.dob-mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-2 {
    padding-bottom: 2px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6.mob {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-two {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .section-two-outer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-4 {
    width: 70px;
    height: 70px;
    margin-top: 0;
  }

  .text-block-8 {
    margin-top: 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18.9px;
  }

  .section-three {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec-three-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 6px;
    padding-right: 11px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 23px;
  }

  .text-block-9 {
    padding-right: 2px;
  }

  .section-four._0-top {
    padding-top: 0;
  }

  .content-wrapp._0-padding-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    padding: 16px 0 0;
    font-size: 23px;
    line-height: 33px;
  }

  .rich-text {
    padding: 0;
  }

  .rich-text._8x {
    padding: 0 8px;
  }

  .text-block-11 {
    padding-right: 4px;
  }

  .div-block-13 {
    padding-top: 10px;
  }

  .div-block-14 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .heading-7 {
    font-size: 23px;
    line-height: 33px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .div-block-16 {
    padding-bottom: 1px;
  }

  .text-block-12 {
    margin-top: 22px;
  }

  .button-two {
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-20 {
    padding-top: 11px;
    padding-bottom: 6px;
  }

  .div-block-21 {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .image-12 {
    margin-top: 3px;
    margin-left: -1px;
  }

  .headline {
    font-size: 24px;
    line-height: 33px;
  }

  .headline.centered {
    font-size: 30px;
    line-height: 32px;
  }

  .headline.commressed.mx-74-percent {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-14 {
    margin-left: 9px;
    padding-right: 5px;
  }

  .text-block-15 {
    margin-bottom: 23px;
  }

  .heading-9 {
    font-size: 23px;
    line-height: 32.2px;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    width: 44%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-28 {
    width: 20%;
    padding-top: 23px;
    padding-bottom: 16px;
    padding-right: 10px;
  }

  .image-13 {
    height: 10px;
  }

  .div-block-29 {
    width: 18%;
    padding-bottom: 0;
  }

  .text-block-16 {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 20%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

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

  .div-block-31 {
    justify-content: center;
    align-items: center;
    width: 18%;
    padding: 16px 10px;
    display: flex;
  }

  .div-block-32 {
    width: 18%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-15 {
    height: 26px;
  }

  .text-block-17 {
    text-align: left;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
  }

  .section-seven {
    padding-top: 30px;
    padding-bottom: 31px;
    padding-left: 5px;
  }

  .div-block-35 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-extra-big {
    font-size: 23px;
    line-height: 32.2px;
  }

  .image-17 {
    display: none;
  }

  .image-17.none {
    width: 100%;
    display: block;
  }

  .div-block-39 {
    margin-top: 24px;
    margin-bottom: 11px;
  }

  .image-19 {
    float: left;
    clear: left;
    margin-top: 4px;
    margin-left: 2px;
    display: inline-flex;
  }

  .text-block-19 {
    margin-left: 2px;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-20 {
    margin-top: 9px;
  }

  .text-block-21 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 25.5px;
  }

  .text-block-22 {
    margin-top: 15px;
  }

  .div-block-42._8x {
    padding: 8px;
  }

  .section-eight {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    margin-right: 0;
  }

  .heading-11 {
    font-size: 23px;
    line-height: 27.6px;
  }

  .div-block-45 {
    padding-top: 21px;
    padding-left: 2px;
    padding-right: 0;
  }

  .section-nine {
    padding-bottom: 44px;
  }

  .div-block-46 {
    flex-flow: column;
    padding-left: 5px;
    padding-right: 10px;
  }

  .div-block-47 {
    z-index: 0;
    max-width: 100%;
    margin-top: -19px;
    margin-right: 0;
  }

  .heading-12 {
    text-align: left;
    font-size: 23px;
    line-height: 32.2px;
  }

  .text-block-24 {
    margin-top: 25px;
    padding-left: 1px;
    padding-right: 18px;
  }

  .div-block-49 {
    border-radius: 10px;
    width: 328px;
    height: 184px;
    margin-top: -24px;
    padding: 0;
  }

  .section-ten {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-50 {
    padding-bottom: 1px;
  }

  .heading-13 {
    margin-top: 1px;
    margin-bottom: 44px;
    font-size: 23px;
    line-height: 31.2px;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-52 {
    padding: 13px 0 12px;
  }

  .div-block-52.pt-12 {
    padding-top: 0;
  }

  .text-block-26 {
    padding-left: 9px;
  }

  .section-eleven {
    padding-top: 20px;
    padding-bottom: 54px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-53 {
    margin-bottom: 27px;
  }

  .div-block-54 {
    grid-template-columns: 1fr;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-55 {
    padding-left: 3px;
    padding-right: 2px;
  }

  .div-block-57 {
    border-width: 3px;
    border-radius: 20px;
  }

  .div-block-58 {
    display: none;
  }

  .heading-16 {
    margin-top: 1px;
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-59 {
    margin-top: 16px;
  }

  .text-block-27 {
    margin-right: -1px;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .image-23 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: auto;
  }

  .div-block-61 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    margin-top: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 31px;
  }

  .text-block-28 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-29 {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-30 {
    margin-left: 9px;
    padding-top: 1px;
  }

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

  .div-block-64 {
    margin-bottom: 10px;
  }

  .div-block-64.mb-11 {
    margin-bottom: 11px;
  }

  .div-block-64.mb-9 {
    margin-bottom: 9px;
  }

  .div-block-65 {
    margin-top: 0;
  }

  .image-25 {
    width: 100%;
  }

  .div-block-69 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-31 {
    margin-top: 9px;
  }

  .text-block-33 {
    margin-top: 27px;
  }

  .team-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-70 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-71 {
    padding-top: 12px;
  }

  .heading-20 {
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 32.2px;
  }

  .text-block-34 {
    padding-right: 3px;
  }

  .image-27 {
    object-fit: cover;
    width: 167px;
    height: 244px;
  }

  .image-28 {
    object-fit: cover;
    width: 167px;
    height: 244px;
    margin-left: 15.65px;
  }

  .faq-section {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-21 {
    font-size: 23px;
    line-height: 27.6px;
  }

  .dropdown-title {
    white-space: normal;
  }

  .heading-22 {
    font-size: 23px;
    line-height: 33px;
  }

  .div-block-72 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 16px;
  }

  .image-29 {
    width: 390px;
  }

  .div-block-78 {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
  }

  .text-block-41 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-42 {
    top: 44px;
    right: 4px;
    transform: translate(0, -50%)rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .discount-box {
    padding: 8px 0 10px;
  }

  .text-block-43 {
    color: #121212;
  }

  .text-block-44 {
    padding-right: 7px;
  }

  .div-block-80 {
    border-radius: 30px;
    margin-bottom: 43px;
    padding-top: 5px;
    display: block;
  }

  .div-block-80.m-58 {
    margin-top: 58px;
    margin-bottom: 40px;
  }

  .text-span-34 {
    margin-left: -9px;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-span-35 {
    display: block;
  }

  .div-block-83 {
    margin-top: 17px;
    margin-right: 4px;
  }

  .div-block-83.m-0 {
    margin-right: 0;
  }

  .div-block-84 {
    margin-right: 8px;
  }

  .heading-24 {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .text-block-16-copy {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-79-copy {
    width: 20%;
    padding-top: 18px;
  }

  .div-block-87 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .doc-image {
    object-fit: cover;
    object-position: 50% 24%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-88 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .div-block-88.mobile-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-89 {
    height: auto;
    margin-top: 0;
  }

  .background-video-8 {
    aspect-ratio: 1;
    border-radius: 28px;
    padding-top: 0%;
  }

  .footer-sub-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonial-card-customize-image {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-left: 0;
  }

  .image-35.desktop {
    display: none;
  }

  .image-36 {
    max-width: 100%;
  }

  .heading-18 {
    margin-top: 31px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
  }

  .heading-19 {
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 34px;
  }

  .footer {
    background-image: none;
  }

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

  .all-rights-reserved {
    text-align: center;
  }

  .legal-flex {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobile {
    display: block;
  }

  .image-39, .image-40, .image-41, .banner-icon-image, .image-43 {
    margin-right: 4px;
  }

  .desktop {
    display: none;
  }

  .text-block-101 {
    padding-bottom: 11px;
  }

  .div-block-113.logos-3x2 {
    padding-top: 0;
  }

  .div-block-115 {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-seven-copy {
    padding-top: 30px;
    padding-bottom: 31px;
    padding-left: 5px;
  }

  .section-seven-copy.top-0 {
    padding-top: 0;
  }

  .text-block-10-center {
    padding-bottom: 11px;
  }

  .garantee {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-banner-copy {
    margin-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .section-eight-copy, .section-eight-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-offer-main.mg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-highlight {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-sale {
    font-size: 18px;
  }

  .div-offer-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-18px {
    margin-bottom: 24px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-eight-wht {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.st-6 {
    overflow: hidden;
  }

  .last-chance {
    font-size: 20px;
  }

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

  .top-bar-image {
    height: 16px;
  }

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

  ._16px-900.bold.tb-tex {
    line-height: 130%;
  }

  .logo-image {
    width: 100%;
  }

  .div-countdown-holder-main {
    margin-right: 20px;
  }

  .section-sale-fixed {
    padding-left: 12px;
  }

  .btn-primary.banner-buton {
    margin-top: 9px;
  }

  .info-wrap.centered.banner-info-wrap {
    max-width: 100%;
  }

  .tab-image.big.table-ing.mobile-hide {
    padding: 10px;
  }

  .tab-image.mobile {
    height: 350px;
  }

  .title-with-slogan.centered {
    text-align: center;
  }

  .mobiel-view {
    margin-right: -30px;
  }

  .mobiel-view.hide {
    top: 0;
  }

  .icon-2 {
    margin-left: 3px;
    font-size: 30px;
  }

  .review-slide-item {
    min-height: auto;
  }

  .mobile-view {
    margin-left: -30px;
  }

  .mobile-view.hide {
    top: 0%;
  }

  .icon-3 {
    margin-right: 3px;
    font-size: 30px;
  }

  .price-badge {
    white-space: nowrap;
  }

  .div-block-123 {
    display: none;
  }

  .text-block-108 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-109 {
    font-size: 8px;
    line-height: 15px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_43459f01-0299-d860-75db-8c19d0d7ee3b-0e82749c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Grotesque';
  src: url('../fonts/Fold-Grotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesque';
  src: url('../fonts/Fold-Grotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesque';
  src: url('../fonts/Fold-Grotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesque';
  src: url('../fonts/Fold-Grotesque-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesque';
  src: url('../fonts/Fold-Grotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grotesque';
  src: url('../fonts/Fold-Grotesque-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bc Sklonar';
  src: url('../fonts/bc-sklonar-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bc Sklonar';
  src: url('../fonts/bc-sklonar-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bc Sklonar';
  src: url('../fonts/bc-sklonar-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}