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

.tgl-header {
  background-color: #220036;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.tgl-footer {
  background-color: #220036;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.tgl-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
}

.tgl-advertorial {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

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

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

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

.tgl-p.sources {
  word-break: break-all;
  font-size: 11px;
}

.tgl-p.health-disclaimer {
  font-size: 8px;
}

.tgl-hero-img {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

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

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

.bold-text-2 {
  font-family: Open Sans, sans-serif;
}

.tgl-update-section {
  color: #000;
  background-color: #feffb6;
  border: 1px dashed rgba(0, 0, 0, .3);
  border-radius: 5px;
  padding: 1em 2em;
}

.image {
  margin-bottom: 20px;
}

.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: rgba(0, 0, 0, 0);
  border: 2px solid #00b403;
}

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

.tgl-footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.tgl-footer-link {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph {
  color: gray;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.sidebar-inner {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.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;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.paragraph-2 {
  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-2 {
  max-height: 25px;
}

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

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

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

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

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

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

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

.tgl-author-box {
  align-items: center;
  display: flex;
}

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

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

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

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

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

.image-5 {
  width: 100%;
}

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

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

.image-6.mobile {
  display: none;
}

.hg-v2-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hg-logo {
  max-height: 60px;
}

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

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

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

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

.button {
  color: #feffe4;
  text-align: center;
  letter-spacing: 2.148px;
  text-transform: uppercase;
  background-color: #04c100;
  border: 2px solid #04c100;
  border-radius: 10px;
  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: rgba(4, 193, 0, 0);
  border-width: 2px;
}

.button.mid-article-button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.progress-bar {
  width: 100%;
}

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

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

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

.swiper-slide {
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5em;
  display: flex;
  overflow: hidden;
}

.swiper-slide.swiper-custom {
  position: relative;
}

.slider-substrate {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.eq-v2-heading {
  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-heading.custom-spacing {
  margin-top: 0;
}

.claim-p {
  text-align: center;
  width: 80%;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

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

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

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

.link-3 {
  font-weight: 700;
}

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

.swiper-button-next {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

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

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

.eq-v2-p.sources {
  word-break: normal;
  margin-top: 3em;
  font-size: 12px;
}

.eq-v2-p.health-disclaimer {
  font-size: 8px;
}

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

.testimonial.testimonial-v2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 49%;
}

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

.testimonial-author-img.t-a-off {
  display: none;
}

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

.t-content.t-content-v2 {
  text-align: left;
}

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

.swiper-button-prev {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.testimonials-box {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  display: flex;
}

.swiper {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 3em;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper.swiper-custom {
  z-index: 1;
  position: relative;
}

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

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

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

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

.eq-v2-main-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding-bottom: 5em;
  display: flex;
}

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

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

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

.slider-img.substrate {
  opacity: 0;
  height: 100%;
  position: relative;
}

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

.eq-v2-footer-wrapper {
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: 2em 3em;
  display: flex;
}

.eq-v2-footer-logo {
  max-height: 50px;
}

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

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

.image-8 {
  max-height: 75px;
}

.image-9 {
  max-height: 30px;
  margin-right: 30px;
}

.image-10 {
  margin-bottom: 1em;
}

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

.s-video {
  z-index: 0;
  min-width: 100%;
  position: absolute;
}

.background-video, .background-video-2 {
  width: 100%;
}

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

.text-span-8 {
  color: #fff;
  background-color: #000;
  padding: 2px 5px 3px;
  font-size: 21px;
  display: inline-block;
}

.button-2 {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 3em;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.button-2:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.red-bold-price {
  color: #f50707;
}

.bold-red {
  color: #ec0b0b;
}

.as-seen-on-box {
  flex-direction: column;
  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-6 {
  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;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.25em 1em;
  display: flex;
}

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

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

.advertorial {
  color: #8d8d8d;
  margin-top: 2em;
  margin-bottom: 5px;
}

.red-bold {
  color: red;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.mid-article-img.mobile {
  display: none;
}

.red-text {
  color: red;
}

.hs-layout-header-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

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

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

.hs-layout-main-content {
  width: 50%;
  margin-top: 3em;
}

.heading-10 {
  font-family: Lato, sans-serif;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.heading-7 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
}

.hs-layout-footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  margin-top: 3em;
  display: flex;
}

.hs-layout-footer-wrapper {
  flex-flow: column;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.image-17 {
  max-height: 30px;
}

.hs-footer-links {
  margin-top: 1em;
}

.hs-footer-link {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.paragraph-10 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.image-18 {
  max-height: 30px;
  margin-right: 30px;
}

.eq-v2-testimonial-inside-article {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: row;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 2em .5em;
  display: flex;
}

.t-author-img {
  max-height: 75px;
}

.t-body-author-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 90%;
}

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

.t-body-testimonial {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.foot-size {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-6 {
  color: #393939;
  font-size: 15px;
  font-weight: 400;
}

.mobile-fixed-cta {
  display: none;
}

.cta-section-btn {
  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%;
}

.cta-section-btn.custom-spacing {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-section-btn.custom-spacing.turned-off {
  display: none;
}

.cta-section-btn.cmt {
  margin-top: 1em;
}

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

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

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

.nl-logo.client-logo {
  max-height: 40px;
}

.scroll-into-view-trigger-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

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

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

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

.cta-section-steps.f-d-c {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

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

.hero-img {
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
}

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

.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-family: Inria Sans, sans-serif;
  font-size: 13px;
  line-height: 100%;
}

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

.nl-content-piece {
  max-width: 60%;
}

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

.nl-content-piece.cta-section.nl-2-content-piece {
  background-color: #fff9be;
  max-width: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding: 3em;
}

.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: 16px;
  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;
}

.cta-section-step.f-d-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
}

.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;
  margin-top: .5em;
  display: flex;
}

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

.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;
  margin-bottom: 20px;
}

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

.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: 2em;
}

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

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

.nl-p.headline-10-reasons {
  margin-top: 40px;
  font-size: 24px;
}

.nl-p.c-2 {
  color: #fff;
}

.nl-li-item {
  margin-bottom: 1em;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.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;
  display: flex;
}

.nl-footer.custom-spacing {
  margin-top: 5em;
}

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

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

.paragraph-12.all-r-r {
  margin-top: 1em;
}

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

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

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

.nl-2-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

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

.nl-sidebar-inner {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.nl-2-heading {
  color: #000;
  font-family: Inria Serif, sans-serif;
  font-size: 56px;
  line-height: 100%;
}

.nl-sidebar-ul-li {
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.nl-2-advantages-section {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.star-rating {
  max-height: 15px;
}

.nl-2-p {
  color: #000;
  margin-bottom: 20px;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

.nl-2-p.testimonial-inside-p {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 30px 20px;
}

.nl-2-p.ta-c {
  text-align: center;
  margin-bottom: 0;
}

.nl-2-p.ta-c.fs-i {
  font-style: italic;
}

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

.nl-2-sidebar-image {
  width: 100%;
  margin-bottom: 1em;
}

.nl-2-h1 {
  color: #000;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Inria Serif, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1.sidebar-heading {
  margin-top: .5em;
  font-family: Inria Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.blockquote-img {
  max-height: 70px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.nl-2-sidebar-ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 15px;
  display: flex;
}

.paragraph-14 {
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
}

.scrll-vw-trigger {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.paragraph-15 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-style: italic;
}

.nl-2-quote-block {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 3em;
  position: relative;
}

.nl-2-main-section {
  width: 65%;
}

.nl-2-article-section {
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 2em;
}

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

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

.nl-2-sidebar {
  width: 33%;
  position: relative;
}

.nl-2-sidebar-cta-btn {
  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;
  line-height: 100%;
}

.nl-2-adv-item-img {
  border-radius: 15px;
}

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

.nl-2-article-head {
  width: 65%;
}

.nl-2-body-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.nl-2-body-wrapper-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 2em;
  display: flex;
}

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

.italic-text {
  font-weight: 400;
}

.nl-2-footer {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

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

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

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

.bold-text-7 {
  font-family: Inria Serif, sans-serif;
}

.nl-2-body-color {
  background-color: #eef0f4;
}

.k-img.custom-img-styles {
  border: 1px solid #000;
  border-radius: 30px;
  margin-top: 1em;
  margin-bottom: 1.2em;
}

.nl-h {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inria Sans, sans-serif;
  line-height: 110%;
}

.nl-h.ta-c {
  text-align: center;
}

.nl-h.ta-c.turned-off {
  display: none;
}

.nl-h.c-w {
  color: #fff;
}

.fomo-section {
  background-color: #e6f3ff;
  border-radius: 30px;
  margin-top: 2em;
  padding: 3em;
}

.fomo-section-h {
  font-family: Inria Sans, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.fomo-section-p {
  margin-top: 1em;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.swiper-outer {
  position: relative;
}

.swiper-outer.turned-off {
  display: none;
}

.swiper-slide-img {
  border-radius: 30px;
  width: 100%;
}

.facts-section {
  background-color: #f5f5f5;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 2em 3em;
  display: flex;
}

.fact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  max-width: 33%;
  display: flex;
}

.fact-icon {
  min-height: 35px;
}

.fact-h {
  color: #406982;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.fact-p {
  color: #406982;
  font-family: Inria Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.footnote {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inria Sans, sans-serif;
}

.footer-logo {
  height: 35px;
  margin-bottom: 2em;
}

.nl-sub-headline {
  background-color: #e6f3ff;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inria Sans, sans-serif;
  font-size: 24px;
  line-height: 120%;
  display: inline-block;
}

.list {
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.ol-li {
  margin-bottom: 15px;
  padding-left: 15px;
}

.exclusive-offer {
  background-color: #ffa63d;
  border-radius: 15px;
  margin-top: 2em;
  padding: 2em 3em 3em;
}

.text-span-9 {
  font-size: 24px;
}

.bold-text-8 {
  color: #000;
}

.hf-embed {
  margin-top: 3em;
}

@media screen and (min-width: 1440px) {
  .tgl-p.sources {
    object-fit: fill;
    font-size: 8px;
  }

  .tgl-hero-img {
    margin-bottom: 20px;
  }

  .tgl-cta-btn.sidebar-cta-btn {
    font-size: 19px;
  }

  .image-5 {
    width: 100%;
  }

  .button.mid-article-button {
    justify-content: flex-start;
    display: block;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .swiper-slide.swiper-custom {
    align-items: center;
  }

  .slider-substrate {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .swiper-button-next {
    z-index: 999;
    background-color: rgba(3, 3, 3, 0);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hg-slider-box {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .eq-v2-p {
    font-size: 18px;
  }

  .eq-v2-p.sources {
    font-size: 12px;
  }

  .eq-v2-p.medical-disclaimer {
    font-size: 6px;
  }

  .eq-v2-p.health-disclaimer {
    font-size: 8px;
  }

  .swiper-button-prev {
    z-index: 999;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .swiper.swiper-custom {
    z-index: 2;
    height: 100%;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .paragraph-11 {
    font-size: 18px;
  }

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

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

  .nl-2-p.headline-10-reasons {
    margin-top: 20px;
    font-size: 24px;
  }

  .nl-2-sidebar-cta-btn, .paragraph-16 {
    font-size: 16px;
  }

  .k-img {
    width: 100%;
  }

  .nl-h {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Inria Sans, sans-serif;
    font-size: 36px;
    line-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .tgl-content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 95%;
  }

  .tgl-header-wrapper {
    align-items: center;
    width: 95%;
  }

  .logo {
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo.logo-footer {
    margin-bottom: 1em;
  }

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

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

  .tgl-p.sources {
    margin-top: 2em;
    font-size: 8px;
  }

  .tgl-hero-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

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

  .tgl-cta-btn.off-on-mobiles {
    display: none;
  }

  .tgl-footer-wrapper {
    align-items: center;
    width: 95%;
  }

  .tgl-logo-links {
    flex-direction: column;
  }

  .tgl-footer-link {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .image-5 {
    width: 100%;
  }

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

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

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

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

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

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

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

  .swiper-wrapper {
    overflow: visible;
  }

  .eq-v2-heading {
    margin-top: 1em;
  }

  .eq-v2-heading.custom-spacing {
    margin-top: 0;
  }

  .cta-box-inner {
    flex-direction: column;
    align-items: center;
  }

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

  .eq-v2-p.sources {
    font-size: 8px;
  }

  .claim-h.bigger-font {
    margin-bottom: 20px;
    font-size: 34px;
  }

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

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

  .image-9 {
    max-height: 35px;
    margin-bottom: 1em;
    margin-right: 0;
  }

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

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

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

  .advertorial {
    color: #8d8d8d;
    margin-top: 2em;
    margin-bottom: 10px;
  }

  .hs-layout-main-content {
    width: 90%;
  }

  .image-18 {
    max-height: 35px;
    margin-bottom: 1em;
    margin-right: 0;
  }

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

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

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

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

  .nl-headline {
    color: #000;
    font-family: Inria Serif, sans-serif;
    font-size: 44px;
    line-height: 110%;
  }

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

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

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

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

  .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-footer-wrapper {
    width: 100%;
  }

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

  .nl-sidebar-inner {
    flex-flow: column;
    align-items: center;
    width: 80%;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
  }

  .nl-2-h1.sidebar-heading {
    text-align: center;
  }

  .nl-2-sidebar-ul {
    text-align: left;
  }

  .nl-2-main-section {
    width: 100%;
  }

  .nl-2-sidebar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nl-2-sidebar-cta-btn {
    margin-top: 1em;
  }

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

  .nl-2-article-head {
    width: 100%;
  }

  .nl-2-body-wrapper {
    max-width: 95%;
  }

  .nl-2-body-wrapper-inner {
    flex-direction: column;
    align-items: center;
  }

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

  .a-break-all {
    white-space: normal;
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {
  .tgl-hero-img {
    margin-bottom: 20px;
    margin-left: auto;
  }

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

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

  .image-6.desktop {
    display: none;
  }

  .image-6.mobile {
    display: block;
  }

  .button.mid-article-button {
    font-size: 16px;
    line-height: 110%;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .swiper-slide {
    padding: 0;
  }

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

  .cta-box-inner {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .cta-box-inner.less-space {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

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

  .testimonial {
    max-width: none;
  }

  .testimonial.testimonial-v2 {
    max-width: 48%;
  }

  .testimonials-box {
    flex-flow: wrap;
    align-content: flex-start;
    align-items: stretch;
  }

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

  .slider-img {
    width: 100%;
  }

  .eq-v2-footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .eq-v2-footer-logo {
    margin-bottom: 1em;
  }

  .eq-v2-footer-link {
    font-size: 14px;
  }

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

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

  .mid-article-img.desktop {
    display: none;
  }

  .mid-article-img.mobile {
    display: block;
  }

  .heading-10 {
    line-height: 110%;
  }

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

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

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

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

  .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 {
    padding: 3em 1.5em;
  }

  .cta-section-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .features-list-item {
    flex-direction: column;
  }

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

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

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

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

  .nl-sidebar-inner {
    width: 100%;
  }

  .nl-2-article-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-2-adv-item-img {
    object-fit: cover;
    border-radius: 20px;
    min-height: 250px;
  }

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

  .k-img.custom-img-styles {
    border-radius: 15px;
  }

  .swiper-slide-img {
    border-radius: 10px;
  }

  .facts-section {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .tgl-main-head {
    font-size: 32px;
  }

  .tgl-p.sources {
    margin-top: 2em;
  }

  .tgl-hero-img {
    margin-bottom: 20px;
  }

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

  .tgl-cta-btn.tgl-mcb-cta-btn {
    margin-bottom: 0;
    font-size: 18px;
  }

  .bold-text-4 {
    font-size: 32px;
  }

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

  .tgl-mobile-cta-section-inner {
    padding-top: 5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .tgl-mobile-cta-box-h {
    font-size: 28px;
    line-height: 110%;
  }

  .tgl-mobile-cta-box-p {
    line-height: 140%;
  }

  .button {
    font-size: 17px;
  }

  .eq-v2-preamble {
    font-size: 18px;
  }

  .eq-v2-hashtags {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
  }

  .eq-v2-heading {
    font-size: 34px;
    line-height: 110%;
  }

  .image-7 {
    max-width: 100%;
  }

  .eq-v2-p.sources {
    white-space: normal;
    word-break: break-all;
    width: 100%;
    font-size: 8px;
  }

  .testimonial.testimonial-v2 {
    max-width: 100%;
  }

  .claim-h.bigger-font {
    font-size: 28px;
  }

  .eq-v2-h2 {
    font-size: 32px;
    line-height: 105%;
  }

  .cta-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .slider-img.nlc-img, .slider-img.last-img {
    width: 75%;
  }

  .image-8 {
    max-height: 60px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 120%;
  }

  .eq-v2-testimonial-inside-article {
    flex-direction: column;
    align-items: flex-start;
  }

  .t-author-img {
    max-height: 60px;
  }

  .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: 10px 1em;
  }

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

  .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;
    border-radius: 15px;
    min-height: 330px;
  }

  .nl-content-piece.cta-section.nl-2-content-piece {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .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-sidebar-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-2-heading {
    font-size: 38px;
  }

  .nl-2-quote-block {
    padding: 2em 1.5em;
  }

  .nl-2-article-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-2-adv-item-img {
    border-radius: 10px;
    min-height: 200px;
  }

  .nl-h {
    font-size: 32px;
  }

  .fomo-section {
    padding: 2em;
  }

  .facts-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .fact {
    max-width: none;
  }

  .nl-sub-headline {
    padding-left: 5px;
  }

  .exclusive-offer {
    padding: 2em;
  }
}


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