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

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

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

body {
  color: #333;
  background-color: #d5d4d0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

h3 {
  color: #17191c;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

h4 {
  border-bottom: 2px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 400;
  display: block;
}

a {
  color: #205cc3;
  font-weight: 600;
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
}

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

strong {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

em {
  font-style: italic;
}

.main {
  background-color: #fff;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 7px #000;
}

.container {
  max-width: 1250px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-title {
  color: #222;
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 34.666px;
  font-weight: 400;
  line-height: 44px;
}

.author {
  color: #555;
  text-align: center;
  letter-spacing: -.3px;
  border-top: 1px solid #ccc;
  max-width: 340px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 14.5px;
  font-weight: 600;
}

.advert-body {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 30px;
  display: flex;
}

.left-content {
  width: 100%;
  max-width: 800px;
}

.asset-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.asset-holder.ads {
  margin-top: 20px;
  margin-bottom: 20px;
}

.asset-holder.under-header {
  margin-top: 7px;
}

.asset-holder.less-space {
  margin-top: -20px;
  margin-bottom: -20px;
}

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

.full-image {
  width: 100%;
}

.updates {
  margin-bottom: 20px;
}

.heading {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #3c94f6;
  background-image: url('../images/alert.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.cta-button {
  text-align: center;
  background-color: #63d021;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 40px;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.cta-button:hover {
  background-color: #49a511;
}

.sidebar {
  align-self: flex-start;
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  position: sticky;
  top: 20px;
}

.sidebar.hide {
  display: block;
}

.heading-2 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}

.header {
  border-bottom: 2px solid #ccc;
  width: 100%;
  height: auto;
}

.brand-flex {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.logo {
  flex: none;
  width: 140px;
  display: block;
}

.logo.middle {
  margin-left: auto;
  margin-right: auto;
}

.top-bar {
  text-align: center;
  padding: 2px 5px 8px;
  font-size: 14px;
  line-height: 18px;
}

.footer {
  background-color: #eaf1f7;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

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

.div-block {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
  overflow: hidden;
}

.div-block.credentials {
  border-top-width: 1px;
}

.sub-heading {
  color: #17191c;
  letter-spacing: -.3px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.sub-heading.center {
  text-align: center;
}

.fwhite {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.sml-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.html-embed {
  margin-top: -15px;
}

.yotpo-embed {
  margin-top: 30px;
}

.big {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.h4 {
  color: #525252;
  border-bottom: 1px solid #525252;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.list-item {
  background-image: url('../images/Avatar-100x100-5_1Avatar-100x100-5.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 89px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 100px;
}

.p {
  direction: ltr;
  color: #525252;
  text-indent: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
}

.p.p-review {
  font-size: 17px;
}

.review-author {
  color: #525252;
  letter-spacing: 1px;
  text-indent: 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.review-author.mb2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.list-author {
  margin-bottom: 30px;
}

.box {
  background-color: #eaf1f7;
  border: 1px solid #bfbfbf;
  margin: 30px 20px;
  padding: 20px 15px;
}

.h3 {
  color: #333;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.h3.fs-21 {
  text-transform: uppercase;
}

.p-2 {
  color: #525252;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.p-2.p2 {
  color: #fff;
  background-image: url('../images/icon1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  font-size: 16px;
}

.p-2.p2.x {
  margin-top: 0;
}

.a-link {
  color: #3b97c8;
  text-decoration: underline;
}

.a-link.link-blue {
  color: #3b97c8;
}

.box2 {
  background-color: #4e7096;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 10px;
}

.background-video {
  z-index: 1;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 57%;
  position: relative;
}

.quote {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 40px;
  padding: 20px 45px 20px 40px;
  font-size: 16px;
  line-height: 22px;
}

.quote.is-last {
  margin-bottom: 30px;
}

.emojis {
  cursor: pointer;
  display: flex;
}

.post-meta {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.likers {
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
  margin-top: 10px;
  padding: 8px 20px;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.image-4 {
  opacity: .8;
  width: 16px;
  height: 16px;
}

.likes-comments {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-5 {
  width: 18px;
  height: 18px;
}

.image-6 {
  width: 100%;
  margin-bottom: 10px;
}

.name {
  color: #3658a6;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.facebook-post {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 620px;
  margin: 30px auto;
  padding: 15px 0 20px;
  box-shadow: 0 0 6px #0003;
}

.numcount {
  color: #a0a0a0;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.postime {
  align-items: center;
  display: flex;
}

.text-block {
  color: #65676b;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dots {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.post-text {
  color: #212121;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 19px;
}

.picture {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.dicount {
  color: #205cc3;
  background-color: #ffff45;
  width: 270px;
  padding: 6px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.background-video-2 {
  z-index: 1;
  height: auto;
  padding-top: 57%;
}

.wrapper1 {
  flex-flow: column;
  place-content: center;
  align-items: center;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.btn-primary-2 {
  background-color: #f99035;
  border: 2px solid #c2712c;
  border-radius: 8px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.btn-primary-2.desktop {
  text-align: center;
  background-color: #7fc56d;
  border-color: #45753d;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.box4 {
  border: 1px solid #b2c7da;
  margin-top: 10px;
  padding: 20px;
}

.p-3 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.p-3.p4 {
  text-align: center;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.column-3 {
  justify-content: center;
  display: block;
}

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

.code {
  text-align: center;
  margin-top: 5px;
  font-weight: 300;
}

.product-image-holder {
  width: 100%;
}

.background-video-3 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 71%;
  position: relative;
}

.image-7 {
  margin-bottom: 10px;
}

.div-block-3 {
  background-image: url('../images/1-review_11 review.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 10px;
}

.large-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.disclaimer-wrapper {
  border: 1px solid #ccc;
  margin-top: 32px;
  padding: 20px 20px 10px;
}

.tiny-paragraph {
  font-size: 16px;
}

.legal-section {
  background-color: #0000000d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.legal-text {
  color: #262626;
  font-weight: 300;
  text-decoration: none;
}

.separator {
  color: #262626;
  border-left: 2px solid #000;
  border-right: 2px solid #666667;
  border-radius: 2px;
  margin-left: 21px;
  margin-right: 21px;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  text-decoration: none;
}

.footer-wrapper {
  background-color: #3f4727;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-header {
  margin-bottom: 30px;
}

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

.footer-title {
  color: #fcf7ee;
  font-size: 28px;
  line-height: 115%;
}

.email-text-link {
  color: #fcf7ee;
  font-size: 20px;
}

.email-link {
  color: #fcf7ee;
  text-decoration: none;
}

.sub-footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.quote-title {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 30px;
  font-style: normal;
  line-height: 150%;
}

.quote-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.quote-image {
  width: 100%;
}

.small-centered {
  color: gray;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.6rem;
}

.credentials-title {
  color: #525252;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-style: italic;
}

.credentials-list {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  font-size: 13px;
  list-style-type: none;
  overflow: hidden;
}

.quote-video {
  z-index: 1;
  width: 100%;
}

.video-holder {
  width: 100%;
}

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

.product-image {
  width: 100%;
}

.highlited-prcie {
  color: #4376f6;
  -webkit-text-stroke-color: #2d65f1;
  white-space: normal;
  background-color: #fffc60;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.image-8 {
  width: 100%;
}

.no-margine-bottom {
  margin-bottom: 0;
}

.resources-list-item {
  margin-bottom: 6px;
  overflow: auto;
}

.footer__wrap {
  text-align: center;
}

.container-3 {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
}

.footer-hyperl-inks {
  color: #565656;
  white-space: nowrap;
  border-right: 1px solid #565656;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-hyperl-inks.last {
  border-right-style: none;
}

.citattion {
  color: #666;
  margin-top: 20px;
  font-weight: 400;
}

.link-block-12 {
  text-align: right;
  width: 278px;
  margin-top: 24px;
  margin-left: auto;
  display: block;
}

.image-16 {
  text-align: left;
  width: 278px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

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

.footer-text.hide {
  display: none;
}

.video-item {
  width: 100%;
}

.discount-red {
  color: red;
  text-decoration: line-through;
}

.hidden-text, .hide {
  display: none;
}

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

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.video {
  z-index: 1;
  width: 100%;
}

.highlited-span {
  color: #333;
  -webkit-text-stroke-color: #2d65f1;
  white-space: normal;
  background-color: #fffc60;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 600;
}

.attention-block {
  background-color: #ffe65580;
  border: 2px solid #333;
  padding: 6px 10px;
}

.div-block-4 {
  background-color: #fbe4e4;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 17px;
  padding: 16px;
  display: flex;
}

.div-block-5 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.image-17 {
  min-width: 180px;
  display: block;
}

.box5 {
  border: 1px solid #b2c7da;
  margin-top: 10px;
  padding: 20px;
}

.product-image-small {
  width: 50%;
}

.product-image-holder-copy {
  width: 100%;
}

.div-block-6 {
  background-color: #c9909833;
  border: 1.5px dashed #855258;
  border-radius: 4px;
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-7 {
  padding-top: 24px;
}

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

.process-holder {
  background-color: #fbe4e4;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 17px;
  padding: 10px 24px;
}

.asset-holder-medium {
  max-width: 80%;
  margin: 20px auto;
  display: block;
}

.asset-holder-medium.ads {
  margin-top: 20px;
  margin-bottom: 20px;
}

.asset-holder-medium.under-header {
  margin-top: 7px;
}

.asset-holder-medium.less-space {
  margin-top: -20px;
  margin-bottom: -20px;
}

._6-imgae-holder {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._120x120-logos {
  width: 120px;
  height: 120px;
}

._120x120-logos.max-width-16 {
  max-width: 16%;
  height: auto;
}

._120x120-logos.mg-riht-16 {
  margin-right: 16px;
}

._120x120-logos.mg-riht-16.satisfaction0symbole-copy {
  margin-left: auto;
  margin-right: auto;
}

.feedback-holder {
  background-color: #fbe4e4;
  border: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
}

._200x200-image {
  width: 200px;
  height: 200px;
}

._200x200-image.mg-right-16 {
  margin-right: 16px;
}

._200x200-image.mg-right-16.rounded {
  border-radius: 200px;
}

.text-big {
  font-size: 20px;
}

.div-block-9 {
  margin-bottom: 16px;
}

.feedback-holder-2 {
  background-color: #d5e0cf;
  border: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
}

.feedback-holder-2.cream {
  background-color: #fbe4e4;
  border-radius: 10px;
}

.feedback-holder-2.ams {
  background-color: #fdf8ef;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-10 {
  color: #8a0924;
}

.div-block-11 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  text-align: left;
  background-color: #7fc56d1a;
  border: 1px solid #a5a5a5;
  margin-top: 16px;
  padding: 10px;
}

.nowrap {
  white-space: nowrap;
}

.medium-image {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .dawd {
  font-weight: 700;
}

.highlited-span-bld {
  color: #333;
  -webkit-text-stroke-color: #2d65f1;
  white-space: normal;
  background-color: #fffc60;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 700;
}

.bold-text {
  color: #750037;
}

.paragraph {
  padding-left: 40px;
}

.rich-text-lst-txt-underlined em {
  font-style: normal;
  text-decoration: underline;
}

.link-block-13 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-18 {
  max-width: 80%;
}

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

.image-19 {
  max-width: 425px;
}

.brand-flex-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #5a787c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.text-block-8 {
  margin-top: 24px;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 20px;
    line-height: 150%;
  }

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

  .advert-body {
    flex-direction: column;
  }

  .left-content {
    max-width: none;
    margin-right: 20px;
  }

  .sidebar {
    max-width: 250px;
    display: none;
  }

  .heading-2 {
    display: none;
  }

  .sub-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .btn-primary-2 {
    padding-left: 10px;
    padding-right: 11px;
  }

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

  .mobile-veri, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .main {
    overflow: hidden;
  }

  .advert-body {
    flex-direction: column;
  }

  .asset-holder {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sidebar {
    display: none;
  }

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

  .p {
    line-height: 1.75;
  }

  .p-2 {
    line-height: 1.8;
  }

  .hideme {
    display: none;
  }

  .wrapper1 {
    padding-top: 10px;
  }

  .btn-primary-2 {
    font-size: 21px;
  }

  .column-4 {
    padding-left: 0;
  }

  .p-3 {
    line-height: 1.8;
  }

  .image-3 {
    text-align: center;
    display: block;
  }

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

  .large-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .disclaimer-wrapper {
    padding-top: 22px;
  }

  .tiny-paragraph {
    font-size: 14px;
  }

  .legal-text {
    font-size: 12px;
  }

  .embed.mobile-logo {
    max-width: 196px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-title {
    font-size: 15px;
  }

  .email-text-link {
    font-size: 16px;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    display: none;
  }

  .product-image-holder-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .asset-holder-medium {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._6-imgae-holder {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: center;
    align-items: flex-start;
  }

  ._120x120-logos.max-width-16 {
    max-width: 23%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  strong {
    font-weight: 600;
  }

  .heading-title {
    margin-top: 20px;
    font-weight: 400;
    line-height: 46px;
  }

  .author {
    margin-top: 13px;
    padding-top: 7px;
  }

  .left-content {
    margin-right: 0;
  }

  .cta-button {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2 {
    display: none;
  }

  .brand-flex {
    text-align: left;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-heading {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .list-item {
    background-size: 88px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .p {
    line-height: 1.75;
  }

  .box {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3.fs-21 {
    font-size: 21px;
  }

  .p-2 {
    line-height: 1.8;
  }

  .quote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 40px;
  }

  .likers {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-primary-2 {
    text-align: center;
    max-width: 91vw;
    padding: 15px 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .btn-primary-2.desktop {
    text-align: center;
  }

  .box4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-3 {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .p-3.p4 {
    text-align: center;
    line-height: 1.4;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .code {
    margin-top: 10px;
  }

  .div-block-3 {
    height: 390px;
  }

  .large-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-veri, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    display: none;
  }

  .container-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-12 {
    margin-right: auto;
  }

  .image-16 {
    text-align: left;
    margin-right: auto;
  }

  .box5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._6-imgae-holder {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._120x120-logos.max-width-16 {
    min-width: 100px;
    margin-bottom: 16px;
  }

  ._120x120-logos.mg-riht-16 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  ._120x120-logos.mg-riht-16.satisfaction0symbole, ._120x120-logos.mg-riht-16.satisfaction0symbole-copy {
    width: 180px;
    height: 180px;
  }

  .feedback-holder {
    flex-flow: column;
  }

  ._200x200-image.mg-right-16.rounded {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .feedback-holder-2 {
    flex-flow: column;
  }

  .brand-flex-2 {
    text-align: left;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


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