.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: 'Open Sans', sans-serif;
  color: #272626;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #272626;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

a {
  color: #049eff;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.header {
  padding: 12px 20px 13px;
  background-color: #154a38;
}

.container {
  max-width: 1024px;
}

.footer {
  padding: 30px 20px;
  background-color: #ece8e0;
}

.footer__wrap {
  text-align: center;
}

.copy__text {
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #082345;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.yellow {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffff45;
  color: #205cc3;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.grid {
  grid-column-gap: 75px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.25fr 0.5fr;
  grid-template-columns: 1.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  padding: 30px 20px;
}

.main__title {
  margin-top: 0px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #313131;
  font-size: 2.6875rem;
  line-height: 51px;
}

.author__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Hvd fonts brandontext', sans-serif;
  font-weight: 400;
}

.author__photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-image: url('../images/Avatar_Macy-Thomas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.breaker__line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.11);
}

.blue-note {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 4px solid #313131;
  background-color: rgba(245, 236, 215, 0.6);
  font-size: 19px;
  line-height: 24px;
}

.offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #cecaca;
  border-radius: 15px;
  background-color: #f1f1f1;
  /* background-image: radial-gradient(circle farthest-corner at 20% 50%,   hsla(90, 30%, 95%, 0.6)10%,   hsla(90, 50%, 75%, 0.85) 40%,   hsla(90, 40%, 65%, 0.9) 100%); */
  background-color: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.9), hsla(0, 2%, 70.8%, 0.75));
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}

