@font-face {
  font-family: EB Garamond;
  src: url('../fonts/EBGaramond-Bold.woff2') format("woff2"), url('../fonts/EBGaramond-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: EB Garamond;
  src: url('../fonts/EBGaramond-Regular.woff2') format("woff2"), url('../fonts/EBGaramond-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Medium.woff2') format("woff2"), url('../fonts/ClashDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Panchang;
  src: url('../fonts/Panchang-Bold.woff2') format("woff2"), url('../fonts/Panchang-Bold.woff') format("woff"), url('../fonts/Panchang-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inria Sans;
  src: url('../fonts/inriasans-bold-webfont.woff2') format("woff2"), url('../fonts/inriasans-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inria Sans;
  src: url('../fonts/inriasans-lightitalic-webfont.woff2') format("woff2"), url('../fonts/inriasans-lightitalic-webfont.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inria Sans;
  src: url('../fonts/inriasans-italic-webfont.woff2') format("woff2"), url('../fonts/inriasans-italic-webfont.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inria Sans;
  src: url('../fonts/inriasans-light-webfont.woff2') format("woff2"), url('../fonts/inriasans-light-webfont.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inria Sans;
  src: url('../fonts/inriasans-bolditalic-webfont.woff2') format("woff2"), url('../fonts/inriasans-bolditalic-webfont.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inria Sans;
  src: url('../fonts/inriasans-regular-webfont.woff2') format("woff2"), url('../fonts/inriasans-regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inria Serif;
  src: url('../fonts/inriaserif-bold-webfont.woff2') format("woff2"), url('../fonts/inriaserif-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

.ah-header {
  background-color: #1062aa;
}

.ah-content {
  justify-content: center;
  align-items: flex-start;
  min-height: 300vh;
  display: flex;
}

.ah-header-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ah-content-wrap {
  max-width: 60%;
  padding-top: 3em;
}

.ah-content-wrap.eq-wrapper-custom {
  justify-content: space-between;
  max-width: 90%;
  display: flex;
}

.image {
  max-height: 50px;
}

.ah-adv-bar {
  width: 100%;
}

.paragraph {
  color: #a3a3a3;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.ah-main-heading {
  font-family: Droid Serif, serif;
}

.ah-main-heading.imprint {
  margin-top: auto;
}

.ah-p {
  text-align: left;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.ah-p.source {
  word-break: break-all;
  margin-top: 10px;
  font-size: 10px;
  line-height: 13px;
}

.ah-p.custom-p {
  text-align: center;
}

.ah-hero-img {
  width: 70%;
  margin-bottom: 10px;
  margin-left: 140px;
}

.ah-content-headers {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Droid Serif, serif;
}

.image-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ah-cta-btn {
  text-align: left;
  cursor: pointer;
  background-color: #1062aa;
  border: 3px solid #1062aa;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 21px;
  transition: all .4s ease-in;
  display: flex;
}

.ah-cta-btn:hover {
  color: #1062aa;
  background-color: #1062aa00;
  font-weight: 400;
}

.ah-cta-box-wrapper {
  text-align: center;
}

.ah-cta-box-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3em 2em;
  display: flex;
}

.ah-cta-box-item {
  background-color: #f5f5f5;
  border: 1px solid #0000001a;
  border-radius: 5px;
  align-items: center;
  min-width: 48%;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.image-3 {
  max-height: 50px;
}

.link {
  color: #000;
  margin-top: 1em;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.ah-footer {
  background-color: #f0f0f0;
  margin-top: 3em;
}

.ah-footer-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}

.ah-footer-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ah-footer-link {
  color: #aaa;
  margin-left: 15px;
}

.html-embed {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.bekannt-aus-section {
  background-color: #f0f0f000;
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  display: flex;
}

.paragraph-3 {
  color: #6b6b6b;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.bekannt-aus-logos {
  max-width: 70%;
  max-height: 30px;
}

.pp-update-header {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 100%;
}

.cta-box-wrapper {
  border: 2px solid #000;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
}

.text-span {
  color: red;
  font-size: 28px;
}

.header2 {
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 4px gray;
}

.image-4 {
  flex: 0 auto;
  align-self: auto;
}

.text-block-11 {
  color: gray;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: space-between flex-start;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 13px;
  display: flex;
}

.headline-cta {
  color: red;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-12 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.bold-text-5 {
  color: #fffefe;
}

.heading {
  text-align: left;
  margin-top: 0;
}

.bold-text-3 {
  line-height: 1;
}

.testimonialsterne {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block.cta-btn-hide-on-mobile {
  display: none;
}

.articleinfo {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.articleinfo.testimonial {
  background-color: #d3edc8;
  border: 1px solid #75ae61;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: center;
  max-width: none;
  padding: 0;
}

.right {
  position: relative;
  box-shadow: 1px 1px 2px #fff;
}

.link-block-2 {
  object-fit: fill;
  background-color: #ec070b;
  border-radius: 5px;
  min-width: 170px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .2s;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.text-block-3 {
  color: #414141;
  padding: 0 20px 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-13 {
  margin-bottom: 20px;
}

.testimonialbewertung {
  color: #333;
  text-align: center;
  background-color: #0000;
  padding: 0 10px 5px;
  font-size: 17px;
  line-height: 24px;
}

.main {
  grid-column-gap: 10px;
  grid-row-gap: 9px;
  grid-template: "Area"
  / 1fr 300px;
  grid-auto-flow: row;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 20px;
}

.bold-text-6 {
  line-height: 1;
}

.testimonialwrapper {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-end;
  position: sticky;
  top: 0;
}

.image-5 {
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 80px;
}

.text-block-5 {
  color: #3d3a3a;
  white-space: normal;
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch center;
  align-self: center;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.testimonialname {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.link-block-3 {
  border: 1px solid #000;
  border-radius: 20px;
}

.link-block-3.testimonial {
  background-color: #fafff6;
  border-width: 0;
  border-radius: 10px;
  align-items: stretch;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  text-decoration: none;
  transition: box-shadow .2s;
  transform: translate(0);
  box-shadow: 0 0 5px #5f5b5b;
}

.text-block-9 {
  line-height: 1.5;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  background-color: #1f6c37db;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 23px;
  line-height: 25px;
}

.text-block-14 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  border: 2px solid #000;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.avatar {
  border-radius: 20px;
  height: 40px;
  margin-right: 10px;
}

.avatar.testimonial {
  border-radius: 40px;
  order: -1;
  margin-left: 10px;
  margin-right: 20px;
  padding: 0;
}

.text-block-8 {
  color: #746e6e;
  text-align: center;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-6 {
  flex: 0 auto;
  align-self: auto;
}

.text-block-16 {
  color: gray;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: space-between flex-start;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 13px;
  display: flex;
}

.text-block-17 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.bold-text-9 {
  color: #fffefe;
}

.link-block-4 {
  object-fit: fill;
  background-color: #ec070b;
  border-radius: 5px;
  min-width: 170px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .2s;
}

.link-block-4:hover {
  transform: scale(1.1);
}

.text-block-18 {
  color: #414141;
  padding: 0 20px 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-19 {
  margin-bottom: 20px;
}

.image-7 {
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 80px;
}

.text-block-21 {
  color: #3d3a3a;
  white-space: normal;
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch center;
  align-self: center;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.text-block-22 {
  line-height: 1.5;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  background-color: #1f6c37db;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 23px;
  line-height: 25px;
}

.text-block-24 {
  margin-left: 10px;
  margin-right: 10px;
}

.bold-text-11 {
  line-height: 1;
}

.div-block-4 {
  border: 2px solid #000;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-25 {
  color: #746e6e;
  text-align: center;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-08 {
  background-color: #fff;
  border-top: 1px solid #373737;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 1px 1px 7px #867f7f;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block {
  width: 50%;
}

.text-rights-short {
  color: #1e283380;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.image-8 {
  flex: 0 auto;
  align-self: auto;
}

.text-block-26 {
  color: gray;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: space-between flex-start;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 13px;
  display: flex;
}

.text-block-27 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-28 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.bold-text-14 {
  color: #fffefe;
}

.bold-text-15 {
  line-height: 1;
}

.headline-cta-2 {
  color: red;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 100%;
}

.eq-cta-box {
  border: 2px solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  padding: 40px 20px;
  display: flex;
}

.text-block-29 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 150%;
}

.link-block-5 {
  object-fit: fill;
  background-color: #ec070b;
  border-radius: 5px;
  min-width: 170px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .2s;
}

.link-block-5:hover {
  transform: scale(1.1);
}

.text-block-30 {
  color: #414141;
  padding: 0 20px 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.cta-btn-box {
  cursor: pointer;
  background-color: #ec070b;
  border: 3px solid #ec070b;
  border-radius: 10px;
  margin-top: 1em;
  padding: 10px 30px;
  font-family: Droid Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .6s cubic-bezier(.55, .085, .68, .53);
}

.cta-btn-box:hover {
  color: #ec070b;
  background-color: #ec070b00;
  border: 3px solid #ec070b;
}

.bold-text-16 {
  line-height: 1;
}

.image-9 {
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.text-block-32 {
  color: #3d3a3a;
  white-space: normal;
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch center;
  align-self: center;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.text-block-33 {
  font-size: 16px;
  line-height: 150%;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  background-color: #1f6c37db;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 23px;
  line-height: 25px;
}

.bold-text-17 {
  line-height: 1;
}

.text-block-35 {
  color: #746e6e;
  text-align: center;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.eq-content-wrapper {
  width: 70%;
  min-width: 50%;
}

.eq-sidebar-wrapper {
  width: 25%;
  min-width: 25%;
  margin-left: 3em;
  position: relative;
}

.eq-sticky-banner {
  border: 1px solid #000;
  padding-top: 1em;
  padding-bottom: 1em;
  position: sticky;
  top: 1em;
}

.eq-limited-offer {
  margin-top: 1em;
  overflow: hidden;
}

.eq-limited-offer-inner {
  display: flex;
}

.eq-lo-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .7em;
  font-family: Droid Serif, serif;
  font-size: 35px;
  line-height: 1;
}

.eq-sticky-banner-inner {
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.eq-banner-product-img {
  width: 100%;
}

.eq-banner-description {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.eq-banner-discount-emphasis {
  color: #fff;
  background-color: #1062aa;
  padding-left: 5px;
  padding-right: 5px;
}

.eq-banner-cta-btn {
  text-align: center;
  cursor: pointer;
  background-color: #1062aa;
  border-radius: 10px;
  min-width: 80%;
  margin-top: .7em;
  padding: .7em 2em;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.eq-marquee-content {
  flex: none;
  min-width: 100%;
}

.eq-marquee-content.scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.eq-popup-custom {
  z-index: 999;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 2em;
  left: 0;
  right: 0;
}

.eq-popup-custom-wrapper {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1em 2em;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 6px 5px #0003;
}

.eq-custom-popup-product-image {
  max-height: 150px;
}

.eq-custom-popup-offer {
  justify-content: space-around;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.eq-custom-popup-offer-head {
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.eq-custom-popup-offer-claim {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 130%;
}

.eq-custom-popup-offer-cta-btn {
  background-color: red;
  margin-left: 3em;
  padding: .5em 3em;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.text-span-2 {
  color: #fff;
  background-color: red;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 130%;
}

.eq-custom-popup-close-btn {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.text-block-36, .text-block-37 {
  font-size: 16px;
  line-height: 150%;
}

.eq-custom-popup-offer-left {
  max-width: 60%;
}

.as_seen_on, .bold-text-20 {
  text-align: center;
}

.as-seen-on-box {
  background-color: #f7f7f7;
  padding: 20px 30px;
  display: flex;
}

.image-10 {
  display: none;
}

.as-seen-on-box-v2 {
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 30px;
  display: flex;
}

.as-seen-on-image-v2 {
  max-width: 60%;
}

.as-seen-on-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-38, .text-block-39 {
  font-size: 16px;
  line-height: 150%;
}

.heading-4 {
  text-align: left;
}

.heading-4.cta-heading {
  text-align: center;
  margin-bottom: .7em;
  font-size: 32px;
  line-height: 130%;
}

.eq-cta-box-progress-bar-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.eq-cta-box-progress-bar {
  background-color: #e9e9e9;
  border: 1px solid #000;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.progress-bar-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.eq-cta-box-progress-bar-current {
  background-color: red;
  border-radius: 15px;
  justify-content: flex-end;
  width: 93%;
  padding: 5px 15px;
  display: flex;
}

.progress-bar-current-value {
  color: #fff;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.eq-v2-header {
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-header-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.eq-v2-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-main-wrapper {
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding-bottom: 4em;
  display: flex;
}

.eq-v2-content {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.eq-v2-content.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.body {
  background-color: #f8f8f8;
}

.eq-v2-heading {
  color: #000;
  text-align: center;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Clash Display, sans-serif;
  font-size: 61px;
  font-weight: 500;
  line-height: 100%;
}

.eq-v2-preamble {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.eq-v2-hashtags {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 2em;
  display: flex;
}

.eq-v2-hashtag {
  color: #000;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.eq-v2-author {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.eq-v2-author-img {
  max-height: 40px;
}

.eq-v2-author-name {
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.eq-v2-hero-img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.eq-v2-p {
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 21px;
  line-height: 130%;
}

.eq-v2-h2 {
  color: #000;
  margin-bottom: 30px;
  font-family: Clash Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

.eq-v2-results-section {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding: 35px 50px 25px;
  display: flex;
}

.eq-v2-results-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-b-a-img {
  flex: none;
  max-width: 33%;
  display: block;
}

.eq-v2-results-description {
  color: #fff;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.eq-v2-cta-box {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em 2em;
  display: flex;
}

.eq-b2-cta-img {
  max-height: 350px;
}

.eq-v2-important-update {
  color: #000;
  margin-bottom: .5em;
  font-family: Panchang, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.eq-v2-update-message {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.text-span-3 {
  background-color: #eeff85;
}

.eq-v2-cta-box-btn {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 1em;
  padding: 25px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.eq-v2-end-of-article {
  width: 100%;
  margin-top: 50px;
}

.eq-v2-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.eq-v2-about-author-section {
  align-items: center;
  margin-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.author-full-img {
  max-height: 150px;
  margin-right: 30px;
}

.eq-v2-author-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.eq-v2-author-box-name {
  margin-top: 0;
  font-family: Clash Display, sans-serif;
}

.eq-v2-author-box-description {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 130%;
}

.eq-v2-reactions-box {
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

.eq-v2-reactions-box-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.eq-v2-reaction {
  align-items: center;
  display: flex;
}

.eq-v2-reaction-img {
  padding-bottom: 0;
}

.eq-v2-reaction-img.like-active {
  opacity: 0;
  position: absolute;
}

.eq-v2-reaction-amount {
  color: #000;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.eq-v2-reaction-img-box {
  position: relative;
}

.eq-v2-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-footer-wrapper {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  justify-content: space-between;
  width: 60%;
  padding: 2em 3em;
  display: flex;
}

.eq-v2-footer-logo.custom-size {
  max-height: 30px;
}

.eq-v2-footer-links {
  color: #000;
  display: flex;
}

.eq-v2-footer-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.eq-v2-footer-divider {
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.eq-v2-testimonials {
  z-index: 999;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(100%);
}

.eq-v2-testimonials-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.eq-v2-blur-filter {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffffb3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.eq-v2-testimonials-bar {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-width: 30%;
  max-width: 30%;
  padding: 1em 2em;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: -3px 0 5px 4px #0003;
}

.eq-v2-testimonials-bar-heading {
  max-width: 100%;
  font-family: Clash Display, sans-serif;
}

.eq-v2-testimonials-close-btn {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-end;
  padding: 7px 15px;
  display: flex;
  position: relative;
  top: 0;
}

.close-btn-text {
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 16px;
}

.close-btn-icon {
  margin-left: 5px;
}

.eq-v2-testimonial {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5em;
  display: flex;
}

.eq-v2-testimonial.last-testimonial {
  border-bottom-width: 0;
}

.eq-v2-testimonial-head {
  align-items: center;
  display: flex;
}

.eq-v2-testimonials-list {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  flex-direction: column;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.eq-v2-test-author-photo {
  border-radius: 50px;
  max-height: 60px;
}

.eq-v2-testimonial-about-author {
  margin-left: 15px;
}

.eq-v2-test-author-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
}

.eq-v2-testimonial-time {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.eq-v2-testimonial-rate {
  max-height: 20px;
  margin-top: .5em;
  margin-bottom: .5em;
}

.eq-v2-testimonial-preamble {
  margin-top: .1em;
  margin-bottom: .5em;
  font-family: Clash Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.eq-v2-testimonial-p {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.eq-v2-testimonials-close-btn-wrapper {
  margin-left: auto;
  position: sticky;
  top: 0;
}

.eq-v2-author-name-2 {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5 {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.eq-author-info {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.eq-v2-heading-2 {
  color: #000;
  text-align: center;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Lato, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.eq-v2-hashtags-2 {
  background-color: #eeff85;
  border-radius: 100px;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 2em;
  display: flex;
}

.eq-v2-author-2 {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.paragraph-6 {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.eq-v2-preamble-2 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.bold-text-28 {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.button {
  color: #feffe4;
  text-align: center;
  letter-spacing: 2.148px;
  text-transform: uppercase;
  background-color: #04c100;
  border: 2px solid #04c100;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 2em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.button:hover {
  color: #000;
  background-color: #04c10000;
  border-width: 2px;
}

.button.mid-article-cta-button {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hg-slider-box {
  background-color: #f5f5f5;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}

.hg-slider-box.no-bg {
  background-color: #f5f5f500;
  border-top-width: 0;
  border-bottom-width: 0;
}

.swiper-button-next {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-author-img {
  max-height: 70px;
  margin-bottom: 15px;
}

.testimonials-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.t-author-name {
  color: #000;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.image-11 {
  max-width: 45%;
}

.text-span-6 {
  background-color: #eeff85;
}

.slider-img {
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.claim-h {
  text-align: center;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.eq-v2-h2-2 {
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.eq-v2-h2-2.cta-header {
  text-align: center;
  width: 100%;
  font-size: 38px;
}

.eq-v2-h2-2.ta-c {
  text-align: center;
}

.cta-box-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  display: flex;
}

.testimonial {
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  max-width: 33%;
  padding: 2em 1.5em;
  display: flex;
}

.t-info {
  color: #b9b9b9;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.swiper-button-prev {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.progress-bar {
  width: 100%;
}

.t-content {
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.bold-text-29 {
  font-weight: 900;
}

.paragraph-7 {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-4 {
  font-weight: 900;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.swiper-custom {
  flex-direction: column;
  height: auto;
}

.cta-box {
  background-color: #feffe4;
  width: 100%;
  padding: 2em;
  position: relative;
}

.swiper-wrapper {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.swiper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.swiper-custom {
  z-index: 1;
  position: static;
  overflow: hidden;
}

.cta-claim-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-p-2 {
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.eq-v2-p-2.numbered-list {
  background-color: #0000;
  margin-top: 20px;
  padding-left: 40px;
}

.eq-v2-p-2.numbered-list.mt-0 {
  margin-top: 0;
}

.eq-v2-p-2.new-space {
  margin-bottom: 0;
  padding-left: 10px;
}

.eq-v2-p-2.highlight-green {
  background-color: #eeff85;
  display: inline;
}

.eq-v2-p-2.mt-25 {
  margin-top: 25px;
}

.eq-v2-p-2.ta-c {
  text-align: center;
}

.eq-v2-p-2.mb-0 {
  margin-bottom: 0;
  font-size: 12px;
}

.eq-v2-hero-img-2 {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
}

.eq-v2-hero-img-2.competitor-table {
  margin-top: 0;
  margin-bottom: 1em;
}

.stars-rating {
  min-height: 20px;
}

.bold-text-30 {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.image-12 {
  width: 100%;
}

.tgl-social-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.tgl-content-sidebar {
  width: 25%;
  position: relative;
  top: 0;
}

.tgl-banner-img-container {
  flex-direction: column;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.paragraph-8 {
  color: #7c7c7c;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.tgl-author-box {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.tgl-main-head {
  color: #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  line-height: 110%;
}

.tgl-content-wrapper {
  justify-content: space-between;
  width: 70%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.bold-text-31 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-9 {
  color: #000;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.image-13 {
  margin-bottom: 20px;
}

.bold-text-32 {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.tgl-author-img {
  max-height: 50px;
}

.image-14 {
  max-height: 25px;
}

.image-15 {
  max-height: 20px;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  margin-left: .5em;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text-33 {
  font-size: 16px;
}

.tgl-content-main {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.tgl-p {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.tgl-p.update-msg {
  margin-bottom: 0;
}

.image-16 {
  max-height: 25px;
}

.sidebar-inner {
  border: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 30px;
}

.tgl-tag {
  background-color: #000;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 1.5em;
  padding: .5em 1em;
  display: flex;
}

.tgl-mobile-cta-section {
  display: none;
}

.tgl-social-link {
  background-color: #157dc3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.tgl-social-link.twitter {
  background-color: #1d9bf0;
}

.tgl-social-link.url-link {
  background-color: #8a8f92;
}

.tgl-es-country-flag {
  display: none;
}

.tgl-update-section {
  color: #000;
  background-color: #feffb6;
  border: 1px dashed #0000004d;
  border-radius: 5px;
  padding: 1em 2em;
}

.heading-5 {
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 100%;
  display: block;
  overflow: visible;
}

.tgl-express-shipping {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.tgl-h {
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.tgl-sidebar-p {
  margin-left: 15px;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.tgl-cta-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00b403;
  border: 2px solid #00b403;
  border-radius: 5px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: .7em;
  padding-bottom: .7em;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  transition: all .4s cubic-bezier(.86, 0, .07, 1);
}

.tgl-cta-btn:hover {
  color: #00b403;
  background-color: #0000;
  border: 2px solid #00b403;
}

.tgl-cta-btn.sidebar-cta-btn {
  width: auto;
  margin-bottom: 1em;
  padding: .5em 1.5em;
}

.tgl-cta-btn.off-on-mobiles {
  text-transform: uppercase;
}

.tgl-cta-btn.off-on-mobiles:hover {
  color: #000;
  border-color: #000;
}

.tgl-cta-btn.off-on-mobiles.new-col-bk-pink {
  background-color: #fb1597;
  border-color: #fb1597;
}

.tgl-cta-btn.off-on-mobiles.new-col-bk-pink:hover {
  color: #fff;
  background-color: #000;
}

.tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar {
  margin-bottom: 1em;
}

.tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-width {
  width: 50%;
}

.tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-width.side-bar-cta {
  width: 100%;
  font-size: 16px;
}

.tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-width.side-bar-cta.new-col-grn, .tgl-cta-btn.off-on-mobiles.new-col-bk-pink.new-gren-col {
  background-color: #0ba500;
  border-color: #0ba500;
}

.image-17 {
  margin-bottom: 2em;
}

.bold-red-claim {
  color: #f70e0e;
}

.age-cta-box {
  margin-bottom: .125em;
}

.age-cta-box-wrapper {
  justify-content: space-between;
  display: flex;
}

.age-cta-item {
  background-color: #fafff6;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 23%;
  padding: 2em 1.5em;
  transition: all .4s;
  display: flex;
}

.age-cta-item:hover {
  background-color: #d4ffb2;
  transform: scale(1.07);
}

.age-cta-p {
  color: #000;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.age-cta-p.custom-font {
  font-family: Lato, sans-serif;
}

.text-span-8 {
  font-size: 14px;
}

.swiper-wrapper-2 {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slider-substrate {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hg-slider-box-2 {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slider-img-2 {
  object-fit: contain;
  width: 30%;
  max-width: none;
}

.slider-img-2.nlc-img {
  width: 35%;
}

.slider-img-2.last-img {
  width: 50%;
}

.slider-img-2.simg-16x9 {
  width: 65%;
  margin-bottom: 1em;
}

.paragraph-11 {
  text-align: center;
  max-width: 60%;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 120%;
}

.paragraph-11.span-style, .paragraph-11.new-span-adjust, .text-span-9 {
  font-size: 16px;
}

.red-bold {
  color: red;
}

.as-seen-on-box-2 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
}

.as-seen-on-tag {
  background-color: #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 5px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.paragraph-12 {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.aso-img-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffdfda;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25em 1em;
  display: flex;
}

.aso-img-box.mb-1em {
  margin-bottom: 1em;
}

.aso-img-item {
  max-height: 30px;
}

.trustpilot-rating {
  max-height: 75px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mobile-fixed-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.cta-section-btn.mb-1-5em {
  margin-bottom: 1.5em;
}

.paragraph-13 {
  margin-bottom: 0;
  text-decoration: none;
}

.html-embed-3 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.nl-logo {
  max-height: 35px;
}

.nl-logo.new-size {
  max-height: 50px;
}

.scroll-view-trgr {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.scroll-view-trgr.gap-none {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.expert-says {
  margin-top: 30px;
  position: relative;
}

.nl-headline {
  font-family: Inria Serif, sans-serif;
}

.cta-section-steps {
  margin-top: 3em;
  margin-bottom: 3em;
}

.heading-11 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inria Serif, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.hero-img {
  border-radius: 0 20px 20px 0;
}

.pp-hero-logo {
  max-height: 30px;
}

.features-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.rating-p {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.nl-hero-description {
  background-color: #ffdfda;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding: 2em 1.5em;
  display: flex;
}

.nl-content-piece {
  max-width: 900px;
}

.nl-content-piece.cta-section {
  background-color: #ffdfda;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 2em 5em;
  display: flex;
}

.nl-article-info {
  font-family: Inria Sans, sans-serif;
  font-style: italic;
}

.cta-section-item-step {
  color: #000;
  text-align: left;
  flex: none;
  font-family: Inria Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.hero-section-cta-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nl-cta-section-h1 {
  color: #000;
  text-align: center;
  margin-bottom: 1.5em;
  font-family: Inria Sans, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.nl-hero-img {
  width: 70%;
}

.cta-section-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.nl-hero-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 85%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: auto;
  display: flex;
}

.cta-section-item-step-description {
  margin-bottom: 0;
}

.nl-rating {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-21 {
  z-index: -1;
  max-height: 50px;
  position: absolute;
  inset: -20px auto auto 0%;
}

.features-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.features-img {
  border-radius: 30px;
  max-height: 300px;
}

.features-list-item-text-h {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inria Serif, sans-serif;
}

.nl-li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.nl-p {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.nl-p.cta-nl-p {
  text-align: center;
}

.nl-p.cta-nl-p.p-mt {
  margin-bottom: 0;
}

.nl-p.features-list-item-text-p {
  margin-bottom: 20px;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.nl-p.features-list-item-text-p.p-testimonial-inside {
  background-color: #ffdfda;
  border-radius: 10px;
  padding: 15px;
}

.nl-p.list-of-reasons {
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding-right: 0;
  display: block;
}

.nl-p.end-of-list-of-reasons {
  margin-top: 20px;
}

.nl-li-item {
  margin-bottom: 1em;
  font-size: 16px;
}

.paragraph-14 {
  margin-bottom: 0;
  text-decoration: none;
}

.image-19 {
  max-height: 15px;
}

.nl-body-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nl-body {
  align-items: center;
  display: flex;
}

.features-list-item-info {
  max-width: 60%;
}

.nl-footer {
  background-color: #eef0f4;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.nl-footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

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

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cta-section-btn-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-16 {
  margin-bottom: 0;
  text-decoration: none;
}

.list-of-reasons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.features-img-copy {
  border-radius: 30px;
  max-height: 300px;
}

.red-bold-2 {
  color: red;
}

.sticky-cta-v1-p {
  background-color: #f2db67;
  margin-bottom: 0;
  padding: 5px;
  font-size: 21px;
  line-height: 100%;
  display: inline-block;
}

.sticky-cta-v1-h {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 100%;
}

.sticky-cta-section-v1 {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e9e9e9b3;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: none;
  position: sticky;
  bottom: 0;
}

.nl-3-adv-main-cta-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-top: 1em;
  padding: 1em 2em;
  font-size: 21px;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn {
  color: #fff;
  background-color: #8863d8;
  width: auto;
  margin-top: 0;
  font-size: 18px;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow {
  color: #000;
  text-transform: uppercase;
  background-color: #ffc600;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.marron {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  font-weight: 600;
}

.new-ref-link {
  font-size: 14px;
}

.bold-text-34 {
  background-color: #eeff85;
}

.offer-wrapper-cta {
  background-color: #fcffed;
  border: .5px solid #aaa;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 3em;
  display: flex;
}

.bold-text-36 {
  text-align: left;
}

.research-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-comments-section {
  padding: 2em;
}

.aso-img-item-2 {
  max-height: 35px;
}

.text-span-10 {
  background-color: #eeff85;
  padding-left: 0;
  padding-right: 0;
}

.div-block-5 {
  background-color: #eeff85;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.paragraph-19 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.red-bold-3 {
  color: red;
}

.sticky-cta-v1-h-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 100%;
}

.sticky-cta-section-v1-2 {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: none;
  position: sticky;
  bottom: 0;
}

.header-logo {
  max-height: 35px;
}

.f-width-img.mb-2em {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 2em;
}

.ase-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-2 {
  word-break: break-all;
}

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

.l1-header.new-col-bk {
  background-color: #252a32;
}

.l1-header.new-col-bk.light-grey-bk-col {
  background-color: #a5a5a563;
}

.l1-header-wrapper {
  justify-content: space-between;
  width: 1100px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.l1-header-wrapper.new-style {
  background-color: #252a32;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.l1-header-wrapper.new-style.new-bk-grey {
  background-color: #a5a5a500;
}

.l1-header-wrapper.new-style.new-bk-grey.new-col-bk {
  background-color: #dcdcdc;
}

.l1-header-logo {
  max-height: 80px;
}

.l1-h2 {
  font-size: 36px;
  font-weight: 700;
}

.l1-h2.new-col-style {
  color: #000;
}

.l1-h2.new-col-style.new-font-size {
  font-size: 28px;
}

.l1-h2.new-col-style.size-font-adj {
  font-size: 28px;
  line-height: 30px;
}

.l1-custom-ul-li-mark {
  min-height: 25px;
}

.l1-content-wrapper {
  justify-content: space-between;
  width: 1100px;
  margin-top: 3em;
  display: flex;
}

.l1-content-wrapper.no-top-mar {
  margin-top: 1em;
}

.l1-about-article-p {
  font-weight: 700;
}

.l1-about-article-p.new-grey-col {
  color: #868686;
}

.l1-about-article-p.new-font-style {
  font-weight: 400;
}

.l1-about-article-p.new-font-style.new-color-style {
  color: #868686;
}

.nl-list-item-2 {
  background-color: #f0eded;
  border-radius: 5px;
  padding: 1em;
}

.nl-list-item-2.new-top-mar {
  margin-top: 10px;
}

.nl-list-item-2.new-top-mar.new-lav-col {
  background-color: #ece7ff;
}

.nl-list-item-2.new-top-mar.new-lav-col.new-col-style {
  background-color: #ffc9c9;
}

.nl-list-item-2.new-top-mar.new-lav-col.new-col-style.new-blue-col {
  background-color: #6a8eb6;
}

.nl-list-item-2.new-top-mar.new-lav-col.new-col-style.new-blue-col.new-col-pink {
  background-color: #fbeceb;
}

.nl-list-item-2.new-top-mar.new-lav-col.new-col-style.new-blue-col.new-col-pink.no-top-mar {
  border-radius: 0;
  margin-top: -15px;
}

.nl-list-item-2.new-style-1 {
  background-color: #ececec;
}

.nl-list-item-2.new-style-1.bot-mar {
  margin-bottom: 20px;
}

.nl-list-item-2.new-style-1.new-col {
  background-color: #fbeceb;
}

.nl-p-7 {
  color: #000;
  margin-bottom: 1.25em;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.nl-p-7.mb-0 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

.nl-p-7.mb-0.new-font-style {
  text-align: left;
}

.nl-p-7.mb-0.new-font-style.white-text {
  color: #fff;
}

.nl-p-7.mb-0.left-align {
  text-align: left;
}

.nl-p-7.white-text {
  color: #fff;
  margin-bottom: .5em;
}

.nl-p-7.mb-0 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 117%;
  display: flex;
}

.faq-item-3.f-child {
  border-bottom: 1px solid #0000004d;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
}

.faq-item-3.f-child.new-style-width {
  width: 100%;
}

.eq-v2-testimonials-list-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.eq-v2-testimonial-p-2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.eq-v2-testimonial-p-2.new-font-style {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.eq-v2-testimonial-p-2.new-font-style.style-change {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.mis-block-1 {
  background-color: #e5f2ff;
  flex-flow: column;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.mis-block-1.new-col {
  background-color: #fbeceb;
}

.l1-custom-ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-bottom: 1em;
  display: flex;
}

.l1-custom-ul-li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.l1-main-h1 {
  margin-top: 0;
}

.l1-main-h1.new-col-style {
  color: #000;
  font-size: 40px;
}

.l1-sidebar-wrapper {
  border: 1px solid #0000004d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.l1-sidebar-wrapper.new-style {
  border-width: 2px;
  border-color: #6898ce;
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.l1-sidebar-wrapper.new-style.light-border {
  border-width: 1px;
  border-color: #b9b9b9;
}

.image-51 {
  max-width: 31%;
}

.l1-custom-ul-li-p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.l1-custom-ul-li-p.new-size {
  font-size: 15px;
}

.l1-sidebar {
  max-width: 250px;
}

.l1-sidebar-img {
  max-width: 80%;
}

.l1-sidebar-img.new-size {
  max-width: 100%;
}

.l1-sidebar-img.new-size.small-size {
  max-width: 30%;
}

.l1-hero-img {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 1em;
}

.l1-hero-img.no-border-radius {
  border-radius: 0;
}

.l1-hero-img.no-border-radius.bot-rad-space {
  margin-bottom: 2em;
}

.l1-hero-img.no-border-radius.add-mar-top {
  margin-top: 2em;
}

.l1-main {
  max-width: 825px;
}

.l1-main.bot-mar {
  padding-bottom: 40px;
}

.cc-pdp-1-content-mbg-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.cc-pdp-1-content-mbg-inner.new-width {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.cc-pdp-1-content-mbg-inner.new-width.no-mar {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  padding: 0 10px;
}

.cc-pdp-1-content-mbg-text-h2 {
  color: #f5f5f5;
  margin-top: 0;
}

.eq-v2-testimonial-preamble-3 {
  margin-top: .1em;
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.eq-v2-testimonial-preamble-3.new-font {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.eq-v2-testimonial-preamble-3.new-font.style-change {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.list-2 {
  font-size: 21px;
  line-height: 100%;
}

.list-2.new-style-col {
  line-height: 96%;
}

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

.l1-sidebar-h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 120%;
}

.text-wrapper {
  background-color: #2a2828;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 20px;
  display: flex;
}

.text-wrapper._30day-badge {
  flex-flow: column;
}

.text-wrapper._30day-badge.no-mar-bot {
  background-color: #000;
  padding: 10px;
}

.nl-content-piece-3.cta-section {
  background-color: #e6f3ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 7em;
  padding: 5em;
  display: flex;
}

.nl-content-piece-3.cta-section.new-yel-bk {
  background-color: #faf8f3;
}

.nl-content-piece-3.cta-section.new-yel-bk.no-bot-mar {
  background-color: #fff9de;
  margin-bottom: 2em;
}

.nl-content-piece-3.cta-section.new-yel-bk.no-bot-mar.new-blue {
  background-color: #f1f9fe;
}

.nl-content-piece-3.cta-section.new-yel-bk.no-bot-mar.new-blue.no-space-mar {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
}

.nl-content-piece-3.cta-section.new-yel-bk.no-bot-mar.new-blue.no-space-mar.no-bor-rad {
  border-radius: 0;
}

.eq-v2-testimonial-4 {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1em 1.5em;
  display: flex;
}

.eq-v2-testimonial-4.bk-col-grey {
  background-color: #f5f5f500;
  border-top: 1px solid #d4d4d4;
  border-bottom-color: #d4d4d4;
}

.eq-v2-testimonial-4.bk-col-grey.no-bor-new {
  border-bottom-style: none;
}

.new-white-col {
  color: #fff;
}

.l1-p {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 150%;
}

.l1-p.less-mar {
  margin-bottom: 1em;
}

.l1-p.less-mar.new-style-text.no-bot-mar {
  margin-bottom: 0;
}

.l1-p.less-mar.new-style-text.new-style-italics {
  font-style: italic;
}

.l1-p.less-mar.new-style-text.white-text {
  color: #fff;
}

.faq-box {
  background-color: #faf8f3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 1.5em 2em;
  display: flex;
}

.faq-box.new-style-font {
  background-color: #e5f2ff;
}

.lpi-cta-sticky-section {
  z-index: 2147483647;
  background-color: #303030;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: sticky;
  bottom: 0;
}

.lpi-cta-sticky-section.new-bk-col {
  background-color: #e7e7e7;
}

.lpi-cta-sticky-section.new-bk-col.mar-change {
  padding-top: .5em;
  padding-bottom: .5em;
}

.image-52 {
  width: 100%;
}

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

.expert-box-testimonial {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 6px #0000002b;
}

.quick-stack {
  padding: 10px;
}

.quick-stack.mb-2em {
  margin-bottom: 2em;
}

.quick-stack.mb-2em.no-bk-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-40 {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.doc-img {
  object-fit: cover;
  border-radius: 5px;
  height: 200px;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #efd3da;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-6.new-yel-bkl {
  background-color: #f6efdf;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-6.new-yel-bkl.no-bk-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f6efdf00;
  padding: 0;
}

.lx-header {
  background-color: #d01623;
}

.lx-header-inner {
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
}

.lx-header-logo {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

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

.lx-content-inner {
  width: 1200px;
  margin-top: 0;
}

.lx-hero-section {
  background-color: #f4f4f4;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 2em;
  display: flex;
}

.lx-hero-section-left {
  width: 50%;
}

.lx-hero-section-img {
  max-width: 45%;
}

.lx-article-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-tag {
  color: #fff;
  background-color: #c95151;
  border-radius: 15px;
  padding: 10px;
  font-weight: 600;
  line-height: 100%;
}

.interpunct {
  background-color: #000;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.time-to-read {
  margin-bottom: 0;
}

.lx-body {
  font-family: Open Sans, sans-serif;
}

.lx-h1 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.lx-sub-h1 {
  color: #a94e63;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.lx-author-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
  display: flex;
}

.lx-author-img {
  border-radius: 100px;
  height: 50px;
}

.aa-p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 120%;
}

.aa-p.date {
  color: #b2b2b2;
  margin-bottom: 0;
}

.lx-p {
  font-size: 19px;
  line-height: 150%;
}

.lx-p.mb-5 {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
}

.lx-p.mb-custom.fc-white {
  color: #f1f1f1;
}

.lx-p.head {
  letter-spacing: -.5px;
  margin-bottom: .5em;
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
}

.lx-p.lx-list-box-item-p {
  font-size: 19px;
}

.lx-p.mb-custom {
  margin-bottom: 1.5em;
}

.lx-main-article {
  margin-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
}

.lx-h2 {
  letter-spacing: -.25px;
  margin-top: 2em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
}

.lx-h2.mt-4em {
  margin-top: 4em;
}

.lx-h2.mt-0 {
  margin-top: 0;
}

.lx-h2.mt-0.fc-white {
  color: #f1f1f1;
}

.paragraph-20 {
  font-size: 18px;
  line-height: 150%;
}

.lx-custom-ul {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.lx-custom-ul-li-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-53 {
  height: 25px;
}

.lx-custom-ul-marker-img {
  height: 20px;
  margin-top: 5px;
}

.lx-custom-ul-li {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.lx-comparison-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  margin-bottom: 2em;
  display: flex;
}

.lx-comparison-list-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em 5em 2em 0;
  display: flex;
}

.lx-comparison-list-item.winner {
  background-color: #f7f7f7;
  padding: 2em 5em 2em 0;
  position: relative;
}

.lx-comparison-list-item-img {
  max-width: 50%;
}

.lx-comparison-list-item-img.p-sticky {
  position: sticky;
  top: 0;
}

.lx-comparison-list-item-info-heading {
  font-family: Merriweather, serif;
  font-size: 34px;
  line-height: 120%;
}

.lx-comparison-list-item-info-rating-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.lx-comparison-list-item-info-rb-img {
  height: 20px;
}

.lx-comparison-list-item-info-rb-img.img-s {
  height: 30px;
}

.lx-comparison-list-item-info-rb-p {
  margin-bottom: 0;
}

.lx-comparison-list-item-info-characteristics {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.lx-comparison-list-item-info-characteristics-item-score {
  background-color: #e5e5e5;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.lx-comparison-list-item-info-characteristics-item-score-p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: 1em;
}

.lx-comparison-list-item-info-characteristics-item-score-p.no-win-p {
  color: #ccabb1;
}

.lx-comparison-list-item-info-characteristics-item-c-name {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 600;
}

.lx-comparison-list-item-info-characteristics-item-score-current {
  background-color: #c2ff9f;
  border-radius: 10px;
  width: 96%;
  height: 25px;
}

.lx-comparison-list-item-info-characteristics-item-score-current.p-95 {
  width: 95%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.p-91 {
  width: 91%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.p-94 {
  width: 94%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.p-99 {
  width: 99%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.no-win {
  background-color: #ccabb1;
}

.lx-comparison-list-item-info-characteristics-item-score-current.no-win.p-85 {
  width: 85%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.no-win.p-80 {
  width: 80%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.no-win.p-78 {
  width: 78%;
}

.lx-comparison-list-item-info-characteristics-item-score-current.no-win.p-82 {
  width: 82%;
}

.availability-box {
  background-color: #fff;
  border: 1px dashed #0000004d;
  border-radius: 10px;
  margin-top: 2em;
  padding: 1.5em;
}

.ab-p {
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.ab-p.fsz-18 {
  font-size: 18px;
  line-height: 150%;
}

.lx-comparison-list-item-cta-btn {
  color: #282828;
  text-align: center;
  cursor: pointer;
  background-color: #c9ff4b;
  border-radius: 10px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
  transition: all .4s;
}

.lx-comparison-list-item-cta-btn:hover {
  background-color: #b6ef30;
  transform: scale(.95);
}

.lx-comparison-list-item-cta-btn.no-win-cta-btn {
  color: #fff;
  cursor: pointer;
  background-color: #000;
}

.lx-comparison-list-item-cta-btn.no-win-cta-btn:hover {
  transform: none;
}

.lx-list-box {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 5em;
  display: flex;
}

.lx-list-box-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 48%;
  display: flex;
}

.lx-list-box-item.mw-100 {
  width: auto;
}

.lx-list-box-item-img {
  height: 30px;
}

.lx-conclusion {
  background-color: #f2f1e9;
  border: 1px solid #fdb137;
  padding: 3em;
}

.conclusiion-cta-btn {
  cursor: pointer;
  background-color: #a95063;
  padding: .75em 2em;
  font-size: 21px;
  line-height: 100%;
  transition: all .4s;
}

.conclusiion-cta-btn:hover {
  background-color: #8c394b;
  transform: scale(.95);
}

.conclusiion-cta-btn.final-cta {
  color: #303030;
  cursor: pointer;
  background-color: #d5f34b;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 600;
}

.lx-cta-section {
  background-color: #303030;
  justify-content: center;
  align-items: center;
  padding: 5em 3em;
  display: flex;
}

.lx-cta-section-inner {
  width: 900px;
}

.lx-footer {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.lx-footer-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.lx-footer-p {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 130%;
}

@media screen and (min-width: 1440px) {
  .ah-cta-box-item:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-15.paragraph17 {
    font-size: 8px;
  }

  .nl-content-piece-3.cta-section {
    background-color: #e6f3ff;
  }
}

@media screen and (max-width: 991px) {
  .ah-content {
    min-height: 0;
  }

  .ah-content-wrap {
    max-width: 95%;
  }

  .ah-content-wrap.eq-wrapper-custom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 95%;
  }

  .ah-hero-img {
    width: 100%;
    margin-left: auto;
  }

  .ah-footer {
    background-color: #f0f0f0;
    margin-top: 2em;
  }

  .ah-footer-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }

  .ah-footer-link {
    color: #bebebe;
    margin-left: 15px;
    text-decoration: none;
  }

  .headline-cta {
    font-size: 28px;
  }

  .div-block.cta-btn-hide-on-mobile {
    display: none;
  }

  .articleinfo.testimonial {
    justify-content: center;
  }

  .right {
    margin-top: 3em;
  }

  .main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .bold-text-4 {
    text-align: left;
  }

  .image-5 {
    width: 100%;
    margin-left: 0;
  }

  .text-block-14 {
    text-align: center;
  }

  .bold-text-10 {
    text-align: left;
  }

  .image-7 {
    width: 100%;
    margin-left: 0;
  }

  .text-block-24 {
    text-align: center;
  }

  .footer-horizontal {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .text-rights-short {
    text-align: center;
  }

  .headline-cta-2 {
    font-size: 28px;
  }

  .eq-cta-box {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .text-block-29 {
    text-align: center;
  }

  .cta-btn-box {
    background-color: #ec070b;
    border-radius: 10px;
    margin-top: 1em;
    padding: 10px 3em;
    font-family: Droid Sans, sans-serif;
    font-size: 21px;
    font-weight: 700;
  }

  .image-9 {
    width: 100%;
    margin-left: 0;
  }

  .eq-content-wrapper {
    width: 100%;
    min-width: 0%;
  }

  .eq-sidebar-wrapper {
    background-color: #fff;
    width: 100%;
    min-width: 0%;
    margin-left: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .eq-sidebar-wrapper.eq-mobile-popup {
    max-width: none;
    display: flex;
    position: fixed;
    top: auto;
    left: auto;
  }

  .eq-sticky-banner {
    border-width: 0;
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    box-shadow: 0 -5px 17px #0003;
  }

  .eq-limited-offer {
    object-fit: fill;
    width: 100%;
    display: none;
  }

  .eq-limited-offer-inner {
    overflow: hidden;
  }

  .eq-lo-text {
    font-size: 28px;
  }

  .eq-lo-text.cta-section-head {
    margin-bottom: .5em;
  }

  .eq-sticky-banner-inner {
    flex-direction: row;
    padding-bottom: 1em;
  }

  .eq-banner-product-img {
    flex: none;
    width: auto;
    max-height: 200px;
  }

  .eq-banner-description, .eq-banner-cta-btn {
    flex: none;
  }

  .eq-mobile-popup-cta-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .eq-mobile-popup-close-btn {
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .as_seen_on {
    text-align: center;
  }

  .eq-v2-main-wrapper {
    width: 100%;
    padding-bottom: 2em;
  }

  .eq-v2-content {
    width: 95%;
  }

  .eq-v2-content.align-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    margin-top: 20px;
  }

  .eq-v2-footer-wrapper {
    width: 100%;
  }

  .eq-v2-testimonials-bar {
    max-width: 100%;
  }

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

  .cta-box-inner {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: center;
    margin-top: -99px;
  }

  .cta-box {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .cta-claim-box {
    margin-top: -72px;
  }

  .eq-v2-p-2.new-space {
    padding-left: 10px;
  }

  .image-12 {
    width: 100%;
  }

  .tgl-mobile-cta-box-p {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 120%;
  }

  .tgl-content-sidebar {
    width: 35%;
    display: none;
  }

  .tgl-cta-product-img {
    width: 80%;
  }

  .tgl-content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 95%;
  }

  .tgl-mobile-cta-section-inner {
    border: 1px solid #0000001a;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding: 3em 5em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .tgl-mobile-cta-box-h {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    line-height: 120%;
  }

  .tgl-mobile-cta-box-h.red-bold {
    color: red;
  }

  .tgl-content-main {
    width: 100%;
  }

  .text-span-7 {
    color: #fff;
    text-transform: uppercase;
    background-color: #6880ff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 21px;
  }

  .sidebar-inner {
    flex-direction: column;
    position: static;
  }

  .tgl-mobile-cta-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2em;
    display: flex;
  }

  .cta-mobile-progress-bar {
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .tgl-sidebar-p {
    text-align: center;
  }

  .tgl-cta-btn.tgl-mcb-cta-btn, .tgl-cta-btn.sidebar-cta-btn {
    margin-top: .5em;
    margin-bottom: 1em;
  }

  .tgl-cta-btn.off-on-mobiles {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .swiper-wrapper-2 {
    overflow: visible;
  }

  .as-seen-on-tag {
    padding-top: 5px;
  }

  .paragraph-12 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 100%;
  }

  .aso-img-item {
    max-height: 35px;
  }

  .trustpilot-rating {
    margin-top: 0;
  }

  .mobile-fixed-cta {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-section-btn.fixed-cta {
    background-color: #23b000;
    margin-top: 0;
  }

  .paragraph-13 {
    font-weight: 700;
  }

  .scroll-view-trgr.gap-none {
    width: 100%;
  }

  .nl-headline {
    color: #000;
    font-size: 44px;
    line-height: 110%;
  }

  .hero-img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    min-height: 400px;
  }

  .pp-hero-logo {
    max-height: 35px;
  }

  .nl-hero-description {
    width: 100%;
  }

  .nl-content-piece {
    max-width: 100%;
    padding: 1em;
  }

  .nl-content-piece.cta-section {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .nl-cta-section-h1 {
    margin-top: 0;
  }

  .nl-hero-img {
    border-radius: 20px;
    width: 100%;
  }

  .nl-hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .features-img {
    border-radius: 20px;
  }

  .nl-p.cta-nl-p.p-mt {
    margin-bottom: auto;
  }

  .paragraph-14 {
    font-weight: 700;
  }

  .nl-footer-wrapper {
    width: 100%;
  }

  .cta-section-btn-2.fixed-cta {
    background-color: #23b000;
    margin-top: 0;
  }

  .paragraph-16 {
    font-weight: 700;
  }

  .list-of-reasons {
    padding-right: 0;
  }

  .features-img-copy {
    border-radius: 20px;
  }

  .sticky-cta-v1-h.new-size {
    display: none;
  }

  .sticky-cta-section-v1-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sticky-cta-section-v1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    padding-top: 1em;
    padding-bottom: 1.25em;
    display: flex;
  }

  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.marron.new-size.small-size {
    padding-top: 1em;
    font-size: 18px;
    line-height: 100%;
  }

  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.marron.new-size {
    font-size: 18px;
    line-height: 100%;
  }

  .aso-img-item-2 {
    max-height: 30px;
  }

  .paragraph-19 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 100%;
  }

  .sticky-cta-section-v1-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .ase-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .l1-header-wrapper {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .l1-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .l1-custom-ul-li {
    justify-content: flex-start;
    align-items: center;
  }

  .l1-sidebar, .l1-main {
    max-width: none;
  }

  .nl-content-piece-3 {
    max-width: 100%;
    padding: 1em;
  }

  .text-block-40, .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .lx-header-inner, .lx-content-inner {
    width: 100%;
  }

  .lx-hero-section {
    flex-flow: column;
  }

  .lx-hero-section-left {
    width: 100%;
  }

  .lx-hero-section-img {
    max-width: 80%;
  }

  .lx-custom-ul-marker {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 4%;
    display: flex;
  }

  .lx-custom-ul-li {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lx-comparison-list-item, .lx-comparison-list-item.winner {
    padding-left: 0;
    padding-right: 2em;
  }

  .lx-comparison-list-item-img.p-sticky {
    max-width: 35%;
  }

  .lx-comparison-list-item-info-heading {
    font-size: 28px;
  }

  .lx-list-box-item {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-height: 40px;
  }

  .ah-main-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .ah-p {
    font-size: 16px;
  }

  .ah-p.source {
    word-break: break-all;
  }

  .ah-hero-img {
    width: 100%;
  }

  .ah-content-headers {
    font-size: 26px;
    line-height: 120%;
  }

  .image-2 {
    width: 100%;
  }

  .ah-cta-btn {
    font-size: 16px;
  }

  .ah-cta-box-items {
    padding-top: 1.5em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .ah-cta-box-item {
    max-width: 48%;
  }

  .paragraph-2 {
    line-height: 100%;
  }

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

  .bekannt-aus-section {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-size: 19px;
  }

  .bold-text-3.name {
    font-size: 20px;
  }

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

  .text-block-3 {
    padding-top: 5px;
  }

  .main {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 300px;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .bold-text-6.name {
    font-size: 20px;
  }

  .testimonialwrapper {
    position: static;
  }

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

  .text-block-18 {
    padding-top: 5px;
  }

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

  .footer-horizontal {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .text-rights-short {
    text-align: center;
  }

  .bold-text-15.name {
    font-size: 20px;
  }

  .text-block-30 {
    padding-top: 5px;
  }

  .cta-btn-box {
    background-color: #ec070b;
    border-radius: 5px;
    font-family: Droid Sans, sans-serif;
    font-weight: 700;
  }

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

  .eq-popup-custom-wrapper {
    flex-direction: column;
    width: 90%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .eq-custom-popup-product-image {
    max-height: 250px;
  }

  .eq-custom-popup-offer {
    flex-direction: column;
  }

  .eq-custom-popup-offer-head, .eq-custom-popup-offer-claim {
    text-align: center;
  }

  .eq-custom-popup-offer-cta-btn {
    margin-top: 1em;
    margin-left: 0;
    padding: .7em 4em;
  }

  .eq-custom-popup-offer-left {
    max-width: none;
  }

  .as_seen_on, .bold-text-20 {
    text-align: center;
  }

  .as-seen-on-box-v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .as-seen-on-image-v2 {
    max-width: 65%;
  }

  .as-seen-on-heading {
    font-size: 18px;
    line-height: 100%;
  }

  .text-block-38, .text-block-39 {
    font-size: 16px;
    line-height: 150%;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: 26px;
  }

  .eq-v2-main-wrapper {
    padding-bottom: 2em;
  }

  .eq-v2-content.align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials-box {
    flex-direction: column;
  }

  .image-11 {
    max-width: 90%;
  }

  .slider-img {
    width: 100%;
  }

  .cta-box-inner {
    margin-top: -123px;
  }

  .testimonial {
    max-width: none;
  }

  .cta-box {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .eq-v2-p-2.numbered-list.mt-0 {
    padding-left: 20px;
  }

  .eq-v2-p-2.new-space {
    padding-left: 10px;
  }

  .tgl-mobile-cta-section-inner {
    width: 100%;
    padding-top: 5em;
  }

  .tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-width.new-gren-col {
    width: 70%;
  }

  .age-cta-box-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .age-cta-item {
    cursor: pointer;
    width: 48%;
  }

  .swiper-wrapper-2 {
    overflow: visible;
  }

  .slider-substrate {
    object-fit: cover;
    min-height: 400px;
  }

  .slider-img-2 {
    width: 50%;
  }

  .slider-img-2.simg-16x9 {
    width: 80%;
  }

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

  .aso-img-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .aso-img-box.mb-1em {
    padding-left: .5em;
    padding-right: .5em;
  }

  .aso-img-item {
    max-height: 31px;
  }

  .mobile-fixed-cta {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-btn.fixed-cta {
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 18px;
  }

  .nl-logo {
    max-height: 30px;
  }

  .scroll-view-trgr.gap-none {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .cta-section-steps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    display: flex;
  }

  .hero-img {
    object-fit: cover;
    min-height: 400px;
  }

  .features-list {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .nl-content-piece.cta-section {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 3em 1.5em;
  }

  .nl-cta-section-h1 {
    text-align: center;
  }

  .cta-section-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .cta-section-item-step-description.nl-p {
    text-align: center;
  }

  .features-list-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-img {
    border-radius: 15px;
  }

  .features-list-item-text-h {
    text-align: left;
  }

  .nl-p.cta-nl-p {
    text-align: center;
  }

  .nl-p.cta-nl-p.p-mt {
    text-align: center;
    margin-bottom: -21px;
  }

  .nl-p.features-list-item-text-p {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-14 {
    text-align: center;
    font-size: 18px;
  }

  .features-list-item-info {
    text-align: center;
    max-width: 100%;
  }

  .nl-footer-wrapper {
    width: 100%;
  }

  .cta-section-btn-2.fixed-cta {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .features-img-copy {
    border-radius: 15px;
  }

  .sticky-cta-v1-h.new-size {
    font-size: 22px;
  }

  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.marron.new-size.small-size {
    margin-bottom: .5em;
    font-size: 16px;
  }

  .bold-text-35 {
    text-align: center;
  }

  .aso-img-item-2 {
    width: 14%;
    max-height: none;
  }

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

  .cc-pdp-1-content-mbg-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-content-piece-3.cta-section {
    margin-left: 1em;
    margin-right: 1em;
    padding: 3em 1.5em;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .lx-hero-section-img {
    max-width: 90%;
  }

  .lx-main-article {
    padding-left: 1em;
    padding-right: 1em;
  }

  .lx-comparison-list-item, .lx-comparison-list-item.winner {
    padding-left: 0;
  }

  .lx-list-box-item {
    width: 100%;
  }

  .lx-conclusion, .lx-cta-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .ah-main-heading.imprint {
    margin-top: auto;
  }

  .ah-p.source {
    word-break: break-all;
    margin-right: auto;
    padding-right: 0;
  }

  .ah-hero-img {
    width: 100%;
  }

  .ah-cta-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ah-cta-box-item {
    min-width: 100%;
    max-width: 100%;
  }

  .image-3 {
    max-height: 40px;
  }

  .bekannt-aus-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .bekannt-aus-logos {
    max-width: 90%;
    max-height: none;
  }

  .headline-cta {
    line-height: 100%;
    display: block;
  }

  .heading {
    font-size: 32px;
    line-height: 120%;
  }

  .div-block.cta-btn-hide-on-mobile {
    display: none;
  }

  .right {
    margin-top: 1em;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-15 {
    font-size: 16px;
  }

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

  .bold-text-7 {
    display: inline;
  }

  .bold-text-8 {
    font-size: 32px;
    line-height: 100%;
  }

  .text-block-20 {
    font-size: 16px;
  }

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

  .bold-text-12 {
    display: inline;
  }

  .bold-text-13 {
    font-size: 32px;
    line-height: 100%;
  }

  .headline-cta-2 {
    line-height: 100%;
    display: block;
  }

  .eq-cta-box {
    flex-flow: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
  }

  .link-block-5 {
    min-width: 0;
    min-height: 0;
  }

  .cta-btn-box {
    text-align: center;
    object-fit: fill;
    background-color: #ec070b;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 1em;
    padding: 15px 30px;
    font-family: Droid Sans, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    display: flex;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .bold-text-18 {
    display: inline;
  }

  .bold-text-19 {
    font-size: 32px;
    line-height: 100%;
  }

  .eq-sticky-banner-inner {
    flex-direction: column;
    padding-bottom: 2em;
  }

  .as-seen-on-box-v2 {
    flex-direction: column;
    align-items: center;
  }

  .as-seen-on-image-v2 {
    max-width: 100%;
    margin-top: 1em;
  }

  .progress-bar-heading {
    font-size: 21px;
  }

  .progress-bar-current-value {
    font-size: 16px;
  }

  .eq-v2-main-wrapper {
    padding-bottom: 2em;
  }

  .eq-v2-content.align-left {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .eq-v2-footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .eq-v2-heading-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .eq-v2-hashtags-2 {
    flex-wrap: wrap;
    place-content: center;
    width: 100%;
  }

  .eq-v2-preamble-2 {
    font-size: 18px;
  }

  .bold-text-28 {
    font-size: 32px;
  }

  .button {
    font-size: 17px;
  }

  .claim-h {
    margin-top: 54px;
    font-size: 18px;
  }

  .eq-v2-h2-2 {
    font-size: 32px;
    line-height: 105%;
  }

  .cta-box-inner {
    margin-top: -93px;
  }

  .cta-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .eq-v2-p-2.new-space {
    padding-left: 10px;
  }

  .bold-text-30 {
    font-size: 32px;
  }

  .tgl-mobile-cta-box-p {
    line-height: 140%;
  }

  .tgl-cta-product-img {
    width: 90%;
  }

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

  .tgl-main-head {
    font-size: 32px;
  }

  .tgl-mobile-cta-section-inner {
    padding-top: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .tgl-mobile-cta-box-h {
    font-size: 28px;
    line-height: 110%;
  }

  .bold-text-31 {
    font-size: 28px;
  }

  .bold-text-32 {
    font-size: 32px;
  }

  .tgl-cta-btn.tgl-mcb-cta-btn {
    margin-bottom: 0;
  }

  .tgl-cta-btn.off-on-mobiles {
    display: inline-flex;
  }

  .tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-width {
    width: 90%;
  }

  .tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-width.new-gren-col {
    width: 90%;
    font-size: 19px;
  }

  .tgl-cta-btn.off-on-mobiles.new-col-bk-pink.no-bot-mar.new-gren-col, .tgl-cta-btn.off-on-mobiles.new-col-bk-pink.new-gren-col {
    font-size: 19px;
  }

  .age-cta-item {
    background-color: #edffdf;
    width: 47.5%;
    padding: 1em;
  }

  .slider-img-2.nlc-img, .slider-img-2.last-img {
    width: 75%;
  }

  .paragraph-11 {
    max-width: 80%;
  }

  .mobile-fixed-cta {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cta-section-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn.fixed-cta {
    padding: .5em;
  }

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

  .nl-logo {
    max-height: 25px;
  }

  .nl-logo.new-size {
    max-height: 38px;
  }

  .scroll-view-trgr.gap-none {
    width: 100%;
  }

  .nl-headline {
    font-size: 38px;
  }

  .cta-section-steps {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .hero-img {
    object-fit: cover;
    min-height: 330px;
  }

  .hero-img.rh-hero-img {
    min-height: 250px;
  }

  .pp-hero-logo {
    max-height: 30px;
  }

  .nl-content-piece.cta-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta-section-item-step {
    font-size: 26px;
  }

  .nl-cta-section-h1 {
    font-size: 28px;
  }

  .cta-section-step {
    align-items: center;
  }

  .cta-section-item-step-description.nl-p {
    text-align: center;
  }

  .features-img {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

  .features-list-item-text-h {
    font-size: 28px;
    line-height: 100%;
  }

  .nl-p.list-of-reasons {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  .cta-section-btn-2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-2.fixed-cta {
    padding: 10px 1em;
  }

  .features-img-copy {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

  .sticky-cta-section-v1 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-flow: column;
  }

  .nl-3-adv-main-cta-button {
    font-size: 18px;
  }

  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.marron.new-size.small-size {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 17px;
  }

  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.marron.new-size {
    font-size: 16px;
    line-height: 100%;
  }

  .nl-comments-section {
    padding: 0;
  }

  .aso-img-item-2 {
    width: 25%;
  }

  .sticky-cta-section-v1-2 {
    padding-bottom: 1.25em;
  }

  .link-3 {
    word-break: break-all;
  }

  .l1-header-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .l1-header-wrapper.new-style {
    justify-content: center;
    align-items: center;
  }

  .l1-header-logo {
    max-height: 60px;
  }

  .l1-h2 {
    font-size: 28px;
    line-height: 100%;
  }

  .l1-h2.new-col-style {
    line-height: 106%;
  }

  .l1-h2.new-col-style.new-font-size {
    font-size: 22px;
  }

  .l1-content-wrapper {
    margin-top: 0;
  }

  .nl-p-7.mb-0.new-font-style {
    line-height: 130%;
  }

  .nl-p-7.mb-0 {
    text-align: center;
  }

  .l1-main-h1 {
    font-size: 28px;
    line-height: 100%;
  }

  .l1-main-h1.new-col-style {
    font-size: 28px;
    line-height: 110%;
  }

  .image-51 {
    max-width: 100%;
  }

  .bold-text-479 {
    text-align: left;
  }

  .l1-main.bot-mar.no-bot-mar {
    padding-bottom: 0;
  }

  .cc-pdp-1-content-mbg-text-h2 {
    text-align: left;
    font-size: 28px;
    line-height: 29px;
  }

  .eq-v2-testimonial-preamble-3 {
    font-size: 18px;
  }

  .list-2 {
    padding-left: 10px;
  }

  .cc-pdp-1-content-mbg-img {
    max-height: 175px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper._30day-badge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nl-content-piece-3 {
    padding-top: 0;
  }

  .nl-content-piece-3.cta-section.new-yel-bk.no-bot-mar {
    margin-left: 0;
    margin-right: 0;
  }

  .nl-content-piece-3.cta-section.new-yel-bk.no-bot-mar.new-blue {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-40 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bold-text-391 {
    text-align: center;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6.new-yel-bkl {
    text-align: center;
  }

  .lx-hero-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .lx-hero-section-img {
    max-width: 100%;
  }

  .lx-h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .lx-sub-h1 {
    font-size: 21px;
    line-height: 130%;
  }

  .lx-author-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lx-p, .lx-p.mb-custom, .lx-p.lx-list-box-item-p {
    font-size: 18px;
  }

  .lx-h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .lx-h2.mt-4em {
    margin-top: 1em;
  }

  .lx-custom-ul-marker-img {
    height: 15px;
  }

  .lx-comparison-list-item {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .lx-comparison-list-item.winner {
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .lx-comparison-list-item-img.p-sticky {
    max-width: 100%;
    position: static;
  }

  .lx-list-box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .conclusiion-cta-btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 18px;
  }

  .conclusiion-cta-btn.final-cta {
    text-align: center;
  }
}

#w-node-adc6f456-1e0d-8256-cc29-d409ffd3aa2d-8bc74807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3d3cfdf-0e4b-acde-2a81-27d6ef442be7-6eb6f04e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8b961de4-9c76-1db5-ba75-3034f44bd6ba-6eb6f04e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-adc6f456-1e0d-8256-cc29-d409ffd3aa18-8bc74814 {
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f3d3cfdf-0e4b-acde-2a81-27d6ef442be7-6eb6f04e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3d3cfdf-0e4b-acde-2a81-27d6ef442be7-6eb6f04e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f3d3cfdf-0e4b-acde-2a81-27d6ef442be7-6eb6f04e, #w-node-_8b961de4-9c76-1db5-ba75-3034f44bd6ba-6eb6f04e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Bold.woff2') format('woff2'), url('../fonts/EBGaramond-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Regular.woff2') format('woff2'), url('../fonts/EBGaramond-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panchang';
  src: url('../fonts/Panchang-Bold.woff2') format('woff2'), url('../fonts/Panchang-Bold.woff') format('woff'), url('../fonts/Panchang-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-bold-webfont.woff2') format('woff2'), url('../fonts/inriasans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/inriasans-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-italic-webfont.woff2') format('woff2'), url('../fonts/inriasans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-light-webfont.woff2') format('woff2'), url('../fonts/inriasans-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/inriasans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-regular-webfont.woff2') format('woff2'), url('../fonts/inriasans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/inriaserif-bold-webfont.woff2') format('woff2'), url('../fonts/inriaserif-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}