:root {
  --white: white;
  --black: black;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #333;
  font-family: Avertape, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

a {
  color: #333;
  text-decoration: underline;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

li {
  margin-bottom: 10px;
  list-style-type: square;
}

strong {
  font-family: Avertape Bold, sans-serif;
  font-weight: 700;
}

.product-nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.product-nav-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090;
  border-radius: 30px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
}

.product-nav-button:hover {
  color: #fff;
  background-color: #007400;
}

.product-nav-button:active {
  background-color: #007400;
}

.product-nav-link {
  color: #727272;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.product-nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.product-nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.product-nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.product-navbar-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-navbar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-nav-item {
  margin-bottom: 0;
  padding-left: 4px;
}

.ip-nav-1 {
  z-index: 5;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .26);
}

.divider {
  background-color: #ff3939;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  text-align: center;
}

.sp-nav-1 {
  background-color: #000;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 50px;
  display: flex;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  display: block;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-p {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-radius: 1px;
  margin-bottom: 0;
  font-size: 12px;
}

.sp-nav-2 {
  text-align: center;
  background-color: #fff;
}

.top-block {
  background-color: #8c1011;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.top-flag {
  max-width: 70%;
  max-height: 24px;
}

.top-block-p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}

.top-alert-p {
  background-color: #fffcd9;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.red {
  color: #da0303;
  font-weight: 700;
}

.stylesubmenu {
  color: #ebebeb;
  background-color: #727272;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.stylemainmenu {
  color: #ececec;
  background-color: #363636;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.style-body {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 40px;
}

.body {
  font-family: Avertape, sans-serif;
}

.adv-product-title-2 {
  color: #215bf8;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.adv-left {
  color: #494949;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 30px;
}

.adv-author-rating {
  float: left;
  line-height: 32px;
}