.product__img {
  width: 260px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.final__text {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #00237e;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.heading.lg {
  color: #313131;
  font-weight: 800;
}

.heading.mobile {
  display: none;
  color: #082345;
  font-weight: 800;
  text-align: center;
}

.button {
  width: 100%;
  margin-top: 10px;
  padding: 15px 20px;
  border: 2px solid #19973d;
  border-radius: 10px;
  background-color: #19973d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85bb01), to(#19973d));
  background-image: linear-gradient(180deg, #85bb01, #19973d);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.text-block {
  margin-top: 20px;
  font-size: 12px;
}

.featured {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.featured__product {
  margin-top: 20px;
  background-color: #fafafa;
  text-align: center;
}

.text-w-bg {
  margin-bottom: 10px;
  padding: 10px 10px 15px;
  background-color: #1ab22c;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.text-w-bg.mb0 {
  margin-bottom: 0px;
}

.full__width.img {
  padding: 20px;
  border: 1px solid #999;
}

.full__width.img.sidebar {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub__heading {
  margin-bottom: 15px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #313131;
  font-size: 34px;
  line-height: 45px;
}

.sub__heading.green {
  color: #154a38;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
}

.quote-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 35, 126, 0.3);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.q__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #19973d;
}

.q__text {
  margin-bottom: 0px;
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Droid Serif', serif;
  color: #272626;
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
}

.full-img {
  width: 100%;
}

.full-img.xs {
  display: none;
}

.full-img.lg {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-text {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #333;
  font-size: 34px;
  font-weight: 400;
}

.asset-cta {
  display: block;
  margin-bottom: 25px;
}

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

.features-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 21px;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.features-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid hsla(0, 0%, 40.8%, 0.23);
}

.left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  margin-bottom: 0px;
  margin-left: 30px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-box {
  margin-top: 30px;
  margin-bottom: 10px;
}

.review-item {
  margin-top: 20px;
  margin-bottom: 23px;
  padding: 17px 20px;
  border-radius: 5px;
  background-color: rgba(245, 236, 215, 0.6);
  color: #2e4b5d;
  font-size: 17px;
  line-height: 28px;
}

.brand-logo {
  width: 150px;
}

.q-icon {
  width: 17px;
  height: 17px;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.div-for-xs {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-div {
  width: 49%;
}

.xs-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #00237e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.p {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3838;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.p.fs-16 {
  font-size: 16px;
}

.p.fs-16.fw-600 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 400;
}

.p.heavy {
  margin-bottom: 0px;
  line-height: 1.5;
}

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

.afooter {
  color: #082345;
  text-decoration: none;
}

.sidebar__action {
  width: 100%;
}

.citation-block {
  margin-top: 40px;
  font-size: 12px;
  line-height: 24px;
}

.box-text {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #202020;
  font-size: 18px;
  line-height: 1.5;
}

.compare-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100px;
  padding: 20px 20px 20px 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  color: #3a3838;
  font-size: 18px;
  line-height: 1.5;
}

.box-item.checked {
  border-right: 1px solid #ccc;
  background-image: url('../images/check.svg');
  background-position: 20px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.box-item.heading {
  min-height: 70px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  text-align: center;
}

.box-item.heading.wborder {
  border-right: 1px solid #ccc;
}

.box-item.unchecked {
  margin-left: 0px;
  background-image: url('../images/uncheck.svg');
  background-position: 20px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.compare-brands {
  width: 95%;
  margin: 20px auto 30px;
}

.list-number {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.7;
}

.list-item-3 {
  margin-bottom: 20px;
}

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

.underline {
  text-decoration: underline;
}

.citation-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.refund-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px 10px;
  border-radius: 8px;
  background-color: #ece8e0;
  outline-color: #154a38;
  outline-offset: 0px;
  outline-style: dashed;
  outline-width: 2px;
}

.badge {
  width: 220px;
  height: 220px;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
}

.free-note {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .main__title {
    font-size: 2.5rem;
  }

  .author__block {
    margin-bottom: 15px;
  }

  .product__img {
    width: 300px;
  }

  .heading.lg {
    font-size: 30px;
    line-height: 39px;
    font-weight: 800;
  }

  .heading.mobile {
    font-size: 30px;
    line-height: 39px;
    font-weight: 800;
  }

  .button {
    padding-right: 60px;
    padding-left: 60px;
  }

  .text-w-bg {
    background-color: #19973d;
  }

  .q__text {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .full-img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__img {
    width: 100%;
    padding-top: 0px;
    text-align: center;
  }

  .final__text {
    margin-left: 0px;
  }

  .q__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p {
    font-size: 19px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 26px;
  }

  .header {
    padding-top: 5px;
    padding-bottom: 8px;
    text-align: center;
  }

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

  .section {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main__title {
    font-size: 1.8rem;
    line-height: 34px;
    letter-spacing: -0.5px;
  }

  .blue-note {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer {
    padding-right: 15px;
    padding-left: 15px;
    background-image: radial-gradient(circle farthest-corner at 20% 50%,   hsla(90, 30%, 95%, 0.6)10%,   hsla(90, 50%, 75%, 0.85) 40%,   hsla(90, 40%, 65%, 0.9) 100%)
  }

  .product__img {
    padding-top: 0px;
    text-align: center;
  }

  .final__text {
    margin-top: 10px;
  }

  .heading.lg {
    display: none;
  }

  .heading.mobile {
    display: block;
    margin-top: 0px;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 21px;
    line-height: 30px;
  }

  .featured {
    display: none;
  }

  .sub__heading {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.5px;
  }

  .sub__heading.green {
    font-size: 25px;
    line-height: 32px;
  }

  .quote-block {
    margin-bottom: 25px;
  }

  .q__icon {
    padding: 8px 10px;
  }

  .q__text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .full-img.xs {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .full-img.lg {
    display: none;
  }

  .asset-cta {
    margin-bottom: 0px;
  }

  .sale-text {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }

  .features-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-flex {
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .left-box {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 40.8%, 0.23);
  }

  .feature-text {
    margin-left: 15px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }

  .right-box {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 40.8%, 0.23);
  }

  .customers-block {
    margin-bottom: 30px;
  }

  .review-item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .brand-logo {
    width: 125px;
  }

  .q-icon {
    width: 17px;
    height: 17px;
  }

  .div-for-xs {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .left-div {
    width: 100%;
  }

  .left-div.hide {
    display: none;
  }

  .xs-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

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

  .p {
    font-size: 18px;
  }

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

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

  .box-text {
    font-size: 17px;
    line-height: 1.3;
  }

  .compare-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }

  .box-item {
    padding-left: 0px;
  }

  .box-item.checked {
    padding: 15px 10px 15px 38px;
    background-position: 0px 50%;
  }

  .box-item.heading {
    padding: 10px;
  }

  .box-item.unchecked {
    padding: 15px 0px 15px 50px;
    background-position: 10px 50%;
    font-size: 16px;
  }

  .compare-brands {
    width: 100%;
  }

  .main-product {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .list-number {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .list-item-3 {
    margin-bottom: 15px;
  }

  .inline-block {
    display: inline;
  }

  .refund-box {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .badge {
    width: 180px;
    height: 180px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
  }
}

#w-node-_5f4832cf-9c6e-eb53-5545-bdcec59d2157-969fcd38 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

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