:root {
  --theme-color-1: #333;
  --white: white;
  --black: black;
  --link: #1f6fcb;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35em;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.main-header {
  border-bottom: 1px solid #ebecef;
  position: relative;
}

.header-top {
  background-color: #3a5127;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container.pr-16 {
  padding-left: 16px;
}

.header-top-inner-container {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.header-top-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.feature-section {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 15px;
  position: relative;
}

.heading {
  color: var(--theme-color-1);
  letter-spacing: -.2px;
  margin-top: 20px;
  margin-bottom: 31px;
  margin-left: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
}

.feature-outeer-box, .feature-outer-box {
  position: relative;
}

.paragraph {
  color: #17191c;
  margin-bottom: 7px;
  padding-left: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
}

.feature-title {
  color: #17191c;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 31px;
  font-weight: 800;
}

.text-gradient-color {
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  font-weight: 700;
}

.text-gradient-color.fw-700 {
  font-weight: 800;
}

.row {
  grid-column-gap: 0px;
  padding: 0;
}

.row.mb-30 {
  margin-bottom: 30px;
}

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

.feature-content-column {
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 67px;
  padding: 10px 15px 15px;
}

.author-box {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.image {
  border-radius: 50px;
}

.author-name {
  letter-spacing: .03em;
  margin-bottom: 0;
}

.date {
  color: #919ba3;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  position: relative;
  top: -2px;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 11px;
}

.paragraph-3 {
  color: #49545e;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6em;
}

.feature-image-box {
  margin-bottom: 30px;
}

.feature-image-box.mb-20 {
  margin-bottom: 20px;
}

.feature-image-box.m-32 {
  margin-top: 32px;
  margin-bottom: 15px;
}

.feature-text {
  color: #333;
  text-shadow: 0 1px rgba(255, 255, 255, .5);
  background-color: #daeed8;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 8px 35px 8px 14px;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.8em;
}

.name {
  color: #49545e;
  margin-left: 5px;
  font-size: 11px;
}

.main-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.links-block {
  align-items: center;
  display: flex;
}

.link-box {
  background-color: #4267b2;
  justify-content: center;
  width: 100%;
  min-width: 120px;
  height: 32px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.link-box.bg-color-1 {
  background-color: #55acee;
}

.link-box.bg-color-2 {
  background-color: #448aff;
}

.link-box.bg-color-3 {
  background-color: #25d366;
}

.link-box.bg-color-4 {
  background-color: #cb2027;
}

.link-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  min-width: 45px;
  margin-left: 6px;
  margin-right: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.feature-social-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  font-family: Opensans;
  position: relative;
  top: 8px;
}

.paragraph-text {
  color: #333;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-text.m-0 {
  margin-bottom: 0;
}

.paragraph-text.mr-7 {
  margin-right: -7px;
}

.paragraph-text.p-color {
  color: #b1b1b1;
  text-align: center;
  max-width: 1162px;
  font-size: 18px;
}

.paragraph-text.text-center {
  text-align: center;
  font-style: italic;
}

.paragraph-text.mt-30 {
  margin-top: 28px;
  line-height: 1.796em;
}

.paragraph-text.m-26 {
  margin-bottom: 26px;
}

.paragraph-text.fw-blod {
  color: var(--black);
  line-height: 1.3em;
}

.paragraph-text.tick {
  margin-bottom: 14px;
}

.paragraph-text.center {
  text-align: center;
}

.link-text-color {
  color: var(--link);
  font-weight: 700;
}

.feature-image {
  width: 100%;
}

.feature-block {
  align-items: center;
  display: block;
}

.feature-image-two {
  float: left;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
  margin-right: 17px;
  padding-top: 15px;
}

.text-color-two {
  color: #c00;
}

.text-color-two.text-gradient-color, .text-color-two.del {
  text-decoration: line-through;
}

.fw-blod {
  font-style: italic;
  font-weight: 700;
}

.feature-list-style-one {
  margin-bottom: 0;
}

.featur-list-item {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 20px;
}

.featur-list-item.mb-20 {
  margin-top: 0;
  margin-bottom: 20px;
}

.feature-list-style-two {
  margin-bottom: 0;
}

.list-text-two {
  font-size: 21px;
  line-height: 1.8em;
}

.text-color-three {
  color: green;
  font-weight: 700;
}

.qoute-box {
  background-color: #f0f8ff;
  border: 2px solid red;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.btn-style-one {
  color: var(--white);
  text-align: center;
  background-color: #f99035;
  border-bottom: 4px solid #df761b;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

.btn-style-one:hover {
  border-bottom-width: 3px;
}

.btn-style-one.alt {
  font-size: 16px;
}

.btn-title {
  border-bottom: 1px solid #f47b6c;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.offer-text {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
}

.comment-text {
  margin-top: 66px;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}

.author-box-two {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.author-two-name {
  color: #49545e;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6em;
}

.thumb {
  width: 60px;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.text-color-4 {
  color: #1fba34;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6em;
  display: inline-block;
  position: relative;
  top: 1px;
}

.link-text-2 {
  color: #666;
  letter-spacing: 0;
  border-left: 1px solid #999;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  top: 1px;
}

.rating {
  position: relative;
  top: -5px;
}

.author-text {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.6em;
}

.author-comment-box {
  width: 100%;
  margin-left: 124px;
  padding-left: 15px;
  padding-right: 16px;
}

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

.main-footer {
  background-color: #2e3138;
  padding-top: 82px;
  padding-bottom: 60px;
  text-decoration: underline;
  position: relative;
}

.copyright-text {
  color: #d3d3d3;
  text-align: center;
  font-size: 1.1em;
}

.link {
  color: #abb0ba;
  font-size: 1.1em;
  line-height: 1.8em;
  text-decoration: underline;
}

.link-2 {
  color: #abb0ba;
  line-height: 1.8em;
}

.feature-content-two {
  width: 100%;
  margin-bottom: 100px;
  padding: 0 15px 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 33px;
}

.feature-content-title {
  color: var(--white);
  text-align: center;
  background-color: #222;
  border: 1px solid #222;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 3px 5px 12px;
  font-weight: 700;
  line-height: 22px;
}

.feature-product-image {
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hr {
  height: 0;
}

.divider-line {
  border-top: 1px solid rgba(0, 0, 0, .1);
  height: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-2 {
  margin-bottom: 30px;
}

.image-3 {
  width: 30px;
  margin-top: -5px;
  margin-left: 7px;
}

.text-span-3 {
  color: #919ba3;
  text-transform: lowercase;
  font-size: 13px;
}

.featu {
  width: 100%;
}

.by {
  color: #919ba3;
  text-transform: lowercase;
  margin-right: 6px;
  padding-top: 5px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6em;
}

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

.btn-style-two {
  z-index: 99;
  background-color: #54b948;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 30px;
}

.btn-icon {
  font-family: "Fa Duotone 900", sans-serif;
}

.fa {
  font-family: "Fa Solid 900", sans-serif;
}

.fa.btn-icon {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.sticky-button {
  color: #fff;
  background-color: #00c249;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.5rem;
  text-decoration: underline;
  display: none;
}

.sticky-button-inner {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  line-height: 1.8em;
}

.text-block {
  margin-bottom: 15px;
}

.text-block-2 {
  color: #00c249;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
}

.as-of-date {
  margin-right: -6px;
  font-weight: 700;
}

.link-3 {
  font-size: 18px;
  font-weight: 700;
}

.link-4 {
  color: #b8b8b8;
}

.italic-text {
  color: #3a5127;
}

.link-5, .link-6 {
  color: var(--link);
  font-weight: 700;
}

.bold-text {
  color: var(--link);
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16 {
  color: var(--link);
  font-weight: 700;
}

.html-embed {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.html-embed-2 {
  color: #5f5f5f;
  font-weight: 400;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .container.p-0 {
    padding-right: 15px;
  }

  .feature-section {
    padding-top: 15px;
  }

  .heading {
    margin-bottom: 32px;
    margin-left: 9px;
  }

  .feature-outer-box {
    margin-left: -6px;
    margin-right: -6px;
  }

  .row.gap-8 {
    z-index: 1;
  }

  .feature-text {
    padding-bottom: 8px;
  }

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

  .link-box, .link-text {
    min-width: auto;
  }

  .paragraph-text.p-color {
    max-width: 730px;
  }

  .paragraph-text.mt-30 {
    margin-top: 26px;
  }

  .feature-image-two {
    margin-bottom: 0;
  }

  .featur-list-item.line-height-1-6 {
    margin-top: -6px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }

  .list-text.line-height-1-6 {
    margin-top: -6px;
    line-height: 1.6em;
  }

  .author-box-two {
    margin-bottom: 15px;
  }

  .rating {
    top: -15px;
  }

  .author-text {
    margin-top: 6px;
  }

  .author-comment-box {
    margin-left: 78px;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

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

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

  .container.sm-p0 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    max-width: 100%;
    position: relative;
  }

  .feature-section {
    padding-top: 15px;
  }

  .heading {
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 24px;
  }

  .feature-outer-box {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    display: none;
  }

  .feature-title {
    max-width: 100%;
  }

  .row {
    grid-row-gap: 0px;
    max-width: 100%;
    overflow: visible;
  }

  .row.gap-8 {
    grid-row-gap: 8px;
  }

  .feature-content-column {
    max-width: 100%;
    margin-bottom: 0;
  }

  .author-name {
    flex-wrap: wrap;
    display: flex;
  }

  .date {
    max-width: 96px;
  }

  .paragraph-3 {
    max-width: 98px;
  }

  .feature-image-box {
    margin-left: -15px;
    margin-right: -15px;
  }

  .feature-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .feature-image-two {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .feature-image-two.mt-sm-0 {
    margin-top: 0;
  }

  .feature-list-style-one {
    margin-top: -5px;
    padding-left: 20px;
  }

  .featur-list-item.line-height-1-6 {
    margin-bottom: 18px;
  }

  .qoute-box {
    margin-left: 0;
    margin-right: 0;
  }

  .author-box-two {
    max-width: 100%;
  }

  .author-two-name {
    max-width: 92px;
    margin-right: 45px;
    display: flex;
  }

  .link-text-2 {
    top: -18px;
    left: 60px;
  }

  .link-text-2.r-45 {
    left: 45px;
  }

  .link-text-2.r-65 {
    left: 65px;
  }

  .rating {
    top: -28px;
  }

  .author-text {
    margin-top: -12px;
    font-size: 16px;
  }

  .author-comment-box {
    margin-left: 100px;
  }

  .div-block {
    justify-content: flex-start;
  }

  .main-footer {
    padding-bottom: 0;
  }

  .feature-content-two {
    margin-top: -20px;
    margin-bottom: 0;
    padding-bottom: 130px;
    padding-left: 17px;
    padding-right: 14px;
  }

  .by {
    padding-left: 10px;
  }

  .btn-style-two {
    display: none;
  }

  .sticky-button {
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .sticky-button-inner {
    text-decoration: underline;
  }
}

#w-node-_69fd388a-233d-ad25-fb88-88837dba6fc9-07dccecf, #w-node-dfdb8fb2-82e2-dcfd-0e37-4086647b3740-07dccecf {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-c49725ad-67a3-1b9a-0ba5-579707ea4aa5-07dccecf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-dfdb8fb2-82e2-dcfd-0e37-4086647b3740-07dccecf {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfdb8fb2-82e2-dcfd-0e37-4086647b3740-07dccecf {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_3050cc7a-cc4d-9717-7c96-11e179dcc007-07dccecf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfdb8fb2-82e2-dcfd-0e37-4086647b3740-07dccecf {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-b9249aef-d405-d0d7-7659-9c8a2de9e9f1-07dccecf {
    grid-row: span 1 / span 1;
  }

  #w-node-c49725ad-67a3-1b9a-0ba5-579707ea4aa5-07dccecf {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Ltw 0697 Blkcnobl';
  src: url('../fonts/Helvetica-Neue-LTW0697BlkCnObl.otf') format('opentype'), url('../fonts/Helvetica-Neue-LTW0697BlkCnObl.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Ltw 0697 Blkcnobl';
  src: url('../fonts/Helvetica-Neue-LTW0697BlkCnObl.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}