.social-box {
  text-align: center;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.yellow {
  background-image: radial-gradient(circle, #f7f3b4, #f1e569);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.adv-product-review {
  color: #525252;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.block-quote-2 {
  color: #222;
  text-align: center;
  background-color: #ececec;
  border-left-style: none;
  font-style: italic;
}

.social-title {
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.adv-product-rating {
  text-align: center;
  line-height: 32px;
}

.adv-cta {
  text-align: center;
  background-color: #ff0303;
  border-bottom: 8px solid #c40202;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-content {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.social-name {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}

.adv-hero-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-author-img {
  float: left;
  width: 32px;
  height: 32px;
}

.adv-author-name {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}

.adv-titile {
  color: #1b1b1b;
  margin-top: 5px;
  font-size: 42px;
  line-height: 48px;
}

.adv-author-time {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}

.adv-product-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-quote {
  border-left-color: #ff7171;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.adv-product {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 3px #bdbdbd;
}

.adv-author {
  flex: 1;
  font-size: 15px;
}

.adv-box {
  border: 1px solid #cacaca;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-stars {
  width: 100px;
  margin-bottom: 0;
  display: inline-block;
}

.body-2 {
  font-family: Avertape, sans-serif;
}

.container {
  max-width: 800px;
}

.adv-subtitile {
  color: #1b1b1b;
  margin-top: 10px;
  font-family: Avertape, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.author-view {
  border-bottom: 4px solid #e01e2d;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.adv-view {
  flex: 1;
}

.view-text {
  float: right;
  font-size: 12px;
}

.comment-text {
  float: right;
  margin-right: 20px;
  font-size: 12px;
}

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

.fa-text.orange {
  color: #fd6d2f;
}

.text-block {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 1px 10px;
  font-size: 12px;
  display: inline-block;
}

.section {
  font-size: 18px;
}

.div-liner {
  border-bottom: 1px dashed #e01e2d;
  margin-top: 10px;
}

.facebook-reviews-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fb-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 80px) 1fr;
  margin-bottom: 20px;
  font-size: 14px;
}

.avatar-img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.review-fb-inner {
  background-color: #eff1f3;
  border-radius: 45px;
  padding: 10px 40px 10px 20px;
  position: relative;
}

.fb-text {
  line-height: 24px;
}

.fb-icons-right {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 3px 6px;
  display: flex;
  position: absolute;
  right: 10px;
  box-shadow: 0 6px 4px -6px rgba(0, 0, 0, .45);
}

.fb-icon {
  width: 20px;
  margin-right: 4px;
}

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

.fb-below {
  margin-top: 5px;
}

.offer-row {
  padding: 20px 30px;
}

.inner-adv {
  max-width: 800px;
}

.offer-head {
  text-align: center;
}

.fomo-bar {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 8px;
  font-family: Avertape Extra Bold, sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.fomo-date {
  text-align: center;
  font-family: Avertape Bold, sans-serif;
  font-weight: 700;
}

.intro-pic {
  margin-bottom: 10px;
}

.compare-div {
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .15);
}

.title-div {
  background-color: #222;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.comp-head-right {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}

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

.comp-head-left {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}

.comp-row {
  padding-bottom: 10px;
}

.comp-col-1 {
  text-align: right;
}

.comp-col-2 {
  border-left: 1px solid rgba(0, 0, 0, .18);
}

.comp-box-mir {
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  margin-left: 10px;
  margin-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.comp-box-mir.last {
  border-bottom-style: none;
}

.fa-text-tick {
  color: #1bae4b;
  padding-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 22px;
}

.fa-text-tick.orange {
  color: #fd6d2f;
}

.comp-text-mir {
  font-family: Avertape Bold, sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.comp-text-left {
  color: #270069;
  justify-content: flex-end;
  align-items: center;
  font-family: Avertape Bold, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.fa-text-cross {
  color: #cc3234;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 22px;
}

.fa-text-cross.orange {
  color: #fd6d2f;
}

.comp-text-right {
  color: #363636;
  align-items: center;
  font-family: Avertape Bold, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.comp-box-mir-right {
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.comp-box-mir-right.last {
  border-bottom-style: none;
}

.footer {
  color: gray;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: -100px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}

.link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
}

.footer-link {
  color: gray;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.declare {
  color: #858585;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 15px;
}

.adv-logo-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avertape Black, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
}

.logo-span {
  color: #3b3b3b;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 6px;
  padding: 3px 5px;
  font-size: 16px;
  line-height: 18px;
}

.risk-free-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 5px 5px 8px #000;
}

.btm-adv-cta {
  text-align: center;
  background-color: #ff0303;
  border-bottom: 8px solid #c40202;
  border-radius: 5px;
  width: 100%;
  max-width: 380px;
  font-size: 18px;
  line-height: 22px;
}

.fa-text-li {
  color: #1bae4b;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.fa-text-li.orange {
  color: #fd6d2f;
}

@media screen and (max-width: 991px) {
  .product-navbar-menu-wrap {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .product-nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-navbar-wrap {
    max-width: 728px;
  }

  .sp-nav-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    display: block;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

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

@media screen and (max-width: 767px) {
  .product-nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .product-navbar-menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .product-navbar-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-navbar-logo {
    padding-left: 0;
  }

  .ip-nav-1 {
    max-width: 100%;
  }

  .logo-link {
    padding-left: 0;
  }

  .comp-head-right, .comp-head-left {
    font-size: 18px;
  }

  .comp-text-left, .comp-text-right {
    font-size: 14px;
  }

  .footer {
    padding: 40px 20px;
  }

  .link-wrap {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .product-nav-button {
    display: none;
  }

  .product-navbar-menu {
    flex-direction: column;
  }

  .product-navbar-wrap {
    max-width: none;
  }

  .sp-nav-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .adv-author-name {
    font-size: 12px;
  }

  .adv-titile {
    font-size: 28px;
    line-height: 32px;
  }

  .adv-subtitile {
    font-size: 18px;
    line-height: 22px;
  }

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

  .fb-review {
    grid-template-columns: minmax(60px, 60px) 1fr;
  }

  .review-fb-inner {
    border-radius: 25px;
  }

  .fb-below {
    margin-left: 10px;
    font-size: 12px;
  }

  .comp-head-right, .comp-head-left, .fa-text-tick {
    font-size: 14px;
  }

  .comp-text-left {
    font-size: 12px;
    line-height: 14px;
  }

  .fa-text-cross {
    font-size: 14px;
  }

  .comp-text-right {
    font-size: 12px;
    line-height: 14px;
  }

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

  .copyright {
    text-align: center;
  }

  .fa-text-li {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/610d5f6aaf9814c2a5c7a391_fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape';
  src: url('../fonts/610d6de5b8d0b6a5b0a4626c_AvertaPE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape Bold';
  src: url('../fonts/610d6de5bf97523602fcc83c_AvertaPE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape Extra Bold';
  src: url('../fonts/610d6de592065ede83ec53ad_AvertaPE-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape Black';
  src: url('../fonts/610d6de4ee1e856ba69439ba_AvertaPE-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}