.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;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: sofia-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

.heading-4 {
  width: 23.9em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
}

.nav__btns {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__btns.tablet-show {
  display: none;
}

.nav__btns.tablet-show {
  display: none;
}

.nav__btns.tablet-show {
  display: none;
}

.nav__btns.tablet-show {
  display: none;
}

.orange__btn {
  height: 60px;
  padding: 15.6px 30px 16.9px;
  border: 1px solid #f87906;
  border-radius: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc8302), to(#f87907));
  background-image: linear-gradient(180deg, #fc8302, #f87907);
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.orange__btn.width-216 {
  width: 216px;
  margin-top: 20px;
  padding-right: 13px;
  padding-left: 10px;
  border-style: none;
  background-color: #fc6723;
  background-image: none;
}

.nav__link {
  padding-right: 15px;
  padding-left: 15px;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.nav__link.w--current {
  color: #282421;
}

.nav__link.blog {
  display: none;
}

.hero-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-wrapper.hero-wrapper--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-wrapper.customers__hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__text.product {
  position: relative;
  width: 50%;
  max-width: 580px;
}

.hero__text.product.bdr__hero-text {
  padding-top: 75px;
}

.hero__text.update-headline {
  padding-top: 0px;
}

.hero__text.whyus__hero-text {
  max-width: 540px;
}

.hero__text.holiday__hero-text {
  width: 560px;
  max-width: 50%;
  padding-bottom: 20px;
}

.hero__text.product__hero-text {
  max-width: 520px;
}

.hero__text.affiliate__hero-text {
  max-width: 45%;
}

.hero__text.race__hero-text {
  width: 50%;
  max-width: 560px;
  padding-bottom: 40px;
}

.hero__text.np-lp__hero-text {
  max-width: 490px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero__text.hero__text--main {
  max-width: 520px;
  margin-bottom: 40px;
}

.hero__text.spyfu__hero-text {
  max-width: 520px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero__text.home__hero-text {
  max-width: 50%;
  padding-bottom: 60px;
}

.hero__text.hpb__hero-text {
  max-width: 480px;
  padding-bottom: 60px;
}

.hero__text.hpc__hero-text {
  max-width: 450px;
  padding-bottom: 60px;
}

.hero__bluebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 30px;
  -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;
}

.key-result__grid {
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2 {
  color: #282421;
  font-size: 36px;
  line-height: 37px;
  font-weight: 700;
}

.h2.h2--black {
  margin-bottom: 15px;
  font-family: sofia-pro, sans-serif;
  line-height: 48px;
  font-weight: 900;
}

.h2.h2--black.center {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
}

.h2.h2--black.center {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 51px;
  text-align: center;
}

.h2.h2--black.styleguide {
  margin-bottom: 20px;
  font-size: 30px;
}

.h2.h2--black.styleguide.max-w-700 {
  max-width: 700px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 48px;
}

.h2.h2--black.inline {
  display: inline;
  line-height: 40px;
}

.h2.h2--black.h2-new {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h2.mb_0 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.h2.heading--black {
  margin-bottom: 15px;
  font-family: sofia-pro, sans-serif;
}

.h2.h2--white {
  color: #fff;
}

.keyreasult__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.keyreasult__col.last {
  display: none;
}

.keyresult__col1 {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.keyresult__col1.mblshw {
  display: none;
}

.background-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.55fr;
  grid-template-columns: 1.55fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-black {
  margin-bottom: 20px;
  color: #282421;
  font-size: 30px;
  line-height: 37px;
  font-weight: 900;
}

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

.case-grid__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 374px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.teamm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  height: 400px;
  padding-top: 20px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fcf9f8;
}

.h5 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  color: #18192f;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.case-grid__left.back {
  padding-right: 21px;
}

.case-grid__left.sol {
  padding-right: 9px;
}

.white_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fff;
}

.whitebox__heading {
  margin-bottom: 10px;
  color: #fc6723;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}

.white-box__text {
  padding-right: 10px;
  padding-left: 10px;
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.corkboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 380px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fcf9f8;
}

.corkboard-grid {
  width: 100%;
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.final-reamrks {
  width: 60%;
}

.solution-grid {
  padding-bottom: 50px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.notice__bg--orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(250, 127, 3, 0.1);
}

.notice__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.orkboard__heading {
  padding-right: 10px;
  padding-left: 20px;
}

.heading--black {
  font-family: 'Sofia pro az';
  color: #282421;
  font-weight: 900;
}

.thubnails__grid {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.thumbnail-img {
  padding-top: 0px;
}

.clickleadng--btn {
  display: none;
  padding-top: 20px;
}

.footer-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col1.mbl-shw {
  display: none;
}

.footer-col1.mbl-hid.max-w-380 {
  max-width: 380px;
  margin-right: 50px;
}

.footer-col1.mbl-shw {
  display: none;
}

.paragraph {
  color: #282421;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
}

.paragraph.margin-top {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph.color-white {
  margin-bottom: 0px;
  margin-left: 30px;
  color: #fff;
}

.paragraph.size-18 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 23px;
}

.paragraph.size-25 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 140%;
}

.paragraph.size-20 {
  margin-bottom: 0px;
  color: #969696;
  font-size: 18px;
}

.paragraph.bot-marg-off {
  margin-bottom: 0px;
  line-height: 22px;
}

.paragraph.hero__paragraph {
  max-width: 560px;
  font-size: 24px;
  line-height: 38px;
}

.image-3 {
  margin-bottom: 0px;
}

.footer-link {
  padding-top: 0px;
  color: #282421;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link.new {
  margin-bottom: 15px;
}

.footer-link.margin-right {
  margin-right: 30px;
}

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

.footer__left.right-padd-30 {
  margin-right: 30px;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #282421;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.footyer__right.mbl-shw {
  display: none;
}

.story_3 {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.story_2 {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.animation_starter {
  height: 1px;
}

.mt-20 {
  margin-top: 20px;
}

.note-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  color: #282421;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.key-result-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  text-align: left;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 0px;
  -ms-grid-columns: 176px 176px 176px;
  grid-template-columns: 176px 176px 176px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.round-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  height: 172px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(165, 95, 33, 0.26);
}

.round-shape.clicks {
  text-align: center;
}

.round-shape__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fc6723;
  font-size: 29px;
  line-height: 36px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-3 {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 26px;
  line-height: 40px;
}

.italic-text {
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.quote-box {
  margin-top: 40px;
  padding-top: 10px;
  font-size: 19px;
  line-height: 30px;
}

.link-2 {
  background-color: transparent;
  color: #fc6723;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: sofia-pro, sans-serif;
  font-size: 29px;
  line-height: 45px;
}

.h3.less-margin {
  margin-bottom: 16.12px;
}

.h3.less-margin.right-padding {
  padding-right: 70px;
}

.h3.click {
  margin-bottom: 0px;
  margin-left: 20px;
}

.h3.less-margin {
  margin-bottom: 16.12px;
  line-height: 37px;
}

.h3.less-margin.right-padding {
  padding-right: 70px;
}

.h3.marg-0 {
  margin-bottom: 0px;
  font-size: 23px;
}

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

.column-sub.left {
  padding-right: 0em;
}

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

.column-main.left {
  padding-right: 0em;
  padding-left: 6em;
}

.column-main.left {
  padding-right: 0em;
  padding-left: 4em;
}

.column-main.app {
  padding-left: 50px;
}

.column-main.padd-top {
  padding-top: 20px;
}

.cookie_btn-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cookie-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -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: #000;
}

.cookie-box {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
}

.report__button {
  height: 60px;
  padding: 15.6px 38px 16.9px 39px;
  border: 1px solid #f87906;
  border-radius: 30px;
  background-color: #fc6723;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.report__button.width-125 {
  width: 125px;
  height: 42px;
  padding: 9px 0px 11px;
  border-style: none;
  border-color: #fc6723;
  background-color: #fc6723;
  background-image: none;
  font-size: 16px;
  line-height: 21px;
}

.report__button.width-125.btn-states {
  width: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.report__button.width-125 {
  width: 125px;
  height: 42px;
  padding: 7.7px 0px 10.3px;
  font-size: 18px;
  line-height: 21px;
}

.report__button.small {
  padding-right: 34px;
  padding-left: 34px;
}

.report__button.form {
  width: 350px;
  height: 45px;
  margin-top: -33px;
  padding: 7px 34px 10px;
  font-size: 16px;
}

.report__button.in-card {
  height: 52px;
  padding: 11.6px 28px 14.9px;
}

.report__button.in-card.btn-states {
  font-size: 18px;
}

.link-3 {
  color: #fff;
}

.cookie_text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__left--text-2 {
  font-family: sofia-pro, sans-serif;
}

.footer__left--text-2.mr_10 {
  margin-right: 10px;
  color: #282421;
  font-size: 12px;
  font-weight: 300;
}

.footer__left--text-2.mr_10 {
  margin-right: 10px;
  color: #282421;
  font-size: 12px;
  font-weight: 300;
}

.login-btn {
  height: 42px;
  min-width: 85px;
  margin-right: 15px;
  padding-top: 8px;
  padding-bottom: 11px;
  border: 1px solid #282421;
  border-radius: 21px;
  background-color: #fff;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.login-btn.spanish {
  width: 120px;
}

.login-btn.french {
  width: 110px;
}

.card__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 46px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.card__heading.bot-marg-12 {
  margin-bottom: 12px;
}

.card__heading.size-40 {
  margin-bottom: 8px;
  color: #36304e;
  font-size: 40px;
}

.card__heading.size-40.orange {
  color: #fc6723;
  text-align: center;
}

.card__heading._404_text {
  display: block;
  direction: ltr;
  font-size: 19px;
  font-weight: 300;
  text-transform: none;
  white-space: normal;
}

.heading-h3 {
  max-width: 629px;
  margin-top: 0px;
  padding-right: 30px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 26px;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.heading-h3.size-35 {
  max-width: none;
  margin-bottom: 15px;
  padding-right: 0px;
  font-size: 35px;
  line-height: 133%;
  font-weight: 700;
  letter-spacing: 0px;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.social-links.new {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  margin-left: 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;
  border-radius: 100%;
}

.nav-menu-2 {
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.logo-2 {
  width: 140px;
  margin-bottom: 0px;
}

.logo-2.mbl-show {
  display: none;
}

.logo-2.mbl-hide {
  display: block;
  width: 240px;
  max-width: 160px;
  margin-bottom: 7px;
}

.nav_menu-2 {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 50px;
  -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: hsla(0, 0%, 100%, 0.99);
}

.hero-content {
  padding-top: 75px;
  padding-bottom: 0px;
}

.hero-content._0 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-content._0.study {
  padding-top: 40px;
  padding-bottom: 30px;
}

.hero-content._0 {
  padding-top: 40px;
}

.hero-content._0.top-padd-50 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.hero-content.margin-top--zero {
  padding-top: 50px;
  padding-bottom: 43px;
}

.hero-content.margin-top--zero.research__hero-content {
  padding-top: 29px;
  padding-bottom: 30px;
}

.hero-content._0 {
  display: block;
  padding-top: 70px;
}

.hero-content.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content.tos__hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 70px;
  -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;
  text-align: center;
}

.hero-content.pricing__hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 70px;
  -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;
  text-align: center;
}

.page {
  position: relative;
}

.page.monk {
  overflow: hidden;
}

.navbar-3 {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left;
}

.nav_scroll-shadow-2 {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 80px;
  background-color: hsla(0, 0%, 100%, 0.99);
  box-shadow: 3px 0 20px 0 rgba(40, 36, 33, 0.15);
  opacity: 1;
}

.brand-3 {
  margin-left: 0px;
  padding-top: 0px;
}

.brand-3.hide_m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  width: 95%;
  max-width: 1000px;
  margin-right: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.reviews__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 31%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.reviews__card.competitors__cards {
  padding-right: 20px;
  padding-left: 20px;
}

.google-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars-img {
  width: 100%;
}

.reviews__logo-wrap {
  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;
}

.d_cards-slider {
  display: none;
}

.f-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.google__symbole-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.review-text {
  font-family: sofia-pro, sans-serif;
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 900;
}

.review__bold--text {
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 17px;
  font-weight: 900;
}

.star-image {
  width: 16px;
}

.list_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  margin-right: 3px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list_icon.size-20 {
  position: relative;
  top: 3px;
  width: 20px;
  height: auto;
}

.list_icon.size-free {
  height: auto;
  margin-top: 2px;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list_icon.cheak_hero {
  width: 26px;
  margin-top: -7px;
  margin-right: 5px;
}

.reviews__cards-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f_card-image {
  margin-top: 30px;
}

.f_card-image.width-32 {
  width: 32px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.google__popup-box {
  position: absolute;
  top: 28px;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.google__popup-box.hidden {
  display: none;
}

.google__popup-box.adjusted {
  position: absolute;
  top: 35px;
  z-index: 5;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100%;
  background-color: #fcede6;
  cursor: pointer;
}

.h_stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

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

.tail {
  position: absolute;
  left: 136px;
  top: -9px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotateX(0deg) rotateY(-30deg) rotateZ(45deg);
  transform: rotateX(0deg) rotateY(-30deg) rotateZ(45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.f_link {
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #f87708;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.f_link:hover {
  border-bottom: 1px solid #f87708;
}

.h_company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 143px;
  -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;
}

.h_company.width-188 {
  width: 188px;
}

.h_company.width-32 {
  width: 32px;
}

.hero__btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__btn-box._20-top-padding.no-bottom-padding {
  margin-top: 15px;
}

.hero__btn-box.left {
  margin-top: 20px;
}

.hero__btn-box.hero__button-box--left-la {
  margin-top: 20px;
  margin-bottom: 19px;
}

.hero__btn-box.product__btn-box {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.reviews-content.border-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 2px solid #969696;
}

.reviews-content.border-left.mobile-reviews {
  display: none;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-17 {
  width: auto;
}

.reviews__card-logo {
  position: absolute;
  top: 12px;
  width: 170px;
  margin-bottom: 20px;
}

.reviews__card-logo.width-200 {
  top: 25px;
  width: 200px;
}

.reviews__card-logo.width-234 {
  top: 0px;
  width: 234px;
}

.left-bg-image {
  float: left;
}

.swiper-pagination {
  position: absolute;
  bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.swiper-pagination.second {
  position: relative;
  bottom: 0px;
}

.content-right-img.mobile-hide {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content-right-img.logos {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.nav {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.reviews__card-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 284px;
  margin-bottom: 25px;
  padding-top: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tooltip {
  position: absolute;
  left: -40px;
  top: auto;
  right: 0%;
  bottom: 20px;
  z-index: 10;
  display: none;
  height: auto;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  background-color: transparent;
}

.tooltip.tooltip--new {
  left: auto;
  top: 0px;
  right: -55px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.f_link-vector {
  width: 7px;
  margin-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h_head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 26px;
  line-height: 37px;
  font-weight: 900;
  text-align: center;
}

.reviews-heading {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.reviews__card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-6 {
  font-family: sofia-pro, sans-serif;
  color: #3d3d3d;
  font-weight: 900;
}

.gdpr-left {
  width: 65%;
}

.hero__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__list-item.marg-off {
  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;
}

.hero__list-item.right-marg-6 {
  margin-right: 6px;
  margin-bottom: 0px;
}

.hero__list-item.right-marg-6.bottom-marg--10 {
  margin-bottom: 4px;
}

.hero__list-item.left-marg-10 {
  margin-bottom: 0px;
  margin-left: 30px;
}

.hero__list-item.right-marg-20 {
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-text-2 {
  margin-bottom: -2px;
  color: #282421;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph-text-2.size-16 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-text-2.size-14 {
  margin-bottom: 0px;
  color: #73706e;
  font-size: 14px;
  line-height: 140%;
}

.paragraph-text-2.size-14.color-black {
  position: relative;
  z-index: 5;
  display: block;
  color: #000;
}

.paragraph-text-2.size-14.negative_txt {
  color: #fff;
}

.paragraph-text-2.height-28 {
  margin-bottom: 0px;
  line-height: 155%;
}

.paragraph-text-2.height-28.bot-marg-56 {
  margin-bottom: 35px;
}

.paragraph-text-2.height-28.bot-marg-56.opacity0 {
  display: block;
  margin-bottom: 9px;
  opacity: 0;
}

.google-svg {
  width: 63px;
  margin-right: 6px;
}

.icon-2 {
  color: #282421;
  font-size: 14px;
  font-weight: 700;
}

.fraud-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.fraud-card.reletiv_pading {
  position: relative;
  max-width: 48%;
  padding-top: 40px;
}

.fraud-card.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.testi-slider__content {
  margin-left: -5px;
  padding-top: 40px;
  padding-right: 70px;
  padding-left: 55px;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.14);
}

.d-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.left--content {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left--content.mb-60 {
  max-width: 480px;
}

.badge__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge__item.mr-20 {
  margin-right: 20px;
}

.leader__logo {
  margin-right: 20px;
}

.fraud-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  margin-bottom: 70px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fraud-grid.top-marg-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.testi-slider__mob-speaker {
  display: none;
}

.text-size-16 {
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-weight: 300;
}

.testi-slider__icon {
  margin-right: 10px;
}

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

.container.reletiv {
  position: relative;
  z-index: 20;
}

.container.container--relative {
  position: relative;
  z-index: 5;
}

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

.container.dropdown__container {
  position: relative;
  max-width: 1200px;
}

.container.faq {
  max-width: 1000px;
  padding-bottom: 0px;
}

.container.container__relative {
  position: relative;
  z-index: 20;
}

.center__content--wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
}

.heading-2.mb-60 {
  margin-bottom: 60px;
  font-weight: 900;
}

.heading-2.mb-15 {
  font-weight: 900;
}

.heading-2.mb-60 {
  margin-bottom: 20px;
}

.heading-2.size-20 {
  font-size: 45px;
  line-height: 120%;
  text-align: left;
}

.heading-2.size-20.center-align {
  max-width: 820px;
  font-size: 20px;
  text-align: center;
}

.heading-2.text-gradient {
  margin-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#feb713), to(#fe096a));
  background-image: linear-gradient(90deg, #feb713, #fe096a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2.center-align {
  max-width: 760px;
  line-height: 41px;
  font-weight: 900;
}

.heading-2.black {
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

.heading-2.main {
  max-width: 600px;
  margin-bottom: 20px;
}

.coupon__text {
  max-width: 480px;
  margin-bottom: 26px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

.coupon__text.size-16._20 {
  margin-top: 12px;
  margin-bottom: 0px;
}

.coupon__text.size-16.disclaimer {
  margin-top: 10px;
  font-size: 14px;
}

.coupon__text.size-16.disclaimer.reletiv {
  position: relative;
  top: 20px;
}

.coupon__text.size-16.disclaimer.reletiv.new {
  position: static;
  margin-right: auto;
}

.coupon__text.width-63 {
  max-width: 63%;
}

.coupon__text.margins-off {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.coupon__text.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.botom-cta__btn-wrap {
  padding-top: 10px;
}

.stop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testi-slider__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

.heading-2-copy.wdt {
  max-width: 770px;
  line-height: 55px;
  font-weight: 900;
}

.testi-slider__img {
  margin-bottom: 17px;
}

.testi-slider__img.star-tab {
  display: none;
}

.testi-slider__img.star-tab {
  display: none;
}

.leader__heading {
  margin-top: -9px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 35px;
  line-height: 45px;
  font-weight: 900;
}

.right-arrow {
  left: auto;
  top: auto;
  right: -25px;
  bottom: auto;
  z-index: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(109, 69, 35, 0.24);
}

.cta-btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 16px 37px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: #fc6723;
  font-family: sofia-pro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.cta-btn.mb-30 {
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 21px;
  background-color: #fc6723;
  white-space: nowrap;
}

.cta-btn.mb-30:hover {
  background-color: #ea5b1a;
}

.cta-btn.mb-30:active {
  background-color: #d75317;
}

.cta-btn.mb-30.btn-states {
  margin-right: 6px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 14px 30px 17px;
  border-radius: 29px;
  font-size: 18px;
}

.cta-btn.mb-30.btn-states.cta__language {
  padding: 10px 15px 12px;
  font-size: 14px;
  line-height: 20px;
}

.cta-btn.mb-30.btn-states.reverse__btn {
  border-style: solid;
  border-width: 2px;
  border-color: #fc6723;
  background-color: transparent;
  color: #fc6723;
}

.cta-btn.mb-30.btn-states.reverse__btn:hover {
  background-color: rgba(252, 103, 35, 0.03);
}

.reviews-content-2 {
  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-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;
}

.reviews-content-2.border-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 2px solid #969696;
}

.reviews-content-2.border-left.mobile-reviews {
  display: none;
}

.reviews-content-2.border-left.hide-m {
  position: static;
  display: none;
}

.leading-click-bg {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.testi-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 307px;
  margin-top: 40px;
  -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: transparent;
}

.hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hero__wrapper.vertical-tablet.product {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero__wrapper.vertical-tablet.video__hero-wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
}

.hero__wrapper.vertical-tablet.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__wrapper.vertical-tablet.bdr__hero-wrap {
  padding-top: 20px;
  padding-bottom: 35px;
}

.hero__wrapper.affiliate__hero-wrapper {
  padding-bottom: 50px;
}

.hero__wrapper.spyfu__hero-wrapper {
  padding-top: 90px;
}

.section-gdpr {
  padding-top: 60px;
  padding-bottom: 55px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #d9d9d9;
}

.left-arrow {
  left: -25px;
  top: auto;
  bottom: auto;
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0 0 30px 0 rgba(109, 69, 35, 0.24);
}

.stop-all {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}

.stop-all.top-padd-75 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #f1e8df;
  border-bottom: 1px solid #f1e8df;
}

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

.testi-slider__mask {
  overflow: hidden;
  width: 943px;
  border-radius: 98px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.14);
}

.text-size-18 {
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.section-leading-click {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 0px solid #d9d9d9;
}

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

.leader__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.leader__left.winter {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider-right-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leader__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  -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;
}

.badge__icon {
  margin-right: 8px;
}

.testi-slider__speaker {
  width: 100%;
  margin-left: -5px;
}

.gdpr-wrapper {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider.slider_ag {
  display: none;
}

.monitor-grid {
  margin-top: 60px;
  margin-bottom: 130px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.monitor-grid.top-marg-off {
  margin-top: 0px;
  margin-bottom: 0px;
}

.reviews-grid {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section--large {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section--large.bot-border {
  overflow: visible;
  padding-bottom: 60px;
}

.section--large.fraud {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--large.fraud.no-100-padding-bottom {
  padding-bottom: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-60.mbl {
  display: none;
}

.mt-60.mbl {
  display: none;
}

.wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-align: left;
}

.slide-nav {
  display: none;
}

.left-block-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review.mbl-shw {
  display: none;
}

.review.mbl-shw {
  display: none;
}

.blocklist-destop {
  width: 100%;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.image-name-2 {
  padding-top: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.image-name-2._12 {
  padding-top: 12px;
}

.gdpr-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testi-slider__slide {
  margin-right: 20px;
  margin-left: 0px;
  background-color: transparent;
}

.case__hero-grid {
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.05fr 1fr;
  grid-template-columns: 1.05fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text {
  margin-bottom: 0px;
  color: #282421;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.text.caption {
  margin-top: -23px;
  margin-bottom: 30px;
  color: #77736f;
  font-size: 14px;
}

.text.caption.margin-top {
  margin-top: -10px;
}

.result__card--heading-2 {
  margin-bottom: 10px;
  color: #213a78;
  font-size: 58px;
  line-height: 36px;
  font-weight: 300;
}

.key-result {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/hero-bottom-border_1hero bottom border.png');
  background-position: 50% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.result__card--text-2 {
  margin-top: 0px;
  color: #213a78;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.a-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.a-box.faq {
  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-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;
  grid-auto-columns: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.report__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: 20px;
  margin-bottom: 100px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(165, 95, 33, 0.15);
  border-radius: 60px;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.1);
}

.report__block.faq_boxes.faq_sapce_mob {
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.research__text-box {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding: 50px 60px 50px 20px;
}

.research__text-box.box_text_mob {
  margin-top: 0px;
  margin-bottom: auto;
  padding: 50px 60px 30px 50px;
}

.paragraph--grey {
  margin-top: 10px;
  font-family: sofia-pro, sans-serif;
  color: #77736f;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

.hero-wrapper__small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-h3-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 18px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 26px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.research__image-box {
  width: auto;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding: 40px 10px 40px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clicks-grid {
  margin-top: 76px;
  margin-bottom: 60px;
  grid-auto-flow: column;
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.clicks-grid.hide {
  display: none;
}

.click-content {
  height: auto;
  padding: 40px 30px 30px;
  border-radius: 50px;
  box-shadow: 2px 2px 20px 7px rgba(0, 0, 0, 0.05);
}

.click-content.width-373 {
  width: 373px;
}

.content-img {
  display: block;
  width: 540px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.slider-3 {
  display: none;
}

.block_img {
  width: 570px;
}

.link-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
}

.common-p {
  margin-bottom: 15px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
}

.common-p.para-center {
  width: 78%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.btn.left-margin {
  margin-left: 20px;
}

.btn.left-margin {
  margin-left: 20px;
}

.divider-old {
  display: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  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: 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-wrapper.justified {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-wrapper.justified {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-wrapper.justified.top-margin--80 {
  margin-top: 60px;
}

.content-wrapper.centered {
  text-align: center;
}

.content-wrapper.centered.lead__wrapper {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.for-mobile.hide {
  display: none;
}

.hero__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.analyst_img {
  width: 597px;
}

.text-block-8 {
  display: none;
}

.click-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-mobile-3 {
  display: none;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leader-logo-3 {
  margin-right: 20px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
}

.heading-4.mb-15 {
  width: auto;
}

.heading-4.mb-15.wdth-90 {
  width: 90%;
}

.heading-4.mb-15.wdth-90 {
  width: 90%;
}

.heading-4.mb-15.wdth-75 {
  width: 100%;
}

.heading-4.mb-15.wdth-90 {
  width: 90%;
}

.heading-4.mb-15.wdth-75 {
  width: 100%;
}

.badge__text {
  width: 60%;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.mobile-hide {
  display: none;
}

.hide-m {
  position: absolute;
  left: 5%;
  top: 10%;
}

.bottom-btn {
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
}

.bottom-btn.hide-desktop_btn {
  display: block;
  margin-top: 0px;
}

.bottom-btn.hide-desktop_btn {
  display: none;
}

.leader-right-3 {
  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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.horizontal-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-23 {
  color: #282421;
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
}

.text-block-23.mb-10 {
  margin-bottom: 10px;
}

.text-block-23.mb-10 {
  margin-bottom: 10px;
}

.text-block-23.mb-20 {
  margin-bottom: 10px;
}

.hero-heading--grey {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 46px;
  line-height: 53px;
  font-weight: 900;
}

.hero-heading--grey.font-weight--light {
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
}

.hero-heading--grey.font-weight--light {
  padding-right: 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
}

.reviews {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  background-color: #fff;
}

.grid-9 {
  display: none;
}

.get-detailed {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.google-img {
  display: none;
  margin-top: 10px;
  padding-right: 2px;
  line-height: 5324px;
}

.grid-10 {
  display: none;
}

.reviews-grid-mobile-2 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mb-15 {
  margin-bottom: 15px;
}

.footer_bot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.footer_social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 12px 15px 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 400;
}

.footer_button:hover {
  background-color: #f3efea;
}

.button_icon {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__app-icon {
  width: 130px;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col.centered {
  display: none;
}

.footer-col.mbl-hide {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-col.mbl-hide.buttons-mobile {
  display: none;
}

.footer-col.social {
  display: none;
}

.footer_top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2dbd9;
}

.footer__app-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.footer_link2 {
  text-decoration: none;
}

.btn__icon {
  width: 100%;
}

.btn_text {
  line-height: 16px;
}

.footer_apps-stores {
  margin-right: 15px;
  margin-left: 25px;
}

.footer {
  margin-top: 80px;
}

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

.section {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.section.bg-gradient.paddings {
  padding-top: 115px;
  padding-bottom: 115px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.section.bg-gradient.paddings.padding-80 {
  padding-top: 60px;
  padding-bottom: 41px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.section.bg-gradient.padd-top-80 {
  padding-top: 54px;
}

.section.bg-gradient.abuot-us__hero {
  padding-bottom: 0px;
}

.section.top-bottom-padding-50.bg-image-gradient {
  background-image: url('../images/leading-click-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section--of-white {
  background-color: #f8f1ee;
}

.section.top-border {
  display: none;
  border-top: 1px solid #eaded8;
}

.section.minus-marg.section--no-oveflow {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
}

.section.section--graph {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f1ee;
}

.section.content--section.section--fbf8f6 {
  margin-bottom: 60px;
  background-color: #fbf8f6;
}

.section.content--section.section--fbf8f6.vid__section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.section.content--section.section--fbf8f6.vid__section.section--border-bot {
  border-bottom: 1px solid #d5c1af;
}

.section.section--faf6f5 {
  background-color: #faf6f5;
}

.section.section--bordered {
  border-top: 1px solid #d5c1af;
  border-bottom: 1px solid #d5c1af;
}

.section.section--gradient {
  background-image: linear-gradient(225deg, #fc2373, #ff5e0b 51%, #ffc526);
}

.section.facebook-calculator {
  display: none;
}

.section.google-calculator.backup {
  display: none;
}

.section.more--margin {
  margin-top: 60px;
  margin-bottom: 50px;
}

.section.how-does-it-work {
  border-top: 1px solid #f8f1ee;
  background-color: #f8f7f5;
}

.section.top-padding {
  padding-top: 50px;
}

.section.section--fbf8f6 {
  background-color: #fbf8f6;
}

.section.section--gradeint {
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf6f5), to(#fff));
  background-image: linear-gradient(180deg, #faf6f5, #fff);
}

.section.hidden {
  display: none;
}

.section.section--white {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.section--fcf9f8 {
  margin-bottom: 0px;
  background-color: #fcf9f8;
}

.section.cheq-section {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f1ee;
}

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

.section.app__section {
  overflow: hidden;
}

.section.section__support {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #f8f1ee);
}

.section.case__section {
  padding-top: 0px;
}

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

.section.quote-bg {
  background-image: url('../images/bg.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff6f1), to(#fff6f1));
  background-image: url('../images/bg.svg'), linear-gradient(180deg, #fff6f1, #fff6f1);
  background-position: 100% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.section.quote-bg.quote-bg--white {
  background-image: url('../images/bg.svg');
  background-position: 100% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.graph-img.graph-img--mobile {
  display: none;
}

.as-seen__mob {
  display: none;
}

.as-seen__large {
  margin-top: 24px;
}

.hero__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 40px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph.center-align {
  display: block;
  width: 600px;
  font-family: sofia-pro, sans-serif;
  text-align: center;
}

.paragraph.no-padd {
  margin-bottom: 0px;
  line-height: 29px;
}

.paragraph.tos__paragraph {
  margin-bottom: 12px;
  color: #566875;
}

.paragraph.tos__paragraph.list-item__bullet {
  min-width: 2em;
  margin-right: 0.5em;
  margin-bottom: 0px;
}

.paragraph.tos__paragraph.list-item__bullet.privacy__bullet {
  min-width: 1em;
}

.paragraph.tos__paragraph.list-item__bullet._1em-left-margin {
  margin-right: 1em;
}

.paragraph.tos__paragraph.list__paragraph {
  margin-bottom: 1em;
}

.paragraph.product-cta__paragraph {
  max-width: 260px;
}

.paragraph.story__paragraph {
  font-size: 20px;
  line-height: 29px;
  text-align: justify;
}

.paragraph.story__paragraph.story__paragraph--bold {
  font-weight: 600;
}

.paragraph.contact__paragraph {
  margin-bottom: 14px;
}

.paragraph.design__paragraph {
  max-width: 75%;
}

.paragraph.paragraph--large {
  font-size: 20px;
  line-height: 33px;
}

.paragraph.paragraph--large.case__paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.paragraph.paragraph--large.hero-list__paragpraph {
  margin-bottom: 0px;
}

.paragraph.paragraph--large.bdr__paragraph {
  font-size: 22px;
}

.paragraph.paragraph--small {
  font-size: 14px;
  line-height: 140%;
}

.paragraph.paragraph--small.paragraph--grey {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #73706e;
}

.paragraph.list__paragraph {
  margin-bottom: 0px;
  color: #73706e;
  font-size: 14px;
  line-height: 140%;
}

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

.paragraph.paragraph__update {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
}

.paragraph.paragraph--white {
  color: #fff;
}

.paragraph.paragraph--white.paragraph--small {
  margin-bottom: 0px;
}

.paragraph.paragraph--white.paragraph--no-space {
  margin-bottom: 0px;
}

.paragraph.q_card__paragraph {
  margin-bottom: 0px;
  color: #fc6723;
  font-size: 16px;
  font-weight: 700;
}

.paragraph.paragraph--nospace {
  margin-bottom: 0px;
}

.paragraph.paragraph--demismall {
  font-size: 16px;
  line-height: 24px;
}

.column__text-wrap.app {
  max-width: 444px;
}

.column__text-wrap.clmn__padding-left {
  padding-left: 50px;
}

.column__text-wrap.clmn__padding-left.right-padding {
  padding-right: 60px;
}

.column__text-wrap.clmn__padding-left.right-padding.max-w-540 {
  max-width: 540px;
  padding-left: 0px;
}

.column__text-wrap.clmn__padding-right {
  padding-right: 50px;
}

.column__text-wrap.max-w-450 {
  max-width: 450px;
}

.column__text-wrap.clmn__padding-right {
  padding-right: 50px;
}

.column__text-wrap.clmn__padding-left {
  padding-left: 50px;
}

.content-clmns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.content-clmns._24-7 {
  margin-top: 0px;
}

.content-clmns.commercial {
  margin-top: 40px;
}

.content-clmns.keep-ad {
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-clmns.desktop.flex-box {
  margin-bottom: 20px;
}

.content-clmns.desktop.flex-box.price {
  margin-bottom: 60px;
}

.content-clmns.tablet-vert {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-clmns.tablet-vert.align-tp {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-clmns.content-clmns--last {
  margin-bottom: 0px;
}

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

.leader-content.nba {
  padding-bottom: 20px;
}

.support__img {
  display: block;
  width: 508px;
}

.ordinary {
  position: relative;
  width: auto;
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 0px none #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f1ee), to(#fff));
  background-image: linear-gradient(90deg, #f8f1ee, #fff);
  box-shadow: none;
}

.table-clmn__first {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #707070 #707070 #d1d1d1;
}

.table-clmn__first.wdout__border {
  border-bottom-style: none;
}

.table-clmn__first.wdout__border.noborder-bottom {
  border-bottom-style: none;
}

.tooltip-content-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(52, 45, 45, 0.12);
}

.tooltip-content-2.tooltip-body {
  display: none;
  width: auto;
  max-width: 255px;
  min-height: 136px;
  min-width: 255px;
  margin-top: 0px;
  padding: 50px 36px 40px;
  background-color: transparent;
  background-image: url('../images/Tooltip.svg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: none;
}

.table-clmn__secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #707070 #707070 #e2e2e2;
}

.table-clmn__secondary.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-clmn__secondary.text-center.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.table-clmn__secondary.text-center.wdout__border {
  border-bottom-style: none;
}

.table-clmn__secondary.text-center.wdout__border.noborder-bottom {
  border-bottom-style: none;
}

.table-clmn__secondary.middele {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-clmn__secondary.middele.top-cell {
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_wrap.padding-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.column_wrap.padding-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-39 {
  position: relative;
  left: -30px;
}

.text-block-5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
}

.image-83 {
  padding-top: 10px;
}

.image-35 {
  width: 100%;
  height: 100%;
  max-width: 160px;
}

.image-35.bot-margine-20 {
  margin-bottom: 10px;
}

.image-35.bot-margine-20 {
  margin-bottom: 10px;
}

.text-block-4 {
  margin-right: auto;
  margin-left: auto;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.image-37 {
  display: none;
}

.col-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.col-white._10 {
  padding-top: 10px;
}

.table-clmn__main {
  position: relative;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #707070 #707070 #d1d1d1;
}

.table-clmn__main.bg-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #fff;
}

.table-clmn__main.bg-white.border-top-bottom.box-shadow {
  padding: 10px 20px;
}

.table-clmn__main.bg-white.sahdow-left-right {
  padding-right: 10px;
  padding-left: 10px;
}

.table-clmn__main.bg-white.sahdow-left-right.wd_out-border {
  border-bottom-style: none;
}

.table-clmn__main.bg-white.sahdow-left-right._3 {
  border-radius: 0px;
}

.table-clmn__main.bg-white.sahdow-left-right._3.noborder-bottom {
  border-bottom-style: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table-clmn__main.bg-white.sahdow-left-right.last {
  border-bottom-style: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table-clmn__main.bg-white.sahdow-left-right.first {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.table-clmn__main.bg-white.sahdow-left-right.heading-cell {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-clmn__main.bg-white._3.sahdow-left-right.noborder-bottom {
  border-bottom-style: none;
}

.table-clmn__main.bg-white.heading-cell {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tooltip-trigger {
  position: relative;
  left: -4px;
  top: 2px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: transparent;
  text-align: center;
}

.tooltip-trigger.mobile__trigger--1 {
  left: -2px;
  cursor: pointer;
}

.tooltip-trigger.mobile__trigger--1.left-margin {
  margin-left: 0.25rem;
}

.tooltip-trigger.mobile__trigger--1.left-margin {
  left: 4px;
  margin-left: 0.25rem;
  cursor: pointer;
}

.tooltip-trigger.mobile_trigger--1 {
  left: -2px;
}

.tooltip-trigger.mobile_trigger--1 {
  left: -2px;
}

.tooltip-trigger.mobile_trigger--1.left-margin {
  margin-left: 0.25rem;
  cursor: pointer;
}

.compare-table {
  margin-top: 50px;
  padding-right: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1.25fr 1fr 1fr;
  grid-template-columns: 1.5fr 1.25fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.text-center {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.ordinary__col--text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.ordinary__col--text.max-width_80 {
  padding-right: 3px;
}

.ordinary__col--text._1 {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.ordinary__col--text._1.dark-gray-text {
  margin-top: 5px;
  color: #5a5a5a;
}

.ordinary__col--text.mobile-inline {
  display: inline;
  max-width: 80%;
}

.ordinary__col--text.colmn-text--inline {
  display: inline;
}

.ordinary_col--content {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ordinary_col--content.mobile-inline-wraper {
  display: block;
  max-width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ordinary_col--content.ordinary_col--block {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.monitor.why-us-page {
  display: block;
  max-width: 45vw;
  margin-right: auto;
  margin-left: auto;
}

.monitor.monk-page {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 40vw;
  margin-right: 0px;
  margin-left: 0px;
}

.reviews__link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -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;
}

.reviews__link-box.padding-reviews {
  padding-top: 30px;
  padding-bottom: 50px;
}

.section-9 {
  position: relative;
  border: 1px none #000;
}

.h-box-2 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.h_wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.coupon-icon {
  width: 100%;
  height: 100%;
}

.coupon-icon.adjusted {
  width: 60%;
  height: 75px;
}

.get_started {
  max-width: 1300px;
  margin: 100px auto;
}

.get_started.margin_top_0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.coupon_item {
  width: 374px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.heading-3-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 29px;
  line-height: 38px;
  font-weight: 600;
}

.heading-3-2.mb-20 {
  padding-bottom: 20px;
}

.heading-3-2.mb-20 {
  padding-bottom: 20px;
  text-align: left;
}

.heading-3-2.mb-20.middle-headline {
  margin-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  font-weight: 600;
  text-align: center;
}

.heading-3-2.mb-20.middle-headline._6-down-padding {
  max-width: 600px;
  margin-top: 0px;
  padding-bottom: 15px;
  color: #fcfbf9;
}

.heading-3-2.mb-20 {
  padding-bottom: 20px;
}

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

.center-heading---page {
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 35px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
}

.coupon_image {
  height: 130px;
  margin-bottom: 14px;
}

.coupon_image.height-auto {
  height: auto;
}

.content-left-img {
  width: 597px;
}

.lead-click-section {
  display: none;
  width: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/leading-click-bg.png');
  background-position: 50% 0%;
  background-size: 100vw 100%;
  background-repeat: no-repeat;
}

.lead-click-section.lead-click--transperent {
  background-color: #f8f1ee;
  background-image: none;
}

.header-h3 {
  margin-top: 10px;
}

.teacopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  height: 400px;
  padding-top: 20px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fcf9f8;
}

.text-span-2 {
  color: #fc6723;
  text-decoration: underline;
}

.team__members {
  margin-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.stories {
  padding-top: 60px;
  padding-bottom: 40px;
}

.solution-grid__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 380px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fcf9f8;
}

.quote {
  position: relative;
  padding: 30px 50px 30px 25px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.quote.mt-50 {
  margin-top: 52px;
}

.case__final {
  width: 60%;
}

.case__solution-grid {
  padding-bottom: 50px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  color: #fc6723;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.link.pricing__compare-link {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.grid-12 {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case__bg-grid {
  padding-bottom: 50px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.55fr 1fr;
  grid-template-columns: 1.55fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  color: #fc6723;
}

.case__quote {
  color: #282421;
  font-size: 27px;
  line-height: 41px;
  font-weight: 300;
}

.quote-sign {
  position: absolute;
  left: 25px;
  top: -12.5px;
  right: auto;
  bottom: auto;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
}

.notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-google-box {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-google-box.justify-center.negative_meta {
  margin-top: 10px;
}

.meta-google-svg {
  display: block;
  margin-right: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.google-meta-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 20px;
}

.google-meta-image.api-negative {
  width: auto;
  min-width: 300px;
}

.table-logo {
  width: 100%;
  max-width: 120px;
}

.table-logo.logo__meta {
  width: 60%;
}

.image-94 {
  width: 96%;
  max-width: 110%;
}

.clean-styled-link {
  color: #282421;
  text-decoration: none;
}

.logo-inside-post {
  display: none;
}

.video-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  text-align: center;
}

.image-97.mb-20 {
  padding-bottom: 20px;
}

.video {
  border-bottom: 1px solid transparent;
}

.baseline {
  width: 100%;
  height: 1px;
  background-color: rgba(165, 95, 33, 0.15);
}

.intercom_chat {
  color: #282421;
  text-decoration: none;
}

.v-box {
  position: relative;
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 80px;
}

.v_header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-gradient {
  z-index: 1;
}

.v_cards-box {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.v_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 38px;
  padding-bottom: 40px;
  padding-left: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.08);
  -webkit-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
  text-decoration: none;
}

.v_card:hover {
  box-shadow: 0 0 60px 0 rgba(40, 36, 33, 0.2);
}

.v_card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-top: 20px;
  -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;
}

.v_card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d9d9d9;
}

.card_header {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #282421;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.v_card-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v_card__link {
  margin-bottom: -2px;
  color: #fc6723;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}

.card-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11px;
  margin-top: 6px;
  margin-left: 6px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.width-275 {
  width: 275px;
}

.width-200 {
  width: 200px;
}

.width-265 {
  width: 265px;
}

.width-250 {
  width: 250px;
}

.width-230 {
  width: 230px;
}

.width-170 {
  width: 170px;
}

.width-150 {
  width: 150px;
}

.width-190 {
  width: 190px;
}

.gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.spacing-block {
  height: 20px;
}

.a_column {
  margin-right: 50px;
}

.hero-wrapper3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 796px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  text-align: center;
}

.hero_button-box {
  margin-top: 20px;
}

.n_slider-box {
  overflow: visible;
  margin-bottom: 60px;
}

.n_reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 50px 55px 50px 35px;
  -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;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(175, 85, 44, 0.1);
}

.slide_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 325px;
  height: 325px;
  margin-top: auto;
  margin-right: 35px;
  margin-bottom: auto;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
}

.swiper-container1 {
  position: relative;
  width: 100%;
  max-width: 1064px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.n_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 470px;
  margin-bottom: 36px;
  padding: 30px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(165, 82, 44, 0.1);
}

.n_card.height-488 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.n_card.height-580 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.n_card.height-634 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.n_card.height-670 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 810px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.n_card.height-418 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.n_card.height-850 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_text {
  margin-bottom: 36px;
}

.card_text.bot-marg-small {
  margin-bottom: 16px;
}

.card_author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card_author-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 110px;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.card_author-image.width-210 {
  overflow: visible;
  width: 210px;
  height: 64px;
}

.card_author-name {
  width: 170px;
  margin-left: 12px;
}

.card_author-name.width-185 {
  width: 185px;
}

.card_author-name.marg-off {
  margin-left: 0px;
}

.card_author-name.width-207 {
  width: 207px;
}

.card_author-name.width-auto {
  width: auto;
  margin-left: 0px;
}

.card_author-name.centered-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_author-name.width-150 {
  width: 150px;
  margin-left: 0px;
}

.company-logo {
  margin-top: 12px;
}

.company-logo.width-140 {
  width: 140px;
}

.company-logo.width-55 {
  width: 55px;
}

.company-logo.width-49 {
  width: 49%;
}

.company-logo.width-70 {
  width: 70px;
}

.stars_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  -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;
}

.sourse-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.sourse_logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  margin-left: 8px;
  -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;
}

.sourse_logo-box.width-20 {
  width: 20px;
}

.card_quote-box {
  display: inline-block;
  width: 27px;
  margin-bottom: 16px;
}

.n_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.n_column.marg-off {
  margin-right: 0px;
}

.width-46 {
  width: 46px;
  height: 46px;
}

.n_button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.n_button-box.mobile {
  display: none;
}

.banner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 90px;
  -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;
}

.banner-text {
  max-width: 530px;
  margin-right: 20px;
}

.banner-vid {
  width: 50%;
  max-width: 600px;
}

.white-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.banner_author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.banner_author-photo {
  overflow: hidden;
  width: 138px;
  height: 138px;
  margin-right: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
}

.banner_author-name {
  width: 280px;
}

.banner_author-image {
  width: 163px;
  margin-top: 10px;
}

.width-56 {
  width: 56px;
}

.slide_text-box {
  max-width: 617px;
}

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

.slide_logo {
  width: 170px;
}

.swiper-button-prev {
  position: absolute;
  left: -22px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -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;
}

.swiper-button-next {
  position: absolute;
  left: auto;
  top: 0%;
  right: -22px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -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;
}

.slider_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(59deg, #ffbf3f, #fc6723 50%, #f80c76);
}

.arrow_right {
  margin-left: 3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #faf6f5;
}

.hero.hero__bot-zap {
  overflow: hidden;
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 45vw 10vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero1--agencies {
  padding-top: 30px;
  background-color: rgba(250, 246, 245, 0);
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 53%, #fbf7ea);
  background-position: 47vw 6vw, 0px 0px;
  background-size: 1150px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero1__competitors {
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 47vw 21vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero1__case-studies {
  overflow: hidden;
  margin-top: auto;
  padding-top: 132px;
  padding-bottom: 64px;
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 60vw 10vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero__product {
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 50vw 10vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero__product.extra-padding-bottom {
  z-index: 10;
  overflow: visible;
}

.hero.hero1__neil {
  padding-bottom: 0px;
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 68vw 8vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero1--whyus {
  background-color: rgba(250, 246, 245, 0);
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 53%, #fbf7ea);
  background-position: 47vw 6vw, 0px 0px;
  background-size: 1150px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero1--howitworks {
  background-color: rgba(250, 246, 245, 0);
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 53%, #fbf7ea);
  background-position: 51vw 7vw, 0px 0px;
  background-size: 1150px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.race__hero {
  overflow: hidden;
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 49vw 10vh, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero1--off-white-video {
  background-color: #fbf4f3;
}

.hero.dark-background {
  background-color: #2b2a31;
}

.hero.monk__hero1 {
  overflow: hidden;
  background-image: linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
}

.hero.hero--holiday {
  overflow: hidden;
  background-image: url('../images/small_hero_holiday.svg');
  background-position: 40vw -1vh;
  background-size: 860px;
  background-repeat: no-repeat;
}

.hero.hero--holiday._2023 {
  background-image: none;
}

.hero.hero--black-friday {
  background-color: #fcfbf9;
}

.hero.affiliate__hero {
  overflow: hidden;
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 45vw 10vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.hero--gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.hero.race__hero {
  background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
  background-position: 50vw 10vh, 0px 0px;
  background-size: 1430px, auto;
  background-repeat: no-repeat, repeat;
}

.hero.bdr__hero {
  background-color: rgba(250, 246, 245, 0);
  background-image: url('../images/bdr-desktop-bg.png'), linear-gradient(164deg, #fbf1ec, #fff 53%, #fbf7ea);
  background-position: 60% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.h1-heading {
  max-width: 580px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 39px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.h1-heading.h1-main--margin-bottom {
  margin-bottom: 20px;
}

.h1-heading.h1-main--margin-bottom.bot-zap__h1 {
  max-width: 510px;
  margin-bottom: 25px;
}

.h1-heading.heading-1.comp__heading-1 {
  white-space: normal;
}

.h1-heading.h1-50--white {
  color: #fff;
}

.h1-heading.dpa__h1-50 {
  max-width: none;
  text-align: center;
}

.h1-heading.h1-main--white {
  color: #fff;
}

.h1-heading.h1-heading--centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h1-heading.h1-heading--white {
  color: #fff;
}

.h1-heading.case__h1 {
  margin-bottom: 5px;
  text-align: center;
}

.h1-heading.about-us__h1 {
  max-width: 530px;
}

.h1-heading.glossary__h1-heading {
  max-width: 700px;
}

.h1-heading.bdr__h1-heading {
  font-size: 45px;
  line-height: 58px;
}

.hero__text-box {
  width: 50%;
  max-width: 580px;
  margin-top: 29px;
  margin-right: 20px;
}

.hero__text-box.why-us {
  max-width: 540px;
  min-width: 400px;
}

.hero__text-box.product__text-box {
  max-width: 500px;
}

.hero__text-box.agencies__text-box {
  max-width: 430px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.hero__text-box.hpcontent__text-box {
  margin-top: 20px;
}

.hero__text-box.hp-content__text-box {
  max-width: 480px;
  margin-top: 20px;
}

.hero__listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero__listbox.center.list-box__vertical {
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero1_info-box {
  margin-left: 0px;
}

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

.hero1_stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-bottom: 1px;
  -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;
}

.section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section__title.title--680 {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.section__title.title--680.al-center {
  padding-bottom: 20px;
}

.d_cards-wrapper {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d_card-item {
  margin-right: 1.2em;
  margin-bottom: 50px;
  margin-left: 1.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.d_card_image {
  position: relative;
  width: 192px;
  height: 171px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.button_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_box.review__btn-box {
  margin-top: 40px;
}

.width-75 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75px;
}

.hero__heading {
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
  -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;
}

.hero__heading.hero1--centered.left {
  padding-bottom: 0px;
}

.hero__heading.hpcontent__hero {
  max-width: 480px;
  padding-bottom: 70px;
}

.hero__heading.hp-content__hero {
  max-width: 440px;
  padding-bottom: 70px;
}

.d_card_second-image {
  position: relative;
  z-index: 10;
  width: 185px;
  margin-top: -26px;
}

.d_card-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.hero1_logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blocklist-destop1.mob {
  display: none;
}

.background-video-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.black-sheeps-vid {
  display: block;
  width: 100%;
  height: 100%;
}

.d-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-button-box.top-marg-50 {
  margin-top: 50px;
}

.slider-4 {
  display: none;
}

.footer_logo {
  margin-bottom: 6px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 999999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(65%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.7));
}

.popup_form {
  position: relative;
  z-index: 10;
  max-width: 420px;
  padding: 40px 35px 33px;
  border-radius: 30px;
  background-color: #fff;
}

.form-block {
  width: 350px;
  margin-top: 20px;
}

.text-field {
  width: 350px;
  height: 45px;
  margin-bottom: 22px;
  padding-right: 32px;
  padding-bottom: 11px;
  padding-left: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 21px;
  color: #656565;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.text-field.right-marg-43 {
  margin-right: 43px;
}

.select-field {
  height: 45px;
  margin-bottom: 22px;
  padding-right: 32px;
  padding-bottom: 11px;
  padding-left: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 21px;
  background-color: transparent;
  color: #656565;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.form_button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.invite-box {
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
  text-decoration: none;
}

.plus-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  padding: 6px;
  -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;
}

.invite-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.horiz-stick {
  position: absolute;
  width: 9px;
  height: 1px;
  background-color: #282421;
}

.vertic-stick {
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #282421;
}

.textarea {
  min-height: 80px;
  padding-top: 13px;
  padding-left: 32px;
  border-radius: 21px;
  color: #656565;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.textarea.min-h-185 {
  min-height: 185px;
}

.dark-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(83%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 83%);
}

.dark-bg.second {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(83%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5) 83%);
}

.dark-bg2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.dark-bg2.second {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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;
}

.close-btn.second {
  top: 50px;
  right: 50px;
}

.stick1 {
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #969696;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stick1._25 {
  width: 25px;
}

.stick2 {
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #969696;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stick2._25 {
  width: 25px;
}

.hero_cards-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_cards-box.contanct__cards-box._404 {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 60px 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 73px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.08);
  text-align: center;
}

.hero-card._404_box {
  height: 170px;
  max-width: 170px;
  min-width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 28px;
  text-decoration: none;
}

.card_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-bottom: 12px;
  -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;
}

.card_button-box {
  margin-top: 15px;
}

.d-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.email-form-box {
  position: relative;
  padding: 80px 150px;
  border-radius: 88px;
  background-color: #fff;
}

.form-block-2 {
  margin-top: 60px;
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.horizontal-flex.margin_top_bottom {
  margin-bottom: 30px;
}

.horizontal-flex.margin_top_bottom.w--current {
  color: #282421;
  font-weight: 400;
}

.horizontal-flex.margin_top_bottom.agency {
  margin-bottom: 0px;
}

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

.horizontal-flex.max-width-800.margin-bottom {
  margin-bottom: 40px;
}

.f-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  -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;
}

.success {
  padding: 100px;
  background-color: #fff;
}

.success.small-padd {
  padding: 264px 40px;
  border-radius: 16px;
  background-color: #d0ffe1;
}

.error-message {
  margin-top: 24px;
  padding-right: 46px;
  padding-left: 46px;
  border-radius: 30px;
}

.error {
  margin-top: 24px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 15px;
}

.popup-top-position {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9900;
  display: none;
  width: 100%;
  height: 200vh;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.embed-video {
  position: relative;
  left: 270px;
  top: 10px;
  right: auto;
  z-index: 21;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.embed-video-box {
  display: none;
  width: 125vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intercom_chatt {
  color: #282421;
  text-decoration: none;
}

.intercom_chatt.top-marg-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: 0px;
}

.image-in-slider {
  width: 102%;
  max-width: none;
}

.image-in-slider.width-110 {
  width: 110%;
}

.callbutton {
  color: #282421;
  text-decoration: none;
}

.hero-right1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a1-box {
  padding-bottom: 30px;
}

.a1_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 98px;
  background-color: #fff;
  box-shadow: 0 0 30px 3px rgba(40, 36, 33, 0.13);
}

.a1_image {
  width: 491px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a1_text {
  padding: 43px 70px 40px 56px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.a1_icon {
  margin-bottom: 20px;
}

.a1_icon.width-263 {
  width: 211px;
  margin-bottom: 8px;
}

.a1_icon.width-220 {
  width: 181px;
  margin-bottom: 10px;
}

.a1_check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.q_cards-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1202px;
  margin-right: auto;
  margin-left: auto;
}

.q_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 33%;
  margin-right: 20px;
  -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;
  border-radius: 24px;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.08);
  text-decoration: none;
  cursor: pointer;
}

.q_card.marg-off {
  margin-right: 0px;
  text-decoration: none;
}

.q_card-image {
  position: relative;
}

.q_card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.q_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.q_wrap.basepoint-vertic {
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.q_button-box {
  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;
  color: #fc6723;
  text-decoration: none;
}

.q_arrow {
  margin-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.q_gradient-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-image: none;
  opacity: 0.5;
}

.hero_right-image {
  overflow: hidden;
  max-width: 510px;
  margin-left: 70px;
  border-radius: 72px;
}

.h-image {
  width: 100%;
}

.h-image.h-image--rounded {
  border-radius: 70px;
}

.hero_logo {
  margin-bottom: 20px;
}

.hero_logo.max-w-250 {
  max-width: 250px;
  margin-bottom: 10px;
}

.hero_logo.max-w-220 {
  max-width: 220px;
}

.hero_logo.rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 220px;
  padding: 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;
  border-radius: 25px;
  background-color: #fff;
}

.hero_logo.rounded.width-240 {
  max-width: 240px;
}

.h-mobile-image {
  display: none;
}

.saved-graphic {
  position: relative;
  left: -15px;
}

.saved-graphic__img {
  max-width: 119%;
}

.help-text {
  margin-bottom: 0px;
  color: #282421;
  font-size: 15px;
  line-height: 135%;
  font-weight: 300;
}

.help-text.q_card__helptext {
  font-size: 16px;
  line-height: 155%;
}

.help-text.help-text--large {
  font-size: 20px;
}

.image-100 {
  margin-top: 7px;
}

.hero__image-box {
  max-width: 60%;
}

.hero__image-box.neil-hero {
  margin-left: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero__image-box.agencies__image-box {
  min-width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero__image-box.hero1__image-box--centered {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero__image-box.hero1__image-box--centered.race__image-box {
  max-width: 50%;
}

.hero__image-box.hero1__image-box--centered.monk__image-box {
  width: 50%;
  margin-right: 60px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero__image-box.rmk__image-box {
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.features-cards_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-card_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 352px;
  margin: 20px 10px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px;
  box-shadow: 1px 1px 30px 0 rgba(102, 40, 16, 0.1);
  text-align: left;
}

.feature-block-text {
  margin-top: 10px;
  font-size: 26px;
  line-height: 29px;
  font-weight: 900;
}

.fraud-icon {
  width: 69px;
}

.fraud-block-text {
  margin-top: 12px;
}

.fraud-block_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.free-trial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  text-align: center;
}

.trial-text-wrapper {
  max-width: 493px;
  margin-bottom: 20px;
}

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

.footer-bottom_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  width: 139.9px;
}

.clickcease-text_wrapper {
  margin-left: 30px;
}

.for-tablet {
  display: none;
}

.pricing-body {
  margin-bottom: 2rem;
  border-style: none;
  border-width: 1px;
  border-color: #f8f1ee;
}

.pricing-container {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  margin: 19px 0px 19px 19px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 70px 0 rgba(46, 35, 29, 0.1);
  opacity: 1;
}

.pricing-card.pricing-card_pro {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
}

.pricing-card.pricing-card_standard {
  overflow: visible;
  margin-right: 10px;
  margin-left: 0px;
}

.pricing-card.pricing-card_adv {
  position: relative;
  overflow: visible;
  margin-right: 0px;
  margin-left: 10px;
}

.pricing-card.pricing-card--ovf {
  overflow: visible;
}

.pricing-card-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.pricing-card_name {
  margin-top: 54px;
  margin-bottom: 6px;
  color: #282421;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.pricing-card_subtitle {
  margin-top: 15px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.pricing-card_platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.pricing-card_price-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 71px;
  max-width: 256px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  -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;
  color: #282421;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
}

.pricing-card_cur {
  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;
}

.pricing-card_affix {
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.price_cur {
  font-size: 24px;
  line-height: 25px;
}

.price_cur.cur-symbol-js {
  position: relative;
  top: 11px;
}

.pricing-card_upgrade-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-card_details {
  color: #282421;
  font-size: 16px;
}

.pricing-card_details-item {
  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;
  line-height: 2;
}

.pricing-card_details-item.not-available {
  color: #acabaf;
}

.platform-img {
  width: 20px;
  height: 25px;
  margin-top: -10px;
}

.platform-name {
  margin-bottom: 10px;
  padding-left: 3px;
  color: #656565;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.paragraph-17 {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 900;
}

.paragraph-18 {
  text-align: left;
}

.html-embed-3 {
  margin-right: 1em;
}

.html-embed-6 {
  margin-right: 1em;
}

.html-embed-7 {
  margin-right: 1em;
}

.details-item-svg-normal {
  margin-right: 1em;
  color: #f87708;
}

.pricing-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -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;
}

.orange-btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 16px 37px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: #fc6723;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.orange-btn.mb-30 {
  margin-top: auto;
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 21px;
  background-color: #fc6723;
}

.orange-btn.mb-30 {
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 21px;
  background-color: #fc6723;
  white-space: nowrap;
}

.orange-btn.mb-30:hover {
  background-color: #ea5b1a;
}

.orange-btn.mb-30:active {
  background-color: #d75317;
}

.orange-btn.mb-30.btn-states.contact-js {
  display: none;
}

.orange-btn.mb-30.btn-states {
  margin-bottom: 10px;
  border-radius: 29px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 30px;
  border-radius: 30px;
  background-color: #ff5d05;
  box-shadow: 0 0 29px 0 rgba(100, 100, 111, 0.21);
}

.switch-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.switch-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.switch-slider_round {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.switch-slider_round.orange {
  background-color: #fc6723;
}

.switch-slider_round.switch__annualy-first {
  -webkit-transform: translate(140%, 0px);
  -ms-transform: translate(140%, 0px);
  transform: translate(140%, 0px);
}

.pricing-card_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.pricing-card_slider-container {
  width: 100%;
  height: 21px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-card_slider-text {
  position: relative;
  margin-top: 15px;
}

.pricing-card_slider-text.text--tooltip {
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: center;
}

.pricing-card_slider-bar {
  width: 100%;
  height: 2px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eaded8;
}

.research__cta {
  height: 60px;
  padding: 15.6px 38px 16.9px 39px;
  border: 1px solid #f87906;
  border-radius: 30px;
  background-color: #fc6723;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.research__cta.width-125 {
  width: 125px;
  height: 42px;
  padding: 9px 0px 11px;
  border-style: none;
  border-color: #fc6723;
  background-color: #fc6723;
  background-image: none;
  font-size: 16px;
  line-height: 21px;
}

.research__cta.width-125.btn-states {
  display: none;
}

.research__cta.width-125.btn-states {
  display: block;
}

.research__cta.width-125.btn-states.spanish {
  width: 149px;
}

.research__cta.width-125.btn-states.porto {
  width: 130px;
}

.research__cta.width-125.btn-states.french {
  width: 180px;
}

.research__cta.a_box {
  height: auto;
  padding-top: 12.6px;
  padding-right: 27px;
  padding-left: 27px;
}

.research__cta.a_box.state {
  padding-right: 32px;
  padding-left: 32px;
}

.research__cta.a_box.state.btn-states {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.research__cta.a_box.info {
  padding-right: 32px;
  padding-left: 32px;
}

.research__cta.a_box.info.btn-states {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.research__cta.a_box.trends.btn-states {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.research__cta.a_box.legal.btn-states {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.research__cta.a_box.rise {
  padding-right: 32px;
  padding-left: 32px;
}

.research__cta.a_box.rise.btn-states {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.pricing-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

.pricing-footer_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-right: 1px solid #000;
}

.features-wrapper.no-border {
  border: 0px solid #000;
}

.text-weight-black {
  font-weight: 900;
}

.pricing-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.contact-us-text {
  display: none;
  font-size: 45px;
}

.contact-us-text.contact-text--medium {
  font-size: 35px;
  text-align: center;
}

.contact-us-text.contact-text--small {
  font-size: 24px;
  text-align: center;
}

.nav-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
}

.hero-old.hero--simple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), color-stop(100%, transparent), to(#f8f1ee));
  background-image: linear-gradient(180deg, #f8f1ee, transparent 100%, #f8f1ee);
}

.hero-old.hero--simple.faq__hero {
  position: relative;
}

.comp-hero__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 26px;
  float: none;
  color: #282421;
  font-size: 38px;
  line-height: 41px;
  font-weight: 900;
}

.heading-1.comp__heading-1 {
  white-space: nowrap;
}

.button-7 {
  display: none;
}

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

.stats__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 77px;
  padding-bottom: 91px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 43px;
  font-weight: 900;
}

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

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

.h2-heading.align-center.h2-heading--limit-width {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.h2-heading.align-center.text-page__h2 {
  display: none;
}

.h2-heading.align-center.cta__h2-heading {
  width: 80%;
  max-width: 960px;
}

.h2-heading.benefits__h2-heading {
  line-height: 46px;
  text-align: center;
}

.h2-heading.design__h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.h2-heading.h2-heading--bold {
  font-weight: 700;
}

.h2-heading.h2-heading--light {
  margin-bottom: 10px;
  font-weight: 300;
}

.h2-heading.h2-heading--inline {
  display: inline;
}

.h2-heading.mob {
  display: none;
}

.stats__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1125px;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stats__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.stats__text {
  max-width: 180px;
  font-size: 24px;
  line-height: 121%;
  font-weight: 700;
}

.stats__textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comp-grid {
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-right: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr 1.25fr;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.comp-grid.comp-grid--ppc {
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.comp-grid__text {
  margin: 30px auto 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.x-mark {
  width: 15px;
  margin-top: 10px;
}

.cell-shadow {
  position: absolute;
  background-color: #f0f0f0;
}

.cell-shadow.cell-shadow__new {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
}

.cell-shadow.cell-shadow__new.cell-shadow__bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.cell-shadow.cell-shadow__new.cell-shadow__top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bottom-footer_center {
  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;
}

.hero-mobile {
  display: none;
  margin-top: -19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-photobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-photobox.monk__photobox {
  position: relative;
  margin-right: 0%;
}

.hero-photobox__text-clmn {
  position: absolute;
  left: 76px;
  top: auto;
  right: auto;
  bottom: 6%;
  z-index: 9;
  width: auto;
  min-width: 45%;
  padding: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.quote-text {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 135%;
}

.subquote-text {
  margin-bottom: 12px;
  color: #2d2d2d;
  font-size: 0.8rem;
  line-height: 120%;
  font-weight: 300;
}

.hero-photobox__img {
  position: relative;
  z-index: 0;
  display: block;
}

.hero-photobox__img-clmn.mob-hidden {
  position: relative;
}

.hero-image-mobile {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.btn-states:hover {
  background-color: #ea5b1a;
}

.btn-states:active {
  background-color: #d75317;
}

.audit {
  background-color: #fcfaf9;
  background-image: url('../images/report-large-bg.svg');
  background-position: 100% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.button {
  padding: 16px 26px 21px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 22px;
}

.button.button--gradient {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 500ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 500ms cubic-bezier(.55, .055, .675, .19);
}

.button.button--gradient:hover {
  background-image: linear-gradient(225deg, rgba(255, 197, 38, 0.5), rgba(255, 94, 11, 0.5) 55%, rgba(252, 35, 115, 0.5));
}

.report__btn {
  margin-top: 20px;
}

.card__proflile-photo {
  -o-object-fit: contain;
  object-fit: contain;
}

.card__image {
  margin-bottom: 20px;
}

.f_card__location {
  margin-top: 20px;
}

.location__flag {
  width: 22px;
  margin-right: 8px;
}

.location__text {
  display: inline;
}

.hero__text-clmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 550px;
  min-width: 430px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.audit__text-clmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.audit__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.main-img.main-img--smaller {
  max-width: 90%;
}

.h3-heading {
  margin-top: 0px;
  margin-bottom: 18.7px;
  color: #282421;
  font-size: 30px;
  line-height: 37px;
}

.h3-heading.bottom-padding-10 {
  margin-bottom: 10px;
}

.h3-heading.h3-heading--regular {
  font-weight: 400;
}

.h3-heading.coupon__h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.h3-heading.h3-heading--black {
  font-weight: 900;
}

.h3-heading.platforms__h3-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.h3-heading.faq__h3-heading {
  margin-bottom: 0px;
  font-size: 23px;
}

.testimonials {
  padding-top: 60px;
}

.any-platform-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.subheading {
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.hero-img {
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-img.product__hero-img {
  margin-left: -5%;
}

.hero-img.race__hero-im {
  width: 100%;
  max-width: 100%;
  margin-top: -5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.button-wrapper.block.marg-bot-40 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrapper.content__button-wrapper {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button-wrapper.marg--top0 {
  margin-top: 0px;
}

.divider {
  width: 100%;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
}

.divider.divider--mobile {
  display: none;
}

.cta-wraper-mob {
  display: none;
}

.cta-wraper--centered {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

.hero__container.product__hero-container {
  padding-top: 20px;
}

.hero__container.video__hero-container {
  padding-bottom: 40px;
}

.hero__container.np-lp__hero-container {
  padding-top: 0px;
}

.hero__container.hero__container--main {
  padding-top: 90px;
}

.cheq-container {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cheq-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dikembe-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.clickcease-app-div.overflow-hidden {
  overflow: hidden;
}

.clickcease-app-div.overflow-hidden.hide.minus-marg {
  margin-bottom: -220px;
}

.content-title {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-title.content-title--smaller {
  max-width: 600px;
}

.content-title.content-title--marg-bot {
  margin-bottom: 40px;
}

.content-title.content-title--marg-bot {
  margin-bottom: 40px;
}

.text-content {
  max-width: 525px;
}

.content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.content-list.list--last {
  margin-bottom: 0px;
}

.list__icon-clmn {
  margin-right: 20px;
  padding-top: 15px;
}

.list__icon {
  width: 50px;
  min-width: 50px;
}

.platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
}

.platforms__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.platforms__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.1);
}

.paragraph--old {
  font-weight: 300;
}

.paragraph--old.hero__paragraph {
  max-width: 530px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 33px;
}

.paragraph--old.hero__paragraph.hero__paragraph--wide {
  max-width: none;
}

.paragraph--old.hero__paragraph.list__hero-paragraph {
  margin-bottom: 0px;
}

.paragraph--old.hero__paragraph.white-text {
  color: #fff;
}

.content__single-img {
  max-width: 60vw;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 3vw;
}

.steps.less-top-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.steps__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.steps__arrow {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 10%;
}

.steps__arrow.bot-zap__arrow {
  padding-bottom: 0%;
}

.steps__arrow.affiliate__arrow {
  padding-bottom: 0%;
}

.h4-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #282421;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.h4-heading.faq__h4-heading {
  margin-bottom: 0px;
}

.h4-heading.contact__h4 {
  margin-bottom: 3px;
}

.product__compare-grid {
  margin-top: 50px;
  padding-right: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.table-logos-desktop {
  width: 100%;
  max-width: 250px;
}

.column-text {
  padding-left: 0px;
}

.main-content-clmns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.main-content-clmns.no-margin {
  margin-top: 0px;
}

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

.steps__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products-cta__body {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.text-subhead {
  margin-top: 20px;
  margin-bottom: 26px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

.text-subhead._24px {
  font-size: 24px;
  line-height: 40px;
}

.products-cta__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.products-cta__bg.hidden {
  display: none;
}

.products-cta__items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.products-cta__items.hidden {
  display: none;
}

.products-cta__item {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 20px;
  color: #282421;
  text-decoration: none;
}

.products-cta__item.full {
  width: auto;
  padding-right: 0%;
  padding-left: 0%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-cta__item.full:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.26);
}

.link-new {
  display: inline-block;
  color: #f97807;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-new:hover {
  text-decoration: underline;
}

.products-cta__text.google {
  max-width: 80%;
}

.products-cta__image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.section-14.borders {
  display: block;
  margin-top: 0px;
  border-top: 0px none #d9d9d9;
  border-bottom: 0px none #d9d9d9;
  background-color: transparent;
}

.section-14.borders.background-color {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-color: #282421;
}

.section-14.borders.background-color {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-color: #282421;
  background-image: -webkit-gradient(linear, left top, right top, from(#ee2a77), color-stop(49%, #f26729), to(#f9c934));
  background-image: linear-gradient(90deg, #ee2a77, #f26729 49%, #f9c934);
}

.section-14.borders {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.container-15 {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

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

.paragraph-text-2 {
  margin-bottom: -2px;
  color: #282421;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph-text-2.size-14 {
  color: #73706e;
  font-size: 14px;
  line-height: 140%;
}

.paragraph-text-2.size-14.color-black {
  position: relative;
  z-index: 5;
  color: #000;
}

.facebook-hero__photo {
  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;
}

.image-107 {
  width: 100%;
}

.image-107.mobile-show {
  display: none;
}

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

.flexbox.marg-top30 {
  margin-top: 30px;
}

.orange-span {
  color: #fc6723;
}

.bot-zap__hero-vid {
  position: relative;
  left: auto;
  z-index: 20;
  max-width: 55%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ckecklist {
  max-width: 420px;
}

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

.checklist__item.checklist__item--last {
  margin-bottom: 0px;
}

.checklist__item.bullets {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checklist__icon {
  margin-top: 5px;
  margin-right: 16px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 403px;
  height: 403px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #fe0c72, #ffbe0e);
}

.price__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  height: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.price__svg {
  width: 66.666%;
  margin-bottom: 19px;
  margin-left: 20px;
}

.column__bg-vid {
  z-index: 20;
  max-height: 30vw;
}

.steps__logo {
  margin-right: 10px;
}

.steps__logo-item {
  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;
  text-align: left;
}

.inline-icon {
  position: relative;
  top: -10px;
  display: inline-block;
  margin-left: 5px;
}

.product-cta__img-wrap {
  position: relative;
  text-decoration: none;
}

.product-cta__img-wrap.bg-white_padding20-20 {
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}

.product-cta__shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
  opacity: 0;
}

.table-logos-mobile {
  display: none;
}

.cta-headline {
  max-width: 720px;
  margin-top: 6px;
  margin-bottom: 11px;
  color: #282421;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.hero-lottie {
  min-width: 54vw;
}

.bot-traffic-image {
  margin-left: -52px;
  padding-right: 30px;
}

.wordpress-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
}

.semibold-span {
  font-weight: 600;
}

.benefits__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.benefits__row.benefits__row--top {
  margin-top: 60px;
}

.benefits__item {
  overflow: visible;
  width: 33%;
  margin-right: 9px;
  margin-left: 9px;
  padding: 40px 30px;
  border-radius: 50px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.benefits__header {
  display: block;
  min-height: 140px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.benefits__icon {
  display: block;
  height: 60px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.agencies__hero {
  display: inline-block;
}

.agencies__hero.agencies__hero--mob {
  display: none;
}

.agencies__hero.hero-img__offset {
  display: block;
}

.agencies__hero.hero-img__offset-copy {
  display: none;
}

.agencies__hero.agencies__hero--mob-copy {
  display: none;
}

.orange {
  color: #fc6723;
}

.text-span-5 {
  color: #282421;
}

.comp__hero-img {
  margin-left: -25px;
}

.steps__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description__body {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.description__body.affiliate-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 400px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description__bg {
  width: 100%;
  max-width: 1280px;
  min-height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.description__bg.description__bg--mb {
  display: none;
}

.desription__row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 36px;
}

.desription__row.desription__row--contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.1);
  text-align: center;
}

.description__clmn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact__item {
  padding: 60px 30px 55px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.1);
  text-align: center;
}

.contact__icon {
  margin-bottom: 10px;
}

.contact__clmn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq {
  padding-top: 40px;
}

.faq__body {
  margin-top: 60px;
  margin-bottom: 60px;
}

.faq__item {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #cbcbcb;
}

.faq__item.faq__item--last {
  border-bottom-style: none;
}

.faq__item.faq__item--borderless {
  border-bottom-style: none;
}

.faq__inner {
  display: none;
  overflow: hidden;
  margin-top: -30px;
  margin-bottom: 30px;
  padding-right: 10%;
}

.faq__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  cursor: pointer;
}

.faq__icon {
  position: relative;
  min-height: 24px;
  min-width: 24px;
}

.faq__sign {
  width: 24px;
  height: 24px;
  background-image: url('../images/dropdown-icon-large.svg');
  background-position: 0px 0px;
  background-size: auto;
  line-height: 24px;
}

.faq__sign.faq__sign--abs {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.global-shadow {
  background-color: #fff;
  box-shadow: 0 0 30px -6px rgba(134, 106, 85, 0.55);
}

.reviews__body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-109 {
  margin-right: auto;
  margin-left: auto;
}

.hero__list {
  padding-left: 25px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 12px 20px 12px 19px;
  background-color: transparent;
}

.navbar.negative {
  padding-left: 20px;
  background-color: transparent;
  color: #fff;
}

.navbar.navbar--permawhite {
  background-color: #fff;
}

.navbar__container {
  position: static;
  z-index: auto;
  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;
}

.navbar__logo {
  z-index: 10;
}

.navbar__logo-img {
  position: relative;
  max-width: 100%;
}

.navbar__menu {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar__links {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  white-space: nowrap;
}

.navbar__links.negative__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #fff;
}

.navbar__links.navbar__links--language {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.navbar__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  white-space: nowrap;
}

.navbar__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #282421;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}

.navbar__toggle.w--open {
  font-weight: 600;
}

.navbar__dropdown {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar__link {
  padding-right: 8px;
  padding-left: 8px;
  color: #282421;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}

.navbar__link.navbar__toggle.negative__link {
  color: #fff;
}

.navbar__link.navbar__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar__link.negative__txt {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.navbar__icon {
  display: block;
  min-width: 9px;
  margin-bottom: 7px;
  margin-left: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.navbar__dropdown-list {
  top: 0px;
  z-index: -1;
  border-top: 1px solid #dedede;
}

.navbar__dropdown-list.w--open {
  left: 0px;
  top: 63px;
  right: 0px;
  background-color: transparent;
}

.navbar__dropdown-list.product__dropdown-list {
  top: 0px;
  padding-top: 63px;
  border-top-width: 0px;
}

.navbar__dropdown-list.product__dropdown-list.black-navbar.w--open {
  top: 50px;
  width: auto;
  max-width: none;
  padding-top: 0px;
}

.navbar__dropdown-list.dropdown-list--last {
  top: 0px;
  padding-top: 63px;
  border-top-width: 0px;
  background-color: transparent;
}

.navbar__dropdown-list.dropdown-list--last.black-navbar {
  top: 55px;
  padding-top: 0px;
}

.navbar__dropdown-list.dropdown-list--last.black-navbar.w--open {
  margin-top: 0px;
  padding-top: 0px;
}

.dropdown__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 40px 50px 20px;
  background-color: #fdfbfb;
}

.dropdown__placeholder {
  display: none;
  width: 140px;
  min-width: 140px;
  margin-right: 15px;
}

.dropdown__placeholder.product__placeholder {
  display: none;
  margin-right: 15px;
}

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

.dropdown__items.resources__items {
  max-width: 1248px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown__items.product__items {
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown__list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 49%;
  margin-bottom: 20px;
  padding: 9px 30px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #282421;
  text-decoration: none;
}

.dropdown__list-item.dropdown__list-item--last {
  padding-top: 5px;
  border-right-style: none;
}

.dropdown__list-item.list-item--first-row {
  padding-bottom: 10px;
  white-space: normal;
}

.dropdown__list-item.product__list-item {
  min-width: 50%;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.dropdown__list-item.list-item--first-row {
  padding-bottom: 10px;
}

.dropdown__list-item.list-item--first-row {
  padding-bottom: 10px;
}

.dropdown__list-item.list-item--first-row {
  padding-bottom: 10px;
}

.dropdown__icon-clmn {
  width: 16px;
  min-width: 16px;
  margin-right: 10px;
}

.dropdown__text-clmn {
  max-width: 320px;
  min-width: 320px;
  white-space: normal;
}

.dropdown__item-heading {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 120%;
}

.dropdown__item-heading.menu__headline_padding {
  margin-bottom: 5px;
}

.dropdown__item-heading.menu__headline_padding.negative_txt {
  color: #fff;
}

.dropdown__item-text {
  line-height: 135%;
  font-weight: 300;
}

.dropdown__item-text.menu__txt_pading {
  padding-bottom: 10px;
}

.dropdown__item-text.menu__txt_pading.negative__txt {
  color: #fff;
}

.dropdown__overlay {
  position: fixed;
  left: 0%;
  top: 65px;
  right: 0%;
  bottom: 0%;
  display: none;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0.33);
}

.dropdown__divider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  max-height: 70px;
  background-color: #77736f;
}

.dropdown__divider.divider--tab-hide {
  display: none;
}

.navbar__shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(40, 36, 33, 0.15);
  opacity: 0;
}

.navbar__shadow.negative {
  background-color: rgba(42, 41, 50, 0);
}

.nav-wraper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-wraper.negativ {
  position: relative;
  background-color: #282421;
}

.nav-wraper.negativ.nav-wraper__adj-bottom {
  top: 32.9vh;
  background-color: #282421;
}

.dropdown__overlay--mobile {
  position: fixed;
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: 0%;
  display: none;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0.33);
}

.section-get-started {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbf8f6;
}

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

.section_webinar_hero {
  height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  background-image: linear-gradient(96deg, #fe0b66, #ff4500 51%, #ffc300);
}

.heading_50_white {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.paragraph_25_white {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}

.paragraph_25_white.light-300 {
  font-weight: 300;
}

.paragraph_25_white.light-300.max-width-800 {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.hosted_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.hosted_wrapper.padding {
  padding-top: 40px;
}

.text_block_20px_600_white {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.text_block_20px_300_white {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.button_rounded_white {
  width: 180px;
  padding: 12px 15px;
  border-radius: 20px;
  background-color: #fff;
  color: #282421;
  font-size: 18px;
  text-align: center;
}

.button_rounded_white._100 {
  width: 180px;
  padding: 14px 12px 21px 10px;
  border-radius: 100px;
  font-size: 20px;
  text-decoration: none;
}

.button_rounded_white.margin_top {
  margin-top: 30px;
  padding-top: 9px;
  padding-bottom: 13px;
  border-radius: 50px;
}

.section-join {
  padding: 70px 0px 0px;
}

.centre_vertical_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.centre_vertical_wrapper.justify_top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.centre_vertical_wrapper.justify_top._w-30 {
  max-width: 30%;
}

.centre_vertical_wrapper.justify_top._w-25 {
  max-width: 25%;
}

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

.dropdown__badgewrapper.negative_txt {
  color: #fff;
}

.doropdown__badge {
  margin-top: 2px;
  margin-left: 10px;
  padding: 2px 12px;
  border-radius: 5px;
  background-color: #f1640f;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
}

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

.grid_3_column.mt_60px {
  margin-top: 40px;
  padding-bottom: 40px;
  grid-column-gap: 39px;
}

.img-fraud-protection {
  max-width: 60px;
  margin-bottom: 15px;
}

.img-fraud-protection.botzapping {
  max-width: 53px;
}

.heading_24_600 {
  color: #282421;
  font-weight: 600;
  text-decoration: none;
}

.heading_24_600.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.faq-new {
  position: relative;
  z-index: 10;
  padding: 0px 20px 100px;
}

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

.faq-sticky-wrapper {
  position: relative;
  width: 22%;
  padding-top: 41px;
  border-radius: 20px;
}

.faq-wrapper {
  width: 70%;
  margin-left: auto;
}

.faq-sticky-scroll-to-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  margin-top: 0px;
  padding: 30px 20px 30px 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
}

.text-block_20px_400 {
  color: #282421;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.text-block_20px_400.centre {
  text-align: center;
}

.text-block_20px_400.centre.line-height-30 {
  line-height: 30px;
}

.img-icon-circle-dot {
  margin-right: 20px;
}

.faq-question-wrap {
  max-width: 800px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.question-title {
  margin-right: 10px;
  color: #282421;
  letter-spacing: 0em;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 95.3%, 0);
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #77736f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.div-block {
  width: 100%;
  height: 1px;
}

.getting-started-wrapper {
  margin-bottom: 0px;
  padding-top: 0px;
}

.plans-payment-wrapper {
  margin-top: 100px;
  margin-bottom: 0px;
}

.features-wrapper-faq {
  margin-top: 100px;
  margin-bottom: 0px;
}

.click-fraud-fundamentals-wrapper {
  margin-top: 100px;
  margin-bottom: 0px;
}

.agency-wrapper {
  margin-top: 100px;
}

.text-span-6 {
  color: #fc6723;
}

.section_aboutus_hero {
  height: 640px;
  background-image: url('../images/About-us---ClickCease--Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section_story {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f1ee;
}

.container_nopadding {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.slider_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 350px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-color: #fff;
}

.mask_about_slider {
  overflow: visible;
  width: 33%;
  height: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide_about {
  width: 92%;
  height: 240px;
  margin: 60px 4% 40px;
}

.slide_about_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
}

.slide-nav-3 {
  display: none;
}

.icon-4 {
  color: #fc6723;
}

.section_campaings_numbers {
  padding: 60px 20px;
  background-color: #fbf8f6;
}

.textblock_linear-style {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-image: linear-gradient(262deg, #f62477, #ffc526);
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_joinus {
  padding: 30px 20px 51px;
  background-image: linear-gradient(80deg, #ffc526, #fc6723 51%, #fe0e62);
}

.link-scroll-to {
  color: #282421;
  text-decoration: none;
}

.link-scroll-to.w--current {
  color: #282421;
  font-weight: 700;
  text-decoration: none;
}

.link-scroll-to.selected {
  font-size: 18px;
}

.link-scroll-to.selected:active {
  font-weight: 700;
}

.scoll-too {
  height: 5px;
  margin-bottom: 40px;
}

.section_whyride {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq__bg.faq__bg--mobile {
  display: none;
}

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

.flex-wrapper.general.new {
  width: 892px;
  margin-right: auto;
  margin-left: auto;
}

.text-page__body {
  margin-top: 0px;
  margin-bottom: 120px;
}

.text-page__item {
  margin-bottom: 60px;
}

.text-page__item.text-page__item--less-marg {
  margin-bottom: 40px;
}

.text-page__item.highlight-frame {
  border: 30px solid #f8f1ee;
  background-color: #f8f1ee;
  outline-color: #282421;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.text-page__list-item {
  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;
}

.text-page__list-item.top-margin-50 {
  margin-top: 50px;
}

.ride__image {
  margin-bottom: 15px;
}

.list {
  margin-top: 1em;
  margin-bottom: 1em;
}

.plans {
  padding-bottom: 60px;
  background-color: #fcf9f8;
}

.section-divider {
  overflow: visible;
  width: 100vw;
  height: 1px;
  background-color: #e2dbd9;
}

.dropdown__text-clmn-2 {
  max-width: 220px;
}

.aff-testi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1075px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
}

.aff-testi__item {
  max-width: 520px;
  padding: 40px 25px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 44px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
}

.aff-testi__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.book_call.top-bottom-60-padding {
  margin-top: 0px;
  padding-top: 79px;
  padding-bottom: 60px;
}

.aff-testi__image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.aff-testi__author-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aff-testi__stars {
  height: 14px;
  margin-bottom: 7px;
}

.currency {
  position: absolute;
  left: auto;
  top: -8px;
  right: 50px;
  bottom: auto;
}

.currency__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0px 7px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #282421;
}

.currency__toggle.toggle--usd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/flag-us.svg');
  background-position: 0% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.currency__icon {
  position: static;
  display: block;
  margin: 0px 0px 0px 10px;
}

.currency__text {
  font-size: 16px;
  line-height: 31px;
}

.currency__list {
  display: none;
  background-color: #fff;
  box-shadow: -6px 6px 11px -4px #000;
}

.currency__list.w--open {
  background-color: #fff;
  box-shadow: -6px 6px 11px -4px rgba(0, 0, 0, 0.1);
}

.currency__symbol {
  font-size: 16px;
  line-height: 31px;
}

.plans__body {
  position: relative;
}

.card__desc-text {
  display: inline;
  margin-top: 15px;
  margin-bottom: 1.5em;
  color: #282421;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.card__desc-text.standard {
  display: inline;
  margin-right: auto;
  padding-right: 5px;
  text-align: center;
}

.card__desc-text.pro {
  display: inline;
  margin-right: auto;
  padding-right: 5px;
}

.card__desc-text.advanced {
  display: inline;
  margin-right: auto;
  padding-right: 5px;
}

.orange-span-2 {
  color: #fc6723;
}

.list-title {
  margin-bottom: 17px;
  font-weight: 700;
}

.list-paragraph {
  margin-bottom: 18px;
  line-height: 24px;
  text-align: left;
}

.list-paragraph.paragraph-inline {
  display: inline;
}

.tooltip-text {
  line-height: 24px;
}

.old-price__line {
  position: absolute;
  top: 2px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.price-value {
  line-height: 55px;
}

.old-price {
  position: relative;
  z-index: 1;
  display: block;
  color: #fc6723;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.pricing-banner__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.pricing-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #ffd036;
}

.pricing-banner.pricing-banner--rounded {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.pricing-card_old-price {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pricing-card_old-price.hidden {
  position: relative;
  bottom: 0px;
  display: none;
  margin-top: 9px;
  margin-left: -3px;
}

.pricing-card_old-price.old-price__position {
  position: relative;
  bottom: 0px;
  display: block;
  margin-top: 9px;
  margin-left: -3px;
}

.details-item-svg-normal-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 9px;
  margin-top: 8px;
  margin-right: 10px;
  color: #f87708;
}

.pricing-toggle__text {
  margin-bottom: 5px;
  color: #282421;
  font-size: 18px;
  font-weight: 400;
}

.pricing-toggle__text.text--desc-hide {
  display: none;
}

.pricing__body {
  background-color: #fcf9f8;
}

.heading-h2.coupon__heading-h2 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.compare {
  max-width: 1244px;
  margin: 48px auto 100px;
}

.compare__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 5px;
}

.compare__content {
  margin-top: 80px;
}

.compare__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 155px;
  min-width: 134px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: transparent;
  color: #282421;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.compare__link.w--current {
  border-width: 2px;
  border-color: #282421;
  background-color: transparent;
  font-weight: 700;
}

.blocklist-mob {
  display: none;
  margin-top: 20px;
}

.hero1__bg-vid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 4%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100%;
  max-width: 1920px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.overflow {
  overflow: hidden;
}

.compare__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}

.compare__row.row--borderless {
  border-bottom-style: none;
}

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

.compare__clmn.clmn--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.compare__clmn.clmn--small.second-row {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.compare__clmn.clmn--small.clmn--btn {
  padding-top: 0px;
}

.compare__clmn.clmn--large {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.compare__clmn.clmn--large.clmn__block {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero1__tablet-img {
  display: none;
}

.compare__heading {
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
}

.compare__tab-title {
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
}

.compare__tab-title.tab-title--mobile {
  display: none;
}

.double-row__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
  text-align: center;
}

.double-row__item.double-row--first {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
}

.double-row__item.double-row--la {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.compare__title-text {
  display: inline;
  font-size: 18px;
  line-height: 21px;
}

.bg-vid {
  left: 52.3vw;
  overflow: visible;
  width: 80vw;
  height: 39vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bg-vid.hpcontent__bg-vid {
  left: 47vw;
}

.hero1__mob-img {
  display: none;
}

.text-block-30 {
  display: block;
  -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-image: linear-gradient(45deg, #ffc526, #f80976);
  font-size: 80px;
  line-height: 100%;
  font-weight: 900;
}

.text-block-30.clipped {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(45deg, #f80976, #ffc526);
  font-size: 100px;
  line-height: 100%;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block-31 {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 45px;
  font-weight: 600;
}

.link-block-2.border_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 176px;
  max-width: 177px;
  margin-right: 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;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f80976), to(#ffc526));
  background-image: linear-gradient(180deg, #f80976, #ffc526);
  text-decoration: none;
}

.new-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 8px;
  -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;
  cursor: pointer;
}

.new-tooltip.tooltip--inline {
  top: 4px;
  display: inline-block;
  margin-right: -20px;
}

.new-tooltip.tooltip--inline.api__tooltip {
  top: 0px;
}

.new-tooltip.card__tooltip {
  position: absolute;
  top: 0.125em;
  right: -20px;
  display: inline-block;
  margin-left: 0px;
  text-align: center;
}

.new-tooltip.card__tooltip.pricing__std--tooltip {
  position: relative;
  top: 4px;
  right: 0px;
  margin-left: 0px;
}

.new-tooltip__icon {
  position: relative;
  display: block;
  width: 100%;
}

.new-tooltip__arrow {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 100;
}

.new-tooltip__arrow.tooltip__arrow--bottom {
  top: 20px;
  bottom: auto;
}

.new-tootlip__body {
  position: absolute;
  left: -40px;
  bottom: 30px;
  z-index: 99;
  display: block;
  max-width: 300px;
  min-width: 300px;
  padding: 20px 15px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(40, 36, 33, 0.12);
}

.new-tootlip__body.card__tooltip-body {
  left: auto;
  top: 30px;
  right: -20px;
  bottom: auto;
  height: 160px;
  min-width: 300px;
}

.new-tootlip__body.bot-zap__tooltip {
  left: -90px;
}

.new-tootlip__body.tooltip__wp {
  left: -110px;
}

.new-tooltip__p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.new-tooltip__container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 5%;
  bottom: 0%;
  display: none;
  -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;
}

.price-span {
  font-size: 22px;
}

.pricing__faq {
  max-width: 1244px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 10px;
  border-radius: 85px;
  box-shadow: 0 0 50px 0 rgba(45, 35, 30, 0.1);
}

.pricing__faq.margin-changes {
  margin-bottom: 60px;
}

.setup-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.setup-steps__item {
  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;
}

.setup-steps__icon {
  margin-right: 13px;
}

.setup-steps__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}

.setup-steps__arrow {
  display: block;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

.faq__btn.faq__btn--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.company__text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.contdown__item {
  min-width: 115px;
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}

.coundown__number {
  margin-bottom: 20px;
  color: #fff;
  font-size: 77px;
  line-height: 1em;
  font-weight: 300;
}

.countdown__text {
  padding-bottom: 12px;
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
}

.p-quote__icon {
  width: 43px;
  margin-bottom: 17px;
}

.hero-review {
  margin-bottom: 10px;
  padding-left: 0px;
}

.review-grid__stars {
  margin-bottom: 15px;
}

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

.center-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 40px;
  line-height: 49px;
  font-weight: 600;
  text-align: center;
}

.center-heading.footer-top-heading {
  font-size: 34px;
  line-height: 36px;
}

.center-heading.footer-top-heading.footer-heading {
  line-height: 43px;
  font-weight: 600;
}

.center-heading.shop__heading {
  color: #fff;
}

.hero1_image-box.neil-hero {
  width: 60%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.human-fraud-grd {
  display: -ms-grid;
  display: grid;
  height: 363px;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 14.2vw 14.2vw 17vw;
  grid-template-columns: 14.2vw 14.2vw 17vw;
  -ms-grid-rows: 11.5vw 17vw;
  grid-template-rows: 11.5vw 17vw;
}

.text-block-33 {
  line-height: 25px;
  font-weight: 300;
}

.p-quote__text {
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.p-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  text-align: center;
}

.hero__comp-log {
  width: 39%;
}

.hero-photobox-2 {
  position: relative;
  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;
}

.hero-photobox-2.mob-hidden {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.review-grid__logo {
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 7px;
}

._2 {
  position: relative;
  left: 254px;
  bottom: 30px;
  z-index: 9;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.review-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.orang-2 {
  color: #fc6723;
}

.circle-text {
  margin-top: 10px;
  color: #282421;
  font-size: 1.4vw;
  line-height: 1.8vw;
  font-weight: 600;
  text-align: center;
}

.text-span-9 {
  font-weight: 300;
}

.review-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.botnets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  height: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.08);
}

.partner-hero {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #faf6f5;
}

.partner-hero.pricing {
  background-image: url('../images/crop-bg-fixed.svg'), linear-gradient(80deg, #fff, #f9f3f1 82%, #f1e7e3);
  background-position: 100px 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.partner-hero.pricing.neil-lp {
  overflow: visible;
  background-position: 140% 101%, 0px 0px;
  background-size: 90%, auto;
}

.center_small--heading {
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.leader-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.leader-section.hide-logo {
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
}

.wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.paragraph-size-16 {
  margin-bottom: 0px;
  color: #282421;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.paragraph-size-16.mb-70 {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-size-16.mb-40 {
  margin-bottom: 20px;
}

.img-8 {
  z-index: 10;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.paragraph--mobile {
  display: none;
}

.ordinary__col--text-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.ordinary__col--text-2._1 {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.ordinary__col--text-2._1.dark-gray-text {
  margin-top: 5px;
  color: #5a5a5a;
}

.text-block-34 {
  margin-right: auto;
  margin-left: auto;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.trusted-by {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-61 {
  padding-right: 8px;
}

.coupon-box {
  max-width: 1300px;
  margin: 100px auto 30px;
}

.coupon-box.none {
  display: none;
}

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

.computer-fraud-grd {
  display: -ms-grid;
  display: grid;
  height: 363px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 14.2vw 14.2vw 17vw;
  grid-template-columns: 14.2vw 14.2vw 17vw;
  -ms-grid-rows: 11.5vw 17vw;
  grid-template-rows: 11.5vw 17vw;
}

.hero-mobile__quote-text {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 19px;
}

.p-quote__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-mobile__subquote {
  margin-bottom: 8px;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.limited-time {
  margin-bottom: 10px;
  color: #77736f;
  font-size: 16px;
  font-weight: 300;
}

.heading-2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 40px;
  line-height: 54px;
  font-weight: 900;
  text-align: center;
}

.heading-2-2._270 {
  font-weight: 600;
}

.animate-image {
  height: auto;
}

.animate-image.hide-m {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.animate-image.hide-m.width-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-grid__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section--cta-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbf7f5), to(#fff));
  background-image: linear-gradient(180deg, #fbf7f5, #fff);
}

.leder-left-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gdpr-section {
  padding-top: 75px;
  padding-bottom: 8em;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.button-9 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 17px 37px 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: #fc6723;
  font-family: sofia-pro, sans-serif;
  color: #fcfbf9;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.gdpr-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 5px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 29px;
  line-height: 36px;
  font-weight: 900;
}

.gdpr-heading.soft {
  width: 414px;
  font-weight: 600;
}

.cta-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  -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-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

.hero-paragraph {
  margin-top: 20px;
  margin-bottom: 14px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}

.hero-paragraph.hero-paragraph--white {
  color: #fff;
}

.review-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.disclaimer {
  display: block;
  margin: 0px 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-size: 18px;
  text-align: left;
}

.disclaimer.small-type {
  margin-right: 50px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #73706e;
  font-size: 12px;
  font-weight: 300;
}

.disclaimer.small-type {
  margin-right: 50px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #73706e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.disclaimer.small-type.mobile__hidden {
  margin-right: 0px;
  font-size: 12px;
  line-height: 17px;
}

.button-11 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 17px 37px 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: #fc6723;
  font-family: sofia-pro, sans-serif;
  color: #fcfbf9;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.button-11.white-button {
  background-color: #fff;
  color: #fc6723;
}

.footer_bg--image-3 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spyfu-banner__logo {
  width: 120px;
  margin-top: 10px;
}

.spyfu-banner__text {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.spyfu-banner__text.size-14-bold {
  margin-top: 4px;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.spyfu-banner__text.size-14 {
  margin-top: 0px;
  font-size: 15px;
  line-height: 18px;
}

.leader-wrapper-5 {
  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-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;
}

.center-align {
  margin-bottom: 10px;
}

.mbile-reviews-show-2 {
  display: none;
}

.spyfu-img {
  z-index: 10;
  -o-object-fit: contain;
  object-fit: contain;
}

.spyfu-img.spyfu-img__hero-img {
  position: relative;
  top: 0px;
  right: -84px;
}

.hero-spyfu {
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7efec;
}

.websites-div-w-4 {
  display: none;
}

.spyfu-banner {
  position: absolute;
  left: -126px;
  top: 43px;
  z-index: 20;
  max-width: 180px;
  margin-left: 107px;
}

.paragraph-25 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.spyfu-banner__stars {
  width: 84px;
}

.hero__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero__image-wrapper.hero__image-wrapper--v2 {
  width: auto;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__image-wrapper.hero__image-wrapper--v2.store__right {
  top: 0px;
  margin-top: 0px;
  margin-left: 60px;
}

.plans-extra__title {
  margin-right: 0.25em;
  font-size: 16px;
  line-height: 31px;
  font-weight: 900;
}

.plans-extra__items {
  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;
}

.pricing {
  overflow: hidden;
}

.pricing__bottom {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pans-extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.partner-plans__body {
  padding-top: 57px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 198, 20, 0)), color-stop(38%, #febf13), color-stop(75%, #ff5e0b), to(#fe0072));
  background-image: linear-gradient(0deg, rgba(254, 198, 20, 0), #febf13 38%, #ff5e0b 75%, #fe0072);
}

.plans-extra__text {
  font-size: 16px;
  line-height: 24px;
}

.plans-extra__icon {
  margin-right: 8px;
}

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

.plans-extra_divider {
  display: block;
  width: 1px;
  height: 14px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #302c29;
}

.presta__toglgle-text {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.doropdown__badge-2 {
  margin-top: 2px;
  margin-left: 10px;
  padding: 2px 12px;
  border-radius: 5px;
  background-color: #f1640f;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
}

.switch-2 {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 29px 0 rgba(100, 100, 111, 0.21);
}

.login {
  width: 85px;
  height: 42px;
  margin-right: 15px;
  padding-top: 8px;
  padding-bottom: 11px;
  border: 1px solid #282421;
  border-radius: 21px;
  background-color: #fff;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.login.spanish {
  width: 129px;
}

.login.german {
  width: 102px;
  margin-left: auto;
}

.login.french {
  width: 108px;
}

.limited-banner {
  width: auto;
  max-width: 239px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: #b91a42;
  color: #fcfbf9;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.prestashop__hero {
  background-color: #f7efec;
  background-image: url('../images/spyfu-bg-large.svg');
  background-position: 30% 330%;
  background-size: 140%;
  background-repeat: no-repeat;
}

.prestashop__hero.store__hero {
  background-image: url('../images/spyfu-bg--large.svg');
  background-position: -50% 100%;
  background-size: 110%;
}

.presta-hero-img {
  max-width: 140%;
  margin-top: -10%;
  margin-right: -20%;
  margin-left: -20%;
}

.heading__light-span {
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

.light-text {
  font-weight: 300;
}

.discount-text {
  color: #fcfbf9;
  font-weight: 300;
  text-align: center;
}

.discount-text.new {
  margin-bottom: 30px;
}

.webinar__text-clmn {
  margin-right: 40px;
}

.countdown__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.currency_flag.uk {
  margin-right: 10px;
}

.currency_flag.usd {
  margin-right: 10px;
}

.currency_flag.eur {
  margin-right: 10px;
}

.currency_flag.aud {
  margin-right: 10px;
}

.currency__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #eaded8;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  cursor: pointer;
}

.pricing-slider {
  display: block;
  border-radius: 0px;
  font-size: 14px;
  cursor: auto;
}

.coupon-img {
  max-height: 100%;
}

.compare__select-block {
  display: none;
}

.cta-type {
  display: none;
}

.pricing-card__contact-text {
  position: relative;
  display: none;
  height: 71px;
  max-width: 256px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  -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;
  color: #282421;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
}

.contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
}

.discount-banner {
  position: static;
  left: auto;
  top: -2px;
  right: -100px;
  bottom: auto;
  margin-left: 10px;
  padding: 4px 13px 7px;
  border: 1px solid #4bd37b;
  border-radius: 20px;
  background-color: #ebf7ed;
  color: #4bd37b;
}

.discount-banner__text {
  font-size: 16px;
  line-height: 19px;
}

.card__tooltip {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  width: 20px;
}

.details__text-tootltip {
  margin-bottom: 15px;
}

.pricing__compare-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__compare-icon {
  position: relative;
  top: 4px;
}

.side-menu {
  position: relative;
  padding-top: 114px;
}

.docs {
  position: relative;
  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;
}

.side-menu__body {
  overflow: auto;
  max-height: 90vh;
  min-width: 310px;
  padding: 20px 30px 0px 40px;
  border-right: 1px solid #dbdbdb;
}

.side-menu__body.design__side-menu {
  padding-top: 0px;
}

.docs__body {
  padding-top: 160px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.docs__hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 600px;
  background-image: url('../images/docs-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(#fff));
  background-image: url('../images/docs-bg.png'), linear-gradient(180deg, #f8f1ee, #fff);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.side-munu__cell {
  padding-bottom: 20px;
}

.side-munu__cell.cell__intro {
  margin-top: 40px;
}

.side-munu__cell.cell--border {
  border-bottom: 1px solid #d1d1d1;
}

.side-menu__title {
  color: #6e6e6e;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.side-menu__title.title--margin-bot {
  margin-bottom: 25px;
}

.side-menu__select {
  height: 48px;
  margin-top: 16px;
  padding-left: 27px;
  border: 1px solid #707070;
  border-radius: 30px;
  background-color: #fff;
  color: #282421;
  font-size: 18px;
  line-height: 20px;
}

.side-menu__link {
  display: block;
  margin-bottom: 15px;
  color: #282421;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.side-menu__link.w--current {
  color: #fc6723;
  font-weight: 700;
}

.side-menu__link.design__side-link {
  margin-bottom: 20px;
}

.docs__container {
  max-width: 1200px;
  margin-right: 5.2vw;
  margin-left: 5.2vw;
  padding-bottom: 160px;
}

.docs__container.design__container {
  margin-right: 20px;
  margin-left: 20px;
}

.docs__row {
  position: relative;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #cecece;
}

.h1-50 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #282421;
  font-size: 39px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.h1-50.h1-50--centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intoduction {
  max-width: 795px;
  margin-top: -40px;
}

.intoduction.new-a-z {
  width: 100%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e2dbd9;
}

.intoduction__list {
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

.docs__clmn.docs__clmn-right {
  margin-top: 40px;
}

.highlight-span {
  display: inline-block;
  padding: 0.25em 0.3em 0.25em 0.25em;
  border-radius: 3px;
  background-color: #ededed;
  color: #fc6723;
  line-height: 18px;
}

.errors {
  margin-right: -25px;
  margin-left: -25px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 44px;
  background-color: rgba(255, 247, 245, 0.8);
}

.errors__row {
  padding-right: 25px;
  padding-left: 25px;
}

.errors__row.errors__row--first {
  margin-top: 35px;
}

.errors__row.errors__row--inner {
  margin-top: 15px;
}

.errors__row-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

.errors__divider {
  height: 1px;
  background-color: #dbdbdb;
}

.errors__code {
  margin-right: 30px;
}

.post__embed {
  display: none;
  overflow: auto;
  max-width: 600px;
}

.post__embed.post__embed--responce {
  display: block;
}

.post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post__body {
  margin-left: 20px;
  padding: 25px;
  border-radius: 44px;
  background-color: #fff7f5;
  color: #6d625c;
  font-size: 18px;
  line-height: 22px;
}

.post__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.post__title.post__title--margin-b22 {
  margin-bottom: 22px;
}

.post__title.post__title--margin-t60 {
  margin-top: 60px;
}

.side-menu__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.testi__link {
  color: #282421;
  text-decoration: none;
}

.testi__link:hover {
  text-decoration: underline;
}

.content__list-item {
  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;
}

.container__glossary {
  position: relative;
  top: -86px;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-12 {
  color: #f1640f;
}

.button__plans {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 16px 37px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: #fc6723;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.button__plans.mb-30 {
  margin-right: 0px;
  padding-top: 14px;
  padding-bottom: 17px;
  background-color: #fc6723;
  white-space: nowrap;
}

.button__plans.mb-30:hover {
  background-color: #ea5b1a;
}

.button__plans.mb-30:active {
  background-color: #d75317;
}

.button__plans.mb-30.btn-states {
  margin-right: 6px;
  margin-bottom: 10px;
  border-radius: 29px;
}

.baseline__new {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(165, 95, 33, 0.15);
}

.filter__cell {
  padding-bottom: 20px;
}

.filter__cell.cell__intro-a-z {
  display: none;
  width: 100%;
  max-width: 932px;
  margin-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn__a-z {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #f1640f;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.btn__a-z.w--current {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f1640f;
  background-color: #fff;
  color: #fc6723;
  font-weight: 700;
}

.info__row {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info {
  position: relative;
  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;
}

.text-span-13 {
  color: #f1640f;
  text-decoration: none;
}

.text-span-14 {
  color: #f1640f;
}

.link_info-a-z {
  color: #f1640f;
}

.hero-wrapper-glossary {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-wrapper-glossary.hero-wrapper--centered {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  padding-top: 0px;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  background-image: url('../images/Группа-масок-100.png'), -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(#fff));
  background-image: url('../images/Группа-масок-100.png'), linear-gradient(180deg, #f8f1ee, #fff);
  background-position: 50% -50%, 0px 0px;
  background-size: cover, auto;
  text-align: center;
}

.section__glossary {
  position: relative;
  display: block;
}

.section__glossary.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.section__glossary.bg-gradient.paddings {
  padding-top: 115px;
  padding-bottom: 115px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
  background-image: linear-gradient(180deg, #f8f1ee, transparent);
}

.section__glossary.bg-gradient.paddings.padding-80 {
  z-index: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  background-image: none;
}

.page__glossary {
  position: relative;
}

.tabs__a-z {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 932px;
  margin-right: auto;
  margin-left: auto;
}

.tabs__menu-a-z {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 932px;
  margin-top: -230px;
  padding-top: 210px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs__content-a-z {
  overflow: hidden;
  padding-top: 20px;
}

.tab__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  padding: 0px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #f1640f;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.tab__link.w--current {
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1640f;
  background-color: #fff;
  color: #f1640f;
}

.text-block-40 {
  text-align: center;
}

.embed-video-black {
  position: relative;
  left: 270px;
  top: 10px;
  right: auto;
  z-index: 21;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.embed-video-box-black {
  display: none;
  width: 150vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar__menu-3 {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar__menu-3.negative_bg {
  z-index: 1;
}

.dropdown__body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  padding: 40px 50px 20px;
  background-color: #fdfbfb;
}

.dropdown__body-3.negative_dropdown {
  margin-top: 10px;
  background-color: #2a2932;
}

.navbar-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding: 10px 20px 10px 19px;
  background-color: transparent;
}

.navbar-mob.negative {
  padding-left: 9px;
  color: #fff;
}

.meta-google-box-left {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__logo-img-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  opacity: 0;
}

.small__monk {
  position: absolute;
  left: auto;
  top: 3%;
  right: 8%;
  bottom: auto;
  z-index: -1;
  width: 20%;
}

.block__img-monk-info {
  position: relative;
  max-width: 42vw;
}

.block__btn-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.img__littel-monk {
  max-width: 118px;
}

.hero-img-monk {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info__img-1 {
  position: absolute;
  left: auto;
  top: 15%;
  right: -20%;
  bottom: auto;
  z-index: auto;
  width: 60%;
}

.info__img-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -16%;
  bottom: 0%;
  z-index: 1;
  width: 55%;
}

.info__img-3 {
  position: absolute;
  left: -25%;
  top: auto;
  right: auto;
  bottom: -3%;
  width: 60%;
}

.info__img-4 {
  position: absolute;
  left: -3%;
  top: 25%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 50%;
}

.img__hero-monk-mob {
  display: none;
}

.intercom_chat-2 {
  color: #282421;
  text-decoration: none;
}

.orange-span-3 {
  color: #fc6723;
}

.clean-styled-link-2 {
  color: #282421;
  text-decoration: none;
}

.callbutton-2 {
  color: #282421;
  text-decoration: none;
}

.coupon_item-4 {
  width: 374px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.title__slide {
  margin-bottom: 20px;
  color: #282421;
  font-size: 32px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
}

.text__slide {
  color: #282421;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.slide__content {
  display: block;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.story__item {
  margin-top: 60px;
}

.story__date {
  max-height: 50px;
  margin-bottom: 12px;
}

.story__clmns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story__text-clm {
  max-width: 760px;
}

.story__paragraph {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.story__img-clmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 335px;
  margin-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story__img-clmn.story__img--left {
  margin-right: 80px;
  margin-left: 0px;
}

.story__img-clmn.img-clmn--large {
  max-width: 521px;
  min-width: 45%;
}

.story__divider {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #dbdbdb;
}

.story-arrow__right {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0.1));
}

.story-arrow__right.slider__arrow {
  width: 60px;
}

.story-arrow__left {
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
}

.story-arrow__left.slider__arrow {
  width: 60px;
}

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

.desing__row.row--block {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e6e6e6;
}

.design__clmn.design__hero-clmn {
  max-width: 480px;
  padding-top: 20px;
}

.large-logo {
  min-width: 250px;
  padding-left: 20px;
}

.our-logo__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-logo__item {
  max-width: 30%;
}

.symbols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
}

.symbol-small {
  margin-right: 10vw;
}

.link-9 {
  color: #fc6723;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.colors__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.colors__block {
  width: 10vw;
  height: 10vw;
  max-height: 176px;
  max-width: 176px;
  margin-bottom: 10px;
}

.colors__block.colors--fc6723 {
  background-color: #fc6723;
}

.colors__block.color--fff {
  border: 1px solid #dedede;
  background-color: #fff;
}

.colors__block.colors--f8f1ee {
  background-color: #f8f1ee;
}

.colors__block.colors--fbf8f6 {
  background-color: #fbf8f6;
}

.colors__block.colors--282421 {
  background-color: #282421;
}

.colors__block.colors--f62477 {
  background-color: #f62477;
}

.colors__block.colors--fdc716 {
  background-color: #fdc716;
}

.typo__description {
  max-width: 500px;
}

.typo__large {
  font-size: 120px;
  line-height: 110%;
  font-weight: 600;
}

.design-bg__small-clmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.design-bg__large-clmn {
  margin-top: 40px;
}

.bg__block {
  width: 10vw;
  height: 10vw;
  max-height: 118px;
  max-width: 118px;
  margin-bottom: 10px;
}

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

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

.icons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 100px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.icons__img {
  margin-bottom: 10px;
}

.icons__text {
  max-width: 120px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.text-span-21 {
  color: #fc6723;
}

.styleguide__typography {
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide__dark-placeholder {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #2a2932;
}

.webinar-host-image {
  min-width: 370px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 500px;
  box-shadow: 0 0 40px -1px rgba(71, 33, 23, 0.24);
}

.whitebox__text {
  padding-left: 0px;
  color: #787878;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.whitebox-grid {
  width: 100%;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.protect_bt {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.black-friday-img {
  margin-left: -10%;
}

.whitebox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 170px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fff;
  text-align: center;
}

.white-sheeps-vid {
  display: block;
  width: 69%;
  height: 80%;
}

._750-max-w {
  max-width: 750px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-dd {
  margin-right: 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  color: #282421;
}

.language-dd__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.language-dd__toggle.language-dd__toggle--white {
  color: #282421;
}

.language-dd__toggle.language-dd__toggle--white {
  color: #282421;
}

.langiage-dd__list {
  margin-top: -1px;
}

.langiage-dd__list.w--open {
  padding: 10px 5px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.ianguage-dd__link {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 21px;
}

.ianguage-dd__link:hover {
  background-color: rgba(252, 103, 35, 0.44);
}

.language-dd__icon {
  position: absolute;
  left: 15px;
  width: 21px;
}

.language-dd__icon.language-dd__icon--dark {
  display: block;
}

.language__wrapper {
  margin-right: 0px;
  margin-left: auto;
}

.billed-text {
  margin-top: -5px;
  padding-right: 12px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.old-price__currency {
  position: absolute;
  left: -10px;
  display: inline-block;
  padding-right: 3px;
  color: #fc6723;
  font-size: 16px;
  line-height: 16px;
}

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

.text-span-22 {
  color: #fc6723;
}

.research__img {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.research {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.research__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: 20px;
  margin-bottom: 100px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(165, 95, 33, 0.15);
  border-radius: 60px;
  box-shadow: 0 0 30px 0 rgba(40, 36, 33, 0.1);
}

.research__item.max-w-1090 {
  max-width: 1090px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-align: left;
}

.research__item.bot-margine-off {
  margin-bottom: 100px;
}

.reseaarch__paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #77736f;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

.research___button {
  display: inline-block;
  margin-top: 0px;
}

.leader-graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leader-graph__text {
  max-width: 50%;
  padding-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.app-icon {
  width: 180px;
}

.h5-heading {
  font-size: 25px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  -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: #fbf8f6;
}

.text-span-23 {
  color: #f1640f;
}

.holiday__white-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 40px;
  padding-right: 5px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fff;
}

.holiday__white-box.box_shadow {
  box-shadow: 3px 0 20px 7px rgba(119, 115, 111, 0.06);
}

.section--fcf9f8 {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 40px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #fcf9f8;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-overlay {
  display: none;
}

.preloader--mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  -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: #fbf8f6;
}

.features__icon {
  min-height: 57px;
  margin-bottom: 10px;
}

.h6-heading {
  margin-top: 0px;
  font-size: 22px;
  line-height: 31px;
}

.content__bgvid {
  width: 550px;
  height: 390px;
  min-width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.nobreak-span {
  white-space: nowrap;
}

.compare__subheading {
  min-height: 2.5em;
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 16px;
  text-align: center;
}

.popup__subheading {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.image-border-radius {
  border-radius: 49px;
}

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

.center-texted-secion {
  padding-top: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.pink {
  color: #f80976;
}

.reviews-logos {
  max-width: none;
  min-height: 16px;
}

.reviews-mobile {
  display: none;
}

.affilliate__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.video_doren {
  width: 100%;
  max-height: 0px;
  margin: 0px auto;
  padding-bottom: 0px;
}

.columns_dad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns_dad.mobile_dad {
  width: 100%;
  padding-top: 20px;
}

.column_left {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.logos__img {
  margin-top: 20px;
}

.logos__img.logos__img--mobile {
  display: none;
}

.video__wrapper {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.ggl-ads__image {
  min-height: 160px;
  margin-bottom: -20px;
}

.ggl-ads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
}

.ggl-ads__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.holiday__placeholder {
  min-width: 50%;
}

.team__text {
  max-width: 750px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.team__large-clmn {
  min-width: 62.5%;
  margin-right: 30px;
}

.team__small-clmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team__large-img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.team__small-img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.rmk__animation {
  position: relative;
  margin-top: 40px;
}

.rmk__animation-bg {
  position: relative;
  z-index: 1;
}

.rmk__animation-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.rmk__animation-slide.rmk__slide-1 {
  top: 3.45%;
  z-index: 7;
}

.rmk__animation-slide.rmk__slide-2 {
  z-index: 5;
  opacity: 0;
}

.rmk__animation-slide.rmk__slide-3 {
  z-index: 3;
  opacity: 0;
}

.lending-form {
  min-width: 376px;
  padding: 40px 20px;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(58, 40, 26, 0.1);
}

.lending-form__heading {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.lending-form__label {
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: 300;
}

.lending-form__field {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: transparent;
  line-height: 23px;
  font-weight: 300;
}

.lending-form__unit {
  margin-bottom: 17px;
}

.lending-form__unit.unit--last {
  margin-bottom: 30px;
}

.lending-form__submit {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 15px;
  border-radius: 25px;
  background-color: #fc6723;
  color: #fff;
  text-align: center;
}

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

.black-w-span {
  font-weight: 900;
}

.success-message {
  background-color: #fff;
}

.error-message-2 {
  border-radius: 4px;
}

.dropdown__body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 40px 50px 20px;
  background-color: #fdfbfb;
}

.login-btn-2 {
  height: 42px;
  min-width: 85px;
  margin-right: 15px;
  padding-top: 8px;
  padding-bottom: 11px;
  border: 1px solid #282421;
  border-radius: 21px;
  background-color: #fff;
  color: #282421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.report__button-2 {
  height: 60px;
  padding: 15.6px 38px 16.9px 39px;
  border: 1px solid #f87906;
  border-radius: 30px;
  background-color: #fc6723;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.report__button-2.width-125 {
  width: 125px;
  height: 42px;
  padding: 9px 0px 11px;
  border-style: none;
  border-color: #fc6723;
  background-color: #fc6723;
  background-image: none;
  font-size: 16px;
  line-height: 21px;
}

.report__button-2.width-125.btn-states {
  width: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.dropdown__divider-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  max-height: 70px;
  background-color: #77736f;
}

.dropdown__divider-2.divider--tab-hide {
  display: none;
}

.langiage-dd__list-2 {
  margin-top: -1px;
}

.langiage-dd__list-2.w--open {
  padding: 10px 5px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.navbar__menu-4 {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.language-dd-2 {
  margin-right: 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  color: #282421;
}

.navbar__shadow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(40, 36, 33, 0.15);
  opacity: 0;
}

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

.cheak_img {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
}

.image-131 {
  width: 22px;
}

.agency__animation {
  position: relative;
  max-width: 440px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.ag-animation__bg {
  position: relative;
  z-index: 0;
}

.ag-animation__slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

@media screen and (min-width: 1280px) {
  .heading-4 {
    width: 5.9em;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav__link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero__text.holiday__hero-text {
    width: 560px;
  }

  .hero__text.product__hero-text {
    max-width: 520px;
  }

  .hero__text.affiliate__hero-text {
    max-width: 500px;
    padding-top: 40px;
  }

  .hero__bluebox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h2.h2--black.h2-new {
    font-size: 30px;
  }

  .teamm {
    padding-bottom: 0px;
  }

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

  .corkboard {
    height: 350px;
  }

  .solution-grid {
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .footer-col1.mbl-hid {
    max-width: 440px;
  }

  .h3.marg-0.affiliate_faq {
    font-size: 20px;
  }

  .card__heading._404_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }

  .heading-h3 {
    padding-right: 70px;
  }

  .nav_menu-2 {
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-content._0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -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;
  }

  .hero-content._0.study {
    padding-top: 60px;
  }

  .hero-content._0.top-padd-50 {
    padding-top: 40px;
  }

  .hero-content.margin-top--zero.research__hero-content {
    padding-top: 70px;
  }

  .hero-content._0 {
    padding-top: 100px;
  }

  .swiper-slide {
    width: 1000px;
  }

  .reviews__card {
    max-width: 100%;
  }

  .reviews__cards-box {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .swiper-wrapper {
    padding-left: 29px;
  }

  .h_stars {
    width: 182px;
  }

  .hero__btn-box._20-top-padding.no-bottom-padding {
    margin-top: 30px;
  }

  .reviews__card-bottom {
    margin-right: auto;
    margin-left: auto;
  }

  .as-seen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fraud-grid.top-marg-50 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .container.reletiv.container--no-mrg {
    max-width: 1200px;
  }

  .container.dropdown__container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center__content--wrapper-2 {
    padding-bottom: 30px;
  }

  .heading-2.mb-60 {
    margin-bottom: 20px;
    font-weight: 900;
  }

  .coupon__text {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .coupon__text.size-16._20.auto {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .coupon__text.size-16.disclaimer.reletiv.new {
    margin-top: 0px;
    margin-left: 0px;
  }

  .right-arrow {
    right: 0px;
  }

  .cta-btn.book_call {
    padding-right: 50px;
    padding-bottom: 21px;
    padding-left: 50px;
    font-size: 23px;
  }

  .hero__wrapper.vertical-tablet.np-lp__hero-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    left: 0px;
  }

  .research__text-box {
    padding-right: 64px;
  }

  .content-wrapper.justified {
    margin-top: 0px;
  }

  .content-wrapper.justified.content-padding.general {
    padding-top: 10px;
  }

  .bottom-btn.hide-desktop_btn {
    display: block;
  }

  .leader-right-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-heading--grey {
    color: #282421;
  }

  .hero-heading--grey.font-weight--light {
    font-weight: 900;
  }

  .hero-heading--grey.font-weight--light {
    font-weight: 900;
  }

  .google-img {
    display: none;
  }

  .section.bg-gradient.padd-top-80 {
    padding-top: 40px;
  }

  .as-seen__large {
    margin-top: 40px;
  }

  .paragraph.center-align {
    width: 900px;
    max-width: 1200px;
  }

  .paragraph.paragraph--large.bdr__paragraph {
    margin-bottom: 48px;
  }

  .column__text-wrap.app {
    padding-left: 0px;
  }

  .column__text-wrap.max-w-450 {
    padding-left: 0px;
  }

  .tooltip-trigger.mobile__trigger--1.left-margin {
    left: 4px;
  }

  .text-center {
    padding-right: 10px;
    padding-left: 10px;
  }

  .reviews__link-box {
    padding-bottom: 100px;
  }

  .section-9 {
    margin-top: 100px;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #d8ccc6;
  }

  .section-9.review {
    margin-top: 60px;
  }

  .h-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h_wrapper-3 {
    width: 100%;
    margin-right: 0px;
  }

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

  .center-heading---page {
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
  }

  .img-hero.mob-hidden.hit__img-hero {
    width: 100%;
    max-width: 81%;
  }

  .teacopy {
    height: 470px;
  }

  .team__members {
    padding-bottom: 40px;
  }

  .solution-grid__stats {
    position: static;
    width: 374px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .case__solution-grid {
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .hero-wrapper3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .swiper-container1 {
    max-width: 1064px;
  }

  .n_card.height-488 {
    height: 505px;
  }

  .n_card.height-580 {
    height: 590px;
  }

  .n_card.height-634 {
    height: 634px;
  }

  .n_card.height-670 {
    height: 670px;
  }

  .n_card.height-418 {
    height: 418px;
  }

  .n_card.height-850 {
    height: 872px;
  }

  .sourse_logo-box {
    width: auto;
  }

  .swiper-button-prev {
    left: -58px;
  }

  .swiper-button-next {
    right: -58px;
  }

  .hero.hero__bot-zap {
    background-position: 45vw 10vh, 0px 0px;
  }

  .hero.hero1--agencies {
    background-position: 49vw 4vw, 0px 0px;
  }

  .hero.hero1__competitors {
    background-position: 45vw 10vh, 0px 0px;
  }

  .hero.hero1__case-studies {
    background-position: 60vw 10vh, 0px 0px;
  }

  .hero.hero__product {
    background-position: 45vw 10vh, 0px 0px;
  }

  .hero.hero1__neil {
    background-position: 64vw 8vh, 0px 0px;
  }

  .hero.hero1--whyus {
    background-position: 49vw 4vw, 0px 0px;
  }

  .hero.hero1--howitworks {
    padding-top: 40px;
    background-position: 53vw 7vw, 0px 0px;
  }

  .hero.race__hero {
    background-position: 45vw 10vh, 0px 0px;
  }

  .hero.hero1--off-white-video.reems-temp-hero {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .hero.monk__hero1 {
    background-image: none;
  }

  .hero.hero--holiday {
    background-image: url('../images/small_hero_holiday.svg');
    background-position: 51vw 0vh;
    background-size: 870px;
  }

  .hero.affiliate__hero {
    background-position: 45vw 10vh, 0px 0px;
  }

  .hero.race__hero {
    background-position: 45vw 10vh, 0px 0px;
  }

  .hero.bdr__hero {
    padding-top: 40px;
    background-position: 60% 100%, 0px 0px;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .h1-heading.heading-1.comp__heading-1 {
    font-size: 38px;
  }

  .h1-heading.bdr__h1-heading {
    margin-bottom: 29px;
  }

  .hero__text-box {
    margin-top: 20px;
  }

  .hero__text-box.agencies__text-box {
    max-width: 530px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .d_cards-wrapper {
    display: none;
  }

  .d_card-item {
    margin-right: 1.5em;
    margin-bottom: 25px;
    margin-left: 1.5em;
  }

  .hero__heading {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__heading.hero1--centered {
    padding-bottom: 50px;
  }

  .blocklist-destop1.mob {
    display: none;
  }

  .black-sheeps-vid {
    left: auto;
    top: auto;
    height: 100%;
  }

  .hero_cards-box.contanct__cards-box._404 {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-card {
    min-width: 370px;
  }

  .hero-card._404_box {
    height: 178px;
    max-width: 178px;
    min-width: 178px;
  }

  .hero-right1 {
    position: relative;
    width: 54%;
    margin-top: 0px;
  }

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

  .q_card {
    max-width: 374px;
  }

  .trial-text-wrapper {
    max-width: 560px;
  }

  .pricing-card.pricing-card_pro {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pricing-card-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pricing-card_slider-text {
    width: 100%;
  }

  .pricing-card_slider-text.text--tooltip {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .research__cta.a_box.state.btn-states {
    margin-top: 20px;
  }

  .research__cta.a_box.info.btn-states {
    margin-top: 20px;
  }

  .research__cta.a_box.trends.btn-states {
    margin-top: 20px;
  }

  .research__cta.a_box.legal.btn-states {
    margin-top: 20px;
  }

  .research__cta.a_box.rise.btn-states {
    margin-top: 20px;
  }

  .heading-1 {
    font-size: 44px;
  }

  .h2-heading.align-center.h2-heading--limit-width {
    max-width: none;
  }

  .hero-photobox__text-clmn {
    bottom: 5%;
  }

  .hero-img {
    height: auto;
    max-width: 670px;
  }

  .list__icon-clmn.general {
    padding-top: 0px;
  }

  .container-15 {
    max-width: 1400px;
  }

  .price__svg {
    display: block;
  }

  .benefits__row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .benefits__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .benefits__header {
    min-height: auto;
  }

  .faq {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .navbar.negative {
    width: auto;
    padding-left: 20px;
  }

  .navbar__logo {
    margin-right: 0px;
  }

  .navbar__menu {
    margin-top: 0px;
  }

  .navbar__links {
    margin-top: 0px;
  }

  .navbar__link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .dropdown__body {
    padding-bottom: 10px;
  }

  .dropdown__placeholder.product__placeholder {
    display: none;
  }

  .dropdown__items.resources__items {
    margin-left: -20px;
  }

  .dropdown__list-item {
    max-width: 25%;
    min-width: 25%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown__list-item.list-item--first-row {
    border-bottom: 1px solid #dedede;
  }

  .dropdown__list-item.product__list-item {
    min-width: auto;
  }

  .dropdown__list-item.list-item--first-row {
    border-bottom: 1px solid #77736f;
  }

  .dropdown__list-item.list-item--first-row {
    border-bottom: 1px solid #dedede;
  }

  .dropdown__list-item.list-item--first-row {
    border-bottom: 1px solid #77736f;
  }

  .dropdown__text-clmn {
    min-width: auto;
  }

  .dropdown__item-heading.menu__headline_padding {
    margin-bottom: 5px;
  }

  .dropdown__overlay {
    display: none;
  }

  .dropdown__divider {
    max-height: 70%;
  }

  .dropdown__divider.divider--tab-hide {
    display: block;
  }

  .dropdown__divider.divider--tab-hide.divider--desktop-hide {
    display: none;
  }

  .navbar__shadow {
    background-color: #f8f1ee;
  }

  .nav-wraper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hosted_wrapper.padding {
    padding-top: 20px;
  }

  .textblock_linear-style {
    font-weight: 900;
  }

  .flex-wrapper.general.new {
    width: 992px;
  }

  .aff-testi__item {
    padding: 55px 35px 32px;
  }

  .currency {
    right: 70px;
  }

  .pricing-banner {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

  .hero1__bg-vid {
    margin-right: -50px;
  }

  .compare__clmn.clmn--small {
    width: 20%;
  }

  .bg-vid {
    left: 52.1vw;
  }

  .text-block-30 {
    width: auto;
    background-image: linear-gradient(45deg, #ffc526, #f80976);
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
  }

  .text-block-30.clipped {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 100px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-block-31 {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .link-block-2.border_box {
    height: 184px;
    max-width: 184px;
    text-decoration: none;
  }

  .new-tooltip.card__tooltip {
    right: -10px;
  }

  .new-tooltip.card__tooltip.pricing__std--tooltip {
    margin-right: -20px;
  }

  .hero1_image-box.neil-hero {
    width: 50%;
  }

  .human-fraud-grd {
    height: 363px;
    -ms-grid-columns: 182px 182px 217px;
    grid-template-columns: 182px 182px 217px;
    -ms-grid-rows: 146px 217px;
    grid-template-rows: 146px 217px;
  }

  .hero__comp-log {
    width: 38%;
  }

  .circle-text {
    font-size: 20px;
    line-height: 25px;
  }

  .botnets {
    width: 217px;
    height: 217px;
  }

  .partner-hero.pricing {
    padding-top: 33px;
    background-position: 100px 100%, 0px 0px;
  }

  .leader-section.hide-logo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logos {
    padding-right: 50px;
    padding-left: 50px;
  }

  .computer-fraud-grd {
    height: 363px;
    -ms-grid-columns: 182px 182px 217px;
    grid-template-columns: 182px 182px 217px;
    -ms-grid-rows: 146px 217px;
    grid-template-rows: 146px 217px;
  }

  .hero-mobile__quote-text {
    font-size: 18px;
    line-height: 23px;
  }

  .hero-mobile__subquote {
    font-size: 14px;
    line-height: 14px;
  }

  .leder-left-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .gdpr-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-paragraph {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
  }

  .disclaimer {
    margin-bottom: 31px;
  }

  .pricing__bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pans-extra {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .prestashop__hero {
    background-position: 30% 180%;
  }

  .prestashop__hero.store__hero {
    margin-bottom: -10px;
  }

  .presta-hero-img {
    max-width: 110%;
    margin-top: 0%;
  }

  .details__text-tootltip.details--large {
    margin-right: -20px;
  }

  .docs__container.design__container {
    margin-right: 5.2vw;
    margin-left: 5.2vw;
  }

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

  .docs__clmn {
    width: 50%;
  }

  .docs__clmn.docs__clmn-right {
    min-width: 500px;
    margin-top: 0px;
    margin-left: 40px;
  }

  .errors {
    margin-top: -30px;
  }

  .post__embed.post__embed--responce {
    max-width: 500px;
  }

  .container__glossary {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter__cell.cell__intro-a-z {
    max-width: 1114px;
    margin-top: 52px;
  }

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

  .tabs__a-z {
    max-width: 1114px;
  }

  .tabs__menu-a-z {
    max-width: 1114px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar__menu-3 {
    margin-top: 0px;
  }

  .dropdown__body-3 {
    padding-bottom: 10px;
  }

  .navbar-mob.negative {
    width: auto;
    padding-left: 20px;
  }

  .small__monk {
    z-index: -1;
  }

  .info__img-1 {
    height: 205px;
  }

  .info__img-4 {
    left: -5%;
  }

  .design__clmn.design__hero-clmn {
    max-width: 580px;
  }

  .large-logo {
    padding-left: 0px;
  }

  .typo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .typo__description {
    max-width: 500px;
    margin-right: 40px;
    padding-top: 40px;
  }

  .design-bg__small-clmn {
    max-width: 500px;
  }

  .design-bg__large-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .webinar-host-image {
    min-height: 440px;
    min-width: 440px;
  }

  .white-sheeps-vid {
    left: auto;
    top: auto;
  }

  .research__item.bot-margine-off {
    margin-bottom: 100px;
  }

  .research___button {
    margin-top: 0px;
  }

  .dropdown__body-4 {
    padding-bottom: 10px;
  }

  .dropdown__divider-2 {
    max-height: 70%;
  }

  .dropdown__divider-2.divider--tab-hide {
    display: block;
  }

  .dropdown__divider-2.divider--tab-hide.divider--desktop-hide {
    display: none;
  }

  .navbar__menu-4 {
    margin-top: 0px;
  }

  .navbar__shadow-2 {
    background-color: #f8f1ee;
  }
}

@media screen and (min-width: 1440px) {
  .nav__link {
    font-size: 18px;
  }

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

  .h2.h2--black.center {
    font-size: 40px;
  }

  .h2.h2--black.styleguide {
    margin-bottom: 20px;
  }

  .h3.less-margin {
    text-transform: none;
  }

  .card__heading._404_text {
    font-size: 20px;
    font-weight: 300;
    white-space: normal;
  }

  .hero-content._0.top-padd-50 {
    padding-top: 20px;
  }

  .navbar-3 {
    padding-left: 85px;
  }

  .swiper-slide {
    width: 1064px;
    max-width: 1064px;
  }

  .reviews__card.competitors__cards {
    padding-right: 40px;
    padding-left: 40px;
  }

  .swiper-wrapper {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .content-right-img.logos {
    max-width: 92%;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .reviews__card-heading {
    max-width: none;
  }

  .hero__list-item.right-marg-20 {
    margin-right: 10px;
  }

  .as-seen {
    padding-top: 40px;
  }

  .paragraph-text-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .fraud-card.reletiv_pading {
    max-width: 31%;
  }

  .fraud-grid.top-marg-50 {
    grid-column-gap: 20px;
  }

  .container {
    max-width: 1360px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .container.logos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.dropdown__container {
    max-width: 1320px;
  }

  .center__content--wrapper-2 {
    padding-bottom: 20px;
  }

  .coupon__text.size-16.disclaimer.reletiv.new {
    max-width: 100%;
  }

  .cta-btn.mb-30.btn-states.cta__language {
    padding: 14px 20px 16px;
    font-size: 16px;
  }

  .stop-all.top-padd-75 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testi-slider__mask {
    width: 1020px;
  }

  .monitor-grid {
    line-height: 0px;
  }

  .report__block.faq_boxes {
    margin-right: auto;
    margin-left: auto;
  }

  .research__text-box {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .content-wrapper.justified.content-padding.general {
    padding-top: 10px;
  }

  .get-detailed {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .as-seen__large {
    margin-top: 60px;
  }

  .paragraph.center-align {
    width: 850px;
  }

  .paragraph.paragraph--large.bdr__paragraph {
    font-size: 25px;
  }

  .paragraph.footer__paragraph {
    line-height: 27px;
  }

  .column__text-wrap.app {
    padding-left: 0px;
  }

  .content-clmns {
    margin-bottom: 60px;
  }

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

  .tooltip-content-2.tooltip-body {
    display: none;
  }

  .monitor.why-us-page {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .monitor.monk-page {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .reviews__link-box {
    padding-top: 20px;
  }

  .coupon-icon {
    width: auto;
    height: auto;
  }

  .heading-3-2.mb-20 {
    padding-bottom: 0px;
    font-size: 26px;
  }

  .coupon_image.height-auto {
    min-height: auto;
  }

  .img-hero.mob-hidden.hit__img-hero {
    width: 100%;
    margin-top: -5%;
    margin-right: -20%;
  }

  .image-94 {
    width: 80%;
  }

  .tick-image {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .n_slider-box {
    overflow: hidden;
  }

  .n_card.height-634 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 654px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .n_card.height-670 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 710px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card_author-name {
    width: 210px;
  }

  .card_author-name.width-185 {
    width: 230px;
  }

  .card_author-name.width-207 {
    width: 258px;
  }

  .swiper-button-prev {
    left: -95px;
  }

  .swiper-button-next {
    right: -95px;
  }

  .hero.hero__bot-zap {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 47vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero1--agencies {
    background-position: 46vw 3vw, 0px 0px;
    background-size: 1380px, auto;
  }

  .hero.hero1__competitors {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 47vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero1__case-studies {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 59vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero__product {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 47vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero1__neil {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 59vw 7vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero1--whyus {
    background-position: 47vw 5vw, 0px 0px;
    background-size: 1380px, auto;
  }

  .hero.hero1--howitworks {
    padding-top: 70px;
    background-position: 53vw 4vw, 0px 0px;
    background-size: 1380px, auto;
  }

  .hero.race__hero {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 47vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero1--off-white-video.reems-temp-hero {
    padding-top: 50px;
    padding-bottom: 14px;
  }

  .hero.monk__hero1 {
    background-color: #fdfbfb;
    background-image: none;
  }

  .hero.hero--holiday {
    background-color: #fdfbfb;
    background-image: url('../images/big_hero_holiday.svg');
    background-position: 140% -30px;
    background-size: 970px;
  }

  .hero.hero--holiday._2023 {
    background-position: 47vw 5vh;
  }

  .hero.affiliate__hero {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 47vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.race__hero {
    background-color: #fdfbfb;
    background-image: url('../images/Click-fraud-clickcease-shapes-background.svg'), linear-gradient(164deg, rgba(255, 101, 26, 0.11), rgba(255, 248, 230, 0.09) 51%, rgba(255, 229, 156, 0.21));
    background-position: 47vw 9vh, 0px 0px;
    background-size: 1810px, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.bdr__hero {
    padding-top: 70px;
  }

  .h1-heading.bdr__h1-heading {
    font-size: 50px;
    line-height: 65px;
  }

  .hero__text-box {
    margin-top: 25px;
  }

  .hero__text-box.agencies__text-box {
    margin-bottom: 0px;
  }

  .hero__heading {
    margin-top: 0px;
    padding-top: 0px;
  }

  .background-video-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero_cards-box.contanct__cards-box._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1370px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero-card._404_box {
    height: 200px;
    min-width: 200px;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-width: 2px;
    border-color: #f80976;
    border-radius: 30px;
    mix-blend-mode: normal;
  }

  .horizontal-flex.max-width-800.margin-bottom {
    padding-left: 0px;
  }

  .embed-video {
    left: 235px;
    top: 1px;
    width: 107%;
    max-width: 100%;
  }

  .embed-video-box {
    width: 105vw;
  }

  .hero-right1 {
    top: auto;
    right: auto;
    width: 55%;
  }

  .hero-right1.global-shadow {
    left: auto;
    bottom: auto;
  }

  .q_card {
    max-width: 374px;
  }

  .q_wrap.basepoint-vertic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_right-image {
    margin-left: 0px;
  }

  .hero__image-box.hero1__image-box--centered {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero__image-box.hero1__image-box--centered.monk__image-box {
    max-width: 54%;
    margin-right: 0px;
  }

  .pricing-card.pricing-card_pro {
    margin-right: 19px;
    margin-left: 19px;
  }

  .pricing-card.pricing-card_standard {
    margin-right: 19px;
  }

  .pricing-card.pricing-card_adv {
    margin-left: 19px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .h2-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-photobox.monk__photobox {
    margin-right: 0px;
  }

  .audit__body {
    padding-top: 100px;
  }

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

  .hero-img.whyus__hero-img {
    width: 110%;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -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;
  }

  .hero__container {
    padding-top: 50px;
  }

  .hero__container.np-lp__hero-container {
    padding-top: 0px;
  }

  .platforms {
    grid-column-gap: 30px;
  }

  .paragraph--old.hero__paragraph {
    margin-bottom: 10px;
  }

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

  .paragraph-text-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .facebook-hero {
    width: 100%;
  }

  .facebook-hero__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-lottie {
    min-width: 115%;
  }

  .benefits__row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 35px;
  }

  .benefits__item {
    padding: 40px 45px;
  }

  .cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -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;
  }

  .faq.general {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .faq__inner {
    display: none;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar.negative {
    padding-left: 20px;
  }

  .navbar__links {
    margin-top: 4px;
  }

  .navbar__dropdown-list.w--open {
    background-color: transparent;
  }

  .navbar__dropdown-list.product__dropdown-list.black-navbar {
    position: absolute;
  }

  .navbar__dropdown-list.product__dropdown-list.black-navbar.w--open {
    top: 50px;
  }

  .dropdown__items.resources__items {
    margin-left: -30px;
  }

  .dropdown__list-item {
    max-width: 25%;
    min-width: auto;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .dropdown__list-item.dropdown__list-item--last {
    padding-top: 0px;
  }

  .dropdown__item-text.menu__txt_pading {
    padding-bottom: 10px;
  }

  .navbar__shadow {
    background-color: #fff;
  }

  .nav-wraper {
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-wraper.negativ {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-get-started {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-wrapper {
    width: 74%;
  }

  .faq-question-wrap {
    max-width: 870px;
  }

  .container_nopadding {
    max-width: 1360px;
  }

  .textblock_linear-style {
    font-weight: 700;
  }

  .flex-wrapper.general.new {
    width: 992px;
  }

  .tooltip-text {
    display: block;
  }

  .hero1__bg-vid {
    width: 50%;
    margin-right: -40px;
  }

  .bg-vid {
    left: 50.8vw;
  }

  .bg-vid.hpcontent__bg-vid {
    bottom: 0px;
  }

  ._404 {
    font-size: 60px;
  }

  .text-block-30.clipped {
    font-size: 120px;
  }

  .text-block-31 {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .link-block-2.border_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 206px;
    max-width: 206px;
    min-width: 100px;
    margin-right: 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;
    border-radius: 33px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f80976), to(#ffc526));
    background-image: linear-gradient(180deg, #f80976, #ffc526);
  }

  .new-tooltip.card__tooltip {
    position: absolute;
  }

  .company__text {
    margin-bottom: 20px;
  }

  .center-heading {
    padding-top: 20px;
  }

  .center-heading.shop__heading {
    padding-top: 10px;
    color: #fff;
  }

  .hero__comp-log {
    width: 40%;
  }

  .partner-hero.pricing {
    background-image: url('../images/crop-bg-fixed.svg'), linear-gradient(80deg, #fff, #f9f3f1 82%, #f1e7e3);
    background-position: 50px 100%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
  }

  .websites-div-3 {
    display: none;
  }

  .hero-mobile__quote-text {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 22px;
  }

  .hero-mobile__subquote {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-2-2 {
    font-size: 40px;
  }

  .animate-image.hide-m {
    line-height: 0px;
  }

  .hero-paragraph {
    padding-right: 40px;
    font-size: 22px;
    line-height: 31px;
  }

  .hero-spyfu {
    padding-bottom: 0px;
  }

  .hero__image-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .img-11 {
    width: auto;
    height: auto;
  }

  .limited-banner {
    padding-right: 5px;
    padding-left: 5px;
  }

  .prestashop__hero {
    background-position: 30% -10%;
  }

  .prestashop__hero.store__hero {
    margin-bottom: -10px;
    padding-bottom: 0px;
    background-position: 39% 100%;
    background-size: 130%;
  }

  .presta-hero-img {
    max-width: 130%;
    margin-top: 2%;
  }

  .heading__light-span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }

  .details__text-tootltip {
    padding-right: 0px;
  }

  .intoduction.new-a-z {
    margin-right: auto;
    margin-left: auto;
  }

  .docs__clmn.docs__clmn-right {
    margin-left: 80px;
  }

  .post__embed.post__embed--responce {
    max-width: 600px;
  }

  .container__glossary {
    position: relative;
    top: -86px;
    max-width: none;
  }

  .filter__cell.cell__intro-a-z {
    max-width: 1214px;
  }

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

  .hero-wrapper-glossary.hero-wrapper--centered {
    background-position: 50% 0%, 0px 0px;
  }

  .tabs__a-z {
    max-width: 1214px;
    margin-top: 0px;
  }

  .tabs__menu-a-z {
    width: 1214px;
    max-width: 1214px;
  }

  .tabs__content-a-z {
    padding-top: 20px;
  }

  .embed-video-black {
    left: 235px;
    top: 1px;
    width: 107%;
    max-width: 100%;
  }

  .embed-video-box-black {
    width: 130vw;
  }

  .navbar-mob {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-mob.negative {
    padding-left: 20px;
  }

  .small__monk {
    right: 7%;
  }

  .title__slide {
    margin-bottom: 20px;
  }

  .design-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .design-bg__small-clmn {
    width: 500px;
  }

  .design-bg__large-clmn {
    margin-top: -30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .large-bg {
    max-width: 33%;
  }

  .whitebox__text {
    font-size: 19px;
    line-height: 27px;
  }

  .white-sheeps-vid {
    left: 20px;
    top: -1px;
    width: 70%;
    height: 90%;
    max-width: 1400px;
  }

  .research___button {
    margin-top: 0px;
  }

  .ggl-ads {
    grid-column-gap: 30px;
  }

  .navbar__shadow-2 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .h2.h2--black {
    line-height: 50px;
  }

  .h2.h2--black.styleguide {
    margin-top: 27px;
    font-size: 40px;
  }

  .h2.h2--black.h2-new {
    font-size: 40px;
  }

  .paragraph.size-20 {
    padding-top: 12px;
  }

  .h3.less-margin {
    text-transform: none;
  }

  .column-main.app {
    padding-left: 0px;
  }

  .cookie-box {
    display: block;
  }

  .card__heading._404_text {
    font-size: 20px;
    font-weight: 300;
  }

  .heading-h3 {
    padding-right: 140px;
  }

  .nav-menu-2 {
    float: left;
  }

  .menu-2 {
    font-weight: 300;
  }

  .nav_menu-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-content._0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 140px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .hero-content._0.top-padd-50 {
    padding-top: 20px;
  }

  .hero-content._0 {
    padding-top: 100px;
  }

  .hero-content.tos__hero-content.h_404 {
    display: block;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }

  .google__popup-box {
    display: none;
  }

  .reviews__card-main.competitors__cards-head-box {
    height: auto;
  }

  .content-right-img.logos {
    max-width: 1360px;
    margin-bottom: 10px;
  }

  .reviews-heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
  }

  .reviews__card-bottom {
    margin-top: 30px;
  }

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

  .container {
    max-width: 1360px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .container.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.reletiv.container--no-mrg {
    max-width: 1360px;
  }

  .center__content--wrapper-2 {
    padding-bottom: 30px;
  }

  .heading-2.mb-60 {
    font-weight: 700;
  }

  .heading-2.mb-60 {
    font-weight: 900;
  }

  .heading-2.center-align {
    font-weight: 700;
  }

  .heading-2.black {
    font-weight: 900;
  }

  .coupon__text.size-16.disclaimer.reletiv.new {
    margin-right: auto;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-2-copy.wdt {
    margin-bottom: 15px;
  }

  .testi-slider__img.star-tab {
    display: none;
  }

  .leader__heading {
    width: 80%;
    font-size: 36px;
    line-height: 42px;
  }

  .cta-btn {
    margin-top: 10px;
  }

  .leading-click-bg {
    left: 0%;
    top: 25%;
    right: auto;
    bottom: auto;
  }

  .hero__wrapper {
    width: 100%;
  }

  .review {
    margin-top: 100px;
    margin-bottom: 0px;
  }

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

  .a-box.faq {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .report__block {
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(58, 40, 26, 0.1);
  }

  .research__text-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph--grey {
    margin-top: 40px;
  }

  .block_img.hide {
    width: auto;
  }

  .analyst_img {
    width: auto;
  }

  .review-mobile-3 {
    margin-top: 10px;
  }

  .heading-4.mb-15.wdth-75 {
    margin-bottom: 10px;
  }

  .heading-4.mb-15.wdth-75 {
    margin-bottom: 10px;
  }

  .bottom-btn {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .bottom-btn.hide-desktop_btn {
    display: block;
  }

  .hero-heading--grey.font-weight--light {
    padding-right: 10px;
  }

  .hero-heading--grey.font-weight--light {
    padding-right: 10px;
  }

  .reviews {
    margin-top: 0px;
  }

  .nav-box {
    width: 100%;
  }

  .section.top-bottom-padding-50.bg-image-gradient {
    background-size: cover;
  }

  .as-seen__large {
    margin-top: 10px;
  }

  .paragraph.center-align {
    width: 840px;
  }

  .column__text-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column__text-wrap.app {
    padding-left: 0px;
  }

  .column__text-wrap.clmn__padding-left.right-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column__text-wrap.clmn__padding-right {
    padding-right: 0px;
  }

  .column__text-wrap.clmn__padding-right {
    padding-right: 0px;
  }

  .leader-content {
    max-width: 430px;
  }

  .ordinary {
    padding-top: 90px;
  }

  .tooltip-trigger {
    left: 0px;
  }

  .grid-box {
    padding-top: 20px;
  }

  .compare-table {
    grid-auto-flow: row;
  }

  .ordinary__col--text.max-width_80 {
    padding-right: 0px;
  }

  .section-9 {
    border-top-style: none;
  }

  .get_started {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .center-heading---page {
    font-weight: 700;
  }

  .img-hero.mob-hidden.hit__img-hero {
    max-width: 90%;
    margin-top: -15%;
  }

  .hero {
    padding-bottom: 0px;
  }

  .hero.hero__bot-zap {
    background-position: 46vw 7vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero1--agencies {
    background-position: 49vw 1vw, 0px 0px;
    background-size: 2070px, auto;
  }

  .hero.hero1__competitors {
    background-position: 48vw 7vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero1__case-studies {
    background-position: 50vw 7vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero__product {
    background-position: 46vw 7vh, 0px 0px;
    background-size: 1920px, auto;
  }

  .hero.hero1__neil {
    background-position: 63vw 8vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero1--whyus {
    padding-bottom: 30px;
    background-position: 47vw 2vw, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero1--howitworks {
    background-position: 53vw 4vw, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.race__hero {
    background-position: 46vw 7vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero1--off-white-video {
    background-color: #fbf4f3;
  }

  .hero.hero1--off-white-video.reems-temp-hero {
    padding-top: 33px;
    padding-bottom: 30px;
  }

  .hero.dark-background {
    background-image: linear-gradient(135deg, #393543, #1c1d20);
  }

  .hero.monk__hero1 {
    background-position: 46vw 7vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.hero--holiday {
    background-color: #fbf8f6;
    background-image: url('../images/big_hero_holiday.svg');
    background-position: 100% 100%;
    background-size: 1140px;
  }

  .hero.hero--holiday._2023 {
    background-position: 50vw 1vh;
    background-size: 710px;
  }

  .hero.affiliate__hero {
    background-position: 46vw 7vh, 0px 0px;
    background-size: 2000px, auto;
  }

  .hero.race__hero {
    background-position: 46vw 7vh, 0px 0px;
    background-size: 1920px, auto;
  }

  .hero.bdr__hero {
    background-position: 100% 100%, 0px 0px;
    background-size: 100%, auto;
    background-attachment: scroll, scroll;
  }

  .h1-heading.h1-main--margin-bottom.bot-zap__h1 {
    line-height: 54px;
  }

  .hero__text-box {
    width: 70%;
    padding-left: 15px;
  }

  .hero__text-box.why-us {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__text-box.product__text-box {
    padding-left: 0px;
  }

  .d_card-item {
    margin-right: 2.8em;
    margin-left: 2.8em;
  }

  .hero__heading {
    margin-top: 0px;
  }

  .blocklist-destop1 {
    display: block;
  }

  .blocklist-destop1.mob {
    display: none;
  }

  .background-video-box {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .black-sheeps-vid {
    position: relative;
  }

  .hero_cards-box.contanct__cards-box._404 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-card._404_box {
    height: 200px;
    min-width: 200px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-radius: 30px;
  }

  .horizontal-flex.max-width-800.margin-bottom {
    max-width: 930px;
    margin-left: 80px;
    padding-left: 0px;
  }

  .embed-video {
    left: 300px;
    top: 10px;
    max-width: 100%;
  }

  .embed-video-box {
    width: 90vw;
    height: 100%;
  }

  .hero-right1 {
    margin-left: auto;
  }

  .hero_left {
    padding-top: 0px;
  }

  .hero__image-box.neil-hero {
    width: 50%;
  }

  .hero__image-box.product__image-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero__image-box.hero1__image-box--centered {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .feature-card_block {
    width: 395px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .orange-btn {
    margin-top: 10px;
  }

  .research__cta.a_box.rise.btn-states {
    display: inline-block;
    color: #fff;
    text-decoration: none;
  }

  .heading-1 {
    font-size: 42px;
    line-height: 49px;
  }

  .hero__image {
    position: relative;
  }

  .h2-heading.align-center.cta__h2-heading {
    margin-bottom: 20px;
  }

  .comp-grid {
    grid-auto-flow: row;
  }

  .hero-photobox.facebook-hero {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-photobox__img {
    width: auto;
  }

  .hero-photobox__img-clmn.mob-hidden {
    left: auto;
    right: auto;
  }

  .audit {
    background-size: 94%;
  }

  .hero__text-clmn {
    min-width: 560px;
  }

  .audit__body {
    padding-top: 140px;
  }

  .hero-img.product__hero-img {
    position: relative;
    left: 10%;
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .hero-img.race__hero-im {
    margin-top: -74px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-img.whyus__hero-img {
    width: 120%;
    margin-top: -5%;
    margin-bottom: -10%;
  }

  .content-list.list--last {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .platforms__item {
    width: 25%;
  }

  .platforms__circle {
    width: 150px;
    height: 150px;
  }

  .paragraph--old.hero__paragraph.hero__paragraph--wide {
    font-size: 25px;
  }

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

  .product__compare-grid {
    grid-auto-flow: row;
  }

  .steps__img-wrap {
    min-height: 260px;
  }

  .container-15 {
    max-width: 1430px;
  }

  .facebook-hero {
    width: 100%;
  }

  .facebook-hero__photo {
    max-width: 89%;
    min-width: 55%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .checklist__item {
    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-lottie {
    min-width: 108%;
  }

  .agencies__hero.hero-img__offset {
    margin-bottom: 0px;
  }

  .agencies__hero.hero-img__offset-copy {
    margin-bottom: 0px;
  }

  .navbar {
    display: block;
  }

  .navbar.negative {
    display: block;
  }

  .navbar__links {
    margin-top: 0px;
  }

  .dropdown__placeholder {
    display: block;
  }

  .dropdown__placeholder.product__placeholder {
    display: block;
  }

  .dropdown__items.resources__items {
    margin-left: -15px;
  }

  .dropdown__list-item.dropdown__list-item--last {
    margin-top: 5px;
  }

  .dropdown__item-heading.menu__headline_padding {
    margin-bottom: 5px;
  }

  .dropdown__item-text {
    line-height: 155%;
  }

  .dropdown__item-text.menu__txt_pading {
    padding-bottom: 15px;
  }

  .nav-wraper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-fraud-protection {
    height: 45px;
  }

  .faq-wrapper {
    width: 78%;
  }

  .faq-question-wrap {
    max-width: 930px;
    margin-left: 73px;
    padding-left: 40px;
  }

  .getting-started-wrapper {
    width: auto;
    margin-left: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .plans-payment-wrapper {
    margin-left: auto;
  }

  .features-wrapper-faq {
    margin-bottom: 0px;
  }

  .click-fraud-fundamentals-wrapper {
    margin-bottom: 0px;
  }

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

  .textblock_linear-style {
    font-weight: 700;
  }

  .compare__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
  }

  .hero1__tablet-img {
    display: none;
  }

  .bg-vid {
    left: 50.8vw;
    width: 1280px;
    height: 544px;
  }

  .hero1__mob-img {
    display: none;
  }

  .text-block-30.clipped {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #f80976), to(#ffc526));
    background-image: linear-gradient(180deg, #f80976 27%, #ffc526);
    font-size: 140px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-block-31 {
    font-weight: 700;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 206px;
    max-width: 206px;
    min-width: 100px;
    padding-right: 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;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f80976), to(#ffc526));
    background-image: linear-gradient(180deg, #f80976, #ffc526);
    line-height: 60px;
  }

  .link-block-2.border_box {
    margin-right: 15px;
  }

  .new-tooltip__container {
    display: none;
  }

  .company__text {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
  }

  .center-heading {
    padding-top: 1em;
  }

  .center-heading.shop__heading {
    padding-top: 0.5em;
  }

  .hero__comp-log {
    width: 44%;
    margin-top: 3px;
  }

  .hero-photobox-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partner-hero {
    padding-bottom: 0px;
  }

  .partner-hero.pricing {
    padding-top: 47px;
    background-position: 100% 70%, 0px 0px;
    background-size: auto, auto;
  }

  .partner-hero.pricing.neil-lp {
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .coupon-box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-mobile__quote-text {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 25px;
  }

  .hero-mobile__subquote {
    font-size: 14px;
    line-height: 14px;
  }

  .animate-image.hide-m {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .animate-image.hide-m.width-75 {
    width: 75%;
  }

  .animate-image.hide-m.width-75 {
    width: 75%;
  }

  .gdpr-section {
    padding-bottom: 8em;
  }

  .hero-paragraph {
    padding-right: 40px;
    font-size: 24px;
    line-height: 37px;
  }

  .hero__image-wrapper {
    width: 475px;
    -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;
  }

  .limited-banner {
    margin-bottom: 0px;
    line-height: 21px;
  }

  .prestashop__hero {
    background-size: 110%;
  }

  .prestashop__hero.store__hero {
    position: relative;
    background-position: 100% 100%;
    background-size: 1800px;
  }

  .presta-hero-img {
    max-width: 130%;
    min-width: 130%;
    margin-top: -10%;
    margin-bottom: -5%;
    margin-left: 0%;
  }

  .heading__light-span {
    font-size: 20px;
    line-height: 30px;
  }

  .docs__hero-bg {
    background-position: 50% -50%, 0px 0px;
  }

  .docs__clmn.docs__clmn-right {
    margin-left: 90px;
  }

  .button__plans {
    margin-top: 10px;
  }

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

  .tabs__content-a-z {
    padding-top: 20px;
  }

  .embed-video-black {
    left: 300px;
    top: 10px;
    max-width: 100%;
  }

  .embed-video-box-black {
    display: none;
    width: 120vw;
    height: 100%;
  }

  .navbar__menu-3.negative_bg {
    z-index: auto;
  }

  .navbar-mob {
    display: none;
  }

  .navbar-mob.negative {
    display: none;
  }

  .block__img-monk-info {
    max-width: 45vw;
  }

  .img__littel-monk {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

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

  .protect_bt {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .white-sheeps-vid {
    position: relative;
  }

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

  .research__item {
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(58, 40, 26, 0.1);
  }

  .reseaarch__paragraph {
    margin-top: 40px;
  }

  .section--fcf9f8 {
    width: 100%;
    max-width: 100%;
  }

  .ggl-ads__item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .heading-4 {
    width: 25em;
  }

  .nav__btns {
    display: none;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav__btns.tablet-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__btns.tablet-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__btns.tablet-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__btns.tablet-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orange__btn {
    font-size: 16px;
  }

  .nav__link {
    width: 100%;
    padding-left: 35px;
    border-bottom: 1px solid #e2dbd9;
    font-size: 22px;
    line-height: 26px;
  }

  .nav__link.revew {
    border-bottom-style: none;
  }

  .nav__link.revew {
    margin-bottom: 30px;
    border-bottom-style: none;
  }

  .nav__link.nav__link--last {
    margin-bottom: 30px;
  }

  .hero__text {
    max-width: 90%;
    padding-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero__text.product {
    width: auto;
    max-width: 90%;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero__text.product.bdr__hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero__text.update-headline {
    padding-top: 0px;
  }

  .hero__text.whyus__hero-text {
    max-width: 100%;
  }

  .hero__text.holiday__hero-text {
    width: auto;
    max-width: 55%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero__text.product__hero-text {
    max-width: 85%;
  }

  .hero__text.affiliate__hero-text {
    max-width: 90%;
  }

  .hero__text.video__hero-text {
    margin-bottom: 40px;
  }

  .hero__text.race__hero-text {
    width: 100%;
    max-width: 100%;
  }

  .hero__text.np-lp__hero-text {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .hero__text.hero__text--main {
    max-width: none;
    margin-bottom: 20px;
  }

  .hero__text.spyfu__hero-text {
    max-width: 90%;
    margin-bottom: 20px;
  }

  .hero__text.home__hero-text {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .hero__text.hpb__hero-text {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .hero__text.hpc__hero-text {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .hero__bluebox {
    max-width: 100%;
  }

  .hero__bluebox.hit__bluebox {
    width: 100%;
    margin-top: -5%;
  }

  .key-result__grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2 {
    font-size: 37px;
    line-height: 40px;
  }

  .h2.h2--black {
    padding-left: 0px;
    font-size: 33px;
  }

  .h2.h2--black.center {
    padding-left: 0px;
  }

  .h2.h2--black.center {
    padding-left: 0px;
  }

  .h2.h2--black.styleguide.max-w-700 {
    margin-top: 0px;
  }

  .h2.h2--black.inline {
    padding-left: 0px;
  }

  .h2.heading--black {
    padding-left: 20px;
    font-size: 33px;
  }

  .background-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .case-grid__right {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .case-grid__right.hidden {
    display: none;
  }

  .case-grid__left.back {
    padding-right: 0px;
  }

  .case-grid__left.sol {
    padding-right: 0px;
  }

  .corkboard-grid {
    margin-top: 50px;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .final-reamrks {
    width: 100%;
    padding-left: 20px;
  }

  .solution-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .notice__right {
    width: 92.756%;
  }

  .thubnails__grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-col1.mbl-hid.max-w-380 {
    margin-right: 0px;
    padding-right: 10px;
  }

  .paragraph.margin-top {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .paragraph.color-white {
    line-height: 22px;
  }

  .paragraph.hero__paragraph {
    max-width: 600px;
    text-align: left;
  }

  .footer-link.new {
    line-height: 22px;
  }

  .footer__left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-heading {
    margin-top: 0px;
    font-size: 16px;
    line-height: 21px;
  }

  .footyer__right.mbl-hide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .story_3 {
    height: auto;
  }

  .story_2 {
    height: auto;
  }

  .animation_starter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .hero-grid {
    margin-bottom: 30px;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-grid.hidden-mob {
    display: none;
  }

  .round-shape {
    width: 25vw;
    height: 25vw;
  }

  .round-shape__heading {
    font-size: 22px;
    line-height: 28px;
  }

  .h3.less-margin.right-padding {
    padding-right: 0px;
  }

  .h3.less-margin.right-padding {
    padding-right: 0px;
  }

  .h3.marg-0.affiliate_faq {
    font-size: 16px;
    line-height: 31px;
  }

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

  .column-sub.column-sub--order-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-main.left {
    padding-left: 0em;
  }

  .column-main.left {
    padding-left: 4em;
  }

  .column-main.app {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .column-main.right {
    display: block;
    margin-bottom: 0px;
    padding-right: 0em;
  }

  .report__button {
    font-size: 16px;
  }

  .report__button.width-125.tablet {
    width: auto;
    height: auto;
    margin-right: 30px;
    padding: 16px 45px 19px;
  }

  .report__button.width-125.btn-states {
    width: auto;
    height: 60px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .report__button.form {
    font-size: 20px;
  }

  .menu-button-2 {
    padding-right: 0px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #fc8302;
  }

  .footer__left--text-2 {
    font-size: 14px;
  }

  .login-btn {
    width: auto;
    height: 60px;
    margin-right: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 30px;
    font-size: 18px;
  }

  .heading-h3 {
    font-size: 29px;
    line-height: 38px;
  }

  .nav-menu-2 {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 25px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .logo-2.mbl-show {
    display: block;
    width: 200px;
    height: auto;
    max-width: none;
    margin-top: 6px;
  }

  .menu-2 {
    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;
  }

  .nav_menu-2 {
    height: 89px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 100%, 0.01);
  }

  .hero-content._0 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-content._0.study {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .hero-content._0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content._0.top-padd-50 {
    padding-top: 20px;
  }

  .hero-content._0.top-padd-50.for-tablet {
    padding-top: 0px;
  }

  .hero-content.margin-top--zero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content.margin-top--zero.research__hero-content {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .hero-content._0 {
    padding-top: 0px;
  }

  .hero-content.tos__hero-content {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .hero-content.pricing__hero-content {
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navbar-3 {
    padding-right: 30px;
    padding-left: 30px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav_scroll-shadow-2 {
    height: 89px;
  }

  .brand-3.hide_m {
    display: none;
  }

  .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92.5vw;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .reviews__card {
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .d_cards-slider {
    display: block;
  }

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

  .reviews__cards-box {
    margin-top: 60px;
    margin-bottom: 0px;
    -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;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .hero__btn-box {
    -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;
    text-align: center;
  }

  .hero__btn-box._20-top-padding {
    margin-top: 20px;
  }

  .hero__btn-box._20-top-padding.no-bottom-padding.center {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__btn-box.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__btn-box.hero__button-box--left-la {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__btn-box.product__btn-box {
    margin-top: 0px;
  }

  .reviews__card-main {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .reviews-content.border-left {
    margin-left: 0px;
    border-left-width: 0px;
  }

  .reviews-content.border-left.mobile-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .h_review-box {
    width: 30%;
    margin-bottom: 50px;
  }

  .left-bg-image {
    display: none;
  }

  .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -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-right-img.mobile-hide {
    display: block;
  }

  .reviews__card-heading {
    margin-right: auto;
    margin-left: auto;
  }

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

  .h_head {
    font-size: 30px;
  }

  .reviews-heading {
    margin-bottom: 19px;
  }

  .image-29 {
    width: 100px;
  }

  .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;
  }

  .image-51 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .swiper-container {
    position: relative;
    width: 100%;
    padding-top: 40px;
  }

  .as-seen {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .as-seen.as-seen__wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .fraud-card.reletiv_pading {
    max-width: none;
    padding-top: 0px;
  }

  .testi-slider__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 15%;
    padding-bottom: 50px;
    padding-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
    text-align: center;
  }

  .left--content.mb-60 {
    margin-bottom: 20px;
  }

  .fraud-grid {
    grid-column-gap: 25px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .fraud-grid.top-marg-50 {
    margin-top: 20px;
    margin-bottom: 60px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testi-slider__mob-speaker {
    display: block;
    width: 92px;
    margin-bottom: 20px;
  }

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

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

  .container.logos {
    padding-top: 0px;
  }

  .container.reletiv {
    padding-top: 0px;
  }

  .container.top-marg-off {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.no-padding-top {
    padding-top: 0px;
  }

  .container.container--no-mrg {
    padding-top: 0px;
  }

  .container.dropdown__container {
    padding-top: 60px;
  }

  .container.container--ovf-hidden {
    overflow: hidden;
  }

  .center__content--wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 29px;
    line-height: 42px;
  }

  .heading-2.center-align {
    line-height: 37px;
  }

  .heading-2.black {
    text-align: left;
  }

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

  .coupon__text.size-16.disclaimer {
    line-height: 19px;
  }

  .stop-content {
    max-width: 335px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testi-slider__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-2-copy {
    font-size: 29px;
    line-height: 42px;
  }

  .testi-slider__img.star-tab {
    display: none;
  }

  .testi-slider__img.star {
    display: none;
  }

  .testi-slider__img.star-tab {
    display: block;
  }

  .leader__heading {
    width: auto;
    font-size: 29px;
    line-height: 36px;
  }

  .right-arrow {
    right: 0px;
    bottom: -19%;
    display: none;
  }

  .cta-btn:hover {
    background-color: #ea5b1a;
  }

  .cta-btn.mb-30.btn-states {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .cta-btn.contact__cta-btn {
    margin-top: 0px;
    padding: 10px 20px 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .reviews-content-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews-content-2.border-left {
    margin-left: 0px;
    border-left-width: 0px;
  }

  .reviews-content-2.border-left.mobile-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .reviews-content-2.border-left.hide-m {
    position: static;
    display: none;
  }

  .testi-slider {
    height: auto;
  }

  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__wrapper.vertical-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__wrapper.spyfu__hero-wrapper {
    padding-top: 20px;
  }

  .section-gdpr {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-arrow {
    left: 0px;
    bottom: -19%;
    display: none;
  }

  .stop-all {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .stop-all.top-padd-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testi-slider__mask {
    width: 100%;
  }

  .right-block {
    max-width: 347px;
  }

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

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

  .leader__left.winter {
    min-width: 50%;
  }

  .testi-slider__speaker {
    display: none;
  }

  .gdpr-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .monitor-grid {
    margin-top: 60px;
    margin-bottom: 80px;
    grid-column-gap: 30px;
  }

  .monitor-grid.top-marg-off {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .reviews-grid {
    display: none;
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .section--large.border-bottom.mob-border-off {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section--large.bot-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section--large.fraud {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-nav {
    left: auto;
    top: auto;
    right: auto;
    bottom: -20%;
    display: block;
  }

  .left-block-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .left-block-mobile._4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review {
    top: 93%;
    bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .review.mbl-shw {
    display: block;
  }

  .blocklist-destop {
    max-width: 500px;
  }

  .image-name-2 {
    line-height: 21px;
  }

  .case__hero-grid {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .result__card--heading-2 {
    font-size: 37px;
    line-height: 40px;
  }

  .key-result {
    padding-right: 0px;
    padding-left: 0px;
  }

  .result__card--text-2 {
    font-size: 16px;
  }

  .a-box {
    display: block;
    margin-top: 50px;
  }

  .a-box.faq {
    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;
  }

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

  .research__text-box {
    padding-right: 34px;
    padding-left: 26px;
  }

  .heading-h3-3 {
    font-size: 29px;
    line-height: 38px;
  }

  .research__image-box {
    margin-top: 16px;
  }

  .clicks-grid {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .click-content.width-373 {
    width: auto;
  }

  .column__img-wrap {
    max-width: 100%;
  }

  .common-p {
    font-size: 18px;
    line-height: 30px;
  }

  .common-p.para-center {
    width: 96%;
  }

  .content-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper.justified {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper.justified.top-margin--80 {
    margin-top: 20px;
  }

  .content-wrapper.justified.content-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper.justified.content-wrapper--top {
    margin-top: 0px;
  }

  .image-31 {
    width: 81%;
  }

  .review-mobile-3 {
    top: 93%;
    bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
  }

  .hide-m {
    display: none;
  }

  .bottom-btn {
    margin-top: 60px;
  }

  .image-33 {
    width: 100%;
  }

  .horizontal-logo {
    display: none;
  }

  .text-block-23.mb-20 {
    margin-bottom: 10px;
  }

  .hero-heading--grey {
    font-size: 26px;
    line-height: 35px;
  }

  .image-30 {
    width: 71%;
    text-align: left;
  }

  .image-32 {
    width: 62%;
  }

  .grid-9 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .google-img {
    height: 30px;
  }

  .grid-10 {
    display: -ms-grid;
    display: grid;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .reviews-grid-mobile-2 {
    display: none;
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mb-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_bot-box {
    -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;
  }

  .copyright-text-3 {
    font-size: 13px;
  }

  .footer_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 18px 14px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 100px;
  }

  .button_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    -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;
  }

  .footer_wrapper {
    margin-top: 16px;
  }

  .footer-col.mbl-hide.buttons-mobile {
    display: none;
  }

  .btn__icon {
    width: 100%;
  }

  .footer {
    margin-top: 40px;
  }

  .section.bg-gradient.paddings {
    padding-bottom: 61px;
  }

  .section.bg-gradient.paddings.padding-80 {
    padding-top: 0px;
  }

  .section.bg-gradient.padd-top-80 {
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
    background-image: linear-gradient(180deg, #f8f1ee, transparent);
  }

  .section.bg-gradient.abuot-us__hero {
    padding-bottom: 20px;
  }

  .section.content--section {
    margin-top: 0px;
  }

  .section.content--section.section--fbf8f6 {
    margin-bottom: 0px;
  }

  .section.more--margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section.section--white {
    padding-top: 60px;
  }

  .section.section--fcf9f8 {
    padding-top: 60px;
  }

  .section.cheq-section {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

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

  .graph-img.cheq-photo {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .paragraph.center-align {
    width: 560px;
  }

  .paragraph.product-cta__paragraph {
    max-width: 220px;
  }

  .paragraph.story__paragraph {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph.design__paragraph {
    max-width: none;
  }

  .paragraph.paragraph--large {
    font-size: 18px;
    line-height: 30px;
  }

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

  .paragraph.paragraph--large.bdr__paragraph {
    font-size: 18px;
    line-height: 21px;
  }

  .paragraph.footer__paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .column__text-wrap.clmn__padding-left {
    padding-right: 0px;
    padding-left: 30px;
  }

  .column__text-wrap.clmn__padding-left.right-padding {
    padding-right: 0px;
  }

  .column__text-wrap.clmn__padding-left.right-padding.max-w-540 {
    max-width: none;
  }

  .column__text-wrap.clmn__padding-left.clmntext--tablet-vert {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .column__text-wrap.clmn__padding-right {
    max-width: 100%;
    padding-right: 30px;
  }

  .column__text-wrap.clmn__padding-right.clmntext--tablet-vert {
    margin-bottom: 40px;
  }

  .column__text-wrap.clmn__padding-right {
    max-width: 100%;
    padding-right: 20px;
  }

  .column__text-wrap.clmn__padding-left {
    padding-right: 0px;
    padding-left: 20px;
  }

  .content-clmns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-clmns._24-7.flex-box {
    margin-bottom: 0px;
  }

  .content-clmns.keep-ad {
    margin-top: 60px;
  }

  .content-clmns.tablet-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-clmns.content-clmns__bot-zap {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-clmns.content-clmns--last {
    margin-bottom: 0px;
  }

  .content-clmns.content-clmns--first {
    margin-top: 60px;
  }

  .ordinary {
    height: auto;
    padding-bottom: 40px;
  }

  .table-clmn__secondary.text-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-clmn__secondary.middele.top-cell {
    padding-bottom: 10px;
  }

  .image-35 {
    margin-left: 8px;
  }

  .table-clmn__main.bg-white.sahdow-left-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-clmn__main.bg-white.sahdow-left-right._3 {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
  }

  .tooltip-trigger {
    margin-left: 0px;
  }

  .tooltip-trigger.mobile__trigger--1.left-margin {
    left: 4px;
  }

  .grid-box {
    overflow: auto;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 20px;
  }

  .compare-table {
    width: 978px;
    -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper.table__wrapper {
    padding-bottom: 60px;
  }

  .ordinary__col--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    text-align: left;
  }

  .ordinary__col--text._1 {
    text-align: center;
  }

  .ordinary_col--content {
    text-align: left;
  }

  .monitor {
    display: block;
    width: 100%;
  }

  .monitor.why-us-page {
    max-width: none;
  }

  .monitor.monk-page {
    max-width: none;
  }

  .reviews__link-box {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .h-box-2 {
    padding-bottom: 20px;
  }

  .h_wrapper-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9d9d9;
  }

  .coupon-icon {
    height: 100%;
  }

  .coupon_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3-2 {
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
  }

  .heading-3-2.mb-20 {
    margin-bottom: auto;
    font-weight: 600;
  }

  .heading-3-2.mb-20 {
    margin-bottom: auto;
    font-weight: 600;
  }

  .heading-3-2.mb-20.middle-headline {
    text-align: center;
  }

  .heading-3-2.mb-20 {
    margin-bottom: auto;
    font-weight: 600;
    text-align: center;
  }

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

  .coupon-wrapper.get-started {
    margin-top: 40px;
  }

  .center-heading---page {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .img-hero {
    max-width: 90%;
  }

  .img-hero.mob-hidden.hit__img-hero {
    width: 100%;
  }

  .lead-click-section {
    padding: 40px 0px;
  }

  .lead-click-section.lead-click--transperent {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .teacopy {
    height: 440px;
  }

  .stories {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote.mt-50 {
    margin-top: 41px;
  }

  .case__final {
    width: 100%;
    padding-left: 0px;
  }

  .case__solution-grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .grid-12 {
    padding-left: 20px;
  }

  .case__bg-grid {
    -ms-grid-columns: 1.55fr;
    grid-template-columns: 1.55fr;
  }

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

  .notice {
    width: 74%;
    padding-left: 20px;
  }

  .meta-google-box {
    z-index: 999;
    margin-right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .meta-google-box.center-top-margin-15 {
    margin-right: 0px;
  }

  .meta-google-box.center-top-margin-15.center {
    margin-right: auto;
    margin-left: auto;
  }

  .meta-google-box.justify-center {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .meta-google-box.justify-center.negative_meta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .meta-google-svg.negative_v {
    color: #fff;
  }

  .meta-google-svg.negative_v {
    color: #fff;
  }

  .google-meta-image {
    position: relative;
  }

  .table-logo {
    width: auto;
    max-width: 100%;
  }

  .image-94 {
    width: auto;
    max-width: 100%;
  }

  .logo-inside-post {
    display: none;
    max-width: 370px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .v-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .v_header-box {
    margin-bottom: 40px;
  }

  .v_cards-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card_header {
    margin-top: 0px;
  }

  .a_column {
    margin-right: 0px;
  }

  .hero-wrapper3 {
    padding-top: 40px;
  }

  .n_slider-box {
    margin-bottom: 0px;
  }

  .n_reviews {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-slide-box {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-container1 {
    position: relative;
    width: 100%;
    max-width: none;
  }

  .swiper-container1.swiper-container1--no-marg {
    margin-top: 0px;
  }

  .n_card {
    min-height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .n_card.height-488 {
    height: auto;
  }

  .n_card.height-580 {
    height: auto;
  }

  .n_card.height-634 {
    height: auto;
  }

  .n_card.height-670 {
    height: auto;
  }

  .n_card.height-418 {
    height: auto;
  }

  .n_card.height-850 {
    height: auto;
  }

  .card_author-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card_author-stars {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .stars_image {
    margin-right: 30px;
  }

  .n_column {
    width: 100%;
    margin-right: 0px;
  }

  .n_button-box {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .banner-box {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .banner-box.padding-bottom {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-text {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .banner-vid {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .banner_author-box {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .slide_text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .swiper-button-prev {
    left: -100px;
  }

  .swiper-button-next {
    right: -100px;
  }

  .hero {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero.hero__bot-zap {
    padding-top: 40px;
    background-image: url('../images/agencies-mob-bg-fixed.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 100% 120%, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.hero1--agencies {
    background-color: transparent;
    background-image: url('../images/agencies-bg-new.svg'), -webkit-gradient(linear, left top, left bottom, from(#faf6f5), to(#fff));
    background-image: url('../images/agencies-bg-new.svg'), linear-gradient(180deg, #faf6f5, #fff);
    background-position: 80px 510px, 0px 0px;
    background-size: auto, auto;
  }

  .hero.hero1__competitors {
    padding-top: 0px;
    background-position: 10vw 70vh, 0px 0px;
    background-size: 160vw, auto;
  }

  .hero.hero1__case-studies {
    padding-top: 40px;
    background-position: 10vw 70vh, 0px 0px;
    background-size: 160vw, auto;
  }

  .hero.hero__product {
    background-image: url('../images/agencies-mob-bg-fixed.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 100% 420px, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.hero__product.extra-padding-bottom {
    padding-top: 10px;
    background-position: 100% 420px, 0px 0px;
  }

  .hero.hero1__neil {
    background-image: url('../images/agencies-mob-bg-fixed.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 100% 320px, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.hero1--whyus {
    background-color: transparent;
    background-image: url('../images/agencies-bg-new.svg'), -webkit-gradient(linear, left top, left bottom, from(#faf6f5), to(#fff));
    background-image: url('../images/agencies-bg-new.svg'), linear-gradient(180deg, #faf6f5, #fff);
    background-position: 100% 460px, 0px 0px;
    background-size: auto, auto;
  }

  .hero.hero1--howitworks {
    background-color: transparent;
    background-image: url('../images/agencies-bg-new.svg'), -webkit-gradient(linear, left top, left bottom, from(#faf6f5), to(#fff));
    background-image: url('../images/agencies-bg-new.svg'), linear-gradient(180deg, #faf6f5, #fff);
    background-position: 220px 650px, 0px 0px;
    background-size: auto, auto;
  }

  .hero.race__hero {
    background-image: url('../images/agencies-mob-bg-fixed.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 100% 140%, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.hero1--off-white-video {
    background-color: #fcfafa;
  }

  .hero.hero1--off-white-video.reems-temp-hero {
    padding-bottom: 0px;
  }

  .hero.monk__hero1 {
    background-image: none;
  }

  .hero.hero--holiday {
    background-image: url('../images/big_hero_holiday.svg');
    background-position: 106% -14%;
    background-size: 55%;
  }

  .hero.hero--holiday._2023 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.affiliate__hero {
    padding-top: 40px;
    background-image: url('../images/agencies-mob-bg-fixed.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 100% 130%, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.race__hero {
    background-image: url('../images/agencies-mob-bg-fixed.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 100% 420px, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.bdr__hero {
    background-color: transparent;
    background-position: 100% 100%, 0px 0px;
    background-repeat: no-repeat, repeat;
  }

  .h1-heading {
    max-width: none;
    font-size: 37px;
    line-height: 49px;
    text-align: left;
  }

  .h1-heading.h1-main--margin-bottom {
    max-width: none;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
  }

  .h1-heading.h1-main--margin-bottom.bot-zap__h1 {
    max-width: 100%;
    text-align: left;
  }

  .h1-heading.h1-main--margin-bottom.center-align-mobile.left {
    text-align: left;
  }

  .h1-heading.h1-main--margin-bottom.h1-main--mobile-small {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .h1-heading.product__h1-main {
    max-width: 80%;
  }

  .h1-heading.center_h {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .h1-heading.h1--mob-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .h1-heading.about-us__h1 {
    text-align: center;
  }

  .h1-heading.glossary__h1-heading {
    text-align: center;
  }

  .h1-heading.bdr__h1-heading {
    font-size: 37px;
    line-height: 49px;
    text-align: center;
  }

  .hero__text-box {
    width: 92%;
    padding-top: 0px;
  }

  .hero__text-box.why-us {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .hero__text-box.product__text-box {
    width: auto;
    max-width: 88%;
    margin-top: 40px;
    margin-right: 0px;
  }

  .hero__text-box.agencies__text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .hero__text-box.hpcontent__text-box {
    max-width: none;
    margin-top: 20px;
  }

  .hero__text-box.hp-content__text-box {
    max-width: none;
    margin-top: 0px;
  }

  .hero__listbox {
    display: none;
  }

  .hero1_info-box {
    display: none;
    margin-top: 10px;
  }

  .section__title {
    padding-bottom: 20px;
  }

  .d_cards-wrapper {
    display: none;
  }

  .d_card-item.in-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 117px;
    padding-left: 117px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button_box.review__btn-box {
    margin-top: 110px;
  }

  .hero__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .hero__heading.hero1--centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .hero__heading.product__hero-heading {
    padding-bottom: 10px;
  }

  .hero__heading.hpcontent__hero {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .hero__heading.hp-content__hero {
    max-width: none;
    padding-bottom: 20px;
  }

  .d_card_second-image {
    margin-bottom: 16px;
  }

  .d_card-text {
    position: relative;
    text-align: center;
  }

  .background-video-box {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .black-sheeps-vid {
    width: 80%;
    height: 50%;
  }

  .d-button-box.top-marg-50 {
    margin-top: 40px;
  }

  .d_mobile-slider {
    width: 100%;
  }

  .slider-4 {
    display: none;
    height: 450px;
    background-color: transparent;
  }

  .right-arrow-3 {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
  }

  .left-arrow-3 {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
  }

  .text-field.right-marg-43 {
    margin-right: 0px;
  }

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

  .hero_cards-box.contanct__cards-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero_cards-box.contanct__cards-box._404 {
    max-width: 700px;
    margin: 20px auto 0px;
    -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;
  }

  .hero-card {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .hero-card._404_box {
    margin-bottom: 0px;
  }

  .email-form-box {
    padding-right: 70px;
    padding-left: 70px;
    border-radius: 50px;
  }

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

  .horizontal-flex.margin_top_bottom.button_mob {
    -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;
  }

  .horizontal-flex.margin_top_bottom.button_mob.yellow {
    margin-bottom: 20px;
  }

  .horizontal-flex.max-width-800.margin-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .success {
    padding: 67px 0px;
  }

  .error-message {
    max-width: 350px;
    padding-left: 22px;
  }

  .error {
    max-width: 350px;
    padding-left: 22px;
  }

  .image-in-slider.width-110 {
    width: 100%;
  }

  .hero-right1 {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .hero-right1.bf__hero-right {
    margin-top: 20px;
  }

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

  .a1_image {
    width: 100%;
  }

  .q-box {
    padding-top: 40px;
  }

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

  .q_card {
    max-width: 748px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border-radius: 42px;
  }

  .q_card.marg-off {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .hero_right-image {
    margin-left: 0px;
  }

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

  .saved-graphic__img {
    max-width: 110%;
  }

  .hero__image-box.neil-hero {
    overflow: visible;
    max-width: 70%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero__image-box.product__image-box {
    max-width: none;
  }

  .hero__image-box.agencies__image-box {
    width: 100%;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__image-box.hero1__image-box--centered.race__image-box {
    max-width: 100%;
  }

  .hero__image-box.hero1__image-box--centered.monk__image-box {
    width: 70%;
    max-width: 100%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__image-box.rmk__image-box {
    width: 100%;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .features-cards_grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .feature-card_block {
    width: 333px;
    margin: 10px;
    padding-bottom: 10px;
  }

  .fraud-block_grid {
    grid-column-gap: 25px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .pricing-body {
    border-style: none;
  }

  .pricing-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-card {
    max-width: 500px;
  }

  .pricing-card.pricing-card_pro {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-card.pricing-card_standard {
    margin-right: 0px;
    padding-bottom: 40px;
  }

  .pricing-card.pricing-card_adv {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-card-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-toggle {
    left: -30px;
    margin-bottom: 20px;
  }

  .switch-wrapper.pricing__switch {
    padding-top: 4px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .research__cta {
    font-size: 16px;
  }

  .pricing-footer {
    max-width: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .features-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-right-style: none;
  }

  .text-weight-black {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .pricing-features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0.9rem;
  }

  .hero-old.pricing__hero {
    padding-top: 40px;
  }

  .comp-hero__body {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-1 {
    width: auto;
    font-size: 40px;
    line-height: 49px;
  }

  .heading-1.comp__heading-1 {
    white-space: normal;
  }

  .hero__image {
    position: relative;
    display: block;
    width: 100%;
    -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;
  }

  .stats__body {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-heading {
    font-size: 29px;
  }

  .h2-heading.align-center {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .h2-heading.align-center.cta__h2-heading {
    width: auto;
  }

  .h2-heading.benefits__h2-heading {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .stats__table {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stats__item {
    width: 50%;
    max-width: none;
    margin-bottom: 60px;
  }

  .comp-grid {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comp-grid__checkmark {
    width: 25px;
  }

  .bottom-footer_center {
    margin-top: 20px;
  }

  .hero-mobile {
    position: relative;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .hero-mobile.neil-lp__hero-mobile {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-photobox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-photobox.race__photobox {
    margin-right: 0%;
  }

  .hero-photobox.monk__photobox {
    margin-right: 0px;
  }

  .hero-photobox__text-clmn {
    padding: 20px;
  }

  .quote-text {
    font-size: 3vw;
    line-height: 120%;
  }

  .subquote-text {
    margin-bottom: 10px;
    font-size: 2vw;
    line-height: 1.2em;
  }

  .hero-image-mobile {
    width: 60%;
  }

  .audit {
    background-position: 100% 60%;
  }

  .report__btn {
    margin-top: 0px;
  }

  .hero__text-clmn {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .audit__text-clmn {
    max-width: 335px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .audit__body {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .audit__img-clmn {
    margin-left: 20px;
  }

  .main-img.main-img--smaller {
    max-width: 90%;
  }

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

  .h3-heading.faq__h3-heading {
    font-size: 21px;
    line-height: 34px;
  }

  .testimonials {
    padding-top: 40px;
  }

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

  .subheading {
    font-size: 18px;
  }

  .hero-img {
    height: auto;
  }

  .hero-img.race__hero-im {
    margin-top: -50px;
  }

  .button-wrapper {
    margin-top: 0px;
  }

  .button-wrapper.block.marg-bot-40 {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-wrapper.marg--top0.marg-bot-40 {
    margin-bottom: 40px;
  }

  .divider.divider--mobile {
    display: block;
    background-color: #d9d9d9;
  }

  .hero__container {
    padding-top: 40px;
  }

  .hero__container.product__hero-container {
    padding-bottom: 0px;
  }

  .hero__container.hero__container--main {
    padding-top: 70px;
  }

  .cheq-container {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .clickcease-app-div {
    max-width: 100%;
  }

  .clickcease-app-div.overflow-hidden.hide.minus-marg {
    margin-bottom: 0px;
  }

  .content-title.content-title--marg-bot {
    margin-bottom: 20px;
  }

  .text-content {
    max-width: 100%;
  }

  .content-list {
    margin-bottom: 20px;
  }

  .list__icon-clmn {
    padding-top: 0px;
  }

  .list__icon {
    width: 40px;
    min-width: 40px;
  }

  .platforms {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .platforms__item {
    width: 44%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph--old.hero__paragraph {
    display: block;
    max-width: none;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }

  .paragraph--old.hero__paragraph.hero__paragraph--wide {
    text-align: center;
  }

  .paragraph--old.hero__paragraph.list__hero-paragraph {
    text-align: left;
  }

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

  .steps.bot-zap__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .steps__item {
    max-width: 70%;
  }

  .steps__arrow {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .steps__arrow.bot-zap__arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product__compare-grid {
    width: 750px;
    -ms-grid-columns: 0.75fr 1fr 1fr;
    grid-template-columns: 0.75fr 1fr 1fr;
  }

  .main-content-clmns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .platforms__large-img {
    min-height: auto;
  }

  .steps__img-wrap {
    min-height: auto;
  }

  .products-cta {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-subhead._24px {
    font-size: 20px;
    line-height: 30px;
  }

  .products-cta__items {
    margin-top: 10px;
  }

  .products-cta__item {
    padding-right: 3%;
    padding-left: 3%;
  }

  .products-cta__item.full {
    width: 40%;
  }

  .products-cta__text.google {
    max-width: none;
  }

  .div-block-37 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-14.borders.background-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .facebook-hero__photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-107.mobile-show {
    display: block;
    margin-top: 20px;
  }

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

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

  .bot-zap__hero-vid {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .price__body {
    width: 350px;
    height: 350px;
  }

  .price__inner {
    width: 340px;
    height: 340px;
  }

  .column__bg-vid {
    max-height: 56vw;
  }

  .column__video-wrap {
    width: 100%;
  }

  .cta-headline {
    font-size: 37px;
    line-height: 40px;
  }

  .hero-lottie {
    min-width: auto;
  }

  .bot-traffic-image {
    margin-left: 0px;
  }

  .wordpress-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .benefits {
    margin-top: 0px;
  }

  .benefits__row {
    display: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits__item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }

  .benefits__header {
    min-height: auto;
  }

  .cta-wrapper {
    margin-top: 0px;
  }

  .reviews-box {
    margin-top: 0px;
  }

  .agencies__hero {
    display: block;
  }

  .agencies__hero.agencies__hero--mob {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .agencies__hero.hero-img__offset {
    display: block;
    margin-top: -40px;
  }

  .agencies__hero.hero-img__offset-copy {
    display: block;
    margin-top: -40px;
  }

  .agencies__hero.agencies__hero--mob-copy {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-section {
    padding-top: 0px;
  }

  .description__body.affiliate-product {
    min-height: auto;
    margin-top: 40px;
  }

  .description__bg {
    position: absolute;
    display: none;
    height: 100%;
  }

  .description__bg.description__bg--mb {
    left: auto;
    right: auto;
    z-index: -1;
    display: block;
    width: 130%;
    height: auto;
  }

  .desription__row {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 50px;
  }

  .desription__row.desription__row--contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .description__item {
    position: relative;
    max-width: 600px;
    padding-top: 40px;
  }

  .description__clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact__item {
    position: relative;
    max-width: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact__clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq.general {
    padding-top: 0px;
  }

  .faq__body {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .faq__inner {
    margin-top: -20px;
  }

  .faq__title {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .faq__icon {
    margin-left: 60px;
  }

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

  .navbar.negative {
    display: none;
  }

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

  .navbar__logo {
    z-index: 30;
  }

  .navbar__menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: 100vh;
    margin-left: 0vw;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .navbar__menu.negative_bg_mob {
    background-color: #2a2932;
  }

  .navbar__burger {
    width: 30px;
    padding: 0px;
  }

  .navbar__burger.w--open {
    z-index: 30;
    background-color: transparent;
  }

  .navbar__links {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .navbar__links.navbar__links--language {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .navbar__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: 200px;
    margin: 10px 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar__dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar__link {
    display: block;
    padding: 20px 40px 22px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 26px;
    line-height: 120%;
    text-align: left;
  }

  .navbar__link.navbar__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -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;
  }

  .navbar__link.navbar__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 30px;
    -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;
  }

  .navbar__link.negative__txt {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .navbar__icon {
    min-width: 15px;
  }

  .navbar__dropdown-list {
    padding-bottom: 80px;
  }

  .navbar__dropdown-list.w--open {
    position: static;
    padding-top: 0px;
  }

  .navbar__dropdown-list.product__dropdown-list {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dropdown__body {
    display: block;
    padding: 0px;
    background-color: #fff;
  }

  .dropdown__placeholder {
    display: none;
  }

  .dropdown__placeholder.product__placeholder {
    display: none;
  }

  .dropdown__items.resources__items {
    margin-left: 0px;
    padding: 20px 40px;
  }

  .dropdown__items.resources__items.negativ_bg {
    background-color: #2a2932;
  }

  .dropdown__items.product__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }

  .dropdown__items.product__items.negativ_bg_mog {
    background-color: #2a2932;
  }

  .dropdown__list-item {
    width: 49%;
    min-width: auto;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown__list-item.list-item--first-row {
    min-width: auto;
  }

  .dropdown__list-item.product__list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .dropdown__list-item.list-item--first-row {
    min-width: auto;
  }

  .dropdown__list-item.list-item--first-row {
    min-width: auto;
  }

  .dropdown__list-item.list-item--first-row {
    min-width: auto;
  }

  .dropdown__text-clmn {
    max-width: none;
    min-width: auto;
  }

  .dropdown__item-heading {
    font-size: 20px;
  }

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

  .dropdown__overlay {
    display: none;
    background-color: transparent;
  }

  .dropdown__divider {
    display: none;
  }

  .burger-icon {
    width: 100%;
  }

  .nav-wraper.negativ {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown__overlay--mobile {
    display: none;
  }

  .arrow-wrapper {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .section_webinar_hero {
    height: auto;
    padding-top: 115px;
  }

  .hosted_wrapper.padding {
    width: 100%;
    padding-top: 0px;
  }

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

  .section-join {
    padding-top: 0px;
  }

  .grid_3_column.mt_60px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 39px;
  }

  .faq-new {
    padding-top: 0px;
  }

  .faq-sticky-scroll-to-wrapper {
    padding: 10px;
  }

  .text-block_20px_400.res-centre {
    font-size: 18px;
    text-align: center;
  }

  .img-icon-circle-dot {
    height: 20px;
    margin-right: 20px;
  }

  .img-icon-circle-dot.tablet_no_margin {
    margin-right: 0px;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section_aboutus_hero {
    height: 360px;
    background-size: 1120px;
    background-repeat: no-repeat;
  }

  .section_story {
    padding-top: 40px;
  }

  .container_nopadding {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider_about_wrapper {
    margin-top: 0px;
  }

  .slider_about {
    padding-right: 40px;
    padding-left: 40px;
  }

  .mask_about_slider {
    width: 50%;
  }

  .section_joinus {
    height: auto;
  }

  .link-scroll-to.selected {
    font-size: 16px;
  }

  .flex-wrapper.general.new {
    width: auto;
  }

  .text-page__body {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .plans {
    padding-top: 40px;
  }

  .dropdown__text-clmn-2 {
    max-width: none;
  }

  .aff-testi__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .book_call.top-bottom-60-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .currency {
    right: 0px;
  }

  .currency__toggle.toggle--usd {
    border-bottom: 1px solid #eaded8;
  }

  .currency__text {
    font-size: 14px;
  }

  .currency__symbol {
    font-size: 14px;
  }

  .plans__body {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-toggle__text.text--desc-hide {
    display: block;
  }

  .pricing-toggle__text.text--desc-show {
    display: none;
  }

  .compare {
    margin-bottom: 0px;
  }

  .compare__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
  }

  .hero1__bg-vid {
    position: relative;
    left: 0%;
    display: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  .compare__row.row--mobile-hide {
    display: none;
  }

  .compare__clmn.clmn--small.clmn--btn {
    display: none;
  }

  .compare__clmn.clmn--large.clmn__block {
    padding-right: 40px;
  }

  .hero1__tablet-img {
    display: block;
    width: 110%;
    max-width: none;
    margin-right: auto;
    margin-left: -5%;
  }

  .compare__tab-title.tab-title--mobile {
    display: block;
    font-size: 24px;
  }

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

  .hero1__mob-img {
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-2.border_box {
    margin-bottom: 20px;
    padding: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .new-tooltip.tooltip--inline {
    top: 0px;
    width: 16px;
    height: 16px;
  }

  .new-tooltip.card__tooltip.pricing__std--tooltip {
    position: relative;
  }

  .new-tootlip__body.tooltip__wp {
    left: auto;
    right: -15px;
  }

  .new-tootlip__body.ggl-fb__tooltip {
    top: 30px;
    bottom: auto;
  }

  .pricing__faq {
    padding-right: 40px;
    padding-left: 40px;
  }

  .setup-steps {
    margin-right: -20%;
  }

  .setup-steps__text {
    min-width: 90px;
    font-size: 16px;
    line-height: 18px;
  }

  .company__text {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: center;
  }

  .countdown {
    margin-bottom: 40px;
  }

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

  .center-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .center-heading.footer-top-heading {
    width: 50%;
  }

  .center-heading.footer-top-heading.footer-heading {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero1_image-box.neil-hero {
    overflow: visible;
    width: 505px;
    margin-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .human-fraud-grd {
    height: auto;
  }

  .text-block-33 {
    font-size: 12px;
  }

  .hero-photobox-2.mob-hidden {
    display: none;
  }

  .review-1-2 {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .circle-text {
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 1.1em;
  }

  .review-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
  }

  .partner-hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .partner-hero.pricing {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .partner-hero.pricing.neil-lp {
    padding-top: 10px;
  }

  .leader-section.hide-logo {
    display: block;
  }

  .wrapper-4 {
    overflow: scroll;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .paragraph-size-16.mb-70 {
    margin-bottom: 40px;
  }

  .img-8 {
    height: 100%;
  }

  .ordinary__col--text-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    text-align: left;
  }

  .ordinary__col--text-2._1 {
    text-align: center;
  }

  .coupon-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-60 {
    width: 40%;
  }

  .image-60.accid {
    width: 35%;
  }

  .image-60.craw {
    width: 35%;
  }

  .computer-fraud-grd {
    height: auto;
  }

  .hero-mobile__quote-text {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-mobile__subquote {
    margin-bottom: 10px;
  }

  .heading-2-2 {
    font-size: 29px;
    line-height: 42px;
  }

  .section--cta-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 50% 50%;
  }

  .gdpr-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gdpr-heading {
    font-size: 28px;
    line-height: 28px;
  }

  .review-grid__item {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-paragraph {
    padding-right: 23px;
    font-size: 18px;
    line-height: 25px;
  }

  .review-grid-2 {
    grid-column-gap: 16px;
  }

  .footer_bg--image-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 50% 50%;
  }

  .mbile-reviews-show-2 {
    display: none;
    margin-top: 30px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .spyfu-img {
    height: 100%;
  }

  .spyfu-img.spyfu-img__hero-img {
    right: -91px;
  }

  .hero-spyfu {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .spyfu-banner {
    left: -110px;
    top: 50px;
    z-index: 10;
    max-width: 220px;
    margin-left: 35px;
  }

  .hero__image-wrapper {
    height: auto;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__image-wrapper.hero__image-wrapper--v2 {
    margin-left: 0px;
  }

  .hero__image-wrapper.hero__image-wrapper--v2.store__right {
    margin-left: 0px;
  }

  .login {
    width: auto;
    height: auto;
    margin-right: 30px;
    padding: 16px 45px 19px;
    border-radius: 30px;
    font-size: 18px;
  }

  .img-11 {
    height: 100%;
  }

  .prestashop__hero {
    background-position: 70% 140%;
    background-size: 240%;
  }

  .prestashop__hero.store__hero {
    background-image: url('../images/Background-mob.svg');
    background-position: 160px 450px;
    background-size: 100%;
  }

  .presta-hero-img {
    max-width: 100%;
    margin-top: -6%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .webinar__text-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .countdown__wrapper {
    margin-top: 20px;
  }

  .currency__item {
    border-bottom-color: #eaded8;
  }

  .discount-banner.pricing__discount-banner {
    margin-right: 10px;
    margin-left: -70px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .pricing__compare-btn {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 99;
    padding-top: 80px;
  }

  .side-menu__body {
    position: absolute;
    width: 95vw;
    min-width: 0px;
    background-color: #fff;
  }

  .docs__body {
    margin-left: 40px;
    padding-top: 80px;
  }

  .docs__container {
    padding-bottom: 100px;
  }

  .docs__container.design__container {
    margin-right: 5.2vw;
    margin-left: 5.2vw;
  }

  .docs__row {
    padding-top: 85px;
  }

  .h1-50 {
    font-size: 37px;
    line-height: 49px;
  }

  .intoduction.new-a-z {
    max-width: none;
  }

  .post__embed {
    max-width: 80vw;
  }

  .side-menu__wrapper {
    top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 0vw;
    height: 100%;
    max-height: 100vh;
    padding-right: 5vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .side-menu__btn {
    position: absolute;
    left: auto;
    top: 50px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vw;
    height: 10vw;
    max-height: 10vw;
    padding-right: 0px;
    padding-bottom: 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;
    border-radius: 0px 50px 50px 0px;
    background-color: #fc6723;
    cursor: pointer;
  }

  .container__glossary {
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button__plans.mb-30.btn-states {
    margin-left: 0px;
  }

  .filter__cell.cell__intro-a-z {
    overflow: scroll;
    height: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .btn__a-z {
    margin-right: 10px;
  }

  .info__row {
    padding-top: 0px;
  }

  .hero-wrapper-glossary.hero-wrapper--centered {
    overflow: visible;
    height: 310px;
    padding: 50px 30px 40px;
  }

  .section__glossary.bg-gradient.paddings {
    padding-bottom: 61px;
  }

  .section__glossary.bg-gradient.paddings.padding-80 {
    padding-bottom: 40px;
  }

  .tabs__a-z {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabs__menu-a-z {
    overflow: scroll;
    height: auto;
    padding-top: 230px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs__content-a-z {
    padding-top: 40px;
  }

  .tab__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-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;
    border-style: solid;
    border-width: 1px;
    border-color: #f1640f;
  }

  .tab__link.w--current {
    margin-right: 10px;
  }

  .navbar__menu-3 {
    position: absolute;
    display: block;
    overflow: auto;
    max-height: 100vh;
    margin-left: 0vw;
    background-color: #fff;
  }

  .navbar__menu-3.negative_bg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #2a2932;
  }

  .dropdown__body-3 {
    display: block;
    padding: 0px;
    background-color: #fff;
  }

  .navbar-mob {
    display: block;
    padding: 20px 30px 20px 26px;
  }

  .navbar-mob.negative {
    display: block;
  }

  .meta-google-box-left {
    z-index: 999;
    margin-right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .small__monk {
    top: -8%;
    right: -14%;
    display: none;
    height: 168px;
  }

  .block__img-monk-info {
    width: 100%;
    max-width: none;
  }

  .coupon_item-4 {
    width: 500px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .story__item {
    margin-top: 20px;
  }

  .story__date {
    max-height: 40px;
  }

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

  .story__img-clmn {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__img-clmn.story__img--left {
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .story__img-clmn.img-clmn--large {
    max-width: 100%;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story-arrow__right.slider__arrow {
    width: 40px;
  }

  .story-arrow__left.slider__arrow {
    width: 40px;
  }

  .desing__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .design__clmn.design__hero-clmn {
    max-width: none;
    margin-bottom: 40px;
  }

  .large-logo {
    max-width: 400px;
    padding-left: 0px;
  }

  .design-bg__small-clmn {
    max-width: 100%;
  }

  .large-bg {
    width: 33%;
  }

  .bg__block {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
  }

  .small-bg__item {
    width: 30%;
  }

  .image-129 {
    width: 100%;
  }

  .webinar-host-image {
    height: auto;
  }

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

  .whitebox-grid {
    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;
  }

  .protect_bt {
    margin-top: 30px;
  }

  .black-friday-img {
    margin-left: -5%;
  }

  .white-sheeps-vid {
    width: 80%;
    height: 50%;
  }

  ._750-max-w {
    margin-top: 10px;
  }

  .language-dd {
    margin-left: 20px;
  }

  .language-dd.language-dd--white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .language-dd__toggle {
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    line-height: 120%;
  }

  .language-dd__toggle.language-dd__toggle--white {
    margin-right: auto;
    margin-left: 0px;
  }

  .language-dd__toggle.language-dd__toggle--white {
    margin-right: auto;
    margin-left: 0px;
  }

  .langiage-dd__list {
    position: relative;
  }

  .langiage-dd__list.w--open {
    position: absolute;
    top: -260px;
    box-shadow: none;
  }

  .langiage-dd__list.dd-list--black-nav {
    position: absolute;
    top: -260px;
    background-color: #2a2932;
    box-shadow: none;
    color: #fff;
  }

  .ianguage-dd__link.dd-link__black-nav {
    color: #fff;
  }

  .language__wrapper {
    margin-right: auto;
    margin-left: 0px;
  }

  .language-dd__wrapper {
    padding-left: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .navbar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .research {
    display: block;
    margin-top: 50px;
  }

  .research.research__a-box {
    margin-top: 0px;
  }

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

  .research__item.max-w-1090 {
    margin-bottom: 60px;
  }

  .reseaarch__paragraph {
    font-size: 18px;
  }

  .holiday__white-box {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

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

  .btn-overlay {
    position: fixed;
    left: 220px;
    top: 0px;
    right: 75px;
    z-index: 999991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
    -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;
  }

  .content__bgvid {
    display: none;
    max-height: 40%;
  }

  .holiday__white-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup__subheading {
    font-size: 18px;
  }

  .section-slider {
    padding-top: 0px;
  }

  .center-texted-secion {
    padding-top: 40px;
  }

  .reviews-mobile {
    display: none;
  }

  .affilliate__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .div-block-43 {
    padding-top: 20px;
  }

  .logos__img {
    margin-top: 10px;
  }

  .ggl-ads__image {
    min-height: auto;
  }

  .ggl-ads {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .ggl-ads__item {
    width: 44%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .team__large-clmn {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .team__small-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team__small-img {
    width: 45.7%;
    max-width: 100%;
  }

  .team__small-img.small-img--first {
    width: 51.4%;
  }

  .rmk__animation {
    margin-top: 0px;
  }

  .bdr__form {
    margin-top: 30px;
  }

  .hero-mobile__inner {
    position: absolute;
    left: 43px;
    top: 30%;
    z-index: 9;
    max-width: 30%;
  }

  .circle-im {
    width: 50%;
  }

  .circle-im.craw {
    width: 35%;
  }

  .circle-im.accid {
    width: 35%;
  }

  .dropdown__body-4 {
    display: block;
    padding: 0px;
    background-color: #fff;
  }

  .login-btn-2 {
    width: auto;
    height: 60px;
    margin-right: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 30px;
    font-size: 18px;
  }

  .report__button-2 {
    font-size: 16px;
  }

  .report__button-2.width-125.btn-states {
    width: auto;
    height: 60px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .dropdown__divider-2 {
    display: none;
  }

  .langiage-dd__list-2 {
    position: relative;
  }

  .langiage-dd__list-2.w--open {
    position: absolute;
    top: -260px;
    box-shadow: none;
  }

  .navbar__menu-4 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: 100vh;
    margin-left: 0vw;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .language-dd-2 {
    margin-left: 20px;
  }

  .language-dd-2.language-dd--white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .agency__animation {
    display: none;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav__btns.tablet-show {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__text {
    max-width: 100%;
  }

  .hero__text.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__text.holiday__hero-text {
    max-width: 65%;
    min-width: 410px;
    padding-top: 80px;
  }

  .hero__text.product__hero-text {
    max-width: 100%;
  }

  .hero__text.video__hero-text {
    margin-bottom: 20px;
  }

  .hero__text.np-lp__hero-text {
    margin-top: 40px;
  }

  .hero__text.spyfu__hero-text {
    max-width: 100%;
  }

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

  .h2.h2--black {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .h2.h2--black.center {
    width: 100%;
    margin-top: 0px;
    line-height: 32px;
  }

  .h2.h2--black.center {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 29px;
    line-height: 39px;
    text-align: left;
  }

  .h2.h2--black.styleguide {
    font-size: 33px;
  }

  .h2.heading--black {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

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

  .case-grid__right {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .teamm {
    width: 430px;
    margin-top: 60px;
  }

  .corkboard {
    width: 400px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .corkboard-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .final-reamrks {
    width: 100%;
    padding-right: 20px;
  }

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

  .thubnails__grid {
    padding: 10px 0px;
    grid-column-gap: 20px;
  }

  .footer-col1.mbl-hid {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-col1.mbl-hid.max-w-380 {
    max-width: none;
    margin-bottom: 40px;
  }

  .footer-col1.mbl-hid {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .paragraph.color-white {
    margin-left: 0px;
  }

  .paragraph.hero__paragraph {
    font-size: 20px;
  }

  .footer-link.margin-right.margin-0-mobile {
    margin-right: 0px;
  }

  .footer__left.right-padd-30 {
    margin-right: 0px;
  }

  .footer-heading {
    font-size: 25px;
  }

  .footyer__right.mbl-hide {
    margin-bottom: 4px;
  }

  .h3 {
    margin-top: 0px;
    font-size: 23px;
    line-height: 30px;
  }

  .h3.less-margin {
    margin-bottom: 10px;
  }

  .h3.less-margin {
    margin-bottom: 10px;
    line-height: 31px;
  }

  .column-sub {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-sub.left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-sub.left.column-sub__image {
    margin-top: 0px;
  }

  .column-main {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-main.left {
    padding-left: 0em;
  }

  .column-main.left {
    padding-left: 0em;
  }

  .column-main.left {
    padding-left: 0em;
  }

  .column-main.left.order-first {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-main.app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .cookie_btn-box {
    margin-top: 15px;
  }

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

  .menu-button-2 {
    padding-right: 0px;
  }

  .footer__left--text-2 {
    padding-left: 0px;
  }

  .card__heading {
    margin-top: 0px;
  }

  .heading-h3 {
    margin-top: 0px;
  }

  .social-links {
    width: 110px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-2.mbl-show {
    max-width: none;
  }

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

  .hero-content._0 {
    padding-top: 20px;
  }

  .hero-content.margin-top--zero {
    padding-bottom: 10px;
  }

  .hero-content.margin-top--zero.research__hero-content {
    margin-top: 10px;
  }

  .hero-content._0 {
    padding-top: 0px;
  }

  .hero-content.centered {
    padding-top: 50px;
  }

  .hero-content.pricing__hero-content {
    padding-top: 40px;
  }

  .brand-3 {
    padding-left: 0px;
  }

  .reviews__card {
    max-width: none;
  }

  .reviews__cards-box {
    margin-top: 40px;
  }

  .swiper-wrapper {
    margin-bottom: 10px;
  }

  .google__popup-box.adjusted {
    left: auto;
  }

  .h_company {
    width: auto;
  }

  .h_company.width-188 {
    width: auto;
  }

  .hero__btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__btn-box._20-top-padding.no-bottom-padding.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero__btn-box.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .hero__btn-box.hero__button-box--left-la {
    margin-top: 5px;
  }

  .hero__btn-box.hero__button-box--left-la.negativ_by-new {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reviews-content {
    -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-right-img {
    width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content-right-img.mobile-hide {
    display: none;
  }

  .reviews__card-heading {
    margin-bottom: 10px;
  }

  .h_head {
    font-size: 2.2em;
  }

  .reviews-heading {
    margin-bottom: 10px;
  }

  .reviews-heading.hide {
    display: none;
  }

  .reviews__card-bottom {
    margin-top: 0px;
  }

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

  .paragraph-text-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .left--content {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left--content.mb-60 {
    margin-bottom: 0px;
  }

  .leader__logo {
    margin-right: 0px;
  }

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

  .fraud-grid.top-marg-50 {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .container.logos {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container.reletiv {
    padding-top: 20px;
  }

  .container.reletiv.container--no-mrg {
    padding-bottom: 0px;
  }

  .container.top-marg-off {
    padding-top: 0px;
  }

  .container.container--btn-wrap {
    margin-bottom: 35px;
    padding-top: 0px;
  }

  .container.dropdown__container {
    max-width: 500px;
  }

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

  .heading-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .coupon__text.width-63 {
    max-width: 100%;
  }

  .stop-content {
    max-width: none;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-2-copy.wdt {
    max-width: 690px;
    margin-top: 0px;
  }

  .leader__heading {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .cta-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 216px;
    height: 61px;
    margin-top: 0px;
    padding: 0px 20px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-btn.mb-30 {
    width: auto;
    min-width: 216px;
  }

  .cta-btn.mb-30.btn-states {
    height: 51px;
    min-width: 180px;
    font-size: 18px;
  }

  .cta-btn.contact__cta-btn {
    width: auto;
    height: auto;
  }

  .testi-slider {
    margin-top: 20px;
  }

  .hero__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__wrapper.vertical-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__wrapper.vertical-tablet.bdr__hero-wrap {
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__wrapper.affiliate__hero-wrapper {
    padding-bottom: 20px;
  }

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

  .stop-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stop-all.top-padd-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .right-block.height-300 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }

  .leader__group-logo {
    max-width: none;
    padding-right: 13px;
  }

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

  .leader__left {
    width: 75%;
    -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;
  }

  .leader__left.winter {
    width: auto;
  }

  .leader__right {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }

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

  .slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .monitor-grid {
    margin-top: 36px;
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .monitor-grid.top-marg-off {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section--large.bot-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-nav {
    bottom: -15%;
  }

  .left-block-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-block-mobile._4 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .ccpa__img {
    width: 200px;
  }

  .gdpr-right {
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .case__hero-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .result__card--heading-2 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 30px;
  }

  .result__card--text-2 {
    font-size: 14px;
  }

  .report__block {
    width: auto;
  }

  .heading-h3-3 {
    margin-top: 0px;
  }

  .research__image-box {
    width: 38%;
  }

  .clicks-grid {
    display: none;
    margin-top: 20px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .click-content {
    width: auto;
    border-radius: 30px;
  }

  .click-content.slider-items {
    min-height: 271px;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow-2 {
    left: 89%;
    top: 100%;
    display: none;
    overflow: visible;
    width: 50px;
    height: 50px;
  }

  .slider-3 {
    display: block;
    margin-top: 45px;
    background-color: transparent;
  }

  .slider-3.tab-show {
    margin-top: 0px;
  }

  .column__img-wrap.support {
    max-width: 100%;
  }

  .block_img.hide {
    display: none;
  }

  .block_img.hide {
    display: block;
  }

  .slide-2 {
    width: 100%;
    margin-right: 10px;
  }

  .image-20 {
    width: 60%;
  }

  .link-btns {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .common-p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .common-p.para-center {
    width: 100%;
    text-align: left;
  }

  .common-p.slider-para {
    line-height: 27px;
  }

  .left-arrow-2 {
    top: 100%;
    right: 82%;
    display: none;
    overflow: visible;
    width: 50px;
    height: 50px;
  }

  .mask-2 {
    min-height: 350px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 40px 20px;
  }

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

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

  .content-wrapper.justified.top--bottom-margin-mobile {
    margin-top: 40px;
  }

  .content-wrapper.justified.content-wrapper--top {
    margin-top: 0px;
  }

  .content-wrapper.centered.cta__content-wraper {
    padding-bottom: 20px;
  }

  .slide-nav-2 {
    top: 100%;
    display: none;
  }

  .for-mobile.hide {
    display: block;
  }

  .hero__btn {
    margin-top: 0px;
  }

  .left-slide {
    width: 60%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  }

  .review-mobile-3 {
    display: block;
  }

  .leader-logo-3 {
    display: none;
  }

  .badge__text {
    width: 100%;
  }

  .hide-m {
    display: none;
  }

  .bottom-btn.hide-desktop_btn {
    display: block;
    margin-top: 10px;
  }

  .bottom-btn.hide-desktop_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .leader-right-3 {
    width: 96%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .horizontal-logo {
    display: none;
  }

  .hero-heading--grey {
    margin-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .hero-heading--grey.font-weight--light {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-heading--grey.font-weight--light {
    padding-right: 0px;
    padding-left: 0px;
  }

  .get-detailed {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .google-img {
    height: 17px;
    margin-top: 5px;
    padding-right: 2px;
  }

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

  .image-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 0px none #000;
    background-image: none;
  }

  .footer_bot-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .copyright-text-3 {
    padding-top: 10px;
    padding-left: 0px;
    font-size: 15px;
  }

  .footer_button {
    text-align: center;
  }

  .button_icon {
    width: 17px;
    padding-bottom: 1px;
  }

  .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .footer-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-col.mbl-hide {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-col.mbl-hide.buttons-mobile {
    display: none;
  }

  .footer_top-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__app-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_link2 {
    color: #282421;
    text-decoration: none;
  }

  .footer_apps-stores {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .footer {
    margin-top: 40px;
  }

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

  .section.bg-gradient.paddings.padding-80 {
    padding-top: 30px;
  }

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

  .section.top-bottom-padding-50.bg-image-gradient {
    padding-top: 0px;
  }

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

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

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

  .hero__badges {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.center-align {
    width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .paragraph.product-cta__paragraph {
    max-width: none;
  }

  .paragraph.story__paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.paragraph--large {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.paragraph--large.paragraph--subline {
    margin-top: -15px;
  }

  .paragraph.paragraph__update {
    font-size: 18px;
  }

  .paragraph.reem-temp {
    padding-bottom: 20px;
  }

  .column__text-wrap {
    width: auto;
  }

  .column__text-wrap.clmn__padding-left {
    padding-left: 0px;
  }

  .column__text-wrap.clmn__padding-left.clmntext--tablet-vert {
    margin-bottom: 0px;
  }

  .column__text-wrap.clmn__padding-right {
    max-width: 100%;
    padding-right: 0px;
  }

  .column__text-wrap.clmn__padding-right.clmntext--tablet-vert {
    margin-bottom: 0px;
  }

  .column__text-wrap.clmn__padding-right {
    max-width: 100%;
    padding-right: 0px;
  }

  .column__text-wrap.clmn__padding-left {
    padding-left: 0px;
  }

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

  .content-clmns._24-7.flex-box {
    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;
  }

  .content-clmns.keep-ad {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .content-clmns.desktop {
    display: block;
  }

  .content-clmns.desktop.flex-box {
    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;
  }

  .content-clmns.content-clmns--first {
    margin-top: 40px;
  }

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

  .leader-content.nba {
    padding-bottom: 0px;
  }

  .ordinary {
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }

  .table-clmn__first {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px none #d1d1d1;
  }

  .table-clmn__first.wdout__border {
    border-right-style: none;
  }

  .table-clmn__first.wdout__border {
    border-right-style: none;
  }

  .table-clmn__secondary.text-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-clmn__secondary.text-center.middle {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .image-35 {
    margin-left: 0px;
  }

  .text-block-4 {
    font-size: 13px;
    text-align: center;
  }

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

  .col-white._10 {
    padding-top: 10px;
  }

  .table-clmn__main.bg-white.sahdow-left-right._3 {
    padding: 10px;
  }

  .table-clmn__main.bg-white.sahdow-left-right.last {
    border-bottom-style: none;
  }

  .tooltip-trigger {
    left: 10px;
  }

  .compare-table {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .wrapper.table__wrapper {
    overflow: auto;
    padding-bottom: 40px;
  }

  .text-center {
    font-size: 13px;
  }

  .ordinary__col--text {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
  }

  .ordinary__col--text.max-width_60 {
    font-size: 13px;
    font-weight: 300;
  }

  .ordinary__col--text._1.dark-gray-text {
    width: 100%;
    font-size: 16px;
  }

  .ordinary_col--content.ordinary_col--block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .monitor {
    width: 160%;
    max-width: none;
  }

  .monitor.why-us-page {
    width: auto;
    max-width: 100%;
  }

  .monitor.monk-page {
    width: auto;
    max-width: 100%;
  }

  .reviews__link-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reviews__link-box.padding-reviews {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .h-box-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .coupon-icon {
    width: auto;
    height: auto;
  }

  .coupon-icon.adjusted {
    height: 100px;
  }

  .get_started {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .get_started.margin_top_0 {
    padding-top: 40px;
  }

  .coupon_item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-3-2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-2.mb-20.middle-headline {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-3-2.mb-20.middle-headline._6-down-padding {
    margin-bottom: 20px;
  }

  .heading-3-2.mb-20 {
    text-align: center;
  }

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

  .coupon-wrapper.get-started {
    margin-top: 0px;
  }

  .center-heading---page {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 44px;
  }

  .coupon_image {
    height: 150px;
  }

  .coupon_image.height-auto {
    margin-bottom: 0px;
  }

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

  .teacopy {
    width: 430px;
    margin-top: 60px;
  }

  .team__members {
    width: 80%;
  }

  .stories {
    padding-bottom: 0px;
  }

  .solution-grid__stats {
    margin-top: 40px;
  }

  .case__final {
    width: 100%;
    padding-right: 20px;
  }

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

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

  .notice {
    width: 100%;
  }

  .meta-google-box.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .meta-google-box.center-top-margin-15 {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .meta-google-box.justify-center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .meta-google-svg {
    margin-right: -1px;
    margin-left: -1px;
  }

  .meta-google-svg.negative_v.left {
    margin-left: 0px;
  }

  .google-meta-image.api-negative {
    min-width: 228px;
  }

  .video-placeholder {
    width: auto;
    height: 270px;
  }

  .v-box {
    padding-top: 40px;
  }

  .v_header-box {
    margin-bottom: 40px;
  }

  .v_cards-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .swiper-slide-box {
    padding: 20px 15px;
  }

  .slide_image {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .swiper-container1.swiper-container1--no-marg {
    margin-top: 0px;
  }

  .banner-box.padding-bottom {
    padding-bottom: 60px;
  }

  .white-heading {
    margin-top: 0px;
  }

  .white-heading.margin-top {
    text-align: left;
  }

  .banner_author-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide_logos-box {
    width: 100%;
  }

  .hero {
    overflow: visible;
    padding-top: 30px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero.hero__bot-zap {
    padding-top: 40px;
    background-position: 100% 380px, 0px 0px;
  }

  .hero.hero1--agencies {
    background-position: 50px 540px, 0px 0px;
  }

  .hero.hero1__competitors {
    background-position: 10vw 630px, 0px 0px;
  }

  .hero.hero1__case-studies {
    padding-bottom: 40px;
    background-position: 10vw 70vh, 0px 0px;
  }

  .hero.hero__product {
    background-position: 100% 390px, 0px 0px;
  }

  .hero.hero__product.extra-padding-bottom {
    background-position: 100% 450px, 0px 0px;
  }

  .hero.hero1--whyus {
    background-position: 100% 550px, 0px 0px;
    background-size: 100%, auto;
  }

  .hero.hero1--howitworks {
    padding-top: 40px;
    background-position: 0px 570px, 0px 0px;
  }

  .hero.monk__hero1 {
    padding-top: 40px;
    background-image: none;
  }

  .hero.hero--holiday {
    background-position: 370px -30px, 0px 0px;
    background-size: 60%, auto;
  }

  .hero.affiliate__hero {
    padding-top: 40px;
    background-position: 100% 130%, 0px 0px;
  }

  .hero.race__hero {
    background-position: 100% 390px, 0px 0px;
  }

  .hero.bdr__hero {
    padding-top: 40px;
  }

  .h1-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 37px;
  }

  .h1-heading.h1-main--margin-bottom {
    text-align: center;
  }

  .h1-heading.h1-main--margin-bottom.bot-zap__h1 {
    text-align: left;
  }

  .h1-heading.h1-main--margin-bottom.center-align-mobile.left {
    margin-top: 10px;
  }

  .h1-heading.product__h1-main {
    max-width: 100%;
  }

  .h1-heading.center-align-mobile {
    text-align: center;
  }

  .h1-heading.bdr__h1-heading {
    font-size: 28px;
    line-height: 37px;
  }

  .hero__text-box {
    width: 100%;
    padding-top: 0px;
  }

  .hero__text-box.product__text-box {
    max-width: 100%;
  }

  .hero__text-box.agencies__text-box {
    width: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__text-box.tablet {
    padding-top: 0px;
  }

  .hero__text-box.hpcontent__text-box {
    padding-top: 10px;
  }

  .hero__text-box.hp-content__text-box {
    padding-top: 10px;
  }

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

  .hero__listbox.center.list-box__vertical {
    margin-left: 18px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section__title.title--680.side-margins {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero__heading {
    padding-top: 10px;
  }

  .hero__heading.hero1--centered {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__heading.hero1--centered.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__heading.hpcontent__hero {
    padding-top: 0px;
  }

  .blocklist-destop1 {
    margin-top: 0px;
  }

  .background-video-box {
    display: none;
  }

  .d-button-box.top-marg-50 {
    margin-top: 20px;
  }

  .form-block {
    width: auto;
    height: auto;
  }

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

  .hero-card._404_box {
    height: 100%;
    max-width: none;
    min-width: auto;
    padding: 20px;
  }

  .card_icon {
    display: block;
    width: 70%;
    height: auto;
    max-height: 60px;
  }

  .email-form-box {
    padding-right: 33px;
    padding-left: 33px;
  }

  .success {
    max-width: 400px;
  }

  .hero-right1 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-top: 0px;
    border-bottom: 1px none rgba(0, 0, 0, 0.1);
    background-image: none;
    background-size: auto;
  }

  .a1_block {
    border-radius: 40px;
  }

  .a1_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 410px;
    -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;
  }

  .a1_text {
    padding: 40px 30px;
  }

  .image-cover {
    width: 110%;
    height: 110%;
    max-width: none;
  }

  .q-box {
    padding-bottom: 0px;
  }

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

  .hero__image-box.neil-hero {
    width: 90%;
    max-width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__image-box.product__image-box {
    max-width: 100%;
  }

  .feature-card_block {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .fraud-block_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .clickcease-text_wrapper {
    margin-top: 20px;
    margin-left: 0px;
  }

  .pricing-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .pricing-toggle {
    left: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 216px;
    height: 61px;
    margin-top: 0px;
    padding: 0px 20px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orange-btn.mb-30 {
    width: auto;
    min-width: 216px;
  }

  .switch {
    width: 35px;
    height: 17px;
  }

  .switch.switch-2 {
    width: 62px;
    height: 30px;
  }

  .switch-wrapper.pricing__switch {
    padding-top: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .switch-slider_round {
    left: 2px;
    top: 2px;
    width: 13px;
    height: 13px;
  }

  .switch-slider_round.orange {
    left: 4px;
    top: 4px;
    width: 22px;
    height: 22px;
  }

  .features-wrapper {
    margin-top: 2px;
    border-right-style: none;
  }

  .comp-hero__body {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .hero__image {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stats__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-heading {
    font-size: 26px;
    line-height: 31px;
  }

  .h2-heading.align-center.h2-heading--limit-width {
    margin-bottom: 40px;
  }

  .stats__table {
    margin-top: 20px;
  }

  .stats__item {
    margin-bottom: 30px;
  }

  .stats__text {
    font-size: 22px;
    line-height: 122%;
  }

  .stats__textbox {
    margin-top: 10px;
  }

  .comp-grid {
    min-width: 650px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -ms-grid-columns: 0.75fr 1fr 1fr;
    grid-template-columns: 0.75fr 1fr 1fr;
  }

  .comp-grid__text {
    font-size: 13px;
    text-align: center;
  }

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

  .hero-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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-photobox__text-clmn {
    left: -40px;
  }

  .quote-text {
    margin-bottom: 3vw;
    font-size: 3.5vw;
    line-height: 120%;
  }

  .subquote-text {
    margin-bottom: 2vw;
    font-size: 14px;
    line-height: 16px;
  }

  .hero-image-mobile {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .audit {
    background-image: url('../images/report-bg.svg');
    background-position: 50% 50%;
    background-size: 104%;
  }

  .report__btn {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .hero__text-clmn {
    padding-top: 0px;
  }

  .audit__text-clmn {
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .audit__body {
    position: relative;
    padding-top: 40px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .audit__img-clmn {
    margin-left: 0px;
  }

  .main-img.main-img--smaller {
    margin-right: auto;
    margin-left: auto;
  }

  .h3-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .h3-heading.faq__h3-heading {
    font-size: 18px;
  }

  .any-platform-section {
    padding-top: 40px;
  }

  .hero-img {
    height: 400px;
  }

  .hero-img.product__hero-img {
    height: auto;
    max-width: 100%;
    min-width: auto;
  }

  .button-wrapper.mob-nomargin {
    margin-top: 20px;
  }

  .button-wrapper.content__button-wrapper {
    margin-top: 20px;
  }

  .button-wrapper.marg--top0.marg-bot-40 {
    margin-top: 20px;
  }

  .divider {
    width: 100%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background-color: #d9d9d9;
  }

  .hero__container.video__hero-container {
    padding-bottom: 30px;
  }

  .cheq-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .clickcease-app-div {
    max-width: 70%;
  }

  .clickcease-app-div.overflow-hidden.hide.minus-marg {
    display: none;
  }

  .content-list.list--last {
    margin-bottom: 20px;
  }

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

  .paragraph--old.hero__paragraph {
    font-size: 18px;
    text-align: left;
  }

  .paragraph--old.hero__paragraph.paragraph--left {
    text-align: left;
  }

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

  .steps.bot-zap__steps {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps__item {
    margin-bottom: 20px;
  }

  .steps__item.steps__item--wide {
    width: 220px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .steps__arrow {
    max-width: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .steps__arrow.bot-zap__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .h4-heading.faq__h4-heading {
    font-size: 20px;
  }

  .product__compare-grid {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-text {
    padding-right: 0em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-content-clmns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-img {
    margin-top: 20px;
  }

  .column-img.column-img--offset-top {
    margin-top: -40px;
  }

  .products-cta__bg {
    display: none;
  }

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

  .products-cta__item {
    width: 100%;
    margin-bottom: 20px;
    background-image: url('../images/cta-bg.png');
    background-position: 50% 10%;
    background-size: 120%;
    background-repeat: no-repeat;
  }

  .products-cta__item.full {
    width: auto;
    height: auto;
  }

  .products-cta__text {
    padding-right: 25%;
  }

  .div-block-37 {
    margin-top: 0px;
  }

  .section-14.borders.background-color {
    background-image: -webkit-gradient(linear, left top, right top, from(#ee2a77), color-stop(54%, #f26729), to(#f7ab31));
    background-image: linear-gradient(90deg, #ee2a77, #f26729 54%, #f7ab31);
  }

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

  .paragraph-text-2 {
    font-size: 20px;
    line-height: 32px;
  }

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

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

  .price__body {
    width: 370px;
    height: 370px;
  }

  .price__inner {
    width: 360px;
    height: 360px;
  }

  .column__bg-vid {
    max-height: 56vw;
  }

  .cta-headline {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .bot-traffic-image {
    margin-left: 0px;
    padding-right: 0px;
  }

  .agencies__hero.agencies__hero--mob {
    display: none;
    width: 100%;
  }

  .agencies__hero.hero-img__offset {
    display: block;
  }

  .agencies__hero.hero-img__offset-copy {
    display: block;
  }

  .agencies__hero.agencies__hero--mob-copy {
    display: none;
    width: 100%;
  }

  .comp__hero-img {
    margin-left: -10px;
  }

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

  .description__bg.description__bg--mb {
    top: auto;
    bottom: auto;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .desription__row {
    overflow: visible;
  }

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

  .description__item {
    max-width: 90vw;
    min-height: auto;
    padding-top: 60px;
  }

  .contact__item {
    max-width: 90vw;
  }

  .faq {
    padding-top: 20px;
  }

  .faq__inner {
    margin-top: -10px;
  }

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

  .faq__icon {
    min-height: 24px;
    min-width: 24px;
  }

  .faq__sign {
    display: block;
  }

  .reviews__body {
    text-align: center;
  }

  .navbar {
    padding-right: 22px;
    padding-left: 13px;
  }

  .navbar__logo {
    padding-left: 0px;
  }

  .navbar__burger.w--open {
    width: 21px;
  }

  .navbar__btns {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .navbar__link.navbar__toggle {
    padding-right: 24px;
    padding-left: 24px;
  }

  .navbar__link.navbar__toggle {
    padding-right: 24px;
    padding-left: 24px;
  }

  .dropdown__items.resources__items {
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown__items.product__items {
    padding-left: 24px;
  }

  .dropdown__list-item {
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown__list-item.product__list-item {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown__item-heading {
    font-size: 18px;
  }

  .dropdown__item-text {
    font-size: 14px;
  }

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

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

  .centre_vertical_wrapper.justify_top._w-30 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .centre_vertical_wrapper.justify_top._w-25 {
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .grid_3_column.mt_60px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .img-fraud-protection {
    height: 52px;
    margin-bottom: 20px;
  }

  .section_aboutus_hero {
    height: 300px;
    background-size: 970px;
  }

  .container_nopadding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide_about {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .slide_about_wrapper {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.17);
  }

  .section_campaings_numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .faq__bg {
    display: none;
  }

  .faq__bg.faq__bg--mobile {
    top: -60px;
    display: block;
  }

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

  .text-page__body {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .aff-testi {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aff-testi__item {
    margin-bottom: 40px;
  }

  .currency {
    top: -4px;
    right: 0px;
  }

  .currency__toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pricing-toggle__text {
    font-size: 16px;
    line-height: 31px;
  }

  .btn-wrapper {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .compare {
    z-index: 1;
    margin-top: 0px;
  }

  .compare__menu {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 5px;
  }

  .compare__content {
    overflow: visible;
    margin-top: 0px;
  }

  .compare__row {
    border-bottom-style: none;
  }

  .compare__clmn.clmn--small {
    width: 19%;
  }

  .link-block-2.border_box {
    width: 30%;
    height: auto;
    min-height: 100px;
  }

  .new-tooltip__icon {
    min-width: 18px;
  }

  .new-tootlip__body.bot-zap__tooltip {
    left: -50px;
  }

  .new-tootlip__body.ggl-fb__tooltip {
    left: -90px;
  }

  .pricing__faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing__faq.margin-changes {
    margin-top: 30px;
  }

  .setup-steps {
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .setup-steps__arrow {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .contdown__item {
    min-width: 100px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .coundown__number {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .countdown__text {
    font-size: 18px;
    line-height: 24px;
  }

  .websites-grid-2 {
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .center-heading {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 44px;
  }

  .center-heading.footer-top-heading {
    width: 81%;
    font-size: 2.2em;
  }

  .center-heading.footer-top-heading.footer-heading {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 39px;
  }

  .hero1_image-box.neil-hero {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .human-fraud-grd {
    margin-top: 20px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 80px 1fr;
    -ms-grid-rows: 110px 150px;
    grid-template-rows: 110px 150px;
  }

  .text-block-33 {
    margin-top: 10px;
  }

  .p-quote__text {
    font-size: 13px;
  }

  .hero__comp-log {
    width: 45%;
    max-width: 52px;
  }

  .review-1-2 {
    max-width: none;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .review-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .botnets {
    width: 150px;
    height: 150px;
  }

  .partner-hero {
    overflow: visible;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .leader-section.hide-logo {
    display: none;
  }

  .paragraph-size-16 {
    text-align: left;
  }

  .paragraph-size-16.mb-70 {
    text-align: center;
  }

  .paragraph-size-16.mb-40 {
    text-align: center;
  }

  .websites-div-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .img-8 {
    width: auto;
    height: auto;
  }

  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
  }

  .ordinary__col--text-2 {
    width: 66%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
  }

  .ordinary__col--text-2._1.dark-gray-text {
    width: 100%;
    font-size: 16px;
  }

  .text-block-34 {
    font-size: 13px;
    text-align: center;
  }

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

  .coupon-box {
    width: 100%;
    margin-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .websites-paragraph-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }

  .websites-paragraph-3.left-align {
    text-align: left;
  }

  .websites-paragraph-3.left-align {
    text-align: left;
  }

  .logos {
    display: none;
    padding-top: 40px;
  }

  .image-60 {
    width: 45%;
  }

  .image-60.craw {
    height: 40px;
  }

  .computer-fraud-grd {
    margin-top: 20px;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 80px 1fr;
    -ms-grid-rows: 110px 150px;
    grid-template-rows: 110px 150px;
  }

  .hero-mobile__quote-text {
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 120%;
  }

  .hero-mobile__subquote {
    margin-bottom: 2vw;
    font-size: 14px;
    line-height: 12px;
  }

  .image-42.hide {
    display: none;
  }

  .heading-2-2._270 {
    font-size: 2.2em;
  }

  .animate-image.hide-m.width-75 {
    margin-bottom: 40px;
  }

  .animate-image.hide-m.width-75 {
    margin-bottom: 40px;
  }

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

  .section--cta-gradient {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }

  .leder-left-4 {
    width: 80%;
    -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;
  }

  .gdpr-section {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
  }

  .button-9 {
    margin-top: 0px;
    padding: 13px 25px 14px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: center;
  }

  .gdpr-heading {
    font-size: 2.2em;
    line-height: 40px;
    text-align: center;
  }

  .image-125 {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px none #000;
  }

  .image-125.margin {
    margin-top: -30px;
    margin-bottom: -30px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }

  .cta-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -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-grid__item {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .hero-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
  }

  .review-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .disclaimer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #73706e;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
  }

  .disclaimer.small-type {
    display: block;
    width: 92px;
    font-size: 14px;
    text-align: left;
  }

  .disclaimer.small-type {
    display: block;
    margin-right: 0px;
    font-size: 14px;
  }

  .disclaimer.small-type.mobile__hidden {
    width: auto;
    max-width: 380px;
  }

  .button-11 {
    margin-top: 0px;
    padding: 13px 25px 14px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: center;
  }

  .footer_bg--image-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile__hidden-span {
    display: none;
  }

  .leader-wrapper-5 {
    -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;
    text-align: center;
  }

  .leader-wrapper-5.hidden-mobile {
    display: none;
  }

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

  .mbile-reviews-show-2 {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .spyfu-img {
    width: auto;
    height: auto;
  }

  .spyfu-img.spyfu-img__hero-img {
    right: -10%;
    bottom: 0px;
    display: block;
    width: 70%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

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

  .websites-div-w-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fff), color-stop(19%, rgba(218, 145, 188, 0.1)), color-stop(35%, #fff), color-stop(62%, #fff), color-stop(82%, rgba(218, 145, 188, 0.08)), color-stop(95%, #fff));
    background-image: linear-gradient(180deg, #fff 5%, rgba(218, 145, 188, 0.1) 19%, #fff 35%, #fff 62%, rgba(218, 145, 188, 0.08) 82%, #fff 95%);
  }

  .spyfu-banner {
    position: static;
    left: -108px;
    top: 29px;
    width: 40%;
    max-width: none;
    margin-right: -10%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .paragraph-25 {
    display: none;
  }

  .hero__image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: 1px none rgba(0, 0, 0, 0.1);
    background-image: none;
    background-size: auto;
  }

  .hero__image-wrapper.hero__image-wrapper--v2 {
    z-index: 20;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-plans__body {
    padding-top: 40px;
  }

  .img-11 {
    width: auto;
    height: auto;
  }

  .prestashop__hero {
    background-image: url('../images/Background-mob.svg');
    background-position: 100% 360px;
    background-size: 100%;
  }

  .prestashop__hero.store__hero {
    background-position: 50px 490px;
    background-size: 110%;
  }

  .not-found__icon {
    max-height: 60px;
  }

  .compare__select-block {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 10;
    display: block;
    margin-top: 40px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 15px 20px 10px;
    background-color: #fff;
  }

  .form-2 {
    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;
  }

  .compare__label {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 31px;
  }

  .compare__select {
    max-width: 151px;
    min-height: 0px;
    min-width: 0px;
    margin-bottom: 0px;
    margin-left: 11px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #282421;
    border-radius: 9px;
    background-color: #fff;
    font-size: 16px;
    line-height: 31px;
    font-weight: 700;
  }

  .cta-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta-type__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .cta-type__field {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -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;
  }

  .cta-type__radio {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: -20px;
    border-style: none;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #282421;
  }

  .cta-type__radio.w--redirected-checked {
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    background-color: #282421;
  }

  .cta-type__label {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
  }

  .discount-banner {
    position: absolute;
    left: 85px;
    top: -23px;
    right: auto;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .discount-banner.pricing__discount-banner {
    left: -10px;
    margin-left: 0px;
  }

  .discount-banner__text {
    font-size: 12px;
    line-height: 14px;
  }

  .docs__body {
    padding-top: 80px;
  }

  .side-munu__cell {
    padding-bottom: 10px;
  }

  .side-munu__cell.cell__intro {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .side-menu__title {
    font-size: 18px;
  }

  .side-menu__title.title--margin-bot {
    margin-bottom: 20px;
  }

  .side-menu__select {
    height: 38px;
    font-size: 16px;
  }

  .side-menu__link {
    font-size: 16px;
  }

  .docs__container {
    margin-right: 30px;
    margin-left: 5px;
    padding-bottom: 100px;
  }

  .docs__row {
    padding-top: 85px;
    padding-bottom: 20px;
  }

  .h1-50 {
    margin-top: 0px;
  }

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

  .errors__row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .post__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post__body {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .button__plans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 216px;
    margin-top: 0px;
    padding: 0px 20px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button__plans.mb-30 {
    width: auto;
    min-width: 216px;
  }

  .button__plans.mb-30.btn-states {
    display: inline-block;
    margin-top: 20px;
    text-align: center;
  }

  .filter__cell {
    padding-bottom: 10px;
  }

  .filter__cell.cell__intro-a-z {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .btn__a-z {
    margin-right: 11px;
    font-size: 16px;
  }

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

  .hero-wrapper-glossary.hero-wrapper--centered {
    padding-top: 90px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/Группа-масок-104.png'), -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(#fff));
    background-image: url('../images/Группа-масок-104.png'), linear-gradient(180deg, #f8f1ee, #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .tabs__menu-a-z {
    margin-top: -220px;
    padding-top: 260px;
  }

  .tabs__content-a-z {
    padding-top: 0px;
  }

  .navbar-mob {
    padding-right: 22px;
    padding-left: 13px;
  }

  .small__monk {
    top: -5%;
    right: -11%;
  }

  .info__img-1 {
    top: 41px;
    right: -18%;
    height: 155px;
  }

  .info__img-3 {
    height: 126px;
  }

  .coupon_item-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .story__date {
    max-height: 40px;
  }

  .large-logo {
    max-width: 100%;
  }

  .whitebox-grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .whitebox-item {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._750-max-w {
    margin-top: 40px;
  }

  .language-dd {
    margin-left: 10px;
  }

  .language-dd.language-dd--white {
    margin-top: 0px;
  }

  .language-dd__toggle {
    font-size: 20px;
  }

  .langiage-dd__list.w--open {
    position: absolute;
  }

  .language-dd__wrapper {
    padding-left: 10px;
  }

  .research__item {
    width: auto;
  }

  .research__item.max-w-1090 {
    margin-bottom: 40px;
  }

  .reseaarch__paragraph {
    font-size: 18px;
    line-height: 28px;
  }

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

  .leader-graph__text {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .h5-heading {
    line-height: 36px;
  }

  .holiday__white-box {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section--fcf9f8 {
    width: 100%;
    margin-top: 40px;
  }

  .btn-overlay {
    right: 68px;
  }

  .reviews-mobile {
    display: inline-block;
    max-width: 100%;
    margin-top: 30px;
  }

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

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

  .logos__img {
    display: none;
  }

  .logos__img.logos__img--mobile {
    display: block;
  }

  .ggl-ads__item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team__text {
    margin-top: 20px;
  }

  .team__images {
    margin-top: 20px;
  }

  .team__large-clmn {
    margin-bottom: 10px;
  }

  .team__small-clmn {
    grid-column-gap: 10px;
  }

  .team__large-img {
    border-radius: 14px;
  }

  .team__small-img {
    border-radius: 9px;
  }

  .lending-form {
    min-width: auto;
  }

  .hero-mobile__inner {
    left: 23px;
    max-width: 35%;
    padding-bottom: 14px;
  }

  .circle-im {
    width: 45%;
  }

  .circle-im.craw {
    height: 40px;
  }

  .langiage-dd__list-2.w--open {
    position: absolute;
  }

  .language-dd-2 {
    margin-left: 10px;
  }

  .language-dd-2.language-dd--white {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav__btns.tablet-show {
    margin-right: 0px;
    padding: 20px 6vw 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__btns.tablet-show {
    margin-right: 0px;
    padding: 0px 6vw 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__btns.tablet-show {
    margin-right: 0px;
    padding: 20px 6vw 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__btns.tablet-show {
    margin-right: 0px;
    padding: 20px 6vw 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .orange__btn {
    font-size: 14px;
  }

  .orange__btn.width-216 {
    font-size: 20px;
    line-height: 22px;
  }

  .nav__link {
    padding-left: 30px;
  }

  .hero-wrapper {
    padding: 0px;
  }

  .hero-wrapper.customers__hero-wrapper {
    padding-top: 10px;
  }

  .hero__text.product {
    max-width: 100%;
  }

  .hero__text.holiday__hero-text {
    max-width: 100%;
    min-width: auto;
  }

  .hero__text.affiliate__hero-text {
    max-width: 100%;
  }

  .hero__text.np-lp__hero-text {
    max-width: none;
    margin-top: 30px;
  }

  .hero__bluebox {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero__bluebox.hit__bluebox {
    margin-top: 0%;
  }

  .key-result__grid {
    width: 100%;
    grid-column-gap: 6vw;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    font-size: 29px;
    line-height: 37px;
    text-align: center;
  }

  .h2.h2--black {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }

  .h2.h2--black.center {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
  }

  .h2.h2--black.styleguide {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .h2.h2--black.center {
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .h2.h2--black.styleguide {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 36px;
  }

  .h2.h2--black.styleguide {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 36px;
  }

  .h2.h2--black.styleguide.max-w-700 {
    font-size: 28px;
    line-height: 36px;
  }

  .h2.h2--black.h2-new {
    font-size: 25px;
  }

  .h2.h2--black.general_mob {
    font-size: 25px;
    text-align: left;
  }

  .h2.mb_0 {
    color: #282421;
  }

  .h2.heading--black {
    padding-left: 0px;
    font-size: 29px;
    line-height: 37px;
    text-align: center;
  }

  .h2.heading--black.wdth-55 {
    max-width: 70%;
    padding-left: 0px;
    font-size: 25px;
    line-height: 32px;
  }

  .keyreasult__col {
    width: 40vw;
    height: 40vw;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(165, 95, 33, 0.15);
  }

  .keyreasult__col.mbl-hide {
    display: none;
  }

  .keyreasult__col.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .keyresult__col1.mbl-hide {
    display: none;
  }

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

  .background-grid {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    grid-row-gap: 0px;
  }

  .heading-black {
    font-size: 29px;
  }

  .teamm {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .h5 {
    font-size: 21px;
    line-height: 31px;
    text-align: center;
  }

  .case-grid__left {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .white_box {
    height: 105px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .whitebox__heading {
    font-size: 24px;
  }

  .white-box__text {
    font-size: 16px;
    line-height: 20px;
  }

  .corkboard {
    width: auto;
    height: auto;
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .corkboard-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .final-reamrks {
    padding-right: 0px;
    padding-left: 0px;
  }

  .solution-grid {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    grid-row-gap: 0px;
  }

  .notice__bg--orange {
    width: 350px;
  }

  .notice__right {
    width: auto;
    padding-left: 24px;
  }

  .thubnails__grid {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .story_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .clickleadng--btn {
    padding-top: 25px;
  }

  .footer-col1.mbl-hid {
    display: none;
  }

  .footer-col1.mbl-shw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .footer-col1.mbl-hid {
    display: none;
  }

  .footer-col1.mbl-shw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .footer-col1.mbl-hid {
    display: none;
  }

  .paragraph.margin-top {
    font-size: 14px;
  }

  .paragraph.margin-top.mbl-para {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #5a5a5a;
    font-size: 3.6vw;
    line-height: 5.9vw;
  }

  .paragraph.margin-top.mbl-para._2 {
    margin-top: 2.5vw;
  }

  .paragraph.margin-top.mbl-para._3 {
    margin-top: 2.5vw;
  }

  .paragraph.margin-top.mbl-para._4 {
    margin-top: 2.5vw;
  }

  .paragraph.margin-top.mbl-para {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 160%;
  }

  .paragraph.margin-top.mbl-para._4 {
    margin-top: 2.5vw;
  }

  .paragraph.margin-top.mbl-para._2 {
    margin-top: 2.5vw;
  }

  .paragraph.margin-top.mbl-para._3 {
    margin-top: 2.5vw;
  }

  .paragraph.color-white {
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph.size-25.mob-s {
    font-size: 17px;
  }

  .paragraph.size-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.hero__paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .image-3 {
    width: 150px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link.new {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-link.margin-right {
    margin-right: 10px;
  }

  .footer__left {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-heading {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .footer-heading.social {
    margin-bottom: 0px;
  }

  .footer-heading.social {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-heading.new {
    font-size: 16px;
  }

  .footyer__right.mbl-hide {
    display: none;
  }

  .footyer__right.mbl-shw {
    display: block;
  }

  .footyer__right.mbl-hide {
    display: none;
  }

  .story_3 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .story_2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mt-20 {
    margin-top: 30px;
  }

  .note-heading {
    margin-top: 0px;
  }

  .thubnails__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .key-result-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0px none #000;
  }

  .hero-grid {
    display: none;
    margin-bottom: 0px;
  }

  .hero-grid.mobile-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .round-shape {
    width: 40vw;
    height: 40vw;
    padding-top: 10px;
  }

  .paragraph-3 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 23px;
    line-height: 35px;
  }

  .quote-box {
    padding-right: 0px;
  }

  .h3 {
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
  }

  .h3.less-margin {
    margin-bottom: 15px;
    color: #33313c;
    line-height: 31px;
    font-weight: 900;
  }

  .h3.less-margin.right-padding {
    margin-bottom: 14px;
    padding-right: 33px;
  }

  .h3.click.slider-item {
    margin-top: 10px;
    margin-left: 0px;
  }

  .h3.less-margin {
    margin-bottom: 10px;
    color: #33313c;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
  }

  .h3.less-margin.right-padding {
    margin-bottom: 14px;
    padding-right: 33px;
  }

  .h3.marg-0.affiliate_faq {
    font-size: 16px;
    line-height: 20px;
  }

  .column-sub {
    margin-top: 0px;
  }

  .column-sub.left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-main {
    margin-bottom: 0px;
  }

  .column-main.left.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-main.left {
    display: block;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-main.left.order-first.support__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cookie-wrap {
    padding: 10px 15px;
  }

  .cookie-box {
    z-index: 999999999999999;
  }

  .report__button {
    font-size: 14px;
  }

  .report__button.width-125.cookie {
    width: 80px;
    height: 36px;
    padding-top: 5px;
    font-size: 16px;
  }

  .report__button.width-125.tablet {
    width: 41vw;
    height: 58px;
    margin-right: 0px;
    padding-right: 0vw;
    padding-left: 0px;
  }

  .report__button.width-125.cookie {
    width: 80px;
    height: 36px;
    padding-top: 5px;
    font-size: 16px;
  }

  .report__button.small {
    height: auto;
    padding: 10px 30px 14px;
    font-size: 18px;
  }

  .report__button.small.white {
    background-color: #fff;
    color: #282421;
    font-weight: 400;
  }

  .report__button.form {
    height: auto;
    padding: 7px 18px 13px;
  }

  .report__button.form.popup-btn {
    margin-top: 0px;
  }

  .report__button.in-card {
    font-size: 19px;
  }

  .cookie_text-box {
    -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;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-right: 0px;
  }

  .footer__left--text-2 {
    color: #282421;
    font-size: 14px;
  }

  .footer__left--text-2.mr_10 {
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 0px;
    border-right: 1px solid #282421;
    font-size: 3.4vw;
    line-height: 20px;
  }

  .footer__left--text-2.mr_10 {
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 0px;
    border-right-style: none;
    border-right-width: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .card__heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
  }

  .card__heading.bot-marg-12 {
    margin-bottom: 17px;
    font-size: 8vw;
    line-height: 14vw;
  }

  .card__heading.size-40 {
    font-size: 30px;
  }

  .card__heading.size-40.card_font {
    font-size: 22px;
  }

  .card__heading._404_text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .heading-h3.size-35 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .social-links {
    width: auto;
    margin-right: 25px;
    margin-bottom: 0px;
  }

  .social-links.new {
    width: 25px;
    height: 25px;
    margin-right: 0px;
  }

  .logo-2.mbl-show {
    display: inline-block;
    width: 171px;
    margin-top: -1px;
  }

  .logo-2.mbl-show.logo-small {
    width: 140px;
    margin-top: 1px;
  }

  .logo-2.mbl-hide {
    display: none;
  }

  .menu-2 {
    padding-top: 10px;
  }

  .nav_menu-2 {
    width: 100%;
    height: 70px;
  }

  .nav_menu-2.smaller-nav {
    height: 61px;
    padding-bottom: 0px;
  }

  .hero-content {
    padding-top: 0px;
  }

  .hero-content._0 {
    padding-bottom: 60px;
  }

  .hero-content._0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content._0.top-padd-50 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .hero-content._0.top-padd-50.for-tablet {
    padding-top: 20px;
  }

  .hero-content.margin-top--zero {
    padding-top: 30px;
  }

  .hero-content.margin-top--zero.research__hero-content {
    margin-top: 0px;
  }

  .hero-content.centered {
    padding-top: 10px;
  }

  .hero-content.tos__hero-content {
    padding-bottom: 20px;
  }

  .hero-content.tos__hero-content.h_404 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content.pricing__hero-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .page {
    overflow: hidden;
  }

  .page.page__faq {
    overflow: visible;
  }

  .page.ovf {
    overflow: visible;
  }

  .navbar-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav_scroll-shadow-2 {
    height: 70px;
  }

  .brand-3 {
    display: block;
    margin-top: 7px;
  }

  .brand-3.hide_m {
    display: none;
  }

  .swiper-slide {
    width: 100%;
    margin-right: 50px;
  }

  .reviews__card {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .google-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__logo-wrap {
    -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;
  }

  .google__symbole-icon {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .review-text {
    font-size: 15px;
  }

  .review__bold--text {
    padding-top: 5px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }

  .star-image {
    width: 100%;
  }

  .list_icon.cheak_hero {
    margin-right: 3px;
  }

  .google__popup-box {
    top: 30px;
    right: -17px;
    width: 270px;
  }

  .google__popup-box.adjusted {
    right: -60px;
    width: 270px;
  }

  .swiper-pagination-bullet {
    border-style: none;
    background-color: #f8f1ee;
  }

  .h_stars {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .question-circle-icon {
    display: block;
    padding-right: 3px;
  }

  .tail {
    left: 229px;
  }

  .h_company {
    width: auto;
  }

  .h_company.width-188 {
    width: auto;
  }

  .hero__btn-box {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__btn-box._20-top-padding.no-bottom-padding {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .hero__btn-box.hero__button-box--left-la {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero__btn-box.hero__button-box--left-la.negativ_by-new {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__btn-box.product__btn-box {
    margin-top: 5px;
  }

  .reviews-content {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h_review-box {
    max-width: 30%;
    min-height: 120px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .swiper-pagination {
    bottom: -67px;
  }

  .content-right-img {
    display: none;
  }

  .content-right-img.logos {
    display: none;
  }

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

  .tooltip {
    display: none;
  }

  .h_head {
    padding-right: 30px;
    padding-left: 30px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 8.5vw;
    line-height: 1.2;
    text-align: left;
  }

  .image-29 {
    width: 100%;
  }

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

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

  .gdpr-left {
    margin-top: 0px;
  }

  .hero__list-item.marg-off {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__list-item.left-marg-10 {
    margin-left: 0px;
  }

  .as-seen {
    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;
  }

  .paragraph-text-2 {
    font-size: 19px;
    line-height: 30px;
  }

  .paragraph-text-2.size-16 {
    line-height: 20px;
    text-align: left;
  }

  .paragraph-text-2.height-28 {
    font-size: 17px;
  }

  .paragraph-text-2.height-28.bot-marg-56 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .paragraph-text-2.height-28.bot-marg-56.opacity0 {
    display: none;
  }

  .fraud-card {
    max-width: 100%;
  }

  .fraud-card.reletiv_pading {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .mb-10 {
    height: 45px;
    margin-bottom: 10px;
  }

  .testi-slider__content {
    padding-right: 7vw;
    padding-bottom: 40px;
    padding-left: 7vw;
  }

  .d-flex-center.mob_title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .d-flex-center.main {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .left--content {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .left--content.mb-60 {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .badge__item.mr-20 {
    margin-right: 13px;
  }

  .leader__logo {
    margin-right: 0px;
  }

  .fraud-grid {
    margin-top: 60px;
    margin-bottom: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .fraud-grid.top-marg-50 {
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .testi-slider__mob-speaker {
    width: 100px;
  }

  .text-size-16 {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .testi-slider__icon {
    margin-right: 10px;
  }

  .container.logos {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .container.container--relative {
    z-index: 10;
  }

  .container.graph__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.container--as-seen {
    padding-top: 0px;
  }

  .container.new-container {
    padding-top: 0px;
  }

  .container.gradient-cta {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .container.no-padding {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.dropdown__container {
    padding-top: 20px;
  }

  .center__content--wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    text-align: center;
  }

  .heading-2.mb-60 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
  }

  .heading-2.mb-15 {
    margin-right: auto;
    margin-left: 0px;
    font-size: 23px;
    text-align: left;
  }

  .heading-2.size-20.center-align {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 18px;
  }

  .heading-2.black {
    font-size: 25px;
    line-height: 32px;
    text-align: left;
  }

  .heading-2.black.align-middle-text {
    text-align: center;
  }

  .heading-2.main {
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .coupon__text {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
  }

  .coupon__text.size-16 {
    font-size: 18px;
    line-height: 27px;
  }

  .coupon__text.size-16._20 {
    font-size: 18px;
    line-height: 30px;
  }

  .coupon__text.size-16._20.auto {
    width: auto;
    max-width: none;
    font-size: 17px;
    line-height: 28px;
  }

  .coupon__text.size-16.disclaimer {
    font-size: 12px;
    line-height: 31px;
  }

  .coupon__text.size-16.disclaimer.reletiv {
    top: 20px;
  }

  .coupon__text.size-16.disclaimer.reletiv.new {
    position: relative;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .coupon__text.width-63 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 29px;
    text-align: left;
  }

  .coupon__text.margins-off {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .botom-cta__btn-wrap {
    display: block;
    padding-top: 17px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .stop-content {
    max-width: none;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .heading-2-copy {
    font-size: 29px;
    line-height: 39px;
    font-weight: 900;
    text-align: center;
  }

  .heading-2-copy.wdt {
    font-size: 25px;
    line-height: 36px;
  }

  .testi-slider__img.star-tab {
    width: 155px;
  }

  .leader__heading {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #282421;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
  }

  .right-arrow {
    right: 0px;
    bottom: -15%;
    width: 40px;
    height: 40px;
  }

  .cta-btn {
    padding: 18px 35px 20px 30px;
    font-weight: 400;
    text-align: center;
  }

  .cta-btn.mb-30 {
    height: auto;
    min-width: auto;
    padding: 12px 20px 18px;
  }

  .cta-btn.mb-30.btn-states {
    height: auto;
    min-width: auto;
  }

  .cta-btn.contact__cta-btn {
    padding: 8px 15px 10px;
    white-space: nowrap;
  }

  .reviews-content-2 {
    padding-right: 0px;
  }

  .reviews-content-2.border-left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .hero__wrapper.vertical-tablet.video__hero-wrapper {
    padding-bottom: 10px;
  }

  .hero__wrapper.vertical-tablet.center {
    border-bottom: 0px none #000;
  }

  .left-arrow {
    left: 0px;
    bottom: -15%;
    width: 40px;
    height: 40px;
  }

  .stop-all {
    padding-top: 40px;
    border-bottom: 1px solid #d9d9d9;
  }

  .stop-all.top-padd-75 {
    padding-bottom: 40px;
  }

  .testi-slider__mask {
    border-radius: 73px;
  }

  .right-block {
    width: 100%;
    margin-top: 0px;
  }

  .right-block.height-300 {
    display: none;
    height: 250px;
    margin-top: 25px;
    -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;
  }

  .text-size-18 {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .leader__group-logo {
    width: 120%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-leading-click {
    overflow: hidden;
  }

  .leader__left {
    width: 100%;
  }

  .leader__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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;
  }

  .slider {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .slider.slider_ag {
    display: block;
    padding-bottom: 9px;
  }

  .monitor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    border-bottom: 1px solid #e2dbd9;
  }

  .monitor-grid.top-marg-off {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }

  .reviews-grid {
    padding-right: 10px;
    padding-left: 5px;
  }

  .section--large {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section--large.border-bottom {
    border-bottom: 1px solid #d9d9d9;
  }

  .section--large.border-bottom.mob-border-off {
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom-style: none;
  }

  .section--large.bot-border {
    padding-bottom: 40px;
  }

  .section--large.fraud {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section--large.fraud.no-100-padding-bottom.no-padding-mobile {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .mt-60 {
    display: none;
  }

  .mt-60.mbl {
    display: block;
    height: auto;
    margin-top: 20px;
  }

  .mt-60.mbl {
    display: block;
    margin-top: 20px;
  }

  .slide-nav {
    bottom: -15%;
  }

  .left-block-mobile {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .left-block-mobile._4 {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review.mbl-shw {
    display: none;
    margin-top: 30px;
  }

  .review.mbl-shw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .blocklist-destop {
    display: none;
  }

  .div-block-30 {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-name-2 {
    color: #282421;
    line-height: 21px;
  }

  .gdpr-right {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .case__hero-grid {
    float: none;
  }

  .text {
    font-size: 19px;
    line-height: 30px;
    text-align: left;
  }

  .text.caption {
    display: none;
    margin-top: 30px;
  }

  .result__card--heading-2 {
    margin-top: 0px;
    font-family: sofia-pro, sans-serif;
    color: #f87708;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
  }

  .key-result {
    display: block;
    width: auto;
    margin-top: 25px;
    padding: 10px 0px 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .result__card--text-2 {
    font-family: sofia-pro, sans-serif;
    color: #282421;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
  }

  .a-box {
    margin-top: 0px;
  }

  .report__block {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
  }

  .report__block.faq_boxes {
    margin-right: 0px;
    margin-left: 0px;
  }

  .report__block.faq_boxes.faq_sapce_mob {
    margin-bottom: 40px;
  }

  .research__text-box {
    margin-top: 9px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .research__text-box.box_text_mob {
    margin-top: 20px;
    padding: 20px;
  }

  .paragraph--grey {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .hero-wrapper__small {
    -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;
  }

  .heading-h3-3 {
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 34px;
    text-align: left;
  }

  .research__image-box {
    display: block;
    width: 75%;
    margin-top: auto;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .clicks-grid {
    display: none;
    grid-auto-flow: row;
  }

  .click-content {
    width: auto;
  }

  .click-content.slider-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 390px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    -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;
  }

  .right-arrow-2 {
    left: 84%;
    top: auto;
    bottom: -30%;
    overflow: visible;
  }

  .content-img {
    max-width: none;
  }

  .slider-3 {
    display: block;
    height: 100%;
    margin-top: 45px;
    background-color: transparent;
  }

  .slider-3.tab-show {
    margin-top: 40px;
  }

  .column__img-wrap {
    max-width: 100%;
  }

  .column__img-wrap.removing-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column__img-wrap.support {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .block_img.hide {
    display: block;
  }

  .slide-2 {
    width: 100%;
    min-height: 100%;
    margin-right: 5px;
    margin-left: 0px;
  }

  .image-20 {
    width: 60%;
  }

  .link-btns {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .common-p {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .common-p.para-center {
    line-height: 33px;
    text-align: center;
  }

  .common-p.slider-para {
    margin-bottom: 0px;
    line-height: 30px;
    text-align: center;
  }

  .left-arrow-2 {
    top: auto;
    right: 74%;
    bottom: -30%;
    overflow: visible;
  }

  .btn.left-margin {
    margin-left: 0px;
  }

  .btn.left-margin {
    margin-left: 8px;
  }

  .btn.margine-left {
    margin-left: 8px;
  }

  .mask-2 {
    overflow: visible;
    height: 100%;
  }

  .divider-old {
    display: block;
    width: 90%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 72.2%, 0.5);
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-wrapper.justified {
    padding-bottom: 0px;
  }

  .content-wrapper.justified.top-margine-80 {
    margin-top: 0px;
  }

  .content-wrapper.justified.content-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper.justified.top--bottom-margin-mobile {
    margin-top: 0px;
  }

  .slide-nav-2 {
    left: 0px;
    top: auto;
    bottom: -30%;
    width: 50%;
    background-color: transparent;
    line-height: 20px;
  }

  .for-mobile.hide {
    display: block;
  }

  .hero__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-slide {
    width: 60%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .text-block-8 {
    display: none;
    margin-bottom: 15px;
    font-family: sofia-pro, sans-serif;
    color: #282421;
    font-weight: 300;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #000;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  }

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

  .image-31 {
    width: 100%;
  }

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

  .review-mobile-3 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .leader-logo-3 {
    margin-right: 0px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 29px;
  }

  .heading-4.mb-15.wdth-90 {
    width: 100%;
    font-size: 20px;
  }

  .heading-4.mb-15.wdth-90 {
    width: 100%;
  }

  .heading-4.mb-15.wdth-90 {
    width: 100%;
  }

  .badge__text {
    text-align: left;
  }

  .mobile-hide {
    display: none;
  }

  .hide-m {
    display: none;
  }

  .bottom-btn {
    margin-top: 0px;
  }

  .bottom-btn.hide-desktop_btn {
    display: block;
  }

  .bottom-btn.hide-desktop_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .leader-right-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-33 {
    width: auto;
    max-width: 51.69792%;
    min-width: 113px;
  }

  .text-block-23 {
    padding-top: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-23.mb-10 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
  }

  .text-block-23.mb-10 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-heading--grey {
    margin-top: 0px;
    font-size: 26px;
    line-height: 31px;
  }

  .hero-heading--grey.font-weight--light {
    padding-right: 0px;
  }

  .hero-heading--grey.font-weight--light {
    padding-right: 0px;
  }

  .image-30 {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .image-32 {
    width: 95%;
  }

  .grid-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .get-detailed {
    position: static;
    padding-bottom: 0px;
    border: 1px none #000;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .google-img {
    height: 19px;
    margin-top: 6px;
    padding-right: 3px;
    line-height: 20px;
  }

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

  .reviews-grid-mobile-2 {
    display: none;
    padding-right: 10px;
    padding-left: 5px;
  }

  .mb-15 {
    margin-top: 20px;
  }

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

  .copyright-text-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #282421;
    font-size: 14px;
    font-weight: 300;
  }

  .copyright-text-3.servce {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #77736f;
    font-size: 2.8vw;
    line-height: 18px;
    text-align: center;
  }

  .copyright-text-3.servce.mob-hidden {
    display: block;
    font-size: 15px;
    line-height: 160%;
  }

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

  .footer__app-icon {
    width: 120px;
  }

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

  .footer_wrapper {
    display: none;
  }

  .footer-col {
    margin-right: 5px;
    margin-left: 0px;
  }

  .footer-col.centered {
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-col.mbl-hide {
    display: none;
  }

  .footer-col.mbl-hide.buttons-mobile {
    display: block;
    max-width: 260px;
    margin-bottom: 29px;
  }

  .footer-col.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e2dbd9;
    border-bottom: 1px solid #e2dbd9;
  }

  .footer-col.social.bot-border-off {
    border-bottom-style: none;
  }

  .footer_top-box {
    padding-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom-style: none;
  }

  .footer__app-links {
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__app-links.mob-hidden {
    display: none;
  }

  .footer {
    margin-top: 40px;
  }

  .section.bg-gradient.paddings {
    background-image: url('../images/hero_mobile.png'), -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
    background-image: url('../images/hero_mobile.png'), linear-gradient(180deg, #f8f1ee, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .section.bg-gradient.paddings.padding-80 {
    padding-top: 70px;
    padding-bottom: 3px;
  }

  .section.bg-gradient.padd-top-80 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

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

  .section.top-bottom-padding-50.bg-image-gradient {
    padding-bottom: 0px;
  }

  .section.section--of-white {
    background-image: none;
  }

  .section.minus-marg {
    margin-top: -85px;
  }

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

  .section.content--section.section--fbf8f6.vid__section {
    padding-bottom: 0px;
  }

  .section.content--section.section--fbf8f6.vid__section.section--border-bot {
    padding-bottom: 0px;
  }

  .section.top-padding {
    border: 0px solid #000;
  }

  .section.section--white {
    padding-bottom: 60px;
  }

  .section.section--fcf9f8 {
    padding-top: 40px;
    border-radius: 0px;
  }

  .graph-img {
    width: auto;
    padding-top: 40px;
  }

  .graph-img.cheq-photo {
    padding-top: 10px;
  }

  .graph-img.graph-img--desktop {
    display: none;
  }

  .graph-img.graph-img--mobile {
    display: block;
    padding-top: 0px;
  }

  .as-seen__mob {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .as-seen__large {
    display: none;
  }

  .hero__badges {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .paragraph.center-align {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .paragraph.paragraph--large.hero-list__paragpraph {
    margin-bottom: 5px;
    list-style-type: disc;
  }

  .paragraph.reem-temp {
    padding-bottom: 10px;
  }

  .column__text-wrap.clmn__padding-left {
    padding-left: 0px;
  }

  .column__text-wrap.clmn__padding-left.right-padding.max-w-540 {
    margin-top: 20px;
  }

  .column__text-wrap.clmn__padding-right {
    padding-right: 0px;
  }

  .column__text-wrap.clmn__padding-right {
    padding-right: 0px;
  }

  .column__text-wrap.clmn__padding-left {
    padding-left: 0px;
  }

  .content-clmns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-clmns.keep-ad {
    margin-bottom: 40px;
  }

  .content-clmns.desktop.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .content-clmns.desktop.flex-box.last {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .content-clmns.last {
    margin-bottom: 20px;
  }

  .content-clmns.tablet-vert {
    margin-bottom: 0px;
  }

  .content-clmns.content-clmns--last {
    margin-bottom: 10px;
  }

  .leader-content.nba {
    padding-bottom: 0px;
  }

  .support__img {
    display: block;
    margin-top: 20px;
  }

  .ordinary {
    overflow: hidden;
    background-image: none;
  }

  .table-clmn__first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 1px;
    border-right-color: #d1d1d1;
  }

  .table-clmn__first.wdout__border {
    border-bottom-width: 0px;
  }

  .table-clmn__first.wdout__border {
    border-bottom-width: 0px;
  }

  .tooltip-content-2 {
    left: 50px;
    width: 18em;
    margin-right: 0em;
    margin-left: -13em;
  }

  .table-clmn__secondary.text-center.wdout__border {
    border-bottom-width: 0px;
  }

  .table-clmn__secondary.text-center.wdout__border {
    border-bottom-width: 0px;
  }

  .table-clmn__secondary.middele {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .table-clmn__secondary.middele.top-cell {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .column_wrap.padding-20 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .image-35 {
    width: 100px;
    height: auto;
    max-width: 170px;
    margin-left: 0px;
    font-size: 16px;
  }

  .image-35.bot-margine-20 {
    width: 90%;
  }

  .text-block-4 {
    padding-bottom: 5px;
    color: #282421;
    font-size: 13px;
    line-height: 19px;
  }

  .image-37 {
    display: none;
  }

  .col-white {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .table-clmn__main.bg-white.border-top-bottom.box-shadow {
    width: 100%;
    text-align: left;
  }

  .table-clmn__main.bg-white.sahdow-left-right.wd_out-border {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: none;
  }

  .table-clmn__main.bg-white.sahdow-left-right._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-clmn__main.bg-white.sahdow-left-right.heading-cell {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .tooltip-trigger {
    -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;
  }

  .tooltip-trigger.mobile__trigger--1 {
    position: absolute;
    left: 47px;
    top: auto;
    right: auto;
    bottom: -7px;
  }

  .tooltip-trigger.mobile__trigger--1.left-margin {
    display: none;
  }

  .tooltip-trigger.mobile__trigger--1.left-margin {
    display: none;
  }

  .tooltip-trigger.mobile_trigger--1 {
    position: absolute;
    left: 40px;
    top: auto;
    right: auto;
    bottom: -7px;
  }

  .tooltip-trigger.mobile_trigger--1 {
    position: static;
    left: 10px;
    top: auto;
    right: auto;
    bottom: -7px;
  }

  .tooltip-trigger.mobile_trigger--1.left-margin {
    display: none;
  }

  .grid-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .compare-table {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(150px, auto) minmax(150px, auto) minmax(150px, auto) minmax(150px, auto);
    grid-template-columns: minmax(150px, auto) minmax(150px, auto) minmax(150px, auto) minmax(150px, auto);
  }

  .wrapper {
    position: static;
    overflow: visible;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper.table__wrapper {
    overflow: auto;
    width: auto;
    margin-bottom: 0px;
  }

  .text-center {
    padding-right: 20px;
    padding-left: 20px;
    color: #282421;
    font-size: 13px;
    line-height: 19px;
  }

  .ordinary__col--text {
    max-width: 100%;
    font-size: 13px;
    line-height: 19px;
  }

  .ordinary__col--text.max-width_80 {
    width: 87px;
    max-width: 100%;
  }

  .ordinary__col--text.max-width_60 {
    display: inline;
  }

  .ordinary__col--text._1.dark-gray-text {
    font-size: 13px;
    text-align: center;
  }

  .ordinary__col--text.max-width-90px {
    width: 65px;
  }

  .ordinary__col--text.max-width_70 {
    width: 85px;
    max-width: 100%;
  }

  .ordinary__col--text.mobile-inline {
    display: inline;
  }

  .ordinary_col--content {
    position: relative;
    width: 100%;
  }

  .ordinary_col--content.mobile-inline-wraper {
    display: block;
    max-width: 100%;
    padding-right: 5px;
  }

  .monitor {
    display: block;
    width: 460px;
    max-width: 108%;
    margin-left: -21px;
  }

  .monitor.why-us-page {
    width: 100%;
    margin-left: 0px;
  }

  .monitor.monk-page {
    width: 100%;
    margin-left: 0px;
  }

  .reviews__link-box {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .reviews__link-box.padding-reviews {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-9 {
    display: block;
  }

  .h-box-2 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .h_wrapper-3 {
    width: 100%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .coupon-icon {
    width: auto;
    height: auto;
  }

  .get_started {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .get_started.margin_top_0 {
    margin-bottom: 0px;
  }

  .coupon_item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-3-2 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }

  .heading-3-2.mb-20 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
  }

  .heading-3-2.mb-20 {
    text-align: center;
  }

  .heading-3-2.mb-20.middle-headline {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .heading-3-2.mb-20.middle-headline._6-down-padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-3-2.mb-20 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .coupon-wrapper {
    margin-top: 30px;
  }

  .center-heading---page {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 900;
    text-align: center;
  }

  .coupon_image {
    height: 140px;
  }

  .img-hero {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .img-hero.mob-hidden {
    display: none;
  }

  .img-hero.mob-hidden.hit__img-hero {
    display: block;
  }

  .lead-click-section {
    padding: 3px 0px 20px;
  }

  .lead-click-section.lead-click--transperent {
    padding-bottom: 0px;
  }

  .header-h3.mob-size-22 {
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }

  .teacopy {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .team__members {
    width: 85%;
    margin-top: 30px;
  }

  .stories {
    width: auto;
    padding-top: 45px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .solution-grid__stats {
    width: auto;
    height: auto;
    margin-top: 35px;
    margin-bottom: 53px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .quote {
    padding-right: 25px;
  }

  .case__final {
    padding-right: 0px;
  }

  .case__solution-grid {
    padding-bottom: 40px;
    grid-row-gap: 0px;
  }

  .link {
    font-size: 18px;
  }

  .grid-12 {
    padding-top: 20px;
    padding-bottom: 90px;
    padding-left: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case__bg-grid {
    width: 100%;
    padding-bottom: 30px;
    grid-row-gap: 0px;
  }

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

  .notice {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .meta-google-box {
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .meta-google-box.center-top-margin-15 {
    margin-top: 15px;
  }

  .meta-google-box.justify-center.negative_meta {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .meta-google-svg {
    width: auto;
  }

  .meta-google-svg.negative_v {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .meta-google-svg.negative_v.left {
    width: auto;
  }

  .meta-google-svg.negative_v {
    margin-right: 0px;
    margin-left: 0px;
  }

  .google-meta-image {
    position: relative;
    width: auto;
    height: 18px;
    max-width: none;
  }

  .table-logo {
    width: auto;
  }

  .tick-image {
    margin-bottom: 19px;
  }

  .image-old-logos {
    display: none;
  }

  .logo-inside-post {
    max-width: 330px;
    margin-bottom: 20px;
    padding-right: 30px;
  }

  .video-placeholder {
    height: 190px;
  }

  .v-box {
    padding-top: 10px;
  }

  .v_header-box {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .v_card {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .v_card-image {
    height: 130px;
    padding-top: 10px;
  }

  .card_header {
    line-height: 130%;
  }

  .hero-wrapper3 {
    -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;
  }

  .swiper-slide-box {
    height: auto;
    padding: 20px 25px 33px;
    border-radius: 30px;
  }

  .slide_image {
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .n_card {
    padding: 30px 22px 30px 20px;
  }

  .n_card.height-418.bot-marg-mob-60 {
    margin-bottom: 60px;
  }

  .card_author-stars {
    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stars_image {
    margin-right: 0px;
    margin-left: 32px;
  }

  .sourse_logo-box {
    margin-left: 0px;
  }

  .card_quote-box {
    width: 20px;
  }

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

  .n_button-box.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
  }

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

  .banner-box.padding-bottom {
    padding-bottom: 40px;
  }

  .banner-text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .banner-vid {
    width: 100%;
  }

  .white-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
  }

  .white-heading.margin-top {
    margin-top: 19px;
  }

  .banner_author-box {
    margin-top: 35px;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .banner_author-photo {
    width: 100px;
    height: 100px;
    margin-right: 0px;
  }

  .banner_author-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .banner_author-image {
    width: 50%;
  }

  .slide_text-box {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .slide_logos-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide_logo {
    width: 130px;
    margin-bottom: 11px;
  }

  .hero {
    display: block;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero.hero__bot-zap {
    padding-top: 30px;
    background-position: 100% 112%, 0px 0px;
  }

  .hero.hero1--agencies {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf6f5), to(#fff));
    background-image: linear-gradient(180deg, #faf6f5, #fff);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.hero1__competitors {
    background-position: 10vw 450px, 0px 0px;
  }

  .hero.hero1__case-studies {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url('../images/Click-fraud-shapes-ClickCease-protection_v2.svg'), linear-gradient(164deg, #fbf1ec, #fff 51%, #fbf7ea);
    background-position: 10vw 360px, 0px 0px;
    background-size: 160vw, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.hero__product {
    background-position: 100% 121%, 0px 0px;
  }

  .hero.hero__product.extra-padding-bottom {
    padding-top: 40px;
    background-position: 100% 120%, 0px 0px;
  }

  .hero.hero1__neil {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.hero1--whyus {
    background-position: 100% 450px, 0px 0px;
  }

  .hero.hero1--howitworks {
    background-image: url('../images/agencies-bg-new.svg'), -webkit-gradient(linear, left top, left bottom, from(#faf6f5), to(#fff));
    background-image: url('../images/agencies-bg-new.svg'), linear-gradient(180deg, #faf6f5, #fff);
    background-position: 100% 100%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero.race__hero {
    background-position: 100% 121%, 0px 0px;
  }

  .hero.hero1--off-white-video {
    background-color: #fcfafa;
  }

  .hero.dark-background {
    padding-bottom: 40px;
  }

  .hero.monk__hero1 {
    padding-top: 30px;
    background-image: none;
  }

  .hero.hero--holiday {
    background-image: url('../images/hero_holiday.svg');
    background-position: 120px -40px;
    background-size: 320px;
    background-repeat: no-repeat;
  }

  .hero.affiliate__hero {
    padding-top: 30px;
    background-position: 100% 112%, 0px 0px;
  }

  .hero.race__hero {
    background-position: 100% 100%, 0px 0px;
  }

  .hero.bdr__hero {
    background-image: url('../images/bdr-mobile-bg.png'), linear-gradient(164deg, #fbf1ec, #fff 53%, #fbf7ea);
    background-size: cover, auto;
  }

  .h1-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .h1-heading.centered-mob {
    margin-bottom: 20px;
    text-align: center;
  }

  .h1-heading.h1-main--margin-bottom {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
  }

  .h1-heading.h1-main--margin-bottom.center-align-mobile {
    margin-top: 0px;
    text-align: center;
  }

  .h1-heading.h1-main--margin-bottom.contact_h1 {
    margin-top: 0px;
    font-size: 30px;
  }

  .h1-heading.heading-1.comp__heading-1 {
    text-align: left;
  }

  .h1-heading.product__h1-main {
    max-width: 100%;
  }

  .h1-heading.h1-heading--mobile-small {
    font-size: 25px;
    line-height: 129%;
  }

  .hero__text-box {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero__text-box.product__text-box {
    margin-top: 0px;
  }

  .hero__text-box.agencies__text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 46px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__listbox {
    display: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero__listbox.center {
    display: none;
    margin-top: 18px;
  }

  .hero1_info-box {
    display: none;
    margin-top: 18px;
    margin-left: 0px;
  }

  .section__title {
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section__title.title--680.al-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .d_card-item {
    margin-bottom: 51px;
  }

  .d_card-item.in-slider {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_card_image {
    margin-top: 7px;
  }

  .button_box.review__btn-box {
    margin-top: 100px;
  }

  .width-75 {
    position: relative;
  }

  .hero__heading {
    width: 100%;
    padding-bottom: 10px;
  }

  .hero__heading.hero1--centered {
    padding-bottom: 0px;
    text-align: center;
  }

  .blocklist-destop1 {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .blocklist-destop1.mob {
    display: block;
  }

  .d-button-box.top-marg-50 {
    margin-top: 40px;
  }

  .slider-4 {
    display: none;
  }

  .popup_form {
    width: 90vw;
    padding: 20px 32px;
  }

  .text-field {
    width: 100%;
    padding-left: 22px;
  }

  .select-field {
    padding-left: 22px;
  }

  .form_button-box {
    margin-top: 17px;
  }

  .invite-text-box {
    padding-left: 15px;
  }

  .close-btn.second {
    top: 25px;
    right: 25px;
  }

  .hero_cards-box.contanct__cards-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .hero_cards-box.contanct__cards-box._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin: 20px auto;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero_cards-box.no-bottom-margin-mobile {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .hero-card {
    margin-bottom: 20px;
    border-radius: 42px;
  }

  .hero-card._404_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: none;
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    clear: none;
    -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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-card._404_box.case {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-card.contact_cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card_button-box {
    margin-top: 20px;
  }

  .d-wrap {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .email-form-box {
    border-radius: 30px;
  }

  .horizontal-flex.margin_top_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
  }

  .horizontal-flex.margin_top_bottom.agency {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
    border-radius: 30px;
    box-shadow: 1px 1px 30px 0 rgba(50, 45, 45, 0.11);
  }

  .horizontal-flex.margin_top_bottom.button_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(50, 45, 45, 0.11);
  }

  .horizontal-flex.max-width-800.margin-bottom {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .horizontal-flex.max-width-800.margin-bottom.mob {
    margin-bottom: 10px;
  }

  .success {
    max-width: 70vw;
  }

  .success.small-padd {
    padding-right: 0px;
    padding-left: 0px;
  }

  .error-message {
    max-width: 250px;
  }

  .error {
    max-width: 250px;
  }

  .image-in-slider {
    width: 100%;
  }

  .image-in-slider.width-110 {
    width: 100%;
  }

  .hero-right1 {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 120%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .a1-box {
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .a1_block {
    margin-bottom: 40px;
  }

  .a1_image {
    height: 240px;
  }

  .a1_text {
    padding-right: 25px;
    padding-left: 25px;
  }

  .a1_icon.width-263 {
    width: 190px;
  }

  .a1_check-box {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-cover {
    width: 100%;
    height: 100%;
  }

  .q-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .q_cards-box {
    margin-top: 20px;
  }

  .q_card-text {
    padding-top: 20px;
  }

  .q_wrap {
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .q_wrap.basepoint-vertic {
    margin-top: 0px;
    margin-bottom: 4px;
  }

  .hero_right-image {
    border-radius: 24px;
  }

  .h-image {
    display: none;
  }

  .hero_logo {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero_logo.max-w-250 {
    display: block;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .hero_logo.max-w-220 {
    max-width: 180px;
    margin-top: 10px;
  }

  .hero_logo.rounded {
    max-width: 180px;
    padding: 10px;
  }

  .hero_logo.rounded.width-240 {
    display: block;
    max-width: 220px;
  }

  .h-mobile-image {
    display: block;
    min-height: auto;
    border-radius: 38px;
  }

  .saved-graphic__img {
    width: 100%;
  }

  .help-text {
    font-size: 15px;
  }

  .help-text.help-text--large {
    line-height: 150%;
  }

  .hero__image-box.neil-hero {
    display: none;
  }

  .hero__image-box.agencies__image-box {
    display: block;
    width: 100vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__image-box.hero1__image-box--centered.monk__image-box {
    width: 100%;
  }

  .hero__image-box.rmk__image-box {
    display: block;
    width: 100vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-card_block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .fraud-block_grid {
    margin-top: 30px;
    margin-bottom: 60px;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

  .footer-links_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clickcease-text_wrapper {
    margin-top: 10px;
  }

  .pricing-card-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-card_details {
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-card_details-item {
    line-height: 24px;
  }

  .platform-img {
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }

  .pricing-toggle {
    left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .orange-btn {
    padding: 18px 35px 20px 30px;
    font-weight: 400;
    text-align: center;
  }

  .orange-btn.mb-30 {
    padding: 12px 20px 18px;
  }

  .orange-btn.mb-30 {
    height: 54px;
    padding: 12px 20px 18px;
  }

  .orange-btn.mb-30.btn-states {
    height: auto;
    min-width: auto;
    padding: 11px 27px 15px;
    font-size: 18px;
  }

  .orange-btn.mb-30.btn-states {
    height: auto;
    min-width: auto;
    padding: 11px 27px 15px;
    font-size: 18px;
  }

  .switch-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }

  .pricing-card_slider-text {
    margin-bottom: 20px;
  }

  .pricing-card_slider-text.text--tooltip {
    margin-left: -8px;
  }

  .research__cta {
    font-size: 14px;
  }

  .research__cta.a_box {
    margin-top: 13px;
  }

  .pricing-footer {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .features-wrapper {
    margin-bottom: 15px;
    padding-top: 0rem;
    font-size: 16px;
  }

  .comp-hero__body {
    padding-top: 60px;
  }

  .heading-1 {
    width: 100%;
    margin-top: 10px;
    font-size: 29px;
    line-height: 35px;
  }

  .hero__image {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stats {
    margin-top: 0px;
  }

  .h2-heading {
    font-size: 26px;
    line-height: 120%;
  }

  .h2-heading.h2-heading--center {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .h2-heading.align-center {
    margin-bottom: 20px;
  }

  .h2-heading.align-center.h2-heading--limit-width {
    max-width: 630px;
    line-height: 142%;
    text-align: center;
  }

  .h2-heading.align-center.text-page__h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }

  .h2-heading.benefits__h2-heading {
    display: none;
    line-height: 37px;
    text-align: center;
  }

  .h2-heading.mob {
    display: block;
  }

  .stats__table {
    margin-bottom: 0px;
  }

  .stats__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .stats__item.stats__item--last {
    margin-bottom: 0px;
  }

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

  .stats__text.icons_txt {
    font-size: 20px;
  }

  .comp-grid {
    max-width: none;
    min-width: 500px;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 30% 35% 35%;
    grid-template-columns: 30% 35% 35%;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .comp-grid__text {
    color: #282421;
    font-size: 13px;
    line-height: 19px;
  }

  .comp-grid__checkmark {
    width: 20px;
  }

  .bottom-footer_center {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-mobile {
    z-index: 9;
  }

  .hero-mobile.neil-lp__hero-mobile {
    display: block;
    margin-top: 20px;
  }

  .quote-text {
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
  }

  .subquote-text {
    max-width: 100%;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }

  .hero-image-mobile {
    width: 100%;
  }

  .audit {
    background-position: 50% 60%;
  }

  .report__btn {
    bottom: 40px;
    margin-top: 0px;
  }

  .hero__text-clmn {
    padding-top: 0px;
  }

  .audit__text-clmn {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .audit__body {
    padding-bottom: 120px;
  }

  .main-img.main-img--smaller.keyword {
    max-width: 100%;
    margin-top: -20px;
  }

  .h3-heading {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .subheading {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 29px;
  }

  .hero-img {
    height: auto;
    max-width: 110vw;
  }

  .hero-img.race__hero-im {
    width: 120%;
    max-width: 120%;
    margin-top: -20px;
  }

  .button-wrapper.block {
    display: block;
    width: 100%;
  }

  .button-wrapper.mob-nomargin {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .divider {
    width: 100%;
    height: 1px;
    max-height: 1px;
    padding: 0px;
    background-color: #d9d9d9;
  }

  .divider.divider--mobile {
    display: block;
  }

  .cta-wraper-desktop {
    display: none;
  }

  .cta-wraper-mob {
    display: block;
  }

  .cta-wraper--centered.general_btn {
    display: none;
  }

  .hero__container {
    padding-top: 40px;
  }

  .hero__container.product__hero-container {
    padding-top: 30px;
  }

  .cheq-logo {
    width: 130px;
    margin-bottom: 4px;
  }

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

  .clickcease-app-div {
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .clickcease-app-div.overflow-hidden {
    margin-top: 20px;
  }

  .clickcease-app-div.overflow-hidden.hide {
    display: none;
  }

  .clickcease-app-div.overflow-hidden.hide.minus-marg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-title.content-title--marg-bot {
    margin-bottom: 20px;
  }

  .content-title.content-title--marg-bot {
    margin-bottom: 20px;
  }

  .content-list {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list__icon {
    margin-bottom: 10px;
  }

  .platforms {
    margin-top: 20px;
  }

  .platforms__item {
    width: 100%;
  }

  .paragraph--old.hero__paragraph {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
  }

  .paragraph--old.hero__paragraph.hero__paragraph--wide {
    display: block;
    text-align: center;
  }

  .content__single-img {
    max-width: none;
  }

  .steps {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .steps.bot-zap__steps {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .steps__item {
    max-width: 100%;
  }

  .steps__item.steps__item--wide {
    max-width: none;
  }

  .steps__item.affiliate_boxes {
    max-width: 90%;
  }

  .product__compare-grid {
    width: 500px;
    min-width: 500px;
    margin-top: 20px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.25fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .table-logos-desktop {
    display: none;
  }

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

  .main-content-clmns {
    margin-top: 20px;
  }

  .column-img {
    margin-top: 0px;
  }

  .products-cta {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-subhead {
    width: 100%;
    margin-top: 11px;
    font-size: 20px;
    font-weight: 300;
  }

  .text-subhead._24px {
    font-size: 20px;
    line-height: 30px;
  }

  .link-new {
    display: block;
  }

  .products-cta__text {
    padding-right: 5%;
  }

  .div-block-37 {
    margin-top: 0px;
  }

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

  .paragraph-text-2 {
    font-size: 19px;
    line-height: 30px;
  }

  .image-107.mobile-show {
    display: block;
  }

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

  .orange-span.nobreak-span {
    white-space: normal;
  }

  .checklist__item {
    margin-bottom: 0px;
  }

  .checklist__icon {
    width: 20px;
    margin-top: 8px;
    margin-right: 10px;
  }

  .checklist__icon.mobile_icon {
    margin-top: 4px;
  }

  .price {
    margin-top: 20px;
  }

  .price__body {
    width: 280px;
    height: 280px;
  }

  .price__inner {
    width: 270px;
    height: 270px;
  }

  .column__bg-vid {
    margin-top: 20px;
  }

  .table-logos-mobile {
    display: block;
  }

  .cta-headline {
    margin-bottom: 22px;
    color: #282421;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .bot-traffic-image {
    margin-left: 0px;
    padding-right: 0px;
  }

  .wordpress-logos {
    margin-top: 20px;
  }

  .benefits {
    padding-bottom: 50px;
  }

  .benefits__row {
    margin-bottom: 0px;
  }

  .benefits__item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 25px 26px;
    border-radius: 25px;
  }

  .cta-wrapper {
    margin-top: 30px;
  }

  .agencies__hero {
    display: none;
  }

  .agencies__hero.agencies__hero--mob {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .agencies__hero.hero-img__offset {
    display: none;
  }

  .agencies__hero.hero-img__offset-copy {
    display: none;
  }

  .agencies__hero.agencies__hero--mob-copy {
    display: none;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .contact-section {
    padding-top: 0px;
  }

  .description__body.affiliate-product {
    margin-top: 20px;
  }

  .description__bg {
    display: none;
  }

  .description__bg.description__bg--mb {
    display: block;
  }

  .desription__row {
    overflow: visible;
  }

  .description__item {
    min-height: auto;
    padding-top: 40px;
  }

  .faq {
    padding-top: 20px;
  }

  .faq__body {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq__inner {
    display: none;
    padding-right: 5%;
  }

  .faq__sign.faq__sign--abs {
    min-height: 24px;
    min-width: 24px;
  }

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

  .hero__list {
    padding-left: 20px;
  }

  .navbar {
    padding: 15px 20px 17px;
  }

  .navbar__logo {
    padding-left: 0px;
  }

  .navbar__logo-img {
    max-width: 94%;
  }

  .navbar__burger {
    width: 25px;
  }

  .navbar__btns {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown__items.product__items {
    padding-right: 24px;
  }

  .navbar__shadow {
    display: block;
  }

  .dropdown__overlay--mobile {
    display: none;
  }

  .section-get-started {
    padding-bottom: 40px;
  }

  .section_webinar_hero {
    padding-top: 75px;
  }

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

  .button_rounded_white._100 {
    width: 100%;
    text-decoration: none;
  }

  .section-join {
    padding-top: 0px;
  }

  .centre_vertical_wrapper.justify_top._w-30 {
    margin-bottom: 40px;
  }

  .grid_3_column.mt_60px {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading_24_600.no-margin {
    font-size: 23px;
    text-align: left;
  }

  .faq-new {
    padding-bottom: 60px;
  }

  .faq-horizintal-wrapper {
    position: relative;
    padding-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-sticky-wrapper {
    position: absolute;
    left: -20px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 1px;
    height: 100%;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-wrapper {
    position: relative;
    z-index: 4;
    width: auto;
  }

  .faq-sticky-scroll-to-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100vw;
    padding: 20px 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
    box-shadow: none;
  }

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

  .text-block_20px_400.centre.line-height-30 {
    font-size: 18px;
    line-height: 27px;
  }

  .text-block_20px_400.centre.line-height-30.general_lp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }

  .text-block_20px_400.centre.general_p {
    font-size: 16px;
    font-weight: 300;
  }

  .img-icon-circle-dot {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .img-icon-circle-dot.tablet_no_margin.dot_menu {
    height: 15px;
    margin-top: 9px;
    margin-bottom: 11px;
    padding-right: 10px;
    padding-bottom: 3px;
  }

  .img-icon-circle-dot.dot_mob {
    height: 14px;
    margin-top: auto;
    margin-bottom: 9px;
    padding-top: 0px;
    padding-right: 12px;
  }

  .faq-question-wrap {
    padding-right: 7px;
    padding-left: 7px;
  }

  .faq-question-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .question-title.sub_title {
    font-size: 18px;
    line-height: 1.4;
  }

  .faq-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .plus-icon.plus_mob_icon {
    font-size: 18px;
  }

  .faq-paragraph.text_mob {
    font-size: 16px;
  }

  .plans-payment-wrapper {
    margin-top: 0px;
  }

  .features-wrapper-faq {
    margin-top: 0px;
  }

  .click-fraud-fundamentals-wrapper {
    margin-top: 0px;
  }

  .agency-wrapper {
    margin-top: 0px;
  }

  .section_aboutus_hero {
    height: 190px;
    background-size: 520px;
  }

  .container_nopadding {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider_about_wrapper {
    margin-top: 0px;
  }

  .slider_about {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask_about_slider {
    width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .slide_about {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 17px 13px;
  }

  .section_campaings_numbers {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .textblock_linear-style.general_h1 {
    padding-bottom: 6px;
    font-size: 30px;
  }

  .link-scroll-to.selected {
    font-size: 14px;
    letter-spacing: -0.1px;
  }

  .scoll-too {
    margin-top: -140px;
    padding-bottom: 140px;
  }

  .section_whyride {
    padding-bottom: 0px;
  }

  .flex-wrapper.general {
    margin-top: 21px;
    margin-bottom: auto;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-wrapper.general.new {
    margin-top: 0px;
  }

  .text-page__item {
    margin-bottom: 40px;
  }

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

  .list {
    padding-left: 30px;
  }

  .aff-testi {
    padding-top: 0px;
  }

  .currency {
    right: 20px;
  }

  .currency__toggle.toggle--usd {
    padding-left: 26px;
    background-size: 20px;
  }

  .currency__icon {
    margin-left: 5px;
  }

  .plans__body {
    max-width: none;
  }

  .card__desc-text {
    font-size: 14px;
  }

  .card__desc-text.standard {
    font-weight: 600;
  }

  .list-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .list-paragraph {
    font-weight: 300;
  }

  .btn-wrapper {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .btn-wrapper.margin-top10 {
    margin-top: 10px;
  }

  .compare {
    z-index: 1;
    margin-top: 0px;
  }

  .compare__content {
    margin-top: 20px;
  }

  .blocklist-mob {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .compare__clmn.clmn--large.clmn__block {
    padding-right: 0px;
  }

  .compare__clmn.clmn--large.clmn__block.clmn--pad-right10 {
    padding-right: 10px;
  }

  .compare__clmn.clmn--large.clmn__block.clmn--pad-right20 {
    padding-right: 20px;
  }

  .hero1__tablet-img {
    position: relative;
    left: -20px;
    display: none;
    width: 120%;
    max-width: 115%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .compare__heading {
    font-size: 15px;
    font-weight: 400;
  }

  .compare__tab-title.tab-title--mobile {
    font-size: 16px;
  }

  .compare__title-text {
    font-size: 14px;
    line-height: 18px;
  }

  .hero1__mob-img {
    position: relative;
    left: -20px;
    display: block;
    width: 120%;
    max-width: 115%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-30.clipped {
    margin-top: 20px;
    font-size: 80px;
  }

  .text-block-31 {
    font-size: 25px;
    line-height: 35px;
  }

  .link-block-2.border_box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 130px;
    max-height: none;
    max-width: 140px;
    min-height: auto;
    margin: 5px;
    padding-top: 2px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .new-tooltip {
    top: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    max-width: 20px;
    min-width: 16px;
  }

  .new-tooltip.tooltip--inline {
    left: 5px;
    top: 4px;
    margin-left: 0px;
  }

  .new-tooltip.card__tooltip {
    top: 0.25em;
    right: -16px;
  }

  .new-tooltip.card__tooltip.pricing__std--tooltip {
    margin-right: -16px;
  }

  .new-tooltip__icon {
    max-width: 16%;
    min-width: 16px;
  }

  .new-tooltip__arrow {
    bottom: 20px;
  }

  .new-tooltip__arrow.tooltip__arrow--bottom {
    top: 18px;
  }

  .new-tootlip__body {
    left: -50px;
    bottom: 28px;
    min-width: 250px;
  }

  .new-tootlip__body.card__tooltip-body {
    position: absolute;
    left: auto;
    top: 40px;
    right: 0%;
    bottom: auto;
    min-width: 260px;
    margin-right: auto;
    margin-left: 0px;
  }

  .new-tootlip__body.card__tooltip-body.new-tooltip__visits {
    top: 28px;
    right: -10px;
    height: 140px;
  }

  .new-tootlip__body.bot-zap__tooltip {
    left: -100px;
  }

  .new-tootlip__body.tooltip__wp {
    left: -100px;
  }

  .new-tootlip__body.ggl-fb__tooltip {
    left: auto;
    top: 28px;
    right: -30px;
    min-width: 250px;
  }

  .new-tootlip__body.tooltip-body--left-10 {
    left: -10px;
  }

  .new-tootlip__body.tooltip-body--left-30 {
    left: -40px;
  }

  .new-tooltip__p {
    font-size: 14px;
    line-height: 20px;
  }

  .new-tooltip__container {
    z-index: 15;
    max-width: 180px;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .price-span {
    font-size: 18px;
  }

  .pricing__faq {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 40px;
  }

  .pricing__faq.margin-changes {
    margin-top: 22px;
    margin-bottom: 60px;
  }

  .company__text {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
  }

  .contdown__item {
    width: 25%;
    min-width: 67px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .countdown__text {
    font-size: 14px;
  }

  .websites-grid-2 {
    padding-bottom: 0px;
  }

  .p-quote__icon {
    width: 32px;
  }

  .hero-review {
    margin-bottom: 20px;
  }

  .content-right-img-2 {
    display: none;
  }

  .center-heading {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 39px;
    font-weight: 900;
    text-align: center;
  }

  .center-heading.footer-top-heading {
    width: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8vw;
    line-height: 1.2;
  }

  .center-heading.footer-top-heading.footer-heading {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 39px;
  }

  .center-heading.shop__heading {
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .human-fraud-grd {
    max-width: 100%;
  }

  .text-block-33 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .p-quote__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .review-1-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .review-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .botnets {
    width: 120px;
    height: 120px;
  }

  .partner-hero {
    display: block;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .partner-hero.pricing {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .partner-hero.pricing.neil-lp {
    padding-top: 30px;
  }

  .center_small--heading {
    line-height: 25px;
  }

  .leader-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .leader-section.hide-logo {
    display: none;
  }

  .wrapper-4 {
    position: static;
    overflow: visible;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-2 {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-size-16 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
  }

  .paragraph-size-16.mb-70 {
    margin-bottom: 20px;
  }

  .websites-div-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    border-bottom-style: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .websites-div-3.less-marg-bot {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .img-8 {
    width: auto;
    height: auto;
  }

  .footer-wrapper {
    padding: 40px 20px 50px;
    background-color: #fcfbf9;
  }

  .paragraph--mobile {
    display: block;
    margin-top: 9px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }

  .ordinary__col--text-2 {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-34 {
    color: #282421;
    font-size: 13px;
    line-height: 19px;
  }

  .image-61 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .coupon-box {
    margin-bottom: 15px;
  }

  .websites-paragraph-3 {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 1.5;
  }

  .websites-paragraph-3.left-align {
    padding-right: 20px;
    padding-left: 20px;
  }

  .websites-paragraph-3.left-align {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .logos {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-mobile__quote-text {
    font-size: 5vw;
    line-height: 6vw;
  }

  .hero-mobile__subquote {
    max-width: 70%;
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-42 {
    display: none;
  }

  .limited-time {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .reviews_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-2 {
    font-size: 29px;
    line-height: 39px;
    font-weight: 900;
    text-align: center;
  }

  .heading-2-2._270 {
    font-size: 29px;
  }

  .animate-image {
    display: block;
  }

  .animate-image.hide-m {
    display: none;
  }

  .review-grid__location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section--cta-gradient {
    padding-top: 0px;
    background-image: none;
  }

  .leder-left-4 {
    width: 100%;
  }

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

  .button-9 {
    max-width: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gdpr-heading {
    margin-top: 10px;
    color: #282421;
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }

  .gdpr-heading.soft {
    width: auto;
    padding-left: 0px;
    font-size: 8vw;
    line-height: 1.2;
  }

  .image-125 {
    margin-top: 0em;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .cta-wrapper-2 {
    padding: 40px 20px 50px;
    background-color: #fcfbf9;
  }

  .review-grid__item {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-paragraph {
    display: none;
    padding-right: 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .hero-paragraph.hero-paragraph--white {
    display: block;
  }

  .review-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .disclaimer {
    font-size: 13px;
    line-height: 6vw;
  }

  .disclaimer.small-type {
    width: 92px;
    margin-right: 0vw;
  }

  .button-11 {
    max-width: 220px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_bg--image-3 {
    padding-top: 40px;
    background-image: none;
  }

  .spyfu-banner__logo {
    width: 55px;
  }

  .spyfu-banner__text {
    font-size: 12px;
  }

  .spyfu-banner__text.size-14-bold {
    font-size: 10px;
  }

  .spyfu-banner__text.size-14 {
    font-size: 10px;
  }

  .leader-wrapper-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .center-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 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;
  }

  .mbile-reviews-show-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .spyfu-img {
    width: auto;
    height: auto;
  }

  .spyfu-img.spyfu-img__hero-img {
    left: 20%;
    right: 0%;
    width: 80%;
    min-width: 260px;
  }

  .hero-spyfu {
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .websites-div-w-4 {
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: none;
    text-align: center;
  }

  .spyfu-banner {
    top: -10px;
    min-width: 120px;
    margin-right: -20%;
  }

  .hero__image-wrapper {
    border-bottom-style: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .pricing__bottom {
    padding-bottom: 40px;
  }

  .partner-plans__body {
    padding-top: 40px;
  }

  .plans-extra_divider {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .login {
    width: 41vw;
    height: 58px;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-11 {
    width: auto;
    height: auto;
  }

  .prestashop__hero {
    background-image: url('../images/Background-mob.svg');
    background-position: 0% 100%;
    background-size: 150%;
  }

  .prestashop__hero.store__hero {
    background-image: url('../images/Background-mob.svg');
    background-position: 10px 530px;
    background-size: 170%;
    background-repeat: no-repeat;
  }

  .presta-hero-img {
    display: block;
    max-width: 120%;
    margin-top: -30px;
  }

  .heading__light-span {
    font-size: 16px;
    line-height: 24px;
  }

  .webinar__text-clmn {
    padding-top: 20px;
  }

  .currency_flag {
    width: 20px;
  }

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

  .breaking--none {
    white-space: nowrap;
  }

  .span--mob-hide {
    display: none;
  }

  .compare__select-block {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 10;
    margin-top: 0px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .form-2 {
    background-color: #fff;
  }

  .compare__select {
    min-height: 38px;
    min-width: 150px;
    padding-top: 4px;
    line-height: 31px;
  }

  .cta-type__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cta-type__radio {
    width: 18px;
    height: 18px;
  }

  .cta-type__radio.w--redirected-focus {
    box-shadow: 0 0 1px 1px #282421;
  }

  .pricing-card__contact-text {
    font-size: 45px;
  }

  .contact-text {
    font-size: 45px;
  }

  .discount-banner {
    position: absolute;
    left: 85px;
    top: -23px;
    right: auto;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    white-space: nowrap;
  }

  .details__text-tootltip {
    max-width: 230px;
  }

  .side-menu__body {
    width: 92vw;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .docs__body {
    overflow: hidden;
    max-width: 100vw;
    margin-left: 9vw;
  }

  .docs__container {
    padding-bottom: 100px;
  }

  .docs__row {
    top: 0px;
    margin-top: -60px;
  }

  .h1-50 {
    font-size: 27px;
    line-height: 36px;
  }

  .intoduction.new {
    margin-top: 0px;
  }

  .intoduction.new-a-z {
    margin-top: 26px;
  }

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

  .post__main {
    max-width: 100%;
  }

  .post__body {
    max-width: 80vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .side-menu__wrapper {
    top: 60px;
    width: 0vw;
    padding-right: 8vw;
  }

  .side-menu__btn {
    width: 8vw;
    height: 16vw;
    max-height: 16vw;
  }

  .container__glossary {
    top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button__plans {
    padding: 18px 35px 20px 30px;
    font-weight: 400;
    text-align: center;
  }

  .button__plans.mb-30 {
    height: 54px;
    padding: 12px 20px 18px;
  }

  .button__plans.mb-30.btn-states {
    height: auto;
    min-width: auto;
    padding: 13px 37px 17px;
    font-size: 20px;
  }

  .filter__cell.cell__intro-a-z {
    overflow: scroll;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .info__row {
    padding-top: 0px;
  }

  .hero-wrapper-glossary {
    padding: 0px;
  }

  .hero-wrapper-glossary.hero-wrapper--centered {
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
    height: 300px;
    padding: 90px 20px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section__glossary.bg-gradient.paddings {
    background-image: url('../images/hero_mobile.png'), -webkit-gradient(linear, left top, left bottom, from(#f8f1ee), to(transparent));
    background-image: url('../images/hero_mobile.png'), linear-gradient(180deg, #f8f1ee, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .section__glossary.bg-gradient.paddings.padding-80 {
    padding-top: 0px;
    padding-bottom: 3px;
  }

  .page__glossary {
    overflow: visible;
  }

  .tabs__a-z {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs__menu-a-z {
    margin-top: -360px;
    padding-top: 240px;
  }

  .tabs__content-a-z {
    padding-top: 40px;
  }

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

  .navbar-mob {
    padding: 15px 0px 17px;
  }

  .navbar-mob.negative {
    padding-right: 20px;
    padding-left: 20px;
  }

  .meta-google-box-left {
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar__logo-img-black {
    max-width: 94%;
  }

  .small__monk {
    display: none;
  }

  .hero-img-monk {
    display: none;
    height: auto;
    max-width: 110vw;
  }

  .info__img-1 {
    display: none;
  }

  .info__img-2 {
    display: none;
  }

  .info__img-3 {
    display: none;
  }

  .info__img-4 {
    display: none;
  }

  .img__hero-monk-mob {
    display: block;
    max-width: 100%;
  }

  .coupon_item-4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .story__body {
    margin-top: -20px;
  }

  .story__item {
    margin-top: 40px;
  }

  .story__date {
    max-height: 30px;
  }

  .story__img-clmn {
    min-width: auto;
  }

  .story__img-clmn.story__img--left {
    min-width: auto;
  }

  .story__divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .large-logo {
    max-width: 100%;
  }

  .link-9 {
    font-size: 18px;
  }

  .webinar-host-image {
    min-width: 100%;
  }

  .whitebox__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
  }

  .whitebox-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: minmax(72px, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .protect_bt {
    margin-top: 0px;
  }

  .whitebox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 140px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._750-max-w {
    margin-top: 20px;
  }

  .research__img {
    width: 50%;
  }

  .research {
    margin-top: 0px;
  }

  .research__item {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
  }

  .research__item.max-w-1090 {
    margin-bottom: 60px;
  }

  .reseaarch__paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .research___button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-left: 0px;
  }

  .leader-graph__text {
    margin-bottom: 10px;
    text-align: center;
  }

  .holiday__white-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 140px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .holiday__white-box.box_shadow {
    height: auto;
  }

  .section--fcf9f8 {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 40px;
  }

  .btn-overlay {
    left: 160px;
    right: 56px;
    min-height: 65px;
  }

  .image-130 {
    min-width: 108px;
  }

  .compare__subheading {
    min-height: 3.1em;
    font-size: 13px;
    line-height: 16px;
  }

  .popup__subheading {
    font-size: 18px;
  }

  .section-slider {
    padding-top: 0px;
  }

  .center-texted-secion {
    padding-top: 0px;
  }

  .reviews-mobile {
    margin-top: 10px;
  }

  .affilliate__btn-wrap {
    max-width: 320px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns_dad.mobile_dad {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .video__wrapper {
    width: 90%;
  }

  .ggl-ads__item {
    width: 100%;
  }

  .rmk__animation {
    display: none;
  }

  .lending-form {
    width: 100%;
  }

  .hero-mobile__inner {
    left: 18px;
    top: 24%;
  }

  .report__button-2 {
    font-size: 14px;
  }

  .navbar__shadow-2 {
    display: block;
  }

  .image-131 {
    width: 20px;
  }

  .left-arrow-4 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .img_slide1 {
    display: block;
  }

  .agency-slider__slide {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .agency-slider__nav {
    position: relative;
  }

  .costumer_slode2 {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
    background-color: transparent;
  }

  .costumer_slode3 {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
    background-color: transparent;
  }

  .agency-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .agency__animation {
    display: none;
  }

  .agency-slider__mask {
    overflow: visible;
    height: 100%;
    max-width: 315px;
  }
}

#w-node-b5a91393-1ff7-56b0-b540-b9f66f1abac2-6f1ababf {
  -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;
}

#w-node-b5a91393-1ff7-56b0-b540-b9f66f1abac9-6f1ababf {
  -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;
}

#w-node-b5a91393-1ff7-56b0-b540-b9f66f1abace-6f1ababf {
  -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;
}

#w-node-b5a91393-1ff7-56b0-b540-b9f66f1abad5-6f1ababf {
  -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;
}

#w-node-_670a2fe6-ad32-ebda-4ee3-d3fd42ba573b-c3627875 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_670a2fe6-ad32-ebda-4ee3-d3fd42ba5742-c3627875 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9bd3378-5a7d-5cf1-80be-ab754ebb84a5-4ebb849b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_89215edb-077a-493d-bd2b-9fc77987de0f-806278ad {
  -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: center;
  justify-self: center;
}

#w-node-_2a5ceb33-db83-38ab-4647-776040987e3b-9f6278b6 {
  -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: center;
  justify-self: center;
}

#w-node-f7ca2ab7-a786-6e55-edb7-b68696241f7f-a26278ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-876278c1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-faafdecf-3d62-8198-7969-268977bc5486-77bc547f {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-faafdecf-3d62-8198-7969-268977bc548e-77bc547f {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-faafdecf-3d62-8198-7969-268977bc5496-77bc547f {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-faafdecf-3d62-8198-7969-268977bc549e-77bc547f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-faafdecf-3d62-8198-7969-268977bc54a6-77bc547f {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-faafdecf-3d62-8198-7969-268977bc54af-77bc547f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-326278d2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0be3c708-f21d-311e-71af-3df0eed6f0aa-f36278d5 {
  -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: center;
  justify-self: center;
}

#w-node-_05f7b6e7-cbfe-1526-2148-1011e40a7ce2-f96278d8 {
  -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: center;
  justify-self: center;
}

#w-node-_6839b656-3077-dad2-f824-cce0b720e576-ce6278e5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6839b656-3077-dad2-f824-cce0b720e591-ce6278e5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-be6278fa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f251c7b6-eac8-7c0c-b576-cd1a896c9303-e76278fe {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f251c7b6-eac8-7c0c-b576-cd1a896c9307-e76278fe {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f251c7b6-eac8-7c0c-b576-cd1a896c930d-e76278fe {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f251c7b6-eac8-7c0c-b576-cd1a896c932a-e76278fe {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f251c7b6-eac8-7c0c-b576-cd1a896c932e-e76278fe {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f251c7b6-eac8-7c0c-b576-cd1a896c9332-e76278fe {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-9d6278ff {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-eda150f1-ae40-4f59-ac56-2b93851b7b2d-a6627915 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-eda150f1-ae40-4f59-ac56-2b93851b7b31-a6627915 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eda150f1-ae40-4f59-ac56-2b93851b7b37-a6627915 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eda150f1-ae40-4f59-ac56-2b93851b7b54-a6627915 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eda150f1-ae40-4f59-ac56-2b93851b7b58-a6627915 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-eda150f1-ae40-4f59-ac56-2b93851b7b5c-a6627915 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44af2-e6627916 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44af6-e6627916 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44afc-e6627916 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44b19-e6627916 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44b1d-e6627916 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44b21-e6627916 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_1bc16edc-732d-6f10-99f8-5802b53ef678-6e627928 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_1bc16edc-732d-6f10-99f8-5802b53ef67c-6e627928 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1bc16edc-732d-6f10-99f8-5802b53ef682-6e627928 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1bc16edc-732d-6f10-99f8-5802b53ef69f-6e627928 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1bc16edc-732d-6f10-99f8-5802b53ef6a3-6e627928 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_1bc16edc-732d-6f10-99f8-5802b53ef6a7-6e627928 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3f6e8180-0bfb-e712-d38f-368260ebf074-23627929 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3f6e8180-0bfb-e712-d38f-368260ebf078-23627929 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3f6e8180-0bfb-e712-d38f-368260ebf07e-23627929 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3f6e8180-0bfb-e712-d38f-368260ebf09b-23627929 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3f6e8180-0bfb-e712-d38f-368260ebf09f-23627929 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3f6e8180-0bfb-e712-d38f-368260ebf0a3-23627929 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_1140325f-e437-9b61-c6f0-661db1899b23-60627946 {
  -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;
}

#w-node-_8875a416-f1b9-27ad-8c9d-0d88be875f4c-60627946 {
  -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;
}

#w-node-_8ac3e0bb-3d09-5c9f-1879-3b636dabd9c7-60627946 {
  -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;
}

#w-node-ee209fd6-98b2-da02-faa1-9bb2c4e0b379-e162795a {
  -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;
}

#w-node-ee209fd6-98b2-da02-faa1-9bb2c4e0b380-e162795a {
  -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;
}

#w-node-ee209fd6-98b2-da02-faa1-9bb2c4e0b387-e162795a {
  -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;
}

#w-node-_352374cf-5af5-6503-a975-3126085e6a21-f762798c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_352374cf-5af5-6503-a975-3126085e6a25-f762798c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_352374cf-5af5-6503-a975-3126085e6a2b-f762798c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_352374cf-5af5-6503-a975-3126085e6a47-f762798c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_352374cf-5af5-6503-a975-3126085e6a4b-f762798c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_352374cf-5af5-6503-a975-3126085e6a4f-f762798c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-fda4518d-bd48-f035-550e-896d74106cd6-a06279a3 {
  -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;
}

#w-node-fda4518d-bd48-f035-550e-896d74106cd7-a06279a3 {
  -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;
}

#w-node-fda4518d-bd48-f035-550e-896d74106cf6-a06279a3 {
  -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;
}

#w-node-_9b793174-7013-f637-25fd-e668a15acc2e-326279a4 {
  -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;
}

#w-node-fb6ca6f1-3803-f7e3-2370-0fbc12939f18-326279a4 {
  -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;
}

#w-node-c0ec8433-4f3c-9187-56b0-322afdd9b925-326279a4 {
  -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;
}

#w-node-_576e7161-216f-96ac-1984-e3a2d3349175-eb6279a6 {
  -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: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-fda4518d-bd48-f035-550e-896d74106cf6-a06279a3 {
    -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;
  }

  #w-node-c0ec8433-4f3c-9187-56b0-322afdd9b925-326279a4 {
    -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;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c3004488-b58b-5994-7ee7-c4d4f0e74cb9-f0e74cb5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-f7ca2ab7-a786-6e55-edb7-b68696241f7f-a26278ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9f643392-f175-86e9-d5b7-f7c1723bd5f6-806278ad {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61fd61a1-1c23-d823-2aed-4c5ccda0f0bf-42627871 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_61fd61a1-1c23-d823-2aed-4c5ccda0f0bf-a8627872 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_85f5e98b-2c4a-ddef-63ef-5e0edcc9c926-f7627881 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_118100ac-3661-af03-e406-4f288d3699bd-846278a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_41982355-4caf-a7c9-d71b-3cd129e62b7a-c76278aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc5486-77bc547f {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc548e-77bc547f {
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc5496-77bc547f {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc549e-77bc547f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc54a6-77bc547f {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_75b666d4-cef6-3f20-e301-3dd0dbadac1e-31627913 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_61fd61a1-1c23-d823-2aed-4c5ccda0f0bf-d962795d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f75bb05d-8a99-5714-361a-f4e38df79a50-c862798b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9bd3378-5a7d-5cf1-80be-ab754ebb84a5-4ebb849b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-876278c1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc5486-77bc547f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc548e-77bc547f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc5496-77bc547f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc549e-77bc547f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-faafdecf-3d62-8198-7969-268977bc54a6-77bc547f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-326278d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-be6278fa {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f251c7b6-eac8-7c0c-b576-cd1a896c9303-e76278fe {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f251c7b6-eac8-7c0c-b576-cd1a896c9307-e76278fe {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f251c7b6-eac8-7c0c-b576-cd1a896c930d-e76278fe {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f251c7b6-eac8-7c0c-b576-cd1a896c932a-e76278fe {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f251c7b6-eac8-7c0c-b576-cd1a896c932e-e76278fe {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f251c7b6-eac8-7c0c-b576-cd1a896c9332-e76278fe {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c6888415-8f41-a66b-35b6-992e07d21f5c-9d6278ff {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eda150f1-ae40-4f59-ac56-2b93851b7b2d-a6627915 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eda150f1-ae40-4f59-ac56-2b93851b7b31-a6627915 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-eda150f1-ae40-4f59-ac56-2b93851b7b37-a6627915 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eda150f1-ae40-4f59-ac56-2b93851b7b54-a6627915 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eda150f1-ae40-4f59-ac56-2b93851b7b58-a6627915 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-eda150f1-ae40-4f59-ac56-2b93851b7b5c-a6627915 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44af2-e6627916 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44af6-e6627916 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44afc-e6627916 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44b19-e6627916 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44b1d-e6627916 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_25185e66-6fec-b1c3-ea23-1f55a6d44b21-e6627916 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1bc16edc-732d-6f10-99f8-5802b53ef678-6e627928 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bc16edc-732d-6f10-99f8-5802b53ef67c-6e627928 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_1bc16edc-732d-6f10-99f8-5802b53ef682-6e627928 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1bc16edc-732d-6f10-99f8-5802b53ef69f-6e627928 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bc16edc-732d-6f10-99f8-5802b53ef6a3-6e627928 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_1bc16edc-732d-6f10-99f8-5802b53ef6a7-6e627928 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3f6e8180-0bfb-e712-d38f-368260ebf074-23627929 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f6e8180-0bfb-e712-d38f-368260ebf078-23627929 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3f6e8180-0bfb-e712-d38f-368260ebf07e-23627929 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3f6e8180-0bfb-e712-d38f-368260ebf09b-23627929 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f6e8180-0bfb-e712-d38f-368260ebf09f-23627929 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3f6e8180-0bfb-e712-d38f-368260ebf0a3-23627929 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_352374cf-5af5-6503-a975-3126085e6a21-f762798c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_352374cf-5af5-6503-a975-3126085e6a25-f762798c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_352374cf-5af5-6503-a975-3126085e6a2b-f762798c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_352374cf-5af5-6503-a975-3126085e6a47-f762798c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_352374cf-5af5-6503-a975-3126085e6a4b-f762798c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_352374cf-5af5-6503-a975-3126085e6a4f-f762798c {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61fd61a1-1c23-d823-2aed-4c5ccda0f0de-42627871 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_61fd61a1-1c23-d823-2aed-4c5ccda0f0de-a8627872 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_670a2fe6-ad32-ebda-4ee3-d3fd42ba573b-c3627875 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_85f5e98b-2c4a-ddef-63ef-5e0edcc9c95c-f7627881 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_85f5e98b-2c4a-ddef-63ef-5e0edcc9c965-f7627881 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f1dbc984-c9a6-9286-df0b-43c3a8c66452-846278a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f1dbc984-c9a6-9286-df0b-43c3a8c6645a-846278a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e66fee0-2ab8-f61e-5bc6-3c57f7275ad7-c76278aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e66fee0-2ab8-f61e-5bc6-3c57f7275adf-c76278aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a359c85a-a496-d439-e312-3f9de1c6dd9c-9f6278b6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a359c85a-a496-d439-e312-3f9de1c6dd9e-9f6278b6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-da4cf416-94fd-cae9-1b38-4c07a7f4f52d-4c6278c2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_861ea616-201b-5aed-0fb2-6136963dc8e6-556278c5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_659ff9b6-7d1d-73c0-8b15-b4afe569b989-7b6278d0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6839b656-3077-dad2-f824-cce0b720e576-ce6278e5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_75b666d4-cef6-3f20-e301-3dd0dbadac55-31627913 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75b666d4-cef6-3f20-e301-3dd0dbadac5e-31627913 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88dc37d0-0343-288c-b9e0-e6c87f7af5c0-7f7af59a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_61fd61a1-1c23-d823-2aed-4c5ccda0f0de-d962795d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_48b122e5-fc1b-74cb-2e08-3f0d5f89305d-c862798b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_48b122e5-fc1b-74cb-2e08-3f0d5f893065-c862798b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

