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

body {
  font-family: Ttnorms, sans-serif;
  color: #222;
  font-size: 19px;
  line-height: 1.6px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a5632;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.6;
}

a {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}

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

.container {
  max-width: 1024px;
}

.brand__logo {
  width: 200px;
}

.hero {
  padding: 60px 20px;
  border-bottom: 4px solid #1a5632;
  background-color: #f8fbf2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f8ffe9 100%, #fff);
}

.section {
  padding: 60px 20px;
}

.section.compare {
  padding-bottom: 40px;
}

.section.perfect {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f7fe;
}

.section.review {
  padding-top: 0px;
  padding-bottom: 40px;
}

.section.main__promo {
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 4px solid #1a5632;
}

.section.broll {
  padding-top: 0px;
  padding-bottom: 40px;
}

.section.broll.less {
  padding-bottom: 10px;
}

.section._5__reasons {
  padding-top: 40px;
}

.section.final__pitch {
  padding-top: 0px;
  padding-bottom: 20px;
}

.section.main__problem {
  padding-top: 40px;
  padding-bottom: 0px;
}

.product__headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 1.3;
  text-align: left;
}

.hero__flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero__product {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  margin-top: -90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.product__text {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.list {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/60416cc12b960b3a4da4607b_download-1.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -1px;
  list-style-type: none;
}

.check-icon {
  margin-right: 10px;
}

.block__img {
  width: 50%;
}

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

.block-image-sml {
  position: relative;
  width: 100%;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.med-title {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

._3col-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbah {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #1a5632;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.install-box {
  width: 29%;
}

.div-block-9 {
  text-align: center;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-left {
  width: 100%;
}

.dsg {
  position: relative;
  padding: 80px 30px 30px;
  border: 4px solid #1a5632;
  border-radius: 15px;
  text-align: center;
}

.ribbon {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
}

.icon__box {
  width: 33.333333333333336%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(136, 224, 176, 0.5), transparent 33%);
}

.icon__text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.yellow-box {
  padding: 40px;
  border: 4px dashed #1a5632;
  border-radius: 20px;
  background-color: #fffce3;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.img__curve {
  width: 100%;
  border-radius: 5px;
}

.img__curve.w__marginbottom {
  margin-bottom: 20px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  width: 45%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.video__player {
  z-index: 1;
}

.video__player.curve {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.grid {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: rgba(136, 224, 176, 0.1);
  color: #011d26;
  text-align: center;
}

.div-block-13 {
  text-align: center;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block__box {
  text-align: center;
}

.div-block-14 {
  overflow: hidden;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.image__wide {
  width: 100%;
  margin-top: 20px;
}

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

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

.container-2 {
  max-width: 1024px;
  padding-right: 20px;
  padding-left: 20px;
}

.foot-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.left {
  width: 100%;
  text-align: left;
}

.left.modify {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #405244;
  font-size: 30px;
  line-height: 36px;
}

.footer-menu {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.right {
  width: 100%;
}

.f-text {
  margin-top: 10px;
  font-size: 14px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17 {
  width: 45%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.big__heading {
  font-size: 40px;
}

._5__stars {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.video__block {
  overflow: hidden;
  width: 50%;
  min-height: 500px;
}

.full__img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.cta-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cta-wrapper.full {
  width: 100%;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-button {
  width: 80%;
  padding: 18px 30px;
  border-radius: 10px;
  background-color: #1ab22c;
  box-shadow: 0 1px 3px 0 #1ab22c;
  -webkit-transition: background-color 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: background-color 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out;
  transition: background-color 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-button:hover {
  box-shadow: 0 5px 10px 0 rgba(26, 178, 44, 0.3);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.buy-now {
  font-size: 28px;
  line-height: 36px;
}

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

.div-block-19 {
  text-align: center;
}

.video__wrap {
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

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

.offer__box {
  padding: 20px;
  border: 6px solid #1ab22c;
  text-align: center;
}

.columns {
  margin-top: 40px;
}

.maxw {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.a-img {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.a-img.m0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.box3 {
  max-width: 100%;
  padding: 20px;
  border: 5px solid #ccc;
  background-color: #f7f7f7;
}

.box3._w-60 {
  max-width: 60%;
}

.box3._w-60.m-uto {
  margin-right: auto;
  margin-left: auto;
}

.box3._w-60.m-uto.mb2 {
  margin-bottom: 20px;
}

.box3._w-60.m-uto.mb2.bg-white {
  background-color: #fff;
}

.box3._w-60.m-uto.mb2.bg-white.b8 {
  max-width: 98%;
  margin-left: auto;
  border-width: 7px;
  border-color: #348639;
}

.btn-primary {
  width: 100%;
  padding: 36px 60px;
  border-bottom: 5px solid #057b05;
  border-radius: 8px;
  background-color: #069206;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

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

.btn-primary.btn-sidebar {
  padding: 20px 10px;
  font-size: 18px;
}

.btn-primary.btn-sidebar.fs-cs1 {
  font-size: 21px;
}

.pt2 {
  padding-top: 20px;
}

.mb1 {
  margin-bottom: 10px;
}

.column-5 {
  padding-right: 15px;
}

.main-header {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 50px;
}

.main-header.smaller {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #788778;
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
}

.star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-2 {
  height: 500px;
}

.slider-2.no-perspective {
  height: 510px;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider-navigation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -19%;
  z-index: 4;
  height: 100px;
  margin: 0px;
  padding-top: 0px;
  border-style: dashed;
  border-width: 1px;
  border-color: #32ff47;
  background-color: rgba(255, 255, 255, 0.27);
}

.slider-navigation.default-no-perspective {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
  opacity: 0;
  font-size: 100px;
}

.slider-navigation.no-perspective {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  background-color: transparent;
}

.cart {
  width: 55%;
  margin-left: 40px;
  text-align: left;
}

.product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-line-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15px;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
}

.slide-line-5.slide-line-color {
  display: none;
}

.cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slider-thumb-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slide-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15px;
  width: 100%;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
}

.slide-2.slide-line-color {
  display: none;
}

.slide-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15px;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
}

.slide-3.slide-line-color {
  display: none;
}

.image-2 {
  width: 100%;
}

.slider-thumb-wrap {
  position: relative;
  display: inline-block;
  width: 90px;
  max-width: 90px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.right {
  right: -77px;
  display: none;
}

.slider-arrow.left {
  left: -76px;
  display: none;
}

.ratings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-box {
  max-width: 17px;
  min-width: 17px;
}

.ratings-detail-wrapper {
  font-family: 'Open Sans', sans-serif;
  color: #2f84ed;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}

.price-wrapper {
  font-family: Montserrat, sans-serif;
  color: #69bc43;
  font-size: 25px;
  line-height: 40px;
}

.separator-line {
  min-height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #e8e8e1;
}

.separator-line.xtra {
  margin-top: 20px;
}

.select-header-wrapper {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.option1-wrapper {
  margin-bottom: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  border: 2px dotted #b2b2b2;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Montserrat, sans-serif;
  color: #4c504b;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.option1-wrapper:active {
  border-style: solid;
  border-color: #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

.option1-wrapper.w--current {
  border-style: solid;
  border-color: #000;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #000;
  font-weight: 700;
}

.radio-button {
  display: none;
}

.option2-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  border: 2px dotted #b2b2b2;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  color: #4c504b;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.option2-wrapper:active {
  border-style: solid;
  border-color: #000;
}

.submit-button {
  display: none;
}

.submit-button.show {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  background-color: #1cc330;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.option1-details-wrapper {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.option2-details-wrapper {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.us-seal {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #f8efde;
}

.us-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f8efde;
  font-family: Montserrat, sans-serif;
  color: #393572;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.purchase-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.purchase-box:active {
  background-color: #f2f2f2;
}

.purchase-box.w--current {
  background-color: hsla(0, 0%, 78.4%, 0);
}

.purchase-box.hide {
  display: none;
}

.selector1 {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.7);
}

.subscribe-box {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 36px;
}

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

.delivery-wrapper {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
}

.shipping-details-wrapper {
  margin-bottom: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  color: #599dd2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #599dd2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.satisfaction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.satisfaction-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.details {
  font-size: 15px;
  line-height: 18px;
}

.payment-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.payment-box {
  width: 18%;
}

.seal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seal-block {
  width: 35%;
}

.secure-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secure-block {
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.text-block-4 {
  padding-left: 15px;
  background-image: url('../images/lock.svg');
  background-position: 10% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.option1:active {
  font-weight: 700;
}

.option2 {
  font-family: Montserrat, sans-serif;
}

.option2:active {
  color: #000;
  font-weight: 700;
}

.form {
  display: none;
}

.bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 19px;
  max-width: 19px;
  min-height: 19px;
  min-width: 19px;
  margin-right: 15px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid #333;
  border-radius: 150px;
}

.bg-bullet {
  max-height: 12px;
  max-width: 12px;
  min-height: 12px;
  min-width: 12px;
  border-radius: 100%;
  background-color: #f2f2f2;
}

.checklist-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.listitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/60416cc12b960b3a4da4607b_download-1.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -1px;
  list-style-type: none;
}

.lists {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.check-icon-2 {
  margin-right: 10px;
}

.list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.left-2.less {
  margin-bottom: 0px;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ttnorms, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  list-style-type: none;
}

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

.list-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -1px;
  list-style-type: none;
}

.columns-9 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.offer__box-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  border: 6px solid #1ab22c;
  background-color: #fefcdb;
  text-align: center;
}

.cta-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #069206;
  box-shadow: 0 1px 3px 0 #1ab22c;
  -webkit-transition: background-color 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: background-color 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out;
  transition: background-color 150ms ease-out, transform 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-button-2:hover {
  box-shadow: 0 5px 10px 0 rgba(26, 178, 44, 0.3);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.buy-now-2 {
  font-size: 24px;
  line-height: 30px;
}

@media screen and (min-width: 1280px) {
  .section.clean__green {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .list-item {
    background-image: none;
  }

  .image__wide {
    margin-top: 20px;
  }

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

@media screen and (max-width: 991px) {
  .hero__product {
    margin-top: 0px;
  }

  .block__img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .dsg {
    padding-top: 100px;
  }

  .ribbon {
    top: -10%;
  }

  .left.modify {
    text-align: center;
  }

  .video__block {
    min-height: 400px;
  }

  .cta-button {
    width: 100%;
  }

  .buy-now {
    font-size: 22px;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    margin-top: 30px;
  }

  .btn-primary.btn-sidebar {
    font-size: 15px;
  }

  .main-header.smaller {
    text-align: center;
  }

  .slider-2.no-perspective {
    height: auto;
    margin-bottom: 24px;
  }

  .slider-navigation {
    bottom: -16%;
  }

  .slider-navigation.no-perspective {
    bottom: -20%;
  }

  .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-wrapper {
    width: 90%;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-wrapper {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 90%;
    max-width: 90%;
  }

  .ratings-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ratings-detail-wrapper {
    margin-left: 5px;
  }

  .select-header-wrapper {
    text-align: center;
  }

  .option1-wrapper {
    display: inline-block;
    text-align: left;
  }

  .satisfaction-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .satisfaction-logo-wrapper {
    max-width: 120px;
  }

  .details {
    text-align: center;
  }

  .checklist-wrapper {
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }

  .cta-button-2 {
    width: 100%;
  }

  .buy-now-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section.main__promo {
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .section._5__reasons {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .section.clean__green {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section.guarantee {
    padding-top: 55px;
    padding-bottom: 55px;
  }

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

  .product__headline {
    font-size: 30px;
  }

  .hero__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__product {
    position: relative;
    display: none;
    width: 80%;
    margin-top: 0px;
  }

  .product__text {
    width: 100%;
  }

  .block__img {
    width: 100%;
  }

  ._3col-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .install-box.last {
    margin-bottom: 20px;
  }

  .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .dsg {
    width: 100%;
    max-width: none;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image__wide {
    margin-top: 40px;
  }

  .section-2 {
    padding-bottom: 0px;
  }

  .footer-menu {
    margin-top: 10px;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .video__block {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 500px;
    min-height: auto;
    margin-bottom: 30px;
  }

  .cta-button {
    padding: 15px;
    line-height: 30px;
  }

  .buy-now {
    font-size: 28px;
  }

  .offer__box {
    margin-bottom: 20px;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    max-width: 100%;
  }

  .slider-2.no-perspective {
    margin-bottom: 39px;
  }

  .slider-navigation.no-perspective {
    bottom: -25%;
  }

  .cart {
    margin-top: 0px;
  }

  .checklist-wrapper {
    margin-top: 50px;
  }

  .check-icon-2 {
    max-width: 90%;
  }

  .list-item-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .offer__box-2 {
    margin-bottom: 20px;
  }

  .cta-button-2 {
    line-height: 30px;
  }

  .buy-now-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  p {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.5;
    text-align: left;
  }

  .header {
    padding-top: 5px;
    border-bottom: 1px solid #1a5632;
  }

  .brand__logo {
    width: 150px;
  }

  .hero {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.compare {
    padding-top: 0px;
    padding-bottom: 20px;
  }

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

  .section.main__promo {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section.broll {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .section._5__reasons {
    padding-bottom: 20px;
  }

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

  .section.guarantee {
    padding-bottom: 10px;
  }

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

  .product__headline {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }

  .hero__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .list {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
  }

  .list-item {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 700;
  }

  .check-icon {
    margin-top: 3px;
  }

  .text-block-2 {
    line-height: 1.3;
  }

  .block__img {
    margin-bottom: 20px;
  }

  .block__img.custom {
    margin-top: 30px;
  }

  .curve-img.custom {
    height: 250px;
  }

  .block-image-sml {
    height: auto;
  }

  .div-block-8 {
    top: -8%;
  }

  .med-title {
    font-size: 22px;
  }

  ._3col-box {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .install-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .install-box.last {
    margin-bottom: 20px;
  }

  .dsg {
    padding: 80px 20px 20px;
  }

  .div-block-10 {
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .yellow-box {
    padding: 20px 0px 10px;
  }

  .img__curve.w__marginbottom {
    margin-bottom: 0px;
  }

  .img__curve.w__marginbottom.custom {
    margin-bottom: 20px;
  }

  .div-block-11.switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .video__player.curve {
    height: 0px;
    padding-bottom: 99%;
  }

  .grid {
    margin-top: 20px;
  }

  .quote {
    min-height: auto;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-2 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-14 {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
  }

  .image__wide {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .section-2 {
    padding-bottom: 0px;
  }

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

  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .left.modify {
    text-align: center;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    text-align: center;
  }

  .f-text {
    font-size: 14px;
    line-height: 1.6em;
  }

  .big__heading {
    font-size: 28px;
    line-height: 38px;
  }

  .video__block {
    height: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .cta-button {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .buy-now {
    font-size: 6vw;
    line-height: 8vw;
  }

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

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .main-header {
    margin-bottom: 10px;
    font-size: 41px;
  }

  .main-header.smaller {
    margin-bottom: 10px;
    text-align: center;
  }

  .star-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-2.no-perspective {
    margin-bottom: 40px;
    background-color: #fff;
  }

  .slider-navigation {
    bottom: -17%;
    height: 60px;
  }

  .slider-navigation.default-no-perspective {
    bottom: -20%;
    z-index: 10;
    overflow: hidden;
    height: 60px;
    max-height: 60px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-navigation.no-perspective {
    bottom: -20%;
    z-index: 2;
    overflow: hidden;
  }

  .cart {
    margin-top: 0px;
  }

  .product-wrapper {
    margin-bottom: 0px;
  }

  .slide-mask {
    margin-bottom: 18px;
  }

  .slider-thumb-wrap {
    width: 100px;
    height: 60px;
    margin-right: 2px;
    margin-left: 2px;
  }

  .ratings-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .price-wrapper {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }

  .select-header-wrapper {
    margin-bottom: 0px;
    text-align: center;
  }

  .option1-details-wrapper {
    text-align: center;
  }

  .option2-details-wrapper {
    text-align: center;
  }

  .purchase-box {
    font-size: 17px;
    line-height: 25px;
  }

  .shipping-details-wrapper {
    text-align: center;
  }

  .satisfaction-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .satisfaction-logo-wrapper {
    max-width: 120px;
  }

  .details {
    text-align: center;
  }

  .payment-block {
    width: 100%;
  }

  .seal-block {
    width: 60%;
  }

  .secure-wrapper {
    font-size: 13px;
    line-height: 1.2px;
  }

  .secure-block {
    width: 100%;
  }

  .column-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .checklist-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listitems {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 700;
  }

  .lists {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
  }

  .check-icon-2 {
    margin-top: 3px;
  }

  .list-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
  }

  .list-2.mobile {
    margin-top: 0px;
    margin-left: 10px;
  }

  .list-2.m {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .list-item-2 {
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
  }

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

  .list-3 {
    margin-top: 20px;
    margin-left: 10px;
  }

  .list-item-3 {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 700;
  }

  .offer__box-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta-button-2 {
    width: 100%;
    padding: 10px 15px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .buy-now-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_9cee889f-6c44-0267-86ee-d38743e02187-f621a167 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_057bdf4e-f181-c8d8-8153-2da804ad06e8-f621a167 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_09081998-6ca2-ea36-27c4-c9634918885c-f621a167 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_057bdf4e-f181-c8d8-8153-2da804ad06e8-f621a167 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}