.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: #333;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  letter-spacing: 0px;
}

strong {
  font-weight: bold;
}

.header-banner {
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

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

.page-header {
  margin-bottom: 5px;
  background-color: #383838;
}

.logo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trending {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}

.us-flag {
  max-width: 36px;
  margin-left: 10px;
}

.main-content {
  margin-bottom: 20px;
  padding-top: 0px;
}

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

.left-box {
  width: 100%;
  max-width: 70%;
  padding-right: 15px;
}

.right-box {
  width: 100%;
  max-width: 30%;
}

.tags {
  margin-bottom: 25px;
  color: grey;
  font-size: 12px;
  text-align: center;
}

.article-body {
  margin-top: -15px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 1.8;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.3px;
}

.green {
  color: #106016;
}

.caption {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e6e6e6;
  font-size: 19px;
  line-height: 30px;
}

.caption-text {
  margin-bottom: 0px;
}

.sub-title {
  margin-bottom: 20px;
  font-size: 21px;
}

.sub-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  font-size: 30px;
  letter-spacing: 0px;
}

.author-box {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.avatar {
  width: 30%;
  margin-bottom: 10px;
  float: right;
}

.author-img {
  width: 100%;
  border-radius: 100%;
}

.author-text {
  width: 70%;
  padding-right: 15px;
  float: left;
}

.author-title {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.author-desc {
  display: block;
  margin-top: 7px;
  opacity: 0.8;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.product-showcase {
  position: relative;
  top: 10px;
  max-width: 307px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.product-inner {
  margin-bottom: 30px;
  font-size: 18px;
}

.product-title-xs {
  line-height: 29px;
}

.fluid-img {
  width: 100%;
}

.fluid-img.cutout {
  max-width: 65%;
}

.cta-button-wrap {
  margin-top: 20px;
}

.cta-green {
  display: block;
  padding: 15px;
  border-bottom: 3px solid #08873a;
  border-radius: 3px;
  background-color: #0bb64e;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.cta-green:hover {
  background-color: #08873a;
}

.side-review {
  width: 100%;
  padding-left: 15px;
}

.heading-bg {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 8px;
  background-color: #383838;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 12px;
  text-align: center;
}

.footer.dark {
  background-color: #000;
}

.footer-content {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}

.text-12 {
  font-size: 12px;
  line-height: 29px;
}

.menu-item {
  color: #fff;
  text-decoration: none;
}

.menu-block {
  margin-bottom: 20px;
}

.footer-copyright {
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sticky-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  width: 100%;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: rgba(51, 51, 51, 0.91);
  opacity: 1;
  text-align: center;
}

.sticky-bar.hide-me {
  display: none;
}

.fixed-btn {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #08873a;
  border-radius: 4px;
  background-color: #08873a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.bridge {
  font-family: Montserrat, sans-serif;
  color: #111;
  line-height: 1.4375em;
}

.header {
  position: relative;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
  box-shadow: 0 1px 7px 0 #c5c5c5;
}

.container-1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.header-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.brand-logo {
  width: 100%;
  max-width: 215px;
}

.spacer {
  width: 1px;
  height: 36px;
  min-height: auto;
  margin-right: 20px;
  margin-left: 10px;
  background-color: #979797;
}

.header-text {
  max-width: 300px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.header-branding {
  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;
}

.page-content {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.hero {
  padding-top: 30px;
  padding-bottom: 80px;
  background-image: url('../images/gray-bg.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.container-1000.reviews {
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f6f6f6;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.32);
}

.hero-content {
  width: 100%;
  min-height: 200px;
  text-align: center;
}

.hero-text {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
}

.branding {
  color: #3b6531;
}

.text-block-2 {
  display: inline-block;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #555;
  font-size: 27px;
  line-height: 57px;
  font-weight: 700;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-img {
  width: 100%;
  max-width: 180px;
  margin-top: 30px;
  margin-right: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-box-wrapper {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-left: 0px;
}

.list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon._58x58 {
  width: 58px;
  height: 58px;
}

.div-block-5 {
  width: 100%;
  padding-left: 10px;
}

.text-block-3 {
  width: 70%;
  height: auto;
  color: #2f711f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.text-block-4 {
  width: 70%;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.467em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.text-block-4.w80 {
  width: 80%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 460px;
  margin-top: 60px;
  background-color: #3b6531;
}

.div-block-7 {
  min-height: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 20px;
}

.button {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  min-width: 50px;
  margin: 0px;
  border-radius: 2px;
  background-color: #84d32e;
  text-decoration: none;
}

.text-bar {
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #3b6531;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.text-block-5 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.video-wrapper-16-9 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0px;
  margin-bottom: 0px;
  padding-bottom: 56.25%;
}

.video-wrapper-16-9.mb-30 {
  margin-bottom: 30px;
}

.fluid-video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.image-container {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.features-wrapper {
  margin-bottom: 20px;
}

.features-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-item.card1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon {
  position: absolute;
  left: 0px;
  width: auto;
  height: auto;
  max-width: 124px;
}

.div-block-8 {
  width: 100%;
  max-width: 622px;
  min-height: 50px;
  padding: 24px 33px 24px 97px;
  border: 2px dashed #025e20;
  border-radius: 8px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #025e20;
  font-size: 20px;
  line-height: 27px;
}

.text-block-6 {
  font-size: 17px;
  line-height: 26px;
}

.block-quote {
  margin-bottom: 20px;
  padding: 15px;
  border-left-color: green;
  background-color: #f9f9f9;
  line-height: 29px;
}

.review-card.pb-60 {
  padding-bottom: 100px;
}

.review-card.mt-40 {
  margin-top: 40px;
}

.header-meta {
  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;
}

.review-grid {
  width: 100%;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.people {
  height: 50px;
  margin-right: 5px;
}

.name {
  font-size: 18px;
  line-height: 29px;
}

.verified {
  color: green;
  font-size: 14px;
}

.stars {
  margin-top: 15px;
}

.h-spacer {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: grey;
}

.update-block {
  margin-bottom: 20px;
  padding: 30px 15px 25px;
  background-color: #fefeee;
  background-image: url('../images/bar---line.gif');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.us-flag-sml {
  width: 30.2969px;
  height: 16px;
  margin-top: -3px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
}

.text-block-7 {
  margin-top: -10px;
  font-size: 18px;
  line-height: 29px;
}

.btn-order {
  margin-bottom: 20px;
}

.main-btn-cta {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: #0bb64e;
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}

.notice {
  margin-bottom: 20px;
  color: grey;
  font-size: 14px;
  text-align: center;
}

.sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.btn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #84d32e #84d32e #578e0d;
}

.btn-text {
  margin: 0px;
  padding: 13px 30px;
  color: #111;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}

.btn-text.w100 {
  width: 100%;
  line-height: 25px;
}

.btn-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36px;
  -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;
  background-color: #5ea70e;
}

.highlights {
  padding-top: 30px;
}

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

.col-flex-left {
  max-width: 514px;
  padding-bottom: 40px;
}

.sec-sub-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

.sec-title {
  padding: 7px 0px;
  color: #2f711f;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-8 {
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-9 {
  width: 100%;
  padding: 0px 20px 0px 0px;
}

.box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 232px;
  margin-right: 10px;
  padding: 10px;
  -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;
  background-color: #697267;
  background-image: url('../images/box.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 1.467em;
  text-align: center;
}

.box-icon {
  margin-bottom: 10px;
}

.box-icon._35x35 {
  width: 60px;
  height: 60px;
}

.col-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.specs {
  padding: 50px 0px 30px;
  background-image: url('../images/bg-gray.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-9 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.cta-bar {
  padding: 30px 0px;
  background-image: url('../images/offer-bnr.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-right: 8%;
  padding-left: 8%;
  -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;
}

.bar-text {
  max-width: 350px;
  padding: 0px 60px 0px 0px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.max-320 {
  max-width: 320px;
  min-height: 50px;
  margin-left: 20px;
}

.main-content {
  margin-bottom: 0px;
  padding-top: 50px;
}

.main-title {
  max-width: 846px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.full-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.half-col {
  width: 50%;
}

.half-col.content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 150px 50px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.6em;
}

.half-col.wbg1 {
  background-image: url('../images/7HeroImage.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-col.content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 70px 50px 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #7fc56d;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
}

.half-col.wbg2 {
  background-image: url('../images/8HeroImage.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-col.wbg3 {
  background-image: url('../images/9HeroImage.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-col.wbg4 {
  background-image: url('../images/10HeroImage.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-nomb {
  max-width: 400px;
  margin-bottom: 0px;
  line-height: 30px;
  font-weight: 500;
}

.text-icon {
  margin-bottom: 20px;
}

.text-icon._65x65 {
  width: 65px;
  height: 65px;
}

.reviews {
  padding: 87px 0px;
}

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

.review-title {
  margin-bottom: 30px;
  padding-top: 5px;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
}

.review-box-container {
  width: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.review-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-content-flex.mb-0 {
  margin-bottom: 0px;
}

.people-img {
  max-width: 61px;
}

.review-text {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 15px;
  line-height: 1.467em;
  font-weight: 500;
  text-align: left;
}

.nameaddr {
  display: block;
  margin-bottom: 5px;
  color: #3b5997;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.posted {
  margin-bottom: 5px;
  color: #888;
  font-size: 13px;
  line-height: 1.467em;
  font-weight: 500;
}

.col-right {
  padding-left: 20px;
  text-align: left;
}

.faqs {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ddd;
}

.f-link {
  color: #111;
  text-decoration: none;
}

.dmca {
  width: 150px;
  height: 30px;
  margin: 5px 10px 10px;
}

.full-cta-image {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/HeroImage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HeroImage.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.text-block-10 {
  margin-top: 5px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}

.break_1 {
  display: block;
  margin-top: 5px;
}

.break_2 {
  display: block;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.2px;
}

.break_3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 40px;
}

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

.specs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.specs-flex.mobile {
  display: none;
}

.col_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col_1.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col_1.myx-20 {
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 20px;
}

.col_1.ml-20 {
  margin-left: 20px;
}

.text-block-11 {
  max-width: 179px;
  margin-top: -6px;
  padding-left: 5px;
  font-size: 17px;
  line-height: 1.467em;
  font-weight: 700;
}

.img-100 {
  width: 100px;
  height: 100px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.img-trace {
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 50px;
}

.div-block-15 {
  width: 100%;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0px 20px -135px;
}

.div-block-17 {
  width: 120px;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.full-item {
  margin-top: -6px;
  padding-left: 5px;
  font-size: 17px;
  line-height: 1.467em;
  font-weight: 700;
}

.mobile-img {
  display: none;
  width: 100%;
  max-width: 170px;
  margin-top: 30px;
}

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

.accordion-item {
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.accordion-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff3cd;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  background-color: #fffbee;
}

.arr-icon {
  width: 25px;
  height: 25px;
}

.text-16 {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
}

.content {
  margin-bottom: 20px;
}

.product-xs {
  display: none;
}

.faq-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 15px 10px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}

.faq-content {
  margin-top: -3px;
  padding-left: 10px;
}

.faq-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.faq-text {
  color: #888;
  font-size: 14px;
  line-height: 1.467em;
  font-weight: 500;
}

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

.author-block {
  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;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-stars {
  width: 100px;
  height: auto;
  margin: 10px 10px 10px 0px;
}

.author-circle-img {
  max-height: 35px;
  max-width: 35px;
  margin-right: 10px;
  border-radius: 100%;
}

.byline {
  color: #49545e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.by-text {
  color: #919ba3;
  font-size: 13px;
  text-transform: none;
}

.posted-date {
  margin: 0px 10px 10px 0px;
  color: #919ba3;
  font-size: 13px;
  line-height: 27px;
}

.underline {
  text-decoration: underline;
}

.weights-container {
  margin: 40px 0px 0px;
}

.weight-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.weight-1 {
  width: 100%;
  max-width: 50%;
  margin-right: 10px;
  padding: 5px;
  background-color: #ddd;
  color: #005e20;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.weight-2 {
  width: 100%;
  max-width: 50%;
  margin-right: 0px;
  padding: 5px;
  background-color: #ddd;
  color: #005e20;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.weight-3 {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  padding: 5px;
  background-color: #ddd;
  color: #005e20;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.red {
  color: #cd0000;
}

.review-box {
  padding: 20px 15px;
  border: 1px solid #ccc;
}

.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.star-rating {
  height: 32px;
}

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

.bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-green {
  color: #11673a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.text-green.percentage {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.bar-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  background-color: hsla(0, 0%, 80%, 0.2);
}

.inner-bar {
  width: 100%;
  height: 18px;
  background-color: gold;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(12%, #be9d32), to(gold));
  background-image: linear-gradient(0deg, #be9d32 12%, gold);
}

.inner-bar._80 {
  width: 80%;
}

.inner-bar._18 {
  width: 18%;
}

.inner-bar._3 {
  width: 3%;
}

.inner-bar._2 {
  width: 2%;
}

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

@media screen and (max-width: 991px) {
  .main-content {
    padding-top: 0px;
  }

  .content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left-box {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
  }

  .right-box {
    margin-right: auto;
    margin-left: auto;
  }

  .container-1000.reviews {
    width: 90%;
  }

  .div-block {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .features-item {
    padding-left: 40px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .main-content {
    padding-top: 40px;
  }

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

  .full-flex.switch-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .half-col.content-right {
    width: 100%;
    padding-top: 50px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .half-col.wbg1 {
    width: 100%;
    height: 400px;
  }

  .half-col.content-left {
    width: 100%;
    padding-top: 50px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .half-col.wbg2 {
    width: 100%;
    height: 400px;
  }

  .half-col.wbg3 {
    width: 100%;
    height: 400px;
  }

  .half-col.wbg4 {
    width: 100%;
    height: 400px;
  }

  .text-nomb {
    max-width: none;
  }

  .specs-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .specs-flex.hide {
    display: none;
  }

  .specs-flex.mobile {
    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;
  }

  .col_1 {
    width: 33.333333333333336%;
  }

  .col_1.flex.list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col_1.myx-20 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .col_1.ml-20 {
    margin-left: 0px;
  }

  .img-100 {
    width: 80px;
    height: 80px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-14 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-15 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-16 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-left: 0px;
    -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;
  }

  .content {
    padding-top: 0px;
  }

  .weights-container {
    width: 100%;
    margin-top: 0px;
  }

  .star-rating {
    height: 25px;
  }

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

  .text-green {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .left-box {
    max-width: 90%;
    padding-right: 0px;
  }

  .right-box {
    max-width: 90%;
  }

  .product-showcase {
    max-width: none;
  }

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

  .hero {
    padding-top: 10px;
  }

  .hero-text {
    margin-top: 15px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }

  .text-block-2 {
    font-size: 23px;
    line-height: 1.4;
  }

  .features-item {
    padding-left: 65px;
  }

  .div-block-8 {
    padding-left: 95px;
  }

  .col-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-flex-left {
    max-width: none;
  }

  .div-block-9 {
    padding-right: 0px;
  }

  .box-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box-flex-col {
    width: 49%;
    max-width: none;
    margin-right: 0px;
  }

  .col-flex-right {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-14 {
    width: 100%;
    text-align: center;
  }

  .mobile-img {
    margin-right: auto;
    margin-left: auto;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

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

  .star-rating {
    height: 35px;
  }

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

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

@media screen and (max-width: 479px) {
  .container-1024 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .trending {
    font-size: 16px;
    line-height: 36px;
  }

  .left-box {
    max-width: 100%;
  }

  .right-box {
    max-width: 100%;
  }

  .main-heading {
    font-size: 26px;
    line-height: 36px;
  }

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

  .sub-heading {
    font-size: 24px;
  }

  .author-box {
    display: none;
  }

  .product-showcase {
    display: none;
  }

  .fluid-img.cutout {
    max-width: 100%;
  }

  .side-review {
    padding-left: 0px;
  }

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

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

  .sticky-bar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .fixed-btn {
    line-height: 28px;
  }

  .header {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .header-content {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-logo {
    max-width: 163px;
  }

  .spacer {
    display: none;
    width: 100%;
    height: 8px;
    background-color: transparent;
  }

  .header-text {
    max-width: none;
    font-size: 12px;
  }

  .header-branding {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hero {
    padding-bottom: 20px;
  }

  .container-1000.reviews {
    padding-bottom: 40px;
  }

  .hero-text {
    max-width: none;
  }

  .hero-img {
    display: none;
  }

  .list-box-wrapper {
    padding-top: 10px;
  }

  .list-box {
    margin-bottom: 17px;
  }

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

  .text-block-3 {
    width: 100%;
  }

  .text-block-4 {
    width: 100%;
  }

  .div-block-6 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .div-block-7 {
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .text-bar {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-container.push-up {
    margin-top: -50px;
  }

  .features-item {
    margin-top: -90px;
    padding-left: 0px;
    -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;
  }

  .features-item.card1 {
    margin-top: 0px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-item.card3 {
    margin-top: -70px;
  }

  .features-item.card4 {
    margin-top: -70px;
  }

  .features-item.card5 {
    margin-top: -70px;
  }

  .feature-icon {
    position: relative;
    top: 0px;
  }

  .div-block-8 {
    position: relative;
    top: -62px;
    width: 96%;
    max-width: none;
    padding-top: 82px;
    padding-right: 25px;
    padding-left: 24px;
    text-align: center;
  }

  .text-block-6 {
    font-size: 17px;
  }

  .main-btn-cta {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-text {
    padding-left: 30px;
    font-size: 15px;
  }

  .highlights {
    padding-bottom: 30px;
  }

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

  .col-flex-left {
    width: 100%;
    max-width: none;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sec-sub-title {
    font-size: 17px;
  }

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

  .div-block-9 {
    padding-right: 0px;
  }

  .box-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .box-flex-col {
    width: 48.888%;
    max-width: none;
    margin-right: 0px;
  }

  .col-flex-right {
    width: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .specs {
    padding-top: 30px;
  }

  .text-block-9 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-10 {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .bar-text {
    padding-right: 0px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .max-320 {
    max-width: none;
    margin-left: 0px;
  }

  .main-content {
    padding-top: 30px;
  }

  .main-title {
    font-size: 25px;
    line-height: 30px;
  }

  .half-col.content-right {
    padding: 20px 15px;
  }

  .half-col.wbg1 {
    height: 260px;
  }

  .half-col.content-left {
    padding: 20px 15px;
  }

  .half-col.wbg2 {
    height: 260px;
  }

  .half-col.wbg3 {
    height: 260px;
  }

  .half-col.wbg4 {
    height: 260px;
  }

  .text-icon {
    width: 48px;
  }

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

  .review-title {
    font-size: 21px;
    line-height: 1.2em;
  }

  .review-box-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-content-flex {
    -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;
  }

  .review-text {
    margin-top: 5px;
  }

  .col-right {
    padding-left: 0px;
  }

  .full-cta-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/HeroImage.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/HeroImage.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .break_1 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .break_2 {
    font-size: 30px;
  }

  .break_3 {
    font-size: 30px;
    line-height: 35px;
  }

  .max-287 {
    max-width: 90%;
  }

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

  .col_1 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col_1.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .col_1.flex.list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-11 {
    max-width: none;
  }

  .img-100 {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .div-block-12 {
    padding-left: 0px;
  }

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

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

  .img-trace {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

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

  .div-block-16 {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-17 {
    width: 90px;
    height: 90px;
  }

  .mobile-img {
    display: block;
    max-width: 94px;
  }

  .accordion-item {
    padding-right: 0px;
  }

  .content {
    padding-bottom: 20px;
  }

  .product-xs {
    display: block;
  }

  .posted-date {
    display: none;
  }

  .weights-container {
    margin-top: 20px;
  }

  .star-rating {
    height: auto;
    max-width: 40%;
  }

  .bar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#w-node-b2c3c5f9-886d-0b5b-0975-8a8cc9e6aa55-ed7c9ee8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_950a12cd-29d8-d0a6-bc72-446e2a769993-ed7c9ee8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

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