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

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

@font-face {
  font-family: Niramit;
  src: url('../fonts/Niramit-BoldItalic.woff2') format("woff2"), url('../fonts/Niramit-BoldItalic.woff') format("woff"), url('../fonts/Niramit-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Niramit;
  src: url('../fonts/Niramit-Italic.woff2') format("woff2"), url('../fonts/Niramit-Italic.woff') format("woff"), url('../fonts/Niramit-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Nobile;
  src: url('../fonts/Nobile-BoldItalic.woff2') format("woff2"), url('../fonts/Nobile-BoldItalic.woff') format("woff"), url('../fonts/Nobile-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nobile;
  src: url('../fonts/Nobile-Italic.woff2') format("woff2"), url('../fonts/Nobile-Italic.woff') format("woff"), url('../fonts/Nobile-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Nobile;
  src: url('../fonts/Nobile-MediumItalic.woff2') format("woff2"), url('../fonts/Nobile-MediumItalic.woff') format("woff"), url('../fonts/Nobile-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

.tgl-header.white-header {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
}

.tgl-content {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.tgl-content-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 2em;
  display: flex;
  position: relative;
}

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

.tgl-footer.footer-white {
  background-color: #fff;
  border-top: 1px solid #0000001a;
}

.tgl-header-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.tgl-header-wrapper.white-header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.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: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.tgl-advertorial.black {
  color: #000;
}

.tgl-content-main {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-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-main-head.new-size {
  line-height: 45%;
}

.tgl-p {
  color: #000;
  margin-top: 10px;
  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 {
  font-size: 11px;
}

.tgl-p.mb-0 {
  margin-bottom: 0;
}

.tgl-p.mb-0 {
  color: #000;
  margin-top: 1em;
  margin-bottom: 0;
}

.tgl-p.mb-0.doc-review-p {
  color: #045485;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}

.tgl-p.mb-0.doc-review-p.mb-10 {
  margin-bottom: 10px;
}

.tgl-p.mb-0.fw-b {
  font-weight: 600;
}

.tgl-p.mb-0.fw-b.c-black {
  color: #000;
}

.tgl-p.highlight-red {
  color: #e52e00;
  font-weight: 700;
}

.tgl-p.highlight-red.mb-10 {
  margin-bottom: 10px;
}

.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 #0000004d;
  border-radius: 5px;
  padding: 1em 2em;
}

.tgl-update-section.new-color {
  background-color: #e3e3f1;
}

.tgl-update-section.new-color.yelloe-color {
  background-color: #fff7df;
  border-style: none;
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tgl-update-section.new-color.yelloe-color.new-color-bk {
  background-color: #f5ffa5;
}

.tgl-update-section.new-color.yelloe-color.new-color-bk.new-yellow-bk.new-yel-chn {
  background-color: #feffdb;
}

.tgl-update-section.new-color.green-color {
  background-color: #ffe6f0;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tgl-update-section.new-color.green-color.new-yellow {
  background-color: #feffdb;
}

.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: #0000;
  border: 2px solid #00b403;
}

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

.tgl-footer-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.tgl-footer-wrapper.footer-white {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.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 #0000001a;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 30px;
  overflow: hidden;
}

.sidebar-inner.new-color {
  background-color: #fff;
}

.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;
  inset: 0% 0 auto auto;
}

.tgl-express-shipping.new-color {
  background-color: #5931f4;
  border-width: 0;
  border-color: #fff;
  border-radius: 0;
  width: 100%;
}

.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 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.tgl-author-box.mar-pad-new {
  justify-content: flex-start;
  align-items: center;
}

.tgl-author-box.pad-mar-left, .tgl-author-box.spacing-adjust-left {
  margin-left: -10px;
}

.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 #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.cta-claim-box.new-ver {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #7eac4f;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-claim-box.new-ver.green {
  background-color: #daf6e3;
  padding: 3em;
}

.cta-claim-box.new-ver.no-clor-new {
  background-color: #ddd0;
}

.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: #04c10000;
  border-width: 2px;
}

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

.button.mid-article-button.mb-0 {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 16px;
}

.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 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.slider-substrate {
  z-index: 0;
  position: absolute;
  inset: 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: 400;
  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;
  inset: 0% 0% 0% auto;
}

.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 {
  margin-top: 20px;
  font-size: 9px;
}

.eq-v2-p.new-font {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.testimonial {
  color: #000;
  background-color: #f2faf3;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  max-height: 500px;
  padding: 2em 1.5em;
  display: flex;
}

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

.testimonial.new-align-v {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 100%;
}

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

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

.t-content {
  text-align: left;
  flex-flow: column;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

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

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

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

.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;
  place-content: stretch space-between;
  display: flex;
}

.swiper {
  width: 100%;
  position: absolute;
  inset: 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 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.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: 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 #0000001a;
  border-right: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: 2em 3em;
  display: flex;
}

.eq-v2-footer-logo {
  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;
}

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

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

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

.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: #0000;
}

.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 #0000001a;
  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 #0000001a;
  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 #0000001a;
  justify-content: center;
  margin-top: 3em;
  display: flex;
}

.hs-layout-footer-wrapper {
  padding-top: 3em;
  padding-bottom: 3em;
}

.image-17 {
  text-align: center;
  max-height: 30px;
  display: inline-block;
}

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

.image-18.de-logo.fi-footer-logo {
  max-height: 20px;
}

.eq-v2-testimonial-inside-article {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px #0000001a;
  flex-flow: row;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 2em .5em;
  display: flex;
}

.eq-v2-testimonial-inside-article.new-style {
  flex-flow: column;
}

.eq-v2-testimonial-inside-article.top-mar-adj {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #e0ffe7;
  margin-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

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

.t-body.new-alignment {
  text-align: left;
}

.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-author-name.new-alignment {
  text-align: left;
}

.t-body-author-name.top-space {
  margin-top: 10px;
}

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

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

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

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

.article-inner-testimonials-wrapper {
  margin-top: 40px;
}

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

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

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

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

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

.nl-content-piece.cta-section.nl-2-content-piece.new-grey-bk {
  background-color: #e0ffe9;
}

.nl-content-piece.cta-section.socks-content-piece {
  background-color: #fdb;
}

.nl-content-piece.cta-section.nl-2-content-piece {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff9be;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding: 3em;
}

.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.lpi-cta-section {
  background-color: #e6f3ff;
  width: 100%;
  max-width: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 2em 3em;
}

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

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

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

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

.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-hero-description.socks-hero-description {
  background-color: #fdb;
}

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

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

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

.rating-p {
  color: #000;
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

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

.nl-li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: Inria Sans, sans-serif;
}

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

.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-p {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

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

.nl-p.features-list-item-text-p.new-size-p {
  font-size: 16px;
}

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

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

.nl-p.cta-nl-p.p-mt.new-font-adj {
  font-family: Montserrat, sans-serif;
}

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

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

.features-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.features-list-item-text-h.new-size {
  font-size: 32px;
  line-height: 36px;
}

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

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

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

.nl-cta-section-h1.new-style-font {
  font-family: Montserrat, sans-serif;
}

.cta-section-steps {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

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

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

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

.cta-section-item-step-description {
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
}

.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%;
  text-decoration: none;
}

.cta-section-btn.mid-text-cta.cta-green {
  background-color: #1cbe00;
  border: 1px solid #1cbe00;
  width: 100%;
  margin-top: 0;
}

.cta-section-btn.mid-text-cta.cta-green:hover {
  color: #1cbe00;
  background-color: #0000;
}

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

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

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

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

.paragraph-12 {
  text-align: center;
  font-family: Inria Sans, sans-serif;
}

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

.footer-link {
  font-family: Inria Sans, sans-serif;
}

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

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

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

.nl-2-header-wrapper {
  grid-column-gap: 700px;
  grid-row-gap: 700px;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 1.5em 0;
  display: flex;
}

.content-wrapper-main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.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;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

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

.nl-2-main-section.padding-adjust, .nl-2-main-section.padding-adjust.new-smal-srn-mar-top.only-mob-margin-top {
  margin-top: -30px;
}

.nl-2-sidebar {
  width: 33%;
  height: 33%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

.nl-2-heading.h-df.new-size-small {
  font-size: 44px;
  line-height: 50px;
}

.nl-2-heading.h-df {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 117%;
}

.nl-2-heading.h-df.new-font-height {
  font-weight: 700;
}

.nl-2-heading.h-df.new-font-height.line-height-new {
  font-weight: 500;
  line-height: 122%;
}

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

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

.nl-2-article-section.new-padding {
  text-align: left;
  padding: 5px 20px;
}

.nl-2-article-section.new-adjustment-padding-sec {
  padding-top: 0;
}

.nl-2-article-section.new-margin-adjust {
  margin-top: -30px;
  padding-top: 0;
}

.nl-2-article-section.mar-pad-adjust {
  margin-top: -30px;
  padding-top: 0;
  padding-left: 1em;
}

.nl-2-p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, 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.testimonial-inside-p.new-color {
  background-color: #feffe4;
}

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

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

.nl-2-p.new-font-style {
  font-family: Montserrat, sans-serif;
}

.nl-2-p.new-space {
  background-color: #0000;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.nl-2-p.new-space.mar-top-new-adj9 {
  margin-top: 18px;
}

.nl-2-p.space-pad-adj {
  margin-top: -15px;
}

.nl-2-p.space-pad-adj.margin-top-adj, .nl-2-p.space-pad-adj.new-mar-top-1, .nl-2-p.space-pad-adj.new-mar-top-2 {
  margin-top: 10px;
}

.nl-2-p.space-pad-adj.new-mar-top-3 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.nl-2-p.adj-pad {
  margin-top: -23px;
}

.nl-2-p.adj-pad.margin-top-new {
  margin-top: 10px;
}

.nl-2-p.pace-pad {
  margin-top: -36px;
}

.nl-2-p.new-font-adjust {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nl-2-p.new-font {
  margin-top: 26px;
  font-family: Lato, sans-serif;
}

.nl-2-p.font-space {
  margin-top: -15px;
  margin-bottom: -36px;
}

.nl-2-p.pace {
  margin-top: -18px;
}

.nl-2-p.new-adjust-pad {
  margin-top: -9px;
}

.nl-2-p.adjust-font-new {
  margin-top: -12px;
}

.nl-2-p.ajus-font-pace, .nl-2-p.new-adjust-font {
  margin-top: 30px;
}

.nl-2-p.adjust-padding-new {
  margin-top: -6px;
}

.nl-2-p.new-space-adjust {
  margin-top: 20px;
}

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

.nl-2-advantages-section.gap-space-new-adj {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
}

.nl-2-advantages-section.space-gap-new-5 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.nl-2-advantages-item {
  display: block;
}

.nl-2-advantages-item.new-space-adj {
  margin-top: -51px;
}

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

.nl-2-adv-item-img.mb-1 {
  margin-bottom: 1em;
}

.nl-2-adv-item-img.new-size {
  margin-top: 20px;
}

.nl-2-adv-item-img.new-space {
  margin-top: -30px;
}

.nl-2-adv-item-img.new-space.margin-top-6 {
  margin-top: 0;
}

.nl-2-adv-item-img.space-pad-new {
  margin-top: 30px;
}

.nl-2-adv-item-img.pad-adj {
  margin-bottom: 20px;
}

.nl-2-adv-item-img.space-new-pad, .nl-2-adv-item-img.new-space-pad {
  margin-top: 30px;
}

.nl-2-adv-item-img.adjust-space {
  margin-top: 40px;
}

.nl-2-adv-item-description {
  text-align: left;
}

.nl-2-adv-item-description.new-align-ver {
  flex-flow: row;
  display: block;
}

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

.nl-2-h1.sidebar-heading {
  margin-top: .5em;
  font-size: 24px;
  font-weight: 400;
}

.nl-2-h1.new-color {
  color: #333;
  text-align: left;
  margin-top: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.nl-2-h1.new-color.align {
  text-align: left;
}

.nl-2-h1.new-color.align.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.nl-2-h1.new-fontstyle-1 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

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

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

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

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

.nl-sidebar-inner {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  font-family: Inria Sans, sans-serif;
  position: sticky;
  top: 20px;
}

.nl-sidebar-inner.color-new {
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}

.nl-sidebar-inner.color-new.border-new {
  border: 1px solid #969696;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
}

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

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

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

.paragraph-14 {
  margin-bottom: 0;
}

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

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

.nl-sidebar-ul-li {
  font-size: 18px;
  line-height: 130%;
}

.button-3 {
  background-color: #000;
}

.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-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-sidebar-cta-btn.green-color {
  -webkit-text-stroke-color: #528125;
  background-color: #528125;
  border: 1px solid #528125;
  margin-top: 15px;
}

.nl-2-sidebar-cta-btn.green-color:hover {
  color: #528125;
  border: 3px solid #528125;
}

.nl-2-sidebar-cta-btn.green-color.new-color {
  -webkit-text-stroke-color: #04c100;
  background-color: #04c100;
  font-family: Lato, sans-serif;
}

.nl-2-sidebar-cta-btn.green-color.new-color:hover {
  color: #023601;
  background-color: #04c10000;
  border-color: #04c100;
}

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

.nl-2-body-wrapper-inner.top-margin-set {
  margin-top: 1em;
}

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

.nl-2-article-head.space-new {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.nl-2-article-head.margin-left-new2 {
  padding-left: 1em;
  padding-right: 1em;
}

.nl-2-footer {
  background-color: #0000;
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

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

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

.nl-2-mobile-cta-section-fixed {
  display: none;
}

.eq-v2-p-2 {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 130%;
}

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

.eq-v2-main {
  border-top: 1px solid #00000003;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-p-3 {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 130%;
}

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

.video-container {
  z-index: 999;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.tr-hero-img {
  margin-bottom: 1.5em;
}

.adv-img {
  width: 100%;
  margin-bottom: 1.5em;
}

.subhead-cite {
  background-color: #dbe6ff;
  border-radius: 10px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 2em;
}

.testimonials-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.testimonials-wrapper.hide-temp {
  display: flex;
}

.t-img {
  max-width: 32%;
}

.sticky-cta {
  display: none;
}

.nl-3-adv-header {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: #050505;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-3-adv-header.new-color-chn {
  background-color: #e1e2e4;
}

.nl-3-adv-header.new-color-chn.color-head-adj {
  background-color: #7a95be;
}

.nl-3-adv-header.new-color-chn.color-head-adj.pad-adj-space, .nl-3-adv-header.new-style-adj {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.nl-3-adv-header-wrapper.new-style-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fc1e72;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.nl-3-adv-header-wrapper.new-style-head.new-color-yellow {
  background-color: #f7c633;
}

.nl-3-adv-header-wrapper.blk-fri-banner-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  flex-flow: column;
  padding-top: .25em;
  padding-bottom: .25em;
}

.nl-3-adv-header-wrapper.blk-fri-banner-3.new-space-adj {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #ffa200;
  flex-flow: row;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.nl-3-adv-header-wrapper.blk-fri-banner-3.banner-1-new {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #ffb901;
  flex-flow: row;
}

.nl-3-adv-header-wrapper.new-adj-space, .nl-3-adv-header-wrapper.new-space-adj {
  padding-top: 0;
  padding-bottom: 0;
}

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

.nl-3-adv-logo.new-size-adj {
  max-height: 123px;
}

.nl-3-adv-logo.logo-fi-s {
  max-height: 30px;
}

.nl-3-adv-content {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nl-3-adv-content.new-color-bkgd {
  background-color: #d2e0e1;
}

.nl-3-adv-content.new-color-bkgd.new-bk-img {
  background-image: url('../images/Winter-Bk1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.nl-3-adv-content.new-color-bkgd.color-mod-adj {
  background-color: #f0efe8;
}

.nl-3-adv-content-wrapper {
  width: 80%;
  max-width: 1200px;
}

.nl-3-adv-hero-heading-h1 {
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 44px;
  line-height: 120%;
}

.about-author {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.about-author.ta-c {
  text-align: center;
}

.nl-3-adv-hero-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-product-image {
  z-index: 1;
  position: relative;
}

.hero-product-image.new-space-adjust {
  top: 20px;
  bottom: auto;
}

.hero-substrate {
  z-index: 0;
  background-color: #b38fff;
  border-radius: 30px;
  min-width: 100%;
  min-height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-substrate.new-color-style {
  background-color: #008c99;
}

.hero-substrate.new-color-style.mod-color-new {
  background-color: #7a95be;
}

.hero-substrate.new-color-bk {
  background-color: #77915c;
}

.hero-substrate.new-color-bk.new-green-color {
  background-color: #1f8c92;
}

.hero-substrate.hero-substrate-newcl {
  background-color: #66b2b2;
}

.nl-3-adv-hero-description {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 5em;
  padding-right: 5em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 150%;
  position: relative;
}

.nl-3-adv-hero-description.padding-top-adj, .nl-3-adv-hero-description.margin-top-spacing {
  margin-top: -.8em;
}

.nl-3-adv-main {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 5em;
  padding: 5em;
}

.nl-3-adv-main.spacing-padding-top, .nl-3-adv-main.top-margin-new {
  margin-top: 1em;
}

.body-3 {
  background-color: #f3f3f3;
}

.nl-3-adv-p {
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.nl-3-adv-p.fc-w {
  color: #000;
  text-align: center;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-p.fc-w.ta-l {
  text-align: left;
}

.nl-3-adv-p.fc-w.ta-l.new-color-white {
  font-family: Inria Sans, sans-serif;
}

.nl-3-adv-p.fc-w.ta-l.new-color-white.text-colorchan-black {
  color: #000;
}

.nl-3-adv-p.fc-w.ta-l.new-color-white.text-colorchan-black.new-font-style {
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-p.fc-w.new-color-white {
  color: #fff;
  font-family: Inria Sans, sans-serif;
}

.nl-3-adv-p.footer-p {
  text-align: center;
  font-size: 14px;
}

.nl-3-adv-h {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h.fc-w {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-h.fc-w.new-color-white {
  color: #fff;
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-reasons-block {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  margin-top: 3em;
  display: flex;
}

.nl-3-adv-reasons-block.gap-space-adj, .nl-3-adv-reasons-block.space-gap-new {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
}

.nl-3-adv-reasons-block-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nl-3-adv-reasons-block-item.reversed {
  flex-flow: row-reverse;
}

.nl-3-adv-reasons-text {
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.nl-3-adv-reasons-img {
  border-radius: 30px;
  max-width: 45%;
}

.nl-3-adv-reasons-text-p.nl-3-adv-p {
  font-size: 18px;
}

.nl-3-adv-main-conclusion {
  background-color: #8863d8;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  padding: 5em;
  display: flex;
}

.nl-3-adv-main-conclusion.color-yellow {
  background-color: #e0ffe7;
  border-radius: 0;
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
}

.nl-3-adv-main-conclusion.color-yellow.cta-box-mar-new.margin-top-mod, .nl-3-adv-main-conclusion.color-yellow.box-cta-new-pad.margin-top-09 {
  margin-top: 2em;
}

.nl-3-adv-main-conclusion.color-yellow.mar-box-top {
  margin-top: 1em;
}

.nl-3-adv-main-conclusion.new-color-bk-adj {
  background-color: #6fbfd0;
}

.nl-3-adv-main-conclusion.new-color-bk-adj.new-color-chgn {
  background-color: #008c99;
}

.nl-3-adv-main-conclusion.new-color-bk-adj.new-color-cgn {
  background-color: #7a95be;
}

.nl-3-adv-main-conclusion.color-green-bk {
  background-color: #77915c;
}

.nl-3-adv-main-conclusion.color-green-bk.new-blue-bk {
  background-color: #1f8c92;
}

.nl-3-adv-main-conclusion.d-none {
  display: none;
}

.nl-3-adv-main-conclusion.nl-3-adv-main-conclusion-newcl {
  background-color: #66b2b2;
}

.nl-3-adv-main-conclusion-steps {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Inria Sans, sans-serif;
}

.nl-3-adv-main-conclusion-steps.new-text-color {
  margin-top: 0;
}

.step-number {
  margin-right: 10px;
  font-size: 28px;
  font-weight: 700;
}

.nl-3-adv-main-conclusion-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.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-family: Inria Sans, sans-serif;
  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.new-color {
  background-color: #00b403;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.new-color-cta {
  background-color: #e90000;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.new-color-cta.btn-color-mod {
  background-color: #a0d100;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.cta-bk-color-new {
  background-color: #528125;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.cta-bk-color-new.new-green {
  background-color: #1f8c92;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.new-colour-design-cta {
  background-color: #66b2b2;
}

.nl-3-adv-main-cta-button.nl-3-adv-mid-cta-button {
  color: #fff;
  background-color: #66b2b2;
}

.nl-3-adv-footer {
  background-color: #f0f0f091;
  border-top: 1px solid #00000003;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  margin-top: .25em;
  display: flex;
}

.nl-3-adv-footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.nl-4-interview-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nl-4-interview-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1100px;
  display: flex;
}

.hero-section-left {
  max-width: 60%;
  padding-top: 3em;
  padding-bottom: 3em;
}

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

.nl-4-headline {
  font-family: Niramit, sans-serif;
  font-size: 44px;
  line-height: 120%;
}

.nl-4-author-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

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

.nl-4-author-p {
  margin-bottom: 0;
  font-family: Niramit, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.nl-4-hero-img {
  vertical-align: baseline;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.nl-4-facts-section {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3em;
  display: none;
}

.nl-4-fact-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.fact-img {
  max-height: 35px;
}

.nl-4-p {
  margin-bottom: 1.25em;
  font-family: Niramit, sans-serif;
  font-size: 21px;
  line-height: 150%;
}

.nl-4-p.fact-p {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.nl-4-p.about-author {
  margin-bottom: 0;
  font-family: Niramit, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.nl-4-p.benefits-item-p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.nl-4-p.benefits-item-p.align {
  text-align: center;
  text-transform: uppercase;
}

.nl-4-p.footer-p {
  text-align: center;
  max-width: 80%;
  margin-top: 2em;
  font-size: 14px;
}

.nl-4-hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nl-4-main-article {
  flex-flow: column;
  margin-top: 5em;
  display: flex;
}

.nl-4-interview-bubble-left {
  background-color: #e6e6e6;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 3em;
}

.nl-4-interview-question {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Niramit, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.nl-4-interview-bubble-right {
  background-color: #d0e8fe;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 2em;
  padding: 3.5em 3em 2.5em;
}

.nl-4-img {
  border-radius: 20px;
  margin-top: 7em;
  margin-bottom: 7em;
}

.nl-4-cta-btn {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(160deg, #a5d0f7, #0063a3);
  border-radius: 20px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em 3em;
  font-family: Niramit, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
  transition: all .5s;
  display: block;
}

.nl-4-cta-btn:hover {
  transform: scale(.95);
}

.nl-4-cta-btn.bubble-cta {
  background-image: linear-gradient(168deg, #a5d0f7, #0063a3);
  margin-top: 1em;
}

.nl-4-cta-sub {
  letter-spacing: 5px;
  margin-top: .25em;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.nl-4-benefits {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
}

.nl-4-benefits-item {
  flex-flow: column;
  max-width: 23%;
  display: flex;
}

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

.nl-4-benefits-wrapper {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.nl-4-benefits-h {
  text-align: center;
  margin-bottom: 1.5em;
  font-family: Niramit, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-4-footer {
  border-top: 1px solid #000;
  padding: 3em;
}

.nl-4-footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-4-footer-links {
  color: #000;
  font-family: Niramit, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.nl-4-footer-links-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-divider {
  background-color: #000;
  width: 3px;
  height: 30px;
}

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

.nl-5-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.nl-5-content-wrapper {
  max-width: 1100px;
}

.nl-5-footer {
  background-color: #fafafa;
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.nl-5-footer-wrapper {
  justify-content: space-between;
  width: 1100px;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

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

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

.nl-5-heading {
  font-size: 36px;
  line-height: 120%;
}

.nl-5-about-article {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stars-img {
  height: 20px;
}

.nl-5-hero-img {
  border-radius: 0;
  width: 100%;
  margin-top: auto;
}

.nl-5-article {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  margin-top: 3em;
  display: flex;
}

.nl-5-article.nl-5-1 {
  justify-content: center;
  align-items: flex-start;
}

.nl-5-article-content {
  flex-flow: column;
  width: 65%;
  display: flex;
}

.nl-5-article-content.nl-5-1 {
  width: 100%;
  max-width: 900px;
}

.nl-5-article-sidebar {
  width: 30%;
  position: relative;
}

.nl-5-p {
  margin-bottom: 1.25em;
  font-size: 18px;
  line-height: 150%;
}

.nl-5-p.author-p {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 14px;
}

.nl-5-p.interview-question-p {
  margin-bottom: 0;
  font-style: italic;
}

.nl-5-p.nl-5article-info {
  color: #a2a2a2;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

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

.nl-5-article-sidebar-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.author-card {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 15px;
  padding: 2em;
  box-shadow: 0 0 10px #0000001a;
}

.nl-5-aa {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nl-5-author-img {
  max-height: 85px;
}

.nl-5-author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.nl-5-author-position {
  color: #8b8b8b;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 130%;
}

.nl-5-h1 {
  margin-top: 1.25em;
  margin-bottom: .75em;
  font-size: 32px;
  line-height: 120%;
}

.nl-5-h1.nl-5-1-cta-box-h {
  text-align: center;
}

.nl-5-interview-question-box {
  background-color: #fffdd5;
  border-radius: 15px;
  margin-bottom: 2em;
  padding: 2.5em;
}

.questioned-by {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.questioned-by-img {
  max-height: 50px;
}

.questioned-by-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.questioned-by-position {
  color: #8b8b8b;
  margin-bottom: 0;
  font-size: 12px;
}

.questioned-by-info {
  flex-flow: column;
  display: flex;
}

.nl-5-img {
  border-radius: 15px;
}

.nl-5-cta-btn {
  color: #fff;
  background-color: #03a200;
  border: 2px solid #03a200;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em 2em;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.nl-5-cta-btn:hover {
  color: #000;
  background-color: #0000;
}

.paragraph-15 {
  margin-bottom: 0;
  padding-top: 3px;
  font-weight: 500;
}

.nl-5-video {
  border-radius: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.nl-5-testomonials-v1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.nl-5-testomonials-v1.nl-5-1 {
  flex-flow: row;
}

.nl-5-testomonials-item {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #f7f7f7;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nl-5-testomonials-item.nl-5-1 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding-right: 0;
}

.nl-5-testimonial-item-img {
  max-width: 30%;
}

.nl-5-testimonial-item-img.nl-5-1 {
  width: 100%;
  max-width: none;
}

.nl-5-testimonial-body {
  padding-top: 1em;
  padding-bottom: 1em;
}

.nl-5-testimonial-body.nl-5-1 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.nl-5-testimonial-author {
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.nl-5-testimonial-rating {
  height: 20px;
  margin-bottom: 1em;
}

.nl-5-testimonial-p {
  font-size: 16px;
  line-height: 150%;
}

.nl-5-facts-box {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.nl-5-facts-box-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.nl-5-facts-box-item-h {
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}

.nl-5-facts-box-item-p {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}

.nl-5-footer-logo {
  max-height: 20px;
}

.nl-5-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.nl-5-footer-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

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

.sticky-cta-v1-h {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inria Serif, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

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

.cta-prod-img {
  max-height: 75px;
}

.nl-5-sticky-footer {
  background-color: #ededed;
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1.25em;
  display: none;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -5px 20px #0003;
}

.nl-5-1-authors {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.nl-5-1-author {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: .75em;
  display: flex;
}

.nl-5-1-author-img {
  max-height: 50px;
}

.nl-5-1-about-author-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.nl-5-1-about-author-position {
  color: #b2b2b2;
  margin-bottom: 0;
}

.nl-5-1-cta-box {
  background-color: #f9f9f9;
  border: 1px solid #0000001a;
  border-radius: 15px;
  margin-top: 2em;
  margin-bottom: 3em;
  position: relative;
  overflow: hidden;
}

.nl-5-1-cta-box-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  padding: 3em 5em;
  display: flex;
}

.nl-5-1-progress-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nl-5-1-cta-box-img {
  width: 50%;
}

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

.nl-6-header-wrapper {
  padding: 1.5em 2em;
}

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

.nl-6-content-wrapper {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  max-width: 1100px;
  display: flex;
}

.nl-6-article {
  border-right: 1px solid #0000001a;
  width: 70%;
  padding-top: 3em;
  padding-bottom: 5em;
}

.nl-6-sidebar {
  width: 35%;
  position: static;
}

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

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

.nl-6-article-pd.margin-bottom-new-2 {
  margin-bottom: -33px;
}

.nl-6-article-pd.margin-bot-3 {
  margin-bottom: -45px;
}

.nl-6-article-pd.mar-bot-adjust-9 {
  margin-top: 0;
  margin-bottom: -35px;
}

.nl-6-article-stars {
  height: 20px;
}

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

.nl-6-p-about-article {
  color: #a2a2a2;
  margin-bottom: 0;
  font-family: Nobile, sans-serif;
}

.nl-6-article-headline {
  color: #1f1b43;
}

.nl-6-article-author {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

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

.nl-6-authore-name {
  color: #737373;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.nl-6-padding-wrapper {
  flex-flow: column;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.nl-6-hero-img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.nl-6-p {
  color: #1f1b43;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 150%;
}

.nl-6-p.para-new {
  color: #1a1a1e;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
}

.nl-6-h {
  color: #1f1b43;
  font-size: 28px;
  line-height: 120%;
}

.nl-6-h.new-title {
  color: #1a1a1e;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.nl-6-img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-span-9, .text-span-10 {
  text-decoration: underline;
}

.nl-6-p-cta-btn {
  text-align: center;
  background-color: #03a200;
  border-radius: 100px;
  margin-bottom: 2em;
  padding: 1.25em 2em 1em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.nl-6-cta-box {
  background-color: #f9f9f9;
  border: 1px solid #0000001a;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.nl-6-cta-box-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  padding: 2em 5em;
  display: flex;
}

.nl-6-cta-box-pb {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nl-6-cta-box-product-img {
  width: 80%;
}

.nl-6-cta-box-product-h {
  text-align: center;
  font-size: 28px;
  line-height: 120%;
}

.nl-6-cta-box-product-p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 150%;
}

.nl-6-sidebar-wrapper {
  padding: 3em 2em 5em;
  display: flex;
}

.nl-6-testimonials {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
  position: static;
}

.nl-6-testimonial {
  border: 1px solid #0000001a;
  border-radius: 15px;
  padding: 2em;
}

.nl-6-testimonial-img {
  max-height: 65px;
  margin-bottom: 2em;
}

.nl-6-testimonial-name {
  margin-bottom: 5px;
  font-family: Nobile, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.nl-6-testimonial-stars {
  height: 20px;
}

.nl-6-testimonial-p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.nl-6-testimonial-p.new-text-style {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.nl-6-footer {
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-6-footer-wrapper {
  justify-content: space-between;
  width: 1100px;
  padding: 5em 0;
  display: flex;
}

.nl-6-footer-logo {
  max-height: 20px;
}

.nl-6-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.nl-6-footer-link {
  color: #000;
  text-decoration: none;
}

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

.features-img-2 {
  border-radius: 30px;
  max-height: 300px;
  margin-bottom: 20px;
}

.features-img-2.bigger-size {
  min-width: 300px;
  max-width: 212px;
}

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

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

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

.cta-box-2.align-ver {
  border: 3px dashed #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.cta-box-2.align-ver.new-color {
  background-color: #fff;
}

.cta-box-2.align-ver.new-color.new-align-style {
  background-color: #7eac4f;
  border-style: solid;
  border-color: #7eac4f;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.cta-box-2.align-ver.new-align {
  background-color: #daf6e3;
}

.cta-box-inner-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.claim-p-2.small-size-font {
  text-align: left;
  font-size: 14px;
}

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

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

.button-4.new-radius {
  border-radius: 100px;
}

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

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

.testimonials-box-2.new-align {
  flex-flow: column;
}

.testimonial-author-img-2 {
  max-height: 70px;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.gradient-green {
  background-image: linear-gradient(#fff, #deebd3 55%, #84ac5e);
  margin-top: 40px;
}

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

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

.claim-p-3.new-fontstyle {
  color: #fff;
  font-family: Inria Sans, sans-serif;
}

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

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

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

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

.cta-box-inner-3.align-other {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  background-color: #afafaf;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.cta-box-inner-3.align-other.new-style-align-hor {
  flex-flow: row;
}

.cta-box-inner-3.align-other.new-style-align-hor.new-vertical {
  background-color: #fff;
  flex-flow: column;
}

.cta-box-inner-3.align-other.no-color {
  background-color: #afafaf00;
}

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

.eq-v2-heading-4 {
  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%;
}

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

.hg-v2-main-2 {
  border: 0 #0000001a;
  border-top: 1px solid #0000001a;
  border-left: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-main-wrapper-2 {
  background-color: #fff;
  border-style: none solid solid;
  border-color: #000 #0000001a #0000001a;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding: 2em 15px;
  display: flex;
}

.image-23 {
  max-width: 60%;
}

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

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

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

.eq-v2-hero-img-2.new-img {
  width: 1200px;
}

.testimonial-author-img-3 {
  max-height: 70px;
}

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

.feature-wrapper {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.description-text {
  text-align: center;
  background-color: #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.description-text.green {
  background-color: #daf6e3;
  margin-bottom: 10px;
}

.div-block-2 {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 2px;
}

.div-block-2.line {
  background-color: #ffffffba;
}

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

.hint-text.new-fontstyle {
  font-family: Inria Sans, sans-serif;
}

.bold-text-33 {
  font-style: italic;
  font-weight: 600;
}

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

.div-block-3 {
  width: 100%;
}

.div-block-4 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4.product-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 25px;
}

.div-block-5 {
  display: block;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 60%;
  display: flex;
}

.div-block-7 {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.bold-text-34 {
  font-family: Lato, sans-serif;
}

.text-block {
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.header-elements {
  background-color: #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.header-elements.new-color {
  background-color: #77915d;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.image-24 {
  position: relative;
  top: 12px;
}

.div-block-9 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-10 {
  z-index: 1;
  background-color: #000;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-11 {
  position: relative;
  top: auto;
}

.container {
  z-index: 3;
  object-fit: fill;
  background-color: #000;
  width: 75px;
  position: absolute;
  top: 421px;
  right: 940px;
}

.image-25 {
  position: static;
}

.container-2 {
  object-fit: fill;
  background-color: #860404;
  width: 1000px;
  height: 445px;
  max-height: 600px;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  height: 300px;
  display: flex;
  position: absolute;
  inset: 332px 0% 0% 13%;
}

.div-block-12.floatin-sec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
}

.image-26 {
  max-height: 470px;
}

.div-block-13 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-13.time-text-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
}

.text-block-2, .text-block-3 {
  color: #a3a3a3;
}

.heading-12 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-17 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.div-block-14 {
  margin-top: 161px;
}

.content-wrapper {
  margin-top: 175px;
}

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

.para-norm {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-ben-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ebfff1;
  border-radius: 10px;
  flex-flow: column;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.text-ben-wrapper.no-space {
  margin-top: auto;
  padding-top: 10px;
}

.text-ben-wrapper.new-color {
  background-color: #e0ffe7;
  border-radius: 0;
}

.text-ben-wrapper.new-color.new-space {
  margin-top: 30px;
}

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

.cell.align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  margin-bottom: 40px;
  padding-top: 0;
  position: relative;
}

.div-block-15 {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-27 {
  z-index: 0;
  position: relative;
}

.text-block-4 {
  font-family: Inria Serif, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4.font-new {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.cell-5.align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-16 {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-16.product-benefit {
  justify-content: flex-start;
  align-items: center;
}

.image-28 {
  z-index: 0;
  position: relative;
}

.feature-wrapper {
  justify-content: center;
  align-items: center;
}

.paragraph-18 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-9 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-reasons-block-item-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nl-3-adv-reasons-block-item-2.reversed {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row-reverse;
  margin-top: 20px;
}

.nl-3-adv-reasons-text-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.nl-3-adv-reasons-img-2 {
  border-radius: 30px;
  width: 400px;
  height: 400px;
}

.nl-3-adv-h-2.new-font {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h-2.new-font.small-size-28.modi-font {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

.nl-3-adv-h-2.new-font.small-size-28.modi-font.size-new {
  font-size: 26px;
  line-height: 36px;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-10 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-reasons-block-item-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nl-3-adv-reasons-block-item-3.reversed {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #000;
  flex-flow: row-reverse;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.nl-3-adv-reasons-text-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.nl-3-adv-reasons-img-3 {
  border-radius: 30px;
  width: 400px;
  height: 400px;
}

.nl-3-adv-reasons-img-3.new-size {
  width: 350px;
  height: 350px;
}

.nl-3-adv-h-3.new-font {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h-3.new-font.small-size-28.modi-font {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

.nl-3-adv-h-3.new-font.small-size-28.modi-font.size-new {
  font-size: 26px;
  line-height: 36px;
}

.div-block-19, .cta-new-sec {
  margin-top: 40px;
}

.tgl-header3 {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tgl-header3.new-border {
  border: 1px #000;
  border-bottom: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 20px;
}

.tgl-header3.new-border.new-color-green {
  background-color: #77925d;
  border-bottom-style: none;
}

.adv-logo-header {
  max-height: 60px;
}

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

.nl-p-2 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

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

.section {
  justify-content: center;
  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-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.cta-section-btn-2.mid-text-cta.cta-green {
  background-color: #1cbe00;
  border: 1px solid #1cbe00;
  width: 100%;
  margin-top: .5em;
}

.cta-section-btn-2.mid-text-cta.cta-green:hover {
  color: #1cbe00;
  background-color: #0000;
}

.cta-section-btn-2.mid-text-cta.cta-green.new-space {
  width: 75%;
  padding-left: 1em;
  padding-right: 1em;
}

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

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

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

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

.nl-2-heading-2 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-heading-2.h-df.font-new-style {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 41px;
}

.nl-2-heading-2.h-df.font-new-style.green {
  color: #1b2e09;
}

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

.paragraph-20 {
  color: #000;
  font-style: italic;
}

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

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

.nl-sidebar-inner-2.border-up {
  border-top: 1px solid #000;
  border-radius: 0;
}

.nl-sidebar-inner-2.border-up.new-color {
  background-color: #fff;
  border-top-color: #dadada;
}

.nl-2-h1-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1-2.sidebar-heading {
  margin-top: .5em;
  font-size: 24px;
  font-weight: 400;
}

.nl-2-article-section-2 {
  text-align: left;
  background-color: #fff;
  border: 1px #dadada;
  border-top-style: solid;
  border-radius: 0;
  padding: 1em 1em 1em .5em;
}

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

.paragraph-21 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.pro-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.paragraph-22 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.container-4 {
  max-width: 100%;
}

.div-block-20 {
  width: 100%;
}

.section-2 {
  width: 1400px;
  height: 280px;
}

.hero-image-wrapper {
  object-fit: fill;
  background-image: url('../images/Listicle-hike-image.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.par-v4-content-wrapper {
  padding: 2em 0 3em;
}

.par-v4-subheading {
  font-size: 26px;
  font-weight: 400;
  line-height: 114%;
}

.par-v4-hero-img {
  width: 100%;
  margin-top: 1em;
  margin-bottom: .125em;
}

.whute {
  color: #fff;
}

.mob-hd1 {
  font-size: 38px;
}

.cursor {
  position: absolute;
  bottom: -25%;
  right: 0%;
}

.par-v4-p {
  margin-top: 1em;
  font-size: 21px;
  line-height: 160%;
}

.par-v4-p.new-space {
  margin-bottom: 40px;
}

.bold-text-10 {
  font-size: 24px;
}

.cta-btn-section {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.btn-anmtd {
  text-align: center;
  letter-spacing: .5px;
  background-color: #ff8418;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  font-size: 18px;
  line-height: 130%;
  display: block;
}

.bold-text-9, .par-v4-h-2 {
  color: #333;
}

.par-v4-content-wrapper-extra-paddings {
  padding-left: 3em;
  padding-right: 3em;
}

.par-v4-article-info {
  color: #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 5px;
  font-family: Droid Sans, sans-serif;
}

.update {
  text-align: center;
  background-color: #ffb8b8;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 21px;
  line-height: 160%;
}

.update.new-color-grn {
  background-color: #169954;
}

.header-text-main {
  color: #fff;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  line-height: 52px;
}

.main-content {
  flex-flow: column;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nl-3-adv-h-4.new-font {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h-4.new-font.small-size-28.modi-font {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.quick-stack-2 {
  border: 1px solid #000;
}

.offer-box-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.offer-box-22.new-border {
  background-color: #f8ffdf;
  border-width: 4px;
  border-color: #7eac4f;
}

.div-block-23 {
  color: #fff;
  background-color: #543dff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-25 {
  object-fit: fill;
  background-color: #9c9a9a;
  height: 2px;
  margin-bottom: 20px;
}

.button-5 {
  background-color: #7eac4f;
  justify-content: center;
  align-items: center;
  padding: 10px 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.paragraph-23 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-24 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

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

.testimonial-wrapper {
  display: flex;
}

.button-6 {
  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-6:hover {
  color: #000;
  background-color: #04c10000;
  border-width: 2px;
}

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

.button-6.mid-article-button.mb-0 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.button-6.mid-article-button.mb-0:hover {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  background-color: #7eac4f;
}

.body-7 {
  background-color: #e4e4e4;
}

.div-block-28 {
  flex-flow: column;
  display: flex;
}

.container-6 {
  background-color: #fff;
  border: 0 #0000;
  justify-content: center;
  align-items: center;
  max-width: 733px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-4 {
  opacity: 1;
  border: 0 #000;
}

.section-5 {
  border: 1px solid #0000;
}

.header1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 733px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-title-wrapper {
  max-width: 1200px;
  margin-left: 0;
}

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

.nl-2-h1-4.sidebar-heading {
  margin-top: .5em;
  font-size: 24px;
  font-weight: 400;
}

.nl-2-h1-4.new-space {
  margin-top: 1.2em;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 120%;
}

.nl-2-h1-4.new-space.pad-adj {
  margin-top: .5em;
  line-height: 135%;
}

.nl-2-h1-4.new-space.pad-adj.margin-top-4 {
  margin-top: .125em;
}

.nl-2-h1-4.new-space.pad-adj.margin-top-10 {
  margin-top: 0;
}

.nl-2-h1-4.space-new {
  margin-top: .6em;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-4.margin-new {
  margin-top: -1em;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-4.margin-new.padding-font-adj {
  margin-top: -.1em;
  margin-bottom: 30px;
}

.nl-2-h1-4.margin-new.font-pace {
  margin-top: 0;
  margin-bottom: -10px;
}

.nl-2-h1-4.margin-new.add-top-mar {
  margin-top: .25em;
}

.nl-2-h1-4.new-padding {
  margin-top: 1.9em;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-4.spacing-adj {
  margin-top: 1.4em;
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.nl-2-h1-4.padding-adj {
  margin-top: .5em;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-4.padding-adj.new-soace {
  margin-top: 1.5em;
}

.nl-2-h1-4.padding-adj.new-adj {
  margin-top: 0;
  margin-bottom: 20px;
}

.nl-2-h1-4.padding-adj.new-space-adjust {
  margin-top: 1.2em;
  margin-bottom: 20px;
}

.nl-2-h1-4.padding-adj.new-space-adjust.margin-top-new-7 {
  background-color: #0000;
  margin-top: 1.5em;
}

.nl-2-h1-4.padding-adj.new-space-adjust.margin-top-08 {
  margin-top: 1.5em;
}

.nl-2-h1-4.padding-adj.new-adjust {
  margin-top: .4em;
  margin-bottom: 30px;
}

.nl-2-h1-4.padding-new {
  margin-top: 1.8em;
}

.nl-2-h1-4.space-pad {
  margin-top: 2em;
}

.nl-2-h1-4.pad-space {
  margin-top: 2em;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-4.new-pace {
  margin-top: .5em;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-4.new-pace.padding-new {
  margin-top: 0;
  margin-bottom: 20px;
}

.nl-2-h1-4.space {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.nl-2-h1-4.space.new-space-adjust {
  margin-top: 1em;
}

.nl-2-h1-4.padding-con {
  margin-top: 1.2em;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

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

.paragraph-37, .paragraph-38 {
  text-align: center;
}

.cta-section-btn-5 {
  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-39 {
  margin-bottom: 0;
  text-decoration: none;
}

.bold-text-35 {
  line-height: 58px;
}

.bold-text-36 {
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  line-height: 50px;
}

.image-30 {
  width: 100%;
}

.doc-review {
  background-color: #ebf5f7;
  border-radius: 10px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: none;
}

.paragraph-40 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.paragraph-40.new-space {
  color: #00888f;
  margin-bottom: 30px;
}

.paragraph-40.new-space.new-font-style {
  color: #538024;
  font-family: Lato, sans-serif;
}

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

.main-header {
  text-align: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 107%;
}

.doc-review-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  padding: 2em;
  display: flex;
}

.subhead-cite-2 {
  background-color: #dbe6ff;
  border-radius: 10px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 2em;
  display: none;
}

.doc-review-right {
  padding-top: 1em;
  position: relative;
}

.nl-p-3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.nl-p-3.cta-nl-p {
  text-align: center;
  font-size: 20px;
}

.nl-p-3.cta-nl-p.new-size {
  font-size: 25px;
}

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

.bold-text-37 {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.bold-text-37.new-size {
  background-color: #f2ff0000;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.paragraph-42 {
  margin-bottom: 0;
  line-height: 113%;
  text-decoration: none;
}

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

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

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

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

.bold-text-40 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 89%;
}

.nl-6-p-about-article-2 {
  color: #00888f;
  margin-bottom: 0;
  font-size: 15px;
}

.customer-review-chart {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-15 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.review-header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -21px;
  display: flex;
}

.testimonial-img-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-41 {
  color: #00888f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.body-8 {
  max-width: 1200px;
}

.cta-section-btn-6 {
  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-44 {
  margin-bottom: 0;
  text-decoration: none;
}

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

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

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

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

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

.bold-text-48 {
  text-align: center;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  background-color: #ffefb8;
}

.header-wrap-container {
  grid-column-gap: 700px;
  grid-row-gap: 700px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span-17 {
  background-color: #ffb700;
}

.text-span-18 {
  background-color: #ffda69;
}

.text-span-19 {
  background-color: #e0ffe7;
}

.body-new-7 {
  background-color: #eef0f4;
}

.top-head-ban {
  z-index: 999999999;
  background-color: #ffa200;
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-banner-wrapper {
  background-color: #ffa200;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-banner-wrapper.blackfriday-head-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffc035;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
}

.marquee-msg-container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  height: auto;
  display: flex;
}

.marquee-message {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
  display: inline;
}

.marquee-message.new-color {
  color: #fff;
}

.achtung-span {
  color: red;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 800;
}

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

.div-block-31 {
  width: 100%;
  height: 50px;
  display: flex;
}

.promo-text {
  color: #fff;
  background-color: #dd0b0000;
  border: 2px #fff;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.promo-text.new-style-adj {
  color: #fff;
  background-color: #e20009;
}

.promo-text.new-back {
  background-color: #dd0b00f5;
  font-size: 14px;
  font-weight: 500;
}

.promo-text.new-back.text-color-mod {
  color: #000;
  background-color: #1b1b1b00;
  border: 2px #000;
  font-size: 16px;
  font-weight: 500;
}

.promo-text.new-size {
  font-size: 21px;
}

.promo-text.new-text-adj {
  background-color: #dd0b0000;
  border-style: solid none none;
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
}

.promo-text.new-text-adj.new-color-set {
  background-color: #dd0b00;
  border-style: none;
}

.bfd-header-wrapper {
  background-color: #ffc136;
}

.new-color-highlight {
  color: #000;
}

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

.eq-v2-header.new-color-bk {
  background-color: #538125;
}

.logo-placeholder {
  background-color: #0000;
  max-height: 35px;
}

.cta-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #039f00;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 2em;
  padding: 1.25em 2em;
  font-size: 16px;
  line-height: 100%;
}

.cta-btn.new-color {
  cursor: pointer;
  background-color: #538125;
}

.cta-btn.new-color:hover {
  color: #538125;
  background-color: #53812500;
  border: 2px solid #538125;
}

.cta-btn.new-color.top-mar-adjust {
  margin-top: 20px;
}

.comparison-cards-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.comparison-cards-box.top-mar-adj {
  margin-top: 0;
}

.image-32 {
  background-color: #fff;
  border-radius: 10px;
}

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

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

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

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

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

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

.t-author-name-2.new-space-mar-top {
  margin-top: 20px;
}

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

.eq-v2-p-5.new-bold {
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.img-s-w {
  width: 100%;
  margin-bottom: 2em;
}

.comparison-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eceef0;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  padding: 2em;
  display: flex;
}

.comparison-card.z-index-0.new-style-adj {
  outline-offset: 0px;
  cursor: pointer;
  border-width: 0;
  outline: 3px #00e;
  width: 100%;
  padding-bottom: 0;
}

.brand-price-2 {
  color: #e00;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.brand-price-2.new-color {
  color: #00c20c;
}

.brand-price-2.new-color.bk-color-green {
  color: #fff;
  background-color: #538125;
  padding: 5px 10px;
  font-weight: 700;
}

.brand-price-2.new-size {
  color: #000;
  text-align: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.brand-price-2.new-size.num-price-text {
  color: #fff;
  background-color: #538125;
  padding: 5px 10px;
  font-size: 44px;
  text-decoration: none;
  display: flex;
}

.brand-price-2.new-size.text-deco-new {
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.eq-v2-heading-5 {
  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-author-2 {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

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

.img-disclaimer {
  color: #8b8b8b;
  text-align: left;
  margin-top: -1.5em;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

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

.image-33 {
  background-color: #fff;
  border-radius: 10px;
}

.cell-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #eceef0;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-8:hover {
  box-shadow: 0 2px 5px 3px #0003;
}

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

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

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

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

.eq-v2-p-6.new-bold {
  text-transform: uppercase;
  font-weight: 700;
}

.eq-v2-p-6.quote {
  font-style: italic;
}

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

.eq-v2-heading-6 {
  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-author-info-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.alt-comparison-card-2 {
  flex: 0 auto;
}

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

.text-wrap-benefit {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-34 {
  background-color: #fff;
  border-radius: 10px;
}

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

.z2a-d-header {
  background-color: #000;
}

.z2a-d-header-wrapper {
  color: #b15656;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.z2a-d-header-wrapper.new-color {
  background-color: #b18aee;
}

.z2a-d-header-logo {
  max-height: 50px;
}

.score-section-cta {
  text-align: center;
  background-color: #000;
  border-radius: 15px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.score-section-cta.new-color {
  background-color: #4441d9;
}

.score-section-cta.new-color.color-green {
  background-color: #538024;
}

.score-section-cta.new-color.color-yellow {
  background-color: #b18aee;
}

.system-req-box-wrapper {
  padding: 1em 2em;
}

.system-req-box-wrapper.bg-color {
  background-color: #ffe177;
}

.system-req-box-wrapper.bg-color.new-colr {
  background-color: #fffad5;
}

.system-req-box-wrapper.bg-color.new-colr.color-adj {
  background-color: #eeffe5;
}

.bold-text-51 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.z2a-d-content-wrapper {
  background-color: #fff;
  width: 50%;
}

.bold-text-52 {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.bold-text-53 {
  font-weight: 700;
}

.z2a-d-p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.z2a-d-p.mt-1 {
  margin-top: 2em;
  font-size: 18px;
}

.z2a-d-hero-img {
  width: 100%;
}

.z2a-d-about-article {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-bottom: 5px;
  display: flex;
}

.z2a-d-h {
  color: #000;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.z2a-d-author-name-in-article {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.article-heading {
  color: #000;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.button-7 {
  color: #000;
  text-align: center;
  background-color: #ffe177;
  border-radius: 100px;
  min-width: 60%;
  margin-top: 20px;
  padding: 1em 5em;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.button-7.m-auto {
  border: 2px solid #ffe177;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: block;
}

.button-7.m-auto:hover {
  background-color: #0000;
}

.button-7.m-auto.new-color {
  color: #fff;
  background-color: #4441d9;
  border-color: #4441d9;
}

.regular-img {
  width: 100%;
  display: none;
}

.article-info {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.z2a-d-content-wrapper-inner {
  min-height: 0;
  padding: 2em 3em;
}

.text-span-20 {
  font-style: normal;
}

.z2a-d-content {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  font-family: Lato, sans-serif;
  display: flex;
}

.system-req-box {
  border: 1px solid #0000001a;
  border-radius: 15px;
  margin-bottom: 2em;
  overflow: hidden;
}

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

.features-list-item-3.space-mar-adj {
  margin-top: 40px;
  margin-bottom: 40px;
}

.features-list-item-img-2 {
  width: 400px;
}

.features-img-3 {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 20px;
}

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

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

.bold-text-54 {
  font-family: Lato, sans-serif;
}

.pcp-box-ul {
  background-color: #f5ffa5;
  border-radius: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 2em 2em 3em;
}

.pcp-box-ul.new-color-bk-adj {
  background-color: #fff8ab;
}

.pcp-box-ul.new-color-bk-adj.new-chan-col {
  background-color: #feffdb;
}

.pcp-box-ul.new-color-bk-adj.new-chan-col.no-space-mar {
  margin-top: 0;
  margin-bottom: 0;
}

.pcp-box-li.par-v4-p.new-font-style {
  text-align: left;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.pcp-box-li.par-v4-p.new-font-style.style-font-adj {
  font-family: Montserrat, sans-serif;
}

.pcp-box-li.par-v4-p.new-font-style {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.pcp-box-li.par-v4-p.new-font-style.adj-new-1 {
  font-family: Inria Sans, sans-serif;
}

.pcp-box-li.par-v4-p.new-font-style.li-first-child-margin {
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.pcp-box-li.par-v4-p.new-font-style.li-first-child-margin.new-font-adj {
  font-family: Montserrat, sans-serif;
}

.tgl-hero-img-2 {
  margin-bottom: 1em;
}

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

.tgl-p-2.new-text-adj {
  font-family: Inria Sans, sans-serif;
}

.pcp-box-ul-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

.new-font-style {
  font-family: Montserrat, sans-serif;
}

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

.lpi-logo {
  max-height: 70px;
}

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

.if-icon {
  height: 30px;
}

.lpi-ul {
  padding-left: 20px;
  font-size: 21px;
}

.lpi-author {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

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

.adv-text {
  color: #cfcfcf;
}

.lpi-main-heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 107%;
}

.lpi-main {
  background-color: #ededed;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.if-body {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.lpi-list-box {
  background-color: #f2f2f2;
  border: 1px solid #0000001a;
  border-radius: 15px;
  margin-bottom: 1.5em;
  padding: 2em;
}

.lpi-cv {
  border-radius: 10px;
  width: 48%;
  overflow: hidden;
}

.insta-frame-wrapper {
  width: 100%;
}

.lpi-content {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 750px;
  padding: 3em 2em;
  display: flex;
}

.if-head {
  align-items: center;
  width: 100%;
  padding: 1em;
  display: flex;
}

.p {
  margin-bottom: 1em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.p.mb-0 {
  margin-bottom: 0;
}

.p.if-profile-name {
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 18px;
  font-weight: 700;
}

.p.if-profile-name.m-0 {
  margin-left: 0;
}

.p.author-name-p {
  margin-bottom: 0;
  font-weight: 700;
}

.p.publish-date {
  margin-bottom: 0;
  font-size: 14px;
}

.p.p-post-text {
  margin-top: .5em;
  font-size: 16px;
  line-height: 150%;
}

.p.p-likes {
  margin-top: .5em;
  margin-bottom: 0;
  font-weight: 700;
}

.p.at-p {
  color: #fff;
  margin-bottom: 0;
}

.lpi-customer-videos {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  width: 100%;
  max-height: none;
  margin-bottom: 1em;
  display: flex;
}

.if-icons-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.if-icons {
  justify-content: space-between;
  display: flex;
}

.h2 {
  font-size: 32px;
  line-height: 110%;
}

.h2.h-cta-section {
  text-align: center;
  margin-bottom: .5em;
}

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

.h2.tc-white.h-scta {
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  display: none;
}

.pp-cta-img {
  max-height: 300px;
}

.lpi-bg {
  z-index: 999;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  width: 100%;
  max-height: none;
}

.lpi-bg.no-size-edit {
  aspect-ratio: 16 / 9;
}

.insta-frame {
  border: 1px solid #0000001a;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: flex;
}

.lpi-hero-img {
  border-radius: 15px;
  margin-bottom: 2em;
}

.if-banner-video {
  aspect-ratio: 2 / 3;
  width: 100%;
  display: none;
}

.if-profile-img {
  border-radius: 50px;
  max-height: 35px;
}

.cta-section-btn-7 {
  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-7.lpi-cta-section-btn {
  margin-top: .5em;
  margin-bottom: 1em;
}

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

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

.if-banner {
  width: 100%;
}

.if-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin: 1em auto;
}

.verified-icon {
  max-height: 20px;
  margin-left: .5em;
}

.lpi-article-tag {
  background-color: #d200b2;
  border-radius: 15px;
  padding: .35em 1em;
  display: flex;
}

.insta-hashtag {
  color: #00376b;
}

.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-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.lpa-sticky-section-btn {
  color: #1e1e1e;
  background-color: #7aeb00;
  border: 2px solid #7aeb00;
  border-radius: 15px;
  padding: 1em 4em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.lpa-sticky-section-btn:hover {
  transform: translate(-5px, -5px);
  box-shadow: 3px 3px #fff;
}

.plain-bg-vid, .plain-bg-vid-2 {
  z-index: 999;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1em;
}

.plain-bg-vid-2.no-corner-radius {
  border-radius: 0;
}

.background-video-5 {
  max-height: 400px;
}

.nl-6-testimonial-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 1px solid #0000001a;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.nl-6-testimonial-name-2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.quick-stack-3 {
  width: 700px;
}

.plain-bg-vid-3 {
  z-index: 999;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1em;
}

.plain-bg-vid-3.no-corner-radius {
  border-radius: 0;
}

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

.quick-stack-4 {
  width: 700px;
}

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

.hf-embedding {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 3em;
}

.hf-embedding-code {
  padding: 3em;
}

@media screen and (min-width: 1440px) {
  .tgl-content {
    justify-content: center;
    align-items: flex-start;
  }

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

  .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;
    inset: 0%;
  }

  .swiper-button-next {
    z-index: 999;
    background-color: #03030300;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

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

  .swiper-button-prev {
    z-index: 999;
    background-color: #fff0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .swiper.swiper-custom {
    z-index: 2;
    height: 100%;
    position: relative;
    inset: 0%;
  }

  .nl-content-piece.cta-section, .nl-hero-description, .nl-p.features-list-item-text-p.p-testimonial-inside {
    background-color: #ffc364;
  }

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

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

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

  .image-30 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .z2a-d-about-article {
    border-bottom-color: #000;
  }

  .nl-p-4 {
    text-align: left;
  }
}

@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 {
    font-size: 8px;
  }

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

  .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 #0000001a;
    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: 90%;
  }

  .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;
    inset: 0%;
  }

  .button.mid-article-button.mb-0.m-0 {
    margin-bottom: 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-content.align-left {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

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

  .image-8.header-logo-fi {
    max-height: 25px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nl-2-header-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

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

  .nl-2-main-section.padding-adjust.new-smal-srn-mar-top {
    margin-top: -50px;
  }

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

  .nl-2-heading.h-df {
    font-size: 48px;
  }

  .nl-2-p.pace {
    margin-top: -11px;
  }

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

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

  .nl-sidebar-inner.new-space-adjust {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .nl-sidebar-inner.margin-top-space-adj-04 {
    padding-top: 0;
  }

  .nl-sidebar-inner.margin-top-space-adj-04.mar-bot-space-03 {
    padding-bottom: .5em;
  }

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

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

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

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

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

  .sticky-cta {
    background-color: #fff;
    border-top: 1px solid #0000001a;
    padding: 2em 3em;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -3px 5px #0003;
  }

  .nl-3-adv-content-wrapper {
    width: 95%;
  }

  .about-author {
    text-align: left;
  }

  .nl-3-adv-main {
    padding: 2.5em;
  }

  .nl-3-adv-p.footer-p {
    text-align: center;
  }

  .nl-3-adv-reasons-block-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nl-3-adv-reasons-block-item.reversed {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
  }

  .nl-3-adv-reasons-text {
    max-width: 100%;
  }

  .nl-3-adv-main-conclusion {
    padding: 3em;
  }

  .nl-3-adv-main-conclusion.color-yellow {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-3-adv-main-conclusion-inner {
    width: 100%;
  }

  .nl-3-adv-footer {
    margin-top: .125em;
  }

  .nl-4-interview-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .hero-section-left {
    max-width: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-4-p.about-author {
    position: relative;
  }

  .nl-4-p.footer-p {
    max-width: 95%;
  }

  .nl-4-hero-wrapper {
    flex-flow: column;
  }

  .nl-4-main-article {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-4-interview-question {
    font-size: 32px;
  }

  .nl-4-img {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .nl-4-cta-btn.bubble-cta {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-4-benefits-item {
    border: 1px solid #0000001a;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 45%;
    max-width: none;
    padding: 3em;
  }

  .nl-4-benefits-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nl-4-footer {
    margin-left: 2em;
    margin-right: 2em;
  }

  .nl-5-content {
    margin-top: 1.25em;
  }

  .nl-5-footer-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .nl-5-hero-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-5-hero-img {
    border-radius: 15px;
  }

  .nl-5-article {
    flex-flow: row-reverse wrap-reverse;
  }

  .nl-5-article-content, .nl-5-article-sidebar {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-5-article-sidebar-inner {
    flex-flow: row;
    position: static;
  }

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

  .nl-5-testomonials-item.nl-5-1 {
    width: 32%;
  }

  .sticky-cta-section-v1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

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

  .nl-5-sticky-footer {
    padding-bottom: 2em;
    display: flex;
  }

  .nl-5-1-cta-box-img {
    width: 80%;
  }

  .nl-6-content-wrapper {
    flex-flow: column;
  }

  .nl-6-article, .nl-6-sidebar {
    width: 100%;
  }

  .nl-6-h.new-title {
    margin-top: 20px;
  }

  .nl-6-testimonials {
    flex-flow: row;
  }

  .nl-6-testimonial {
    width: 32%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .sticky-sidebar {
    display: flex;
  }

  .nl-6-footer-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

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

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

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

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

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

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

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

  .container-2 {
    background-color: #fff;
  }

  .div-block-12 {
    top: 253px;
    left: 2%;
  }

  .nl-3-adv-reasons-block-item-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .nl-3-adv-reasons-block-item-2.reversed {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .nl-3-adv-reasons-text-2 {
    max-width: 100%;
  }

  .nl-3-adv-reasons-img-2.new-size {
    width: 300px;
    height: 300px;
  }

  .nl-3-adv-reasons-block-item-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .nl-3-adv-reasons-block-item-3.reversed {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .nl-3-adv-reasons-text-3 {
    max-width: 100%;
  }

  .nl-3-adv-reasons-img-3.new-size {
    width: 300px;
    height: 300px;
  }

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

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

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

  .par-v4-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-text-main {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 46px;
  }

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

  .hero-title-wrapper {
    margin-left: 0;
  }

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

  .nl-2-h1-4.margin-new.font-pace {
    margin-top: 0;
  }

  .nl-2-h1-4.new-padding {
    margin-top: 1.5em;
  }

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

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

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

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

  .bold-text-35 {
    line-height: 43px;
  }

  .bold-text-36 {
    font-size: 40px;
    line-height: 38px;
  }

  .image-30 {
    width: 100%;
  }

  .paragraph-42, .paragraph-44 {
    font-weight: 700;
  }

  .header-wrap-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .marquee-msg-container {
    flex: none;
  }

  .marquee-message {
    font-size: 16px;
  }

  .promo-text.new-back.text-color-mod {
    text-align: center;
  }

  .promo-text.new-size {
    text-align: center;
    line-height: 25px;
  }

  .comparison-cards-box {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    position: relative;
  }

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

  .comparison-card {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .comparison-card.z-index-0 {
    z-index: 0;
  }

  .comparison-card.z-index-0.new-style-adj {
    justify-content: center;
    align-items: center;
  }

  .z2a-d-content-wrapper {
    width: 100%;
  }

  .article-heading {
    font-size: 45px;
    line-height: 110%;
  }

  .z2a-d-content-wrapper-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

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

  .nl-6-testimonial-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 32%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nl-6-testimonial-body-2 {
    text-align: center;
  }

  .quick-stack-3, .quick-stack-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tgl-header-wrapper {
    flex-flow: column;
  }

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

  .swiper-wrapper {
    overflow: visible;
  }

  .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 {
    flex-flow: column;
    max-width: none;
    padding-left: .5em;
    padding-right: .5em;
  }

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

  .t-content {
    font-size: 16px;
  }

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

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

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

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

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

  .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.mobile {
    display: block;
  }

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

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

  .eq-v2-testimonial-inside-article.new-style {
    justify-content: flex-start;
    align-items: center;
  }

  .t-body {
    text-align: center;
  }

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

  .nl-content-piece.cta-section {
    padding: 3em 1.5em;
  }

  .features-list {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

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

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

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

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

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

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

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

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

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

  .hero-img {
    object-fit: cover;
    min-height: 400px;
  }

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

  .nl-2-header-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .nl-2-heading.h-df {
    font-size: 40px;
  }

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

  .nl-2-p.new-space {
    margin-top: 22px;
  }

  .nl-2-p.space-pad-adj.margin-adjust-top-1 {
    margin-top: 0;
  }

  .nl-2-p.new-pace {
    margin-top: 30px;
  }

  .nl-2-p.pace {
    margin-top: -15px;
  }

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

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

  .a-break-all {
    word-break: break-all;
  }

  .testimonials-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .t-img {
    flex: none;
    max-width: 48%;
  }

  .about-author {
    text-align: center;
  }

  .nl-3-adv-hero-description {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-3-adv-h.fc-w {
    font-size: 33px;
  }

  .nl-3-adv-reasons-block, .nl-3-adv-reasons-block.space-gap-new {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .nl-3-adv-reasons-img {
    max-width: 100%;
  }

  .nl-3-adv-footer {
    margin-top: .125em;
  }

  .nl-4-interview-content-wrapper {
    max-width: none;
  }

  .hero-section-left {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-4-p.about-author {
    font-size: 18px;
  }

  .nl-4-p.benefits-item-p {
    text-align: center;
  }

  .nl-4-main-article {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-4-interview-bubble-left {
    padding: 1.5em 1.5em 1.5em 3em;
  }

  .nl-4-interview-bubble-right {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-4-cta-btn {
    background-image: linear-gradient(160deg, #a5d0f7, #0063a3);
    font-size: 16px;
  }

  .nl-4-cta-btn.bubble-cta {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-4-cta-sub {
    font-size: 14px;
  }

  .nl-4-benefits-item {
    max-width: 46%;
    padding: 1.75em;
  }

  .nl-4-benefits-wrapper {
    align-items: stretch;
  }

  .nl-5-content {
    margin-top: 1em;
  }

  .nl-5-hero-img {
    border-radius: 10px;
  }

  .nl-5-article-sidebar-inner {
    flex-flow: column;
    position: relative;
  }

  .author-card {
    position: sticky;
    top: 0;
  }

  .author-card._2nd-card {
    top: 25%;
  }

  .nl-5-aa {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nl-5-testomonials-v1.nl-5-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nl-5-testomonials-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em;
  }

  .nl-5-testomonials-item.nl-5-1 {
    width: 70%;
    padding-top: 0;
    padding-left: 0;
  }

  .nl-5-testimonial-item-img {
    border-radius: 20px;
    max-width: 40%;
  }

  .nl-5-testimonial-item-img.nl-5-1 {
    border-radius: 0;
  }

  .nl-5-testimonial-p {
    margin-bottom: 0;
  }

  .nl-5-facts-box {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .nl-5-facts-box-item {
    max-width: 45%;
  }

  .nl-5-1-cta-box-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .nl-6-article {
    padding-bottom: 3em;
  }

  .nl-6-cta-box-wrapper {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .nl-6-sidebar-wrapper {
    padding-top: 0;
  }

  .nl-6-testimonials {
    flex-flow: column;
  }

  .nl-6-testimonial {
    width: 100%;
  }

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

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

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

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

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

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

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

  .eq-v2-heading-4 {
    font-size: 40px;
    line-height: 48px;
  }

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

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

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

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

  .image-26 {
    height: 300px;
  }

  .heading-12.small-text {
    font-size: 30px;
  }

  .quick-stack {
    text-align: left;
  }

  .div-block-15.product-benefit, .div-block-16.product-benefit {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-9 {
    text-align: left;
  }

  .nl-3-adv-reasons-block-item-2 {
    justify-content: space-between;
    align-items: center;
  }

  .nl-3-adv-reasons-block-item-2.reversed {
    flex-flow: column;
  }

  .nl-3-adv-reasons-img-2 {
    max-width: 100%;
  }

  .nl-3-adv-h-2.new-font {
    text-align: center;
  }

  .nl-3-adv-h-2.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

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

  .nl-3-adv-reasons-block-item-3 {
    justify-content: space-between;
    align-items: center;
  }

  .nl-3-adv-reasons-block-item-3.reversed {
    flex-flow: column;
  }

  .nl-3-adv-reasons-img-3 {
    max-width: 100%;
  }

  .nl-3-adv-h-3.new-font {
    text-align: center;
  }

  .nl-3-adv-h-3.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

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

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

  .nl-2-article-section-2, .par-v4-content-wrapper-extra-paddings {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header-text-main {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .main-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nl-3-adv-h-4.new-font {
    text-align: center;
  }

  .nl-3-adv-h-4.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .offer-box-22, .offer-box-22.new-border {
    flex-flow: column;
  }

  .testimonial-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

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

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

  .testimonial-img-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49 {
    font-size: 16px;
  }

  .header-banner-wrapper {
    overflow: hidden;
  }

  .marquee-msg-container {
    flex: none;
  }

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

  .comparison-card.z-index-0.new-style-adj {
    justify-content: center;
    align-items: center;
  }

  .testimonial-2, .testimonial-3 {
    max-width: none;
  }

  .z2a-d-about-article {
    flex-direction: column;
  }

  .article-heading {
    font-size: 39px;
    line-height: 101%;
  }

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

  .features-list-item-img-2 {
    width: 100%;
  }

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

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

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

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

  .lpi-content {
    width: 100%;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .plain-bg-vid.vid-1x1 {
    aspect-ratio: 1;
  }

  .plain-bg-vid-2.no-corner-radius {
    width: 100%;
    max-width: 100%;
  }

  .plain-bg-vid-2.no-corner-radius.new-space, .nl-6-testimonial-2 {
    width: 100%;
  }

  .quick-stack-3 {
    max-width: 100%;
    padding: 0;
  }

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

  .plain-bg-vid-3.no-corner-radius {
    width: 100%;
    max-width: 100%;
  }

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

  .quick-stack-4 {
    max-width: 100%;
    padding: 0;
  }

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

  .hf-embedding {
    border-radius: 30px;
    padding: 3em;
  }
}

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

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

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

  .tgl-update-section.new-color {
    padding-left: .5em;
    padding-right: .5em;
  }

  .tgl-cta-btn.tgl-mcb-cta-btn {
    margin-bottom: 0;
  }

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

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

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

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

  .cta-claim-box.new-ver {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 17px;
  }

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

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

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

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

  .testimonial {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .t-content {
    text-align: center;
  }

  .claim-h {
    font-size: 22px;
  }

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

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

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

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

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

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

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

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

  .nl-content-piece.cta-section.nl-2-content-piece {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 3em 1em;
  }

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

  .nl-headline {
    font-size: 38px;
  }

  .features-img {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

  .features-list-item-text-h {
    font-size: 28px;
    line-height: 100%;
  }

  .nl-cta-section-h1 {
    font-size: 28px;
  }

  .cta-section-steps {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .cta-section-steps.mt-0 {
    margin-top: 0;
  }

  .cta-section-step {
    align-items: center;
  }

  .cta-section-item-step-description.nl-p {
    text-align: center;
  }

  .cta-section-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn.fixed-cta {
    padding: 10px 1em;
  }

  .hero-img {
    object-fit: cover;
    min-height: 330px;
  }

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

  .nl-2-header-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .nl-2-main-section.padding-adjust.new-smal-srn-mar-top.only-mob-margin-top {
    margin-top: -50px;
  }

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

  .nl-2-heading.h-df {
    font-size: 29px;
    line-height: 127%;
  }

  .nl-2-heading.h-df.new-font-height {
    font-size: 29px;
  }

  .nl-2-heading.h-df.new-font-height.new-font-size-adj {
    font-size: 32px;
  }

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

  .nl-2-p.new-space {
    margin-top: 10px;
  }

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

  .nl-2-h1 {
    font-size: 25px;
    line-height: 112%;
  }

  .nl-2-h1.new-color {
    text-align: left;
    margin-top: 2em;
  }

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

  .nl-sidebar-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-sidebar-inner.mar-cta-box-top {
    padding-top: 0;
  }

  .nl-2-article-head.margin-left-new2 {
    padding-right: 1em;
  }

  .testimonials-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: relative;
  }

  .t-img {
    max-width: 90%;
    position: sticky;
  }

  .t-img.t-1 {
    top: 5%;
  }

  .t-img.t-2 {
    top: 10%;
  }

  .t-img.t-3 {
    top: 15%;
  }

  .nl-3-adv-header-wrapper.new-style-head {
    flex-flow: column;
  }

  .nl-3-adv-header-wrapper.blk-fri-banner-3.new-space-adj {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .nl-3-adv-hero-heading-h1 {
    font-size: 36px;
    line-height: 90%;
  }

  .about-author {
    text-align: left;
    font-size: 14px;
    line-height: 135%;
  }

  .nl-3-adv-hero-description {
    padding-left: .75em;
    padding-right: .75em;
    font-size: 18px;
  }

  .nl-3-adv-main {
    padding-left: .75em;
    padding-right: .75em;
  }

  .nl-3-adv-p {
    font-size: 18px;
  }

  .nl-3-adv-h {
    font-size: 28px;
    line-height: 120%;
  }

  .nl-3-adv-h.fc-w {
    font-size: 24px;
    line-height: 135%;
  }

  .nl-3-adv-reasons-img {
    border-radius: 20px;
  }

  .nl-3-adv-reasons-text-h.nl-3-adv-h {
    font-size: 32px;
    line-height: 110%;
  }

  .nl-3-adv-main-conclusion {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-3-adv-main-cta-button {
    font-size: 18px;
  }

  .nl-3-adv-footer {
    margin-top: .125em;
  }

  .hero-section-left {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }

  .nl-4-logo {
    max-height: 25px;
    margin-bottom: 1.5em;
  }

  .nl-4-headline {
    font-size: 34px;
    line-height: 120%;
  }

  .nl-4-author-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nl-4-author-img {
    max-height: 35px;
  }

  .nl-4-author-p {
    font-size: 16px;
  }

  .nl-4-p {
    font-size: 18px;
  }

  .nl-4-p.about-author {
    text-align: left;
  }

  .nl-4-p.benefits-item-p {
    font-size: 14px;
  }

  .nl-4-main-article {
    padding-left: .75em;
    padding-right: .75em;
  }

  .nl-4-interview-bubble-left {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 2em;
  }

  .nl-4-interview-question {
    font-size: 24px;
  }

  .nl-4-interview-bubble-right {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .nl-4-img {
    object-fit: cover;
    border-radius: 15px;
    height: 200px;
  }

  .nl-4-cta-btn {
    background-image: linear-gradient(160deg, #82c2fc, #004673);
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-4-footer {
    margin-left: 1em;
    margin-right: 1em;
  }

  .nl-5-content {
    margin-top: 1em;
  }

  .nl-5-footer-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .nl-5-heading {
    font-size: 32px;
  }

  .nl-5-about-article {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nl-5-hero-img {
    object-fit: cover;
    min-height: 230px;
  }

  .nl-5-p.nl-5article-info {
    line-height: 140%;
  }

  .nl-5-p.nl-5-1-cta-box-p {
    font-size: 16px;
  }

  .author-card {
    padding: 1em;
  }

  .nl-5-author-name {
    font-size: 18px;
  }

  .nl-5-h1 {
    font-size: 26px;
  }

  .nl-5-interview-question-box {
    padding: 1.5em;
  }

  .nl-5-cta-btn {
    padding: .75em 1em;
  }

  .paragraph-15 {
    text-align: center;
    line-height: 130%;
  }

  .paragraph-15.nl-5-1-cta-box-btn-p {
    font-size: 14px;
  }

  .nl-5-video {
    border-radius: 10px;
  }

  .nl-5-testomonials-item {
    padding: 1.25em;
  }

  .nl-5-testomonials-item.nl-5-1 {
    width: 100%;
  }

  .nl-5-facts-box-item {
    max-width: 100%;
  }

  .background-video-4 {
    max-height: 250px;
  }

  .sticky-cta-section-v1 {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    display: flex;
  }

  .nl-5-1-authors {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-top: 1em;
    margin-bottom: .75em;
  }

  .nl-5-1-author {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nl-5-1-cta-box-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-5-1-cta-box-img {
    width: 100%;
  }

  .nl-6-article-pd {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nl-6-article-headline {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-6-authore-name {
    font-size: 12px;
  }

  .nl-6-padding-wrapper {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .nl-6-hero-img {
    object-fit: cover;
    height: 300px;
  }

  .nl-6-p {
    font-size: 16px;
  }

  .nl-6-h {
    font-size: 24px;
  }

  .nl-6-p-cta-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 16px;
  }

  .nl-6-cta-box-wrapper {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nl-6-cta-box-product-h {
    font-size: 21px;
  }

  .nl-6-cta-box-product-p {
    font-size: 16px;
  }

  .features-img-2 {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

  .features-list-item-text-h-2 {
    font-size: 28px;
    line-height: 100%;
  }

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

  .button-4 {
    font-size: 17px;
  }

  .eq-v2-h2-2 {
    font-size: 32px;
  }

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

  .eq-v2-hashtags-2 {
    flex-wrap: nowrap;
    place-content: center;
    width: 80%;
  }

  .eq-v2-heading-4 {
    font-size: 33px;
    line-height: 37px;
  }

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

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

  .header-elements.new-color {
    max-width: 100%;
    padding-right: 20px;
  }

  .div-block-12.floatin-sec {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 500px;
  }

  .image-26 {
    height: 200px;
  }

  .div-block-13.time-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .quick-stack {
    padding-top: 20px;
  }

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

  .div-block-15.product-benefit {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .image-27 {
    margin-top: 0;
  }

  .cell-3, .cell-5, .cell-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-16.product-benefit {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .image-28 {
    margin-top: 0;
  }

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

  .nl-3-adv-reasons-img-2 {
    border-radius: 20px;
  }

  .nl-3-adv-reasons-img-2.new-size {
    width: 300px;
    height: 300px;
  }

  .nl-3-adv-h-2 {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h-2.new-font {
    text-align: center;
    font-size: 26px;
  }

  .nl-3-adv-h-2.new-font.small-size-28 {
    font-size: 28px;
  }

  .nl-3-adv-h-2.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .nl-3-adv-reasons-img-3 {
    border-radius: 20px;
  }

  .nl-3-adv-reasons-img-3.new-size {
    width: 300px;
    height: 300px;
  }

  .nl-3-adv-h-3 {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h-3.new-font {
    text-align: center;
    font-size: 26px;
  }

  .nl-3-adv-h-3.new-font.small-size-28 {
    font-size: 28px;
  }

  .nl-3-adv-h-3.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .adv-logo-header {
    max-height: 60px;
  }

  .cta-section-btn-2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-2.mid-text-cta.cta-green.new-space {
    width: 100%;
    padding-right: 1em;
  }

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

  .nl-cta-section-h1-2 {
    font-size: 28px;
  }

  .nl-sidebar-inner-2 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .cta-section-item-step-description-2.nl-p {
    text-align: center;
  }

  .hero-image-wrapper {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .par-v4-subheading {
    font-size: 21px;
  }

  .mob-hd1 {
    font-size: 30px;
  }

  .par-v4-p {
    line-height: 150%;
  }

  .bold-text-10 {
    line-height: 112%;
  }

  .par-v4-heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
  }

  .bold-text-8 {
    padding-right: 0;
  }

  .mob-size {
    font-size: 27px;
    line-height: 32px;
  }

  .header-text-main {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 41px;
    line-height: 35px;
  }

  .main-content {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nl-3-adv-h-4 {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h-4.new-font {
    text-align: center;
    font-size: 26px;
  }

  .nl-3-adv-h-4.new-font.small-size-28 {
    font-size: 28px;
  }

  .nl-3-adv-h-4.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .button-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-6 {
    font-size: 17px;
  }

  .nl-2-h1-4.new-space {
    font-size: 24px;
    line-height: 135%;
  }

  .nl-2-h1-4.space-new {
    margin-top: 1.1em;
    font-size: 24px;
    line-height: 135%;
  }

  .nl-2-h1-4.margin-new {
    margin-top: -1em;
    margin-bottom: -3px;
    font-size: 24px;
    line-height: 135%;
  }

  .nl-2-h1-4.margin-new.padding-font-adj {
    font-size: 24px;
    line-height: 135%;
  }

  .nl-2-h1-4.margin-new.font-pace, .nl-2-h1-4.new-padding {
    font-size: 24px;
  }

  .nl-2-h1-4.spacing-adj {
    font-size: 24px;
    line-height: 135%;
  }

  .nl-2-h1-4.padding-adj {
    font-size: 24px;
  }

  .nl-2-h1-4.padding-adj.new-adj, .nl-2-h1-4.padding-adj.new-adjust {
    line-height: 135%;
  }

  .nl-2-h1-4.pad-space {
    font-size: 24px;
    line-height: 135%;
  }

  .nl-2-h1-4.new-pace {
    font-size: 24px;
  }

  .nl-2-h1-4.new-pace.padding-new {
    line-height: 135%;
  }

  .nl-2-h1-4.space, .nl-2-h1-4.padding-con {
    font-size: 24px;
    line-height: 135%;
  }

  .nl-cta-section-h1-3 {
    font-size: 28px;
  }

  .cta-section-btn-4, .cta-section-btn-5 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-5.fixed-cta {
    padding: 10px 1em;
  }

  .bold-text-35 {
    font-size: 27px;
    line-height: 32px;
  }

  .div-block-29 {
    flex-flow: column;
    width: 250px;
    display: flex;
  }

  .div-block-30 {
    width: 250px;
  }

  .bold-text-36 {
    font-size: 32px;
    line-height: 31px;
  }

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

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

  .bold-text-37.new-size {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-42 {
    line-height: 119%;
  }

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

  .testimonial-img-wrapper {
    flex-flow: column;
  }

  .cta-section-btn-6 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .nl-cta-section-h1-4 {
    font-size: 28px;
  }

  .text-span-13.new-space-adjust {
    line-height: 135%;
  }

  .header-wrap-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .header-banner-wrapper.blackfriday-head-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .marquee-msg-container {
    flex: none;
  }

  .marquee-message {
    font-size: 16px;
  }

  .black-friday-img {
    max-width: 89%;
  }

  .comparison-cards-box {
    margin-top: 1.5em;
  }

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

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

  .eq-v2-main-wrapper-3.new-feature-adj.new-pad-adj {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .eq-v2-heading-5 {
    width: 100%;
    font-size: 36px;
    line-height: 110%;
  }

  .eq-v2-author-2 {
    flex-flow: column;
  }

  .eq-author-info-2 {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .eq-v2-heading-6 {
    width: 100%;
    font-size: 36px;
    line-height: 110%;
  }

  .eq-author-info-3 {
    justify-content: space-between;
    align-items: center;
  }

  .alt-comparison-card-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-51 {
    font-size: 14px;
  }

  .bold-text-53 {
    line-height: 106%;
  }

  .z2a-d-h {
    font-size: 26px;
    line-height: 110%;
  }

  .article-heading {
    font-size: 24px;
    line-height: 110%;
    display: block;
  }

  .button-7 {
    width: 100%;
    min-width: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-list-item-img-2 {
    width: 100%;
  }

  .features-img-3 {
    border-radius: 15px;
    width: 100%;
    max-height: none;
    margin-bottom: 0;
  }

  .features-list-item-text-h-3 {
    font-size: 28px;
    line-height: 100%;
  }

  .bold-text-55 {
    font-size: 25px;
  }

  .pcp-box-ul {
    padding-left: 2em;
  }

  .pcp-box-li.par-v4-p {
    font-size: 20px;
  }

  .bold-text-56 {
    font-size: 32px;
    line-height: 116%;
  }

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

  .paragraph-47 {
    line-height: 114%;
  }

  .lpi-main-heading {
    font-size: 28px;
    line-height: 115%;
  }

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

  .lpi-cv {
    width: 100%;
  }

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

  .h2.h-cta-section {
    text-align: center;
  }

  .insta-frame {
    max-width: 100%;
  }

  .cta-section-btn-7 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .lpa-sticky-section-btn {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .plain-bg-vid {
    width: 100%;
    max-width: none;
    height: 225px;
  }

  .plain-bg-vid.vid-1x1 {
    height: auto;
  }

  .plain-bg-vid-2.no-corner-radius {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
  }

  .plain-bg-vid-2.no-corner-radius.new-space {
    max-width: 100%;
  }

  .quick-stack-3 {
    width: 320px;
    max-width: none;
  }

  .plain-bg-vid-3.no-corner-radius {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
  }

  .quick-stack-4 {
    width: 320px;
    max-width: none;
  }
}

#w-node-_7d6d6eec-e957-0e55-8ba9-0da0745ec757-261ac923, #w-node-bc38c72a-6132-66cf-b224-8854e94643a4-261ac923, #w-node-e73bc798-dfc8-fc1a-7a7c-88aa16d40323-261ac923, #w-node-_2291c3f2-13d6-d507-ac08-0296bb9ba5fb-261ac923, #w-node-_8f222d46-c39d-f0e6-5a80-d8e6481785ca-261ac923, #w-node-_93371a01-0d24-a7b6-5272-a5bb3114e7e1-261ac923 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_193ca15a-3fa9-98f1-ec32-bdec838fe2f3-07a61649, #w-node-_5989d504-b5ef-4b6c-0251-e4251fa11761-45203bec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_29918b34-eece-1764-4cd2-049dd04bb0e6-15a22370 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_44ec64b1-6915-4fb6-d7aa-7d3b9c413650-15a22370 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6bbfbf85-8e5c-4450-c612-6d2b347efc9d-d8ea66bf, #w-node-ec6c7102-a2c7-8522-efc2-3b6594bca0aa-0e0b29de, #w-node-_6bbfbf85-8e5c-4450-c612-6d2b347efc9d-7aad5ac1, #w-node-ec6c7102-a2c7-8522-efc2-3b6594bca0aa-d1d3b21f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d0f65d2f-6d6d-e038-f71f-72f69690bdce-859e511e, #w-node-d0f65d2f-6d6d-e038-f71f-72f69690bdce-e304fea1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

@media screen and (max-width: 767px) {
  #w-node-_193ca15a-3fa9-98f1-ec32-bdec838fe2f3-07a61649, #w-node-_5989d504-b5ef-4b6c-0251-e4251fa11761-45203bec {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6bbfbf85-8e5c-4450-c612-6d2b347efc9d-d8ea66bf, #w-node-ec6c7102-a2c7-8522-efc2-3b6594bca0aa-0e0b29de, #w-node-_6bbfbf85-8e5c-4450-c612-6d2b347efc9d-7aad5ac1, #w-node-ec6c7102-a2c7-8522-efc2-3b6594bca0aa-d1d3b21f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d0f65d2f-6d6d-e038-f71f-72f69690bdce-859e511e, #w-node-d0f65d2f-6d6d-e038-f71f-72f69690bdce-e304fea1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_193ca15a-3fa9-98f1-ec32-bdec838fe2f3-07a61649, #w-node-_5989d504-b5ef-4b6c-0251-e4251fa11761-45203bec, #w-node-_6bbfbf85-8e5c-4450-c612-6d2b347efc9d-d8ea66bf, #w-node-ec6c7102-a2c7-8522-efc2-3b6594bca0aa-0e0b29de, #w-node-_6bbfbf85-8e5c-4450-c612-6d2b347efc9d-7aad5ac1, #w-node-ec6c7102-a2c7-8522-efc2-3b6594bca0aa-d1d3b21f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@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-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 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 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;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('../fonts/Niramit-BoldItalic.woff2') format('woff2'), url('../fonts/Niramit-BoldItalic.woff') format('woff'), url('../fonts/Niramit-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('../fonts/Niramit-Italic.woff2') format('woff2'), url('../fonts/Niramit-Italic.woff') format('woff'), url('../fonts/Niramit-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('../fonts/Niramit-Regular.woff2') format('woff2'), url('../fonts/Niramit-Regular.woff') format('woff'), url('../fonts/Niramit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('../fonts/Niramit-Bold.woff2') format('woff2'), url('../fonts/Niramit-Bold.woff') format('woff'), url('../fonts/Niramit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nobile';
  src: url('../fonts/Nobile-Regular.woff2') format('woff2'), url('../fonts/Nobile-Regular.woff') format('woff'), url('../fonts/Nobile-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nobile';
  src: url('../fonts/Nobile-BoldItalic.woff2') format('woff2'), url('../fonts/Nobile-BoldItalic.woff') format('woff'), url('../fonts/Nobile-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nobile';
  src: url('../fonts/Nobile-Italic.woff2') format('woff2'), url('../fonts/Nobile-Italic.woff') format('woff'), url('../fonts/Nobile-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nobile';
  src: url('../fonts/Nobile-Bold.woff2') format('woff2'), url('../fonts/Nobile-Bold.woff') format('woff'), url('../fonts/Nobile-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nobile';
  src: url('../fonts/Nobile-MediumItalic.woff2') format('woff2'), url('../fonts/Nobile-MediumItalic.woff') format('woff'), url('../fonts/Nobile-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nobile';
  src: url('../fonts/Nobile-Medium.woff2') format('woff2'), url('../fonts/Nobile-Medium.woff') format('woff'), url('../fonts/Nobile-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}