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

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

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

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

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

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

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

:root {
  --black: black;
  --white: white;
  --_apps---typography--heading-font: "Inria Serif";
  --_apps---typography--body-font: "Inria Sans";
  --_apps---typography--button-font: "Inria Serif";
  --_apps---sizes--radius: 30px;
  --_apps---colors--background: #f3f3f3;
  --_apps---colors--foreground: var(--black);
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #e6e6e6;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #dca400;
  --_apps---colors--primary-foreground: #110d04;
  --_apps---colors--secondary: #fde7b4;
  --_apps---colors--secondary-foreground: #100d07;
  --_apps---colors--muted: #ececec;
  --_apps---colors--muted-foreground: #726f70;
  --_apps---colors--accent: #d9d9d9;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #0000001a;
  --_apps---colors--input: var(--black);
  --_apps---colors--ring: #f3c961;
  --_apps---charts--chart-1: #bc8500;
  --_apps---charts--chart-2: #cfa948;
  --_apps---charts--chart-3: #b07300;
  --_apps---charts--chart-4: #b58700;
  --_apps---charts--chart-5: #986800;
  --_apps---sidebar--sidebar: #ececec;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #dca400;
  --_apps---sidebar--sidebar-primary-foreground: #110d04;
  --_apps---sidebar--sidebar-accent: #d9d9d9;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #0000001a;
  --_apps---sidebar--sidebar-ring: #f3c961;
  --_apps---colors--background-dark: #080808;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #1b1b1b;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #1b1b1b;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #ffc600;
  --_apps---colors--primary-foreground-dark: #080501;
  --_apps---colors--secondary-dark: #2e1800;
  --_apps---colors--secondary-foreground-dark: #fbf8f1;
  --_apps---colors--muted-dark: #030303;
  --_apps---colors--muted-foreground-dark: #909090;
  --_apps---colors--accent-dark: #313131;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #d74660;
  --_apps---colors--border-dark: #0000001a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #f3c961;
  --_apps---charts--chart-1-dark: #ffc600;
  --_apps---charts--chart-2-dark: #fff495;
  --_apps---charts--chart-3-dark: #e2a400;
  --_apps---charts--chart-4-dark: #ffea79;
  --_apps---charts--chart-5-dark: #c99700;
  --_apps---sidebar--sidebar-dark: #0e0e0e;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #ffc600;
  --_apps---sidebar--sidebar-primary-foreground-dark: #080501;
  --_apps---sidebar--sidebar-accent-dark: #313131;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #f3c961;
}

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.nl-3-adv-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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.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.banner-1-new {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #ffb901;
  flex-flow: row;
}

.nl-3-adv-header-wrapper.blk-fri-banner-3.banner-1-new.mod-name-banner {
  display: none;
}

.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.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-logo {
  max-height: 30px;
}

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

.nl-3-adv-main-conclusion-inner.background {
  background-color: #d3d3d31a;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.nl-3-adv-p {
  font-size: 18px;
  line-height: 150%;
}

.nl-3-adv-p.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  font-family: Inria Sans;
}

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

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

.nl-3-adv-p.footer-p.disclaimer {
  color: #cfcfcf;
  text-align: left;
  font-size: 10px;
}

.nl-3-adv-p.footer-p.disclaimer.new-color {
  color: #aaa;
  font-size: 10px;
}

.nl-3-adv-p.footer-p.disclaimer.new-color.mobile-size {
  color: #afafaf;
  text-decoration: none;
  display: flex;
}

.nl-3-adv-p.footer-p.disclaimer.new-color.mobile-size.top-space {
  justify-content: flex-start;
  margin-top: -10px;
  display: flex;
}

.nl-3-adv-p.footer-p.disclaimer.newstyle-1 {
  color: #797878;
  font-size: 12px;
}

.nl-3-adv-p.footer-p.disclaimer.top-mar {
  margin-top: -10px;
}

.nl-3-adv-p.para-font {
  font-family: Inria Sans;
}

.nl-3-adv-p.para-font.new-bold {
  font-weight: 400;
}

.nl-3-adv-p.para-font.section-content-custom {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #fff3f3;
  background-color: #fff3f3;
  border: 15px solid #fff3f3;
  border-radius: 30px;
  outline: .01px solid #333;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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.yellow.orange {
  background-color: #f90;
}

.hero-substrate.yellow.bg-color-green {
  background-color: #ffc600;
}

.hero-substrate.yellow {
  background-color: #ffc600;
  padding-bottom: 0;
  left: 0%;
}

.nl-3-adv-content {
  -webkit-text-stroke-color: #333;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.nl-3-adv-hero-heading-h1 {
  text-align: center;
  font-size: 44px;
  line-height: 120%;
}

.nl-3-adv-hero-heading-h1.new-font {
  font-family: Inria Serif;
  font-weight: 700;
}

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

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

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow {
  color: #000;
  background-color: #ffc600;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text {
  text-transform: uppercase;
  background-color: #ffc600;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn {
  color: #fff;
  background-color: #00d600;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn.sticky-cta-red {
  background-color: #d60000;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn.new-color-orange {
  background-color: #ffa007;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn.new-color-orange:hover {
  color: #000;
  background-color: #ffa00700;
  border: 2px solid #000;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn.new-color-orange.new-cta-bk-blue {
  background-color: #025dee;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn.new-color-orange.new-cta-bk-blue:hover {
  background-color: #025dee00;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.new-color-grn.color-modi-4 {
  background-color: #f74c13;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text.sticky-cta-lightgreen {
  background-color: #0f9;
}

.nl-3-adv-main-cta-button.yellow {
  background-color: #ffc600;
}

.nl-3-adv-main-cta-button.yellow.orange {
  color: #fff;
  background-color: #f90;
}

.nl-3-adv-main-cta-button.yellow.new-caps {
  text-transform: uppercase;
  background-color: #ffc600;
  margin-top: .25em;
}

.nl-3-adv-main-cta-button.yellow.new-caps.light-green-cta {
  background-color: #0f9;
}

.nl-3-adv-main-cta-button.yellow.cta-by-dmytro {
  background-color: #a1ffa0;
  transition: all .2s;
}

.nl-3-adv-main-cta-button.yellow.cta-by-dmytro:hover {
  color: #fff;
  background-color: #018500;
  transform: translate(-5px, -5px);
}

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

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

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

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

.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.dark-color {
  background-color: #15100f;
}

.nl-3-adv-main-conclusion.dark-color.back-img {
  background-color: #16120d;
  background-image: url('../images/Group-4-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.nl-3-adv-main-conclusion.dark-color.new-back-img {
  background-image: url('../images/Aku-7.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

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

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

.nl-3-adv-main.scroll-action.new-space-adj {
  margin-top: 2em;
}

.nl-3-adv-h.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
}

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

.nl-3-adv-h.new-font.white {
  color: #fff;
  text-align: center;
}

.nl-3-adv-h.new-font.white.border {
  border: 5px solid #fff;
  border-radius: 6px;
  padding: 10px 20px;
}

.nl-3-adv-h.new-font.small-size-28, .nl-3-adv-h.new-font.small-size-28.new-head-text-style {
  margin-top: 40px;
}

.nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-subtext-style {
  font-size: 26px;
  line-height: 32px;
}

.nl-3-adv-h.new-font.small-size-28.new-head-text-style.subtext-new-style-adjust {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s {
  font-size: 26px;
}

.nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s.mt-10 {
  margin-top: 10px;
}

.nl-3-adv-h.new-font.small-size-28.custom-padding {
  margin-top: 0;
}

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

.nl-3-adv-h.new-style-adj-font {
  font-family: Inria Sans;
  font-size: 27px;
}

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

.hero-product-image {
  z-index: 1;
  width: 400px;
  max-width: 100%;
  height: auto;
  position: relative;
}

.nl-3-adv-main-conclusion-steps {
  margin-top: 2em;
  margin-bottom: 2em;
}

.about-author {
  text-align: right;
  font-size: 16px;
  line-height: 100%;
}

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

.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-size: 21px;
  line-height: 150%;
  position: relative;
}

.nl-3-adv-hero-description.black {
  z-index: 0;
  color: #000;
  font-family: Inria Sans;
}

.nl-3-adv-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  margin-top: 5em;
  display: flex;
}

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

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

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

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

.sticky-cta-v1-p.orange {
  background-color: #f90;
}

.sticky-cta-v1-p.sticky-cta-lightgreen {
  background-color: #0f9;
}

.red-bold {
  color: red;
}

.body {
  background-color: #f3f3f3;
}

.body-3 {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.nl-3-adv-p-2.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

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

.div-block {
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.quick-stack {
  z-index: 0;
  margin-bottom: 40px;
  padding-top: 0;
  position: relative;
}

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

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

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

.text-block.white {
  color: #fff;
}

.text-block-2 {
  text-align: left;
  font-family: Inria Sans;
  font-size: 18px;
}

.text-block-2.white {
  color: #fff;
}

.text-block-2.new-style {
  margin-top: 40px;
  line-height: 150%;
}

.text-block-2.top-pad-adj {
  margin-top: 20px;
  line-height: 150%;
}

.text-block-3 {
  text-align: left;
  font-family: Inria Sans;
  font-size: 16px;
}

.text-block-3.white {
  color: #fff;
}

.text-block-4 {
  text-align: left;
  font-family: Inria Sans;
  font-size: 16px;
}

.text-block-4.white {
  color: #fff;
}

.text-block-5 {
  font-family: Inria Sans;
  font-size: 16px;
}

.text-block-5.white {
  color: #fff;
}

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

.tgl-header.new-black {
  background-color: #fff;
  width: 100%;
}

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

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

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

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

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

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

.heading.size-small {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 109%;
}

.image-2 {
  vertical-align: baseline;
  width: 100%;
  margin-bottom: 20px;
}

.image-2.width-auto {
  width: auto;
}

.image-2.mb-0 {
  border-radius: 8px;
  margin-bottom: 0;
}

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

.tgl-hero-img.mobile {
  display: none;
}

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

.tgl-h.centered {
  text-align: center;
}

.tgl-h.or-l1-h {
  margin-top: 1em;
}

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

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

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

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

.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: 1em;
  padding-bottom: 1em;
  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.off-on-mobiles {
  padding-top: 1em;
  padding-bottom: 1em;
}

.tgl-cta-btn.off-on-mobiles.sticky-btn {
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
}

.tgl-cta-btn.off-on-mobiles.or-l2-btn {
  margin-bottom: 1em;
}

.tgl-cta-btn.mob-new-on {
  margin-top: .125em;
  margin-bottom: .125em;
}

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

.tgl-cta-btn.sidebar-cta-btn.cta-orange {
  background-color: #ffa007;
  border-color: #00b40300;
}

.tgl-cta-btn.sidebar-cta-btn.cta-orange:hover {
  color: #000;
  background-color: #ffa00700;
  border-color: #000;
}

.tgl-cta-btn.sidebar-cta-btn.cta-orange.new-cta-blue {
  background-color: #025dee;
}

.tgl-cta-btn.sidebar-cta-btn.cta-orange.new-cta-blue:hover {
  background-color: #025dee00;
}

.tgl-cta-btn.sidebar-cta-btn.new-color-modi-5 {
  background-color: #f74c13;
  border-color: #f74c13;
}

.tgl-cta-btn.sidebar-cta-btn.new-color-modi-5:hover {
  color: #f74c13;
  background-color: #f74c1300;
  border-color: #f74c13;
}

.tgl-cta-btn.mb-1em {
  margin-bottom: 1em;
}

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

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

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

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

.paragraph-3.black {
  color: #000;
}

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

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

.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-sidebar-p {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.tgl-update-section {
  color: #000;
  -webkit-text-stroke-color: var(--black);
  background-color: #feffb6;
  border: 1px dashed #c300004d;
  border-radius: 5px;
  width: 100%;
  padding: 2em;
}

.tgl-update-section.light-red {
  background-color: #ffc0c0;
}

.tgl-update-section.mb-1em {
  margin-bottom: 1em;
}

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

.tgl-main-head.new-mob-view-off.new-adjust.floating-btn-trigger.mb-075em {
  margin-bottom: .75em;
}

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

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

.tgl-tag.yellow {
  background-color: #fc0;
}

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

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

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

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

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

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

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

.tgl-p.update-msg.centered {
  text-align: center;
}

.tgl-p.disclaimer {
  color: #a5a5a5;
  text-align: left;
  margin: 40px auto 0;
  font-size: 10px;
}

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

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

.tgl-p.caption {
  font-size: 14px;
}

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

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

.tgl-p.or-l3-p {
  text-decoration: underline;
}

.image-5 {
  width: 100%;
}

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

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

.tgl-content-main.width-100 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

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

.tgl-footer.new-footer-color {
  background-color: #16120d;
}

.tgl-footer.new-footer-color.widh-100 {
  width: 100%;
}

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

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

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

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

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

.text-block-6 {
  font-family: Inria Sans;
  font-size: 16px;
}

.nl-3-adv-p-3 {
  font-size: 18px;
  line-height: 150%;
}

.nl-3-adv-p-3.para-font {
  font-family: Inria Sans;
}

.nl-3-adv-p-3.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  font-family: Inria Sans;
}

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

.div-block-3 {
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

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

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

.text-block-7 {
  font-family: Inria Serif;
  font-size: 18px;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.emura-op-1-header-banner {
  background-color: #fed33d;
  justify-content: center;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
}

.emura-op-1-header-banner.new-org-color {
  background-color: #f90;
}

.p.mb-0 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.p.rating-p {
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}

.p.rating-p {
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}

.p.mb-0 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.achtung-msg {
  margin-right: 15px;
  font-weight: 700;
}

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

.emura-op-1-header-logo {
  height: 30px;
}

.emura-op-1-faq-section {
  background-color: #eceef0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 2em;
  padding: 3em 7em 5em;
  display: flex;
}

.swiper-slide.slide-custom {
  flex: none;
  width: 100%;
}

.testimonial-verified-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.emura-cta {
  color: #000;
  background-color: #ffc600;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85em 1.5em;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.emura-cta.cta-fsz-s {
  font-size: 21px;
}

.emura-op-1-4th-section {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 10em;
  display: flex;
}

.emura-op-1-4th-section.new-top-adj {
  margin-top: 5em;
  margin-bottom: 6px;
}

.emura-comparison-cards-box {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.faq-button {
  height: 25px;
}

.size-box-h {
  margin-top: 0;
  font-size: 32px;
  line-height: 100%;
}

.emura-op-1-hero-section-about-product {
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.emura-op-1-2nd-section {
  margin-top: 10em;
  display: flex;
}

.emura-op-1-2nd-section._1k-width {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
}

.emura-op-1-2nd-section._1k-width.margin-top-adjust {
  margin-top: 4em;
}

.emura-op-1-2nd-section._1k-width.mt-1em {
  margin-top: 1em;
}

.brand-price {
  color: #e00;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.brand-price.emura-price {
  color: #0d9a00;
  font-weight: 400;
}

.brand-price.old-price {
  color: #000;
  margin-bottom: -.5em;
  font-size: 21px;
  font-weight: 400;
}

.s6-icons-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

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

.text-block-p.color-white, .text-block-p.tc-w {
  color: #fff;
}

.testimonial-p {
  margin-top: 1.25em;
  font-size: 16px;
  line-height: 150%;
}

.s6-icon {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background-color: #4f4f4f80;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 1.5em 1.75em;
  display: flex;
}

.faq-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  padding: 2em 2.25em;
  display: flex;
}

.swiper-img {
  position: sticky;
  top: 0;
}

.product-price-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.product-price-section.custom-padding-bottom {
  margin-bottom: 0;
}

.testimonial-verified-img {
  height: 20px;
}

.brand-logo {
  max-height: 50px;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.brand-logo.emura-cmprsn-logo {
  margin-bottom: -15px;
}

.emura-op-1-5th-section {
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-top: 10em;
  display: flex;
}

.hero-section-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.section-text-block {
  max-width: 50%;
  margin-right: 3em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-text-block.custom-size {
  max-width: 40%;
}

.size-item-p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
}

.size-item-h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
}

.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.best-offer-card {
  background-color: #cfefdc;
  width: 33%;
  transform: scale(1.075);
}

.comparison-card.z-index-0.dark-color {
  background-color: #d1d4d6;
}

.discount-p {
  color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 21px;
  line-height: 100%;
}

.product-feature-description-p {
  font-size: 12px;
  line-height: 130%;
}

.text-block-h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 100%;
}

.swiper {
  position: relative;
  inset: 0;
}

.hero-product-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.hero-product-feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.product-feature-description-h {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 100%;
}

.product-rating {
  display: flex;
}

.emura-op-1-hero-section {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.faq-answer {
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.answer-p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.reviews-head-text {
  max-width: 40%;
}

.product-h {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 100%;
}

.testimonial-column {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 32%;
  display: flex;
}

.product-sub-h {
  font-size: 18px;
  line-height: 100%;
}

.how-it-works-section {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.old-price {
  margin-bottom: 7px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: line-through;
}

.emura-custom-li {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.section-image-block {
  max-width: 45%;
}

.section-image-block.mw-custom {
  max-width: 37.5%;
}

.testimonial-verified-p {
  color: #1d9200;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 16px;
  line-height: 100%;
}

.testimonials-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-stars {
  height: 20px;
}

.text-block-h {
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-h.tc-w {
  color: #fff;
}

.text-block-h.color-white {
  color: #fff;
  font-size: 48px;
}

.text-block-h.mt-0 {
  margin-top: 0;
}

.banner-bg {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper.wrapper-custom {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.banner-image {
  max-width: 35%;
}

.banner-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.actual-price {
  color: #d00000;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 100%;
}

.emura-op-1-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.emura-op-1-content-wrapper.f-width {
  background-color: #eceef0;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 10em;
}

.hero-size-box {
  margin-top: 2em;
  margin-bottom: 2em;
}

.hero-size-box.d-none {
  display: none;
}

.product-feature-img {
  height: 45px;
}

.testimonial-img {
  width: 100%;
}

.discount-tag {
  background-color: #d00000;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.discount-tag.size-s {
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.testimonial {
  background-color: #eceef0;
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 2em 2em 1.5em;
}

.s6-icon-text {
  color: #fff;
  margin-top: .25em;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
}

.emura-op-1-3rd-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-size-item {
  background-color: #e9e9e9;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-flow: column;
  padding: 1.25em 1.25em 1em;
  display: flex;
}

.hero-size-item-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comparison-card-img {
  padding-top: 0;
}

.testimonial-body {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.emura-op-1-testimonials {
  width: 100%;
  max-width: 1000px;
}

.emura-hero-cta-p {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 24px;
}

.emura-hero-cta-p.white {
  color: #fff;
}

.emura-custom-ol {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 2em;
  display: flex;
}

.image-20 {
  min-height: 60px;
}

.banner-content {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.emura-op-1-6th-section {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #181413;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.emura-op-1-6th-section.margin-bot-adjt {
  margin-bottom: 4em;
}

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

.emura-op-1-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emura-op-1-hero-section-slider {
  width: 40%;
}

.section-video-block {
  border-radius: 15px;
  width: 100%;
  max-width: 55%;
  overflow: hidden;
}

.question-p {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.product-section-divider {
  opacity: .1;
  background-color: #000;
  height: 1px;
}

.emura-op-1-footer {
  background-color: #343434;
  justify-content: center;
  align-items: center;
  margin-top: 15em;
  display: flex;
}

.emura-op-1-footer-wrapper {
  justify-content: space-between;
  width: 1000px;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.footer-logo {
  filter: invert();
}

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

.footer-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.achtung-msg-2 {
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.emura-cta-2 {
  color: #000;
  background-color: #ffc600;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85em 1.5em;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.emura-cta-2.cta-fsz-s {
  font-size: 21px;
}

.emura-cta-2.cta-fsz-s.new-color-org, .emura-cta-2.org-color {
  background-color: #f90;
}

.size-box-h-2 {
  margin-top: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.brand-price-2 {
  color: #e00;
  font-family: Bebasneue, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.brand-price-2.emura-price {
  color: #0d9a00;
  font-weight: 400;
}

.brand-price-2.old-price {
  color: #000;
  margin-bottom: -.5em;
  font-size: 21px;
  font-weight: 400;
}

.text-block-p-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-p-2.color-white, .text-block-p-2.tc-w {
  color: #fff;
}

.testimonial-p-2 {
  margin-top: 1.25em;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.size-item-p-2 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.size-item-h-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.discount-p-2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.discount-p-2.size-s {
  font-size: 14px;
}

.product-feature-description-p-2 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

.product-feature-description-p-2.size-s {
  color: #636363;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

.text-block-h2-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.product-feature-description-h-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.faq-section-h-2 {
  font-family: Bebasneue, sans-serif;
}

.answer-p-2 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.product-h-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.product-sub-h-2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.old-price-2 {
  margin-bottom: 7px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 100%;
  text-decoration: line-through;
}

.testimonial-verified-p-2 {
  color: #1d9200;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.text-block-h-2 {
  font-family: Bebasneue, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-h-2.tc-w {
  color: #fff;
}

.text-block-h-2.color-white {
  color: #fff;
  font-size: 48px;
}

.text-block-h-2.mt-0 {
  margin-top: 0;
}

.actual-price-2 {
  color: #d00000;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.s6-icon-text-2 {
  color: #fff;
  margin-top: .25em;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 19px;
  line-height: 100%;
}

.image-21 {
  min-height: 60px;
}

.testimonial-author-name-2 {
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.question-p-2 {
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.footer-link-2 {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.emura-op-1-header-logo-2 {
  height: 80px;
}

.text-block-p-3 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-p-3.tc-w, .text-block-p-3.color-white {
  color: #fff;
}

.product-feature-description-h-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.faq-section-h-3 {
  font-family: Bebasneue, sans-serif;
}

.testimonial-verified-p-3 {
  color: #1d9200;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.text-block-h-3 {
  font-family: Bebasneue, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-h-3.color-white {
  color: #fff;
  font-size: 48px;
}

.text-block-h-3.mt-0 {
  margin-top: 0;
}

.text-block-h-3.tc-w {
  color: #fff;
}

.brand-price-3 {
  color: #e00;
  font-family: Bebasneue, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.brand-price-3.old-price {
  color: #000;
  margin-bottom: -.5em;
  font-size: 21px;
  font-weight: 400;
}

.brand-price-3.emura-price {
  color: #0d9a00;
  font-weight: 400;
}

.product-sub-h-3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.old-price-3 {
  margin-bottom: 7px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 100%;
  text-decoration: line-through;
}

.text-block-h2-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.discount-p-3 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.testimonial-p-3 {
  margin-top: 1.25em;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.product-feature-description-p-3 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

.achtung-msg-3 {
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.text-block-p-4 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-p-4.tc-w, .text-block-p-4.color-white {
  color: #fff;
}

.brand-logo-2 {
  max-height: 74px;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.brand-logo-2.emura-cmprsn-logo {
  max-height: 74px;
  margin-bottom: -15px;
}

.brand-price-4 {
  color: #e00;
  font-family: Bebasneue, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.brand-price-4.old-price {
  color: #000;
  margin-bottom: -.5em;
  font-size: 21px;
  font-weight: 400;
}

.brand-price-4.emura-price {
  color: #0d9a00;
  font-weight: 400;
}

.product-sub-h-4 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.old-price-4 {
  margin-bottom: 7px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 100%;
  text-decoration: line-through;
}

.text-block-h2-4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.discount-p-4 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.testimonial-p-4 {
  margin-top: 1.25em;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.product-feature-description-p-4 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.new-mob-only-text {
  display: none;
}

.new-para-description {
  text-align: left;
}

.nl-2-h1 {
  color: #333;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Inria Sans;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

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

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

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

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

.nl-2-p.section-content-custom {
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f1f1f1;
  background-clip: border-box;
  border: 20px solid #f1f1f1;
  border-radius: 20px;
  outline: 1px dotted #000;
}

.nl-2-p.new-size-s {
  flex-flow: column;
  font-size: 15px;
  display: flex;
}

.nl-2-p.top-space-mar {
  margin-top: -30px;
}

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

.nl-2-adv-item-img.new-mob-1 {
  display: none;
}

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

.nl-2-adv-item-img.new-mob-2, .nl-2-adv-item-img.new-mob-3, .nl-2-adv-item-img.new-mob-4, .nl-2-adv-item-img.new-mob-5 {
  display: none;
}

.new-main-img {
  margin-top: 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-25 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

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

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

.offer-box-22.new-border.new-style-adjust {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border-width: 2px;
  border-radius: 0;
  flex-flow: row;
  padding: 10px;
}

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

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

.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-25 {
  object-fit: fill;
  background-color: #9c9a9a;
  height: 2px;
  margin-bottom: 20px;
}

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

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

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

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

.feature-wrapper-point {
  margin-top: 20px;
}

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

.text-block-12 {
  font-family: Inria Serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-12.font-new {
  text-align: center;
  font-family: Inria Sans;
}

.paragraph-18 {
  text-align: center;
  font-family: Inria Sans;
  font-size: 18px;
  line-height: 150%;
}

.product-benifit-wrapper {
  background-color: #fafcdf;
  flex-flow: column;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.product-benifit-wrapper.wrapper-color-lightgreen {
  background-color: #e7fcdf;
}

.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;
  padding-left: 1em;
  padding-right: 1em;
}

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

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

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

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

.testimonial-wrapper {
  display: flex;
}

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

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

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

.nl-2-header-wrapper.new-color-adj {
  background-color: #dbdbdb;
}

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

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

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

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

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

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

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

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

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

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

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

.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.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

.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-body-wrapper.new-mob-space.no-sidebar {
  width: 900px;
  max-width: none;
}

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

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

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

.nl-p.cta-nl-p.p-mt.new-bot-space {
  margin-bottom: 0;
  font-style: normal;
}

.nl-p.cta-nl-p.p-mt.new-bot-space.new-text-edit {
  text-align: left;
  font-size: 13px;
}

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

.footnotes-sources {
  max-width: 60%;
}

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

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

.footnotes-sources.cta-section.nl-2-content-piece.new-style-adjust {
  border-radius: 0;
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-style-adjust.new-color {
  background-color: #f7c1c1;
  margin-top: 2em;
  padding-bottom: 2em;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-style-adjust.new-color.other-color {
  background-color: #e9f7c1;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-style-adjust.new-color.color-modi-1 {
  background-color: #d0f5fa;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-style-adjust-copy {
  border-radius: 0;
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-style-adjust-copy.new-color {
  background-color: #f7c1c1;
  margin-top: 2em;
  padding-bottom: 2em;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-link-footer-sources {
  background-color: #fff;
  border-radius: 0;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-color {
  background-color: #e4f6fa;
}

.footnotes-sources.cta-section.nl-2-content-piece.new-color-1 {
  background-color: #e5ffa8;
  border-radius: 0;
}

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

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

.paragraph-13.advertorial-paragraph {
  color: #b3b3b3;
  font-size: 11px;
}

.nl-2-article-section {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em 1em;
  display: flex;
}

.nl-2-article-section.spacing-none {
  padding: 0;
}

.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.new-color-button {
  background-color: #00d600;
  border: 2px solid #00d600;
}

.nl-2-sidebar-cta-btn.new-color-button.side-cta-red {
  background-color: #d60000;
  border-color: #d60000;
}

.nl-2-sidebar-cta-btn.new-color-button.side-cta-red:hover {
  border-color: #d60000;
}

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

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

.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;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.cta-section-btn.new-color-cta {
  background-color: #00d600;
  border: 1px #000;
}

.cta-section-btn.new-color-cta:hover {
  border: 2px solid #00d600;
}

.cta-section-btn.new-color-cta.red-cta {
  background-color: #d60000;
}

.cta-section-btn.new-color-cta.red-cta:hover {
  border-color: #d60000;
}

.cta-section-btn.new-color-cta.new-top-mar {
  margin-top: -1em;
}

.cta-section-btn.new-color-cta.new-top-mar.bottom-mar-adj {
  margin-top: 0;
  margin-bottom: 20px;
}

.cta-section-btn.new-color-cta.new-top-mar.bottom-mar-adj.colour-orange {
  background-color: #ffa007;
}

.cta-section-btn.new-color-cta.new-top-mar.bottom-mar-adj.colour-orange:hover {
  color: #000;
  background-color: #ffa00700;
  border-color: #000;
}

.cta-section-btn.new-color-cta.new-top-mar.colour-change {
  background-color: #ffa007;
}

.cta-section-btn.new-color-cta.new-top-mar.colour-change:hover {
  color: #000;
  background-color: #ffa00700;
  border-color: #000;
}

.cta-section-btn.new-color-cta.new-top-mar.colour-change.new-blue-cta {
  background-color: #025dee;
}

.cta-section-btn.new-color-cta.new-top-mar.colour-change.new-blue-cta:hover {
  background-color: #0724ff00;
}

.cta-section-btn.new-color-cta.orange-colour {
  background-color: #ffa007;
}

.cta-section-btn.new-color-cta.orange-colour:hover {
  color: #000;
  background-color: #ffa00700;
  border-color: #000;
}

.cta-section-btn.new-color-cta.orange-colour.new-cta-blue {
  background-color: #025dee;
}

.cta-section-btn.new-color-cta.orange-colour.new-cta-blue:hover {
  background-color: #025dee00;
}

.cta-section-btn.new-color-cta.orange-colour.new-cta-blue.top-mar-adj {
  margin-top: -6px;
  margin-bottom: 40px;
}

.cta-section-btn.new-color-cta.orange-colour.top-adj-mar {
  margin-top: 0;
}

.cta-section-btn.new-color-cta.color-modi-3 {
  background-color: #f74c13;
}

.cta-section-btn.new-color-cta.color-modi-3:hover {
  color: #f74c13;
  background-color: #f74c1300;
  border-color: #f74c13;
}

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

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

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

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

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

.nl-2-advantages-item.top-mar-adj {
  margin-top: -40px;
}

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

.nl-2-sidebar.turn-off {
  display: none;
}

.nl-2-adv-item-description {
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.nl-2-h1-2.new-line-height {
  line-height: 38px;
}

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

.nl-2-h1-2.new-space-adj.bottom-mar-adj {
  margin-bottom: -10px;
}

.nl-2-h1-2.new-space-adj.top-mar-mid {
  margin-top: -.8em;
}

.nl-2-h1-2.top-ar-adj {
  margin-top: 0;
}

.nl-2-h1-2.new-mar-adj, .nl-2-h1-2.new-top-mar-adj, .nl-2-h1-2.top-mar-mod {
  margin-top: .25em;
}

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

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

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

.eq-v2-testimonials-list.new-color-adj {
  background-color: #e9fcfd;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.eq-v2-testimonials-list.new-color-adj.space-bottom-mar {
  margin-bottom: 40px;
}

.eq-v2-testimonials-list.new-color-adj.space-bottom-mar.new-bk-color {
  background-color: #e9f7c1;
}

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

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

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

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

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

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

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

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

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

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

.new-main-table {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.new-main-table.table-wrapper {
  height: auto;
  margin-bottom: 40px;
}

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

.rows-right {
  border: 1px solid #000;
  width: 100%;
  height: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rows-right.gray-color {
  background-color: #5c5859;
}

.rows-right.gray-color.color-new-2 {
  background-color: #293a55;
}

.cell-14 {
  justify-content: center;
  align-items: flex-start;
  line-height: 18px;
}

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

.rows {
  border: 1px solid #000;
  width: 100%;
  height: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rows.new-color {
  background-color: #201d1e;
}

.rows.new-color.color-1 {
  background-color: #043c99;
}

.div-block-10 {
  flex-flow: column;
  width: 100%;
  height: 60px;
  display: flex;
}

.div-block-10.table-left, .div-block-10.table-right {
  height: 100%;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-13.no-bold {
  font-weight: 400;
}

.text-block-13.no-bold.size-s {
  line-height: 18px;
}

.text-block-13.white-color {
  color: #fff;
  font-size: 17px;
}

.text-block-13.text-smaller {
  font-size: 17px;
}

.body-4 {
  display: block;
}

.content-emphasize {
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 30px;
  padding: 40px;
}

.non-break {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.p-price-note {
  color: #636363;
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.p-price-note.size-s {
  margin-bottom: 0;
  font-size: 12px;
}

.product-price-options-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.product-size-option-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #e9e9e9;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 15%;
  padding: 1em;
  display: flex;
}

.product-size-option-item.unselected {
  opacity: .3;
}

.product-size-option-item.box {
  cursor: pointer;
  transition: all .4s;
}

.product-size-option-item.box:hover {
  transform: scale(1.05);
}

.psoi-h {
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.psoi-p {
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.psoi-p.price-note {
  color: #700;
  font-size: 18px;
  text-decoration: line-through;
}

.psoi-h-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.psoi-p-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.overall-price {
  border-top: 1px solid #000;
  width: 100%;
  margin-top: 5px;
}

.overall-price.size-s {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.text-sth {
  text-decoration: line-through;
}

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

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

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

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

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

.hot-deal-tag {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5px 20px;
  display: flex;
}

.hot-deal-img {
  max-height: 35px;
  margin-left: -5px;
}

.hot-deal-p {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  position: static;
}

.hot-deal-tag-wrapper {
  display: flex;
}

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

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

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

.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-39 {
  font-size: 16px;
}

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

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

.sidebar-inner-2 {
  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-2.new-color {
  background-color: #fff;
}

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

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

.new-link-size {
  font-size: 15px;
}

.bold-text-41 {
  display: none;
}

.text-block-14 {
  font-size: 12px;
}

.text-span {
  color: #cfcfcf;
  text-align: left;
  font-size: 10px;
  text-decoration: none;
}

.footnotes-wrapper-1 {
  flex-flow: column;
  display: flex;
}

.footnotes-wrapper-1.just-mob-view {
  display: none;
}

.link {
  display: flex;
}

.footnote-wrapper-new-1.mob-view-only, .footnote-wrapper-new-1.mob-only-view {
  display: none;
}

.container {
  width: 100%;
  max-width: none;
  height: 300px;
}

.background-video {
  background-color: #191919;
  width: 100%;
  height: 300px;
}

.background-video-2 {
  background-color: #000;
  height: 300px;
}

.background-video-3 {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #000;
  width: 100%;
  max-width: none;
  height: 300px;
  overflow: visible;
}

.background-video-4 {
  z-index: auto;
  aspect-ratio: 2;
  object-fit: cover;
  background-color: #000;
  height: 300px;
  display: flex;
  top: 10px;
  overflow: hidden;
}

.video-wrapper {
  background-color: #000;
}

.background-video-5 {
  z-index: 99999;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #000;
}

.text-span-2 {
  color: #cfcfcf;
}

.ugc-testimonial-box {
  background-color: #f6f6f6;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  padding: 2em 3em;
  display: flex;
}

.ugc-t-img {
  border-radius: 10px;
  max-height: 300px;
  margin-bottom: 2em;
}

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

.t-author-img {
  border-radius: 50px;
  max-height: 50px;
}

.expert-quote {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #e7f0ff;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: 1.5em;
  display: grid;
}

.expert-quote.updatedexpertbox {
  grid-column-gap: 1em;
  grid-row-gap: 2.8em;
  border-radius: 6px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: .25fr 1fr;
  margin-top: 2em;
}

.expert-tag {
  padding: 1em;
}

.expert-tag.tag-violet {
  background-color: #d6b3ff;
  border-radius: 7px;
}

.expert-tag.tag-green {
  background-color: #acd6b0;
  border-radius: 7px;
}

.expert-info-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.par-v4-p-5 {
  margin-top: 1em;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 160%;
  transition: opacity .2s;
}

.par-v4-p-5.expert-position {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 100%;
}

.par-v4-p-5.export-info-p {
  margin-top: .5em;
  font-size: 16px;
}

.par-v4-p-5.expert-tag-p {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.expert-img-3 {
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 100px;
}

.expert-img-3.newexpertimg {
  width: 100px;
  max-width: 65%;
}

.expert-name {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 2em;
}

.list {
  margin-bottom: 10px;
}

.list.or-l1-list {
  margin-bottom: 2em;
}

.div-block-31 {
  background-color: #e6f2e7;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.bg-vid {
  z-index: 999;
  position: relative;
}

.bg-vid.hero-vid {
  object-fit: fill;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
}

.bg-vid.hero-vid.mb-1em {
  margin-bottom: 1em;
}

.paragraph-42 {
  font-size: 16px;
  line-height: 1.5;
}

.heading-12 {
  margin-top: 20px;
}

.paragraph-43 {
  font-size: 16px;
  line-height: 1.5;
}

.heading-13 {
  margin-top: 20px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-2.pl-5 {
  padding-left: 5px;
}

.eq-v2-testimonial-inside-article-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f6f6f6ad;
  border: 1px #0000003b;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

.review-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.review-img {
  border-radius: 4px;
  width: 150px;
  margin-right: 20px;
}

.review-img.or-l3-rew-img {
  border-radius: 100px;
  width: 100px;
}

.div-block-32 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.list-2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.list-2.numbered {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2.numbered.mb-0 {
  margin-bottom: 0;
}

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

.or-akus-cta-section {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 1.5em;
  display: flex;
}

.or-akus-cta-section-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #0000001a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 1em;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.or-akus-cta-section-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px 2px #0000001a;
}

.or-akus-cta-section-item.br-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.or-akus-cta-section-item-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.or-akus-ctasii-h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-pair {
  color: #747474;
  margin-bottom: 0;
}

.p-rabatt {
  color: #ff9500;
  text-align: center;
  font-family: Bebasneue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.p-old-price {
  color: #989898;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: line-through;
}

.p-new-price {
  color: #00b403;
  font-size: 28px;
  line-height: 100%;
}

.po-tag {
  background-color: #3467ff;
  border: 1px solid #3467ff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .25em;
  padding-bottom: .25em;
  display: flex;
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
}

.po-tag-p {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 0;
}

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

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

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

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

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

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

.nl-article-info {
  font-style: italic;
}

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

.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.box1 {
  background-color: #533636;
}

.cta-section-btn-2.box1.dss {
  background-color: #1a3b74;
}

.features-list-item-text-h {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

.features-list-item-info {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 60%;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

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

.nl-p-2.features-list-item-text-p {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 11px;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

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

.nl-p-2.cta-nl-p {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  padding-right: 0;
  overflow: hidden;
}

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

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

.features-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 2px #fccece;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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 {
  color: #5c5a5a;
  background-color: #2f92c5;
}

.nl-content-piece {
  margin-bottom: 30px;
}

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

.nl-content-piece.cta-section.socks-content-piece.hhb {
  background-color: #2f92c5;
}

.hero-img {
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 0 20px 20px 0;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

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

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

.heading-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

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

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

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

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

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

.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 {
  color: #333;
  text-align: center;
}

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

.footer-link-3 {
  color: #333;
}

.paragraph-46 {
  color: #333;
  text-align: center;
}

.footer-link-4 {
  color: #333;
}

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

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

.box1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #1a3b74;
  outline: 3px #fff;
  display: flex;
}

.box1.sf {
  margin: -107px 236px -41px 340px;
}

.box1.sf._424 {
  color: #fff;
  background-color: #1a3b74;
  margin-left: 336px;
  margin-right: 234px;
}

.div-block-34 {
  background-color: #fdb;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-end start;
  text-decoration: none;
  display: flex;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  color: #a5a5a5;
  margin-bottom: 16px;
}

.background-video-6 {
  width: 100%;
  display: inline-block;
}

.btn-container {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.bold-text-47 {
  font-family: Bebasneue, sans-serif;
}

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

.div-block-36.mt-mb-4em {
  margin-top: 4em;
  margin-bottom: 4em;
}

.image-35 {
  margin-top: -9px;
  margin-bottom: 4px;
  padding-bottom: 0;
}

.product-sub-h-5 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.product-feature-description-p-5 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

.discount-p-5 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Bebasneue, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.old-price-5 {
  margin-bottom: 7px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 100%;
  text-decoration: line-through;
}

.text-block-16 {
  color: #a5a5a5;
  margin-left: 2px;
  margin-right: 1px;
  padding-left: 0;
  font-size: 10px;
}

.container-2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.or-l1-box {
  background-color: #e3fee3;
  border: 2px solid #00b403;
  width: 100%;
  margin-bottom: 1em;
  padding: 2em 1em 2em 2em;
}

.or-l1-img {
  width: 100%;
  margin-bottom: 1em;
}

.or-l2-list {
  margin-bottom: 0;
  margin-left: 1em;
  padding: 0;
  font-size: 18px;
  list-style-type: decimal;
}

.or-l2-list.or-l3-list-n {
  list-style-type: disc;
}

.or-l2-step-box {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.or-l2-step-box-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.or-l2-step-img {
  border-radius: 20px;
  width: 100%;
}

.or-l2-step-h {
  font-size: 26px;
}

.or-l2-step-p {
  font-size: 18px;
}

.div-block-37 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.or-l2-bg-video {
  width: 100%;
  margin-bottom: 1em;
}

.or-l3-p-l {
  text-decoration: underline;
}

.or-l3-h {
  color: red;
}

.img-garantie {
  max-height: 200px;
}

.ps-mci-opener {
  margin-bottom: 5vh;
  position: relative;
  overflow: hidden;
}

.ps-mci-opener-inner {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
  position: relative;
}

.ps-mci-oi-tag {
  background-color: #10a2001a;
  border: 1px solid #10a200;
  border-radius: 100px;
  padding: .75em 2em;
}

.ps-mci-oi-tag-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}

.ps-mci-oi-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 110%;
}

.ps-mci-oi-p {
  text-align: center;
  width: 80%;
  font-size: 18px;
  line-height: 130%;
}

.ps-body {
  font-family: PT Sans, sans-serif;
}

.ps-tc-green {
  color: #10a200;
}

.proceed-p {
  font-size: 21px;
  line-height: 100%;
}

.ps-mci-opener-bg {
  z-index: 0;
  background-image: url('../images/header-copy.avif');
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.ps-mci-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.ps-mci-hero-inner {
  width: 1100px;
}

.ps-mci-hi-trust-tag {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f4ffe3;
  border: 1px solid #0000001a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.ps-mci-hi-trust-tag.bundles-trust-tag {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #f4f4f4;
  width: 100%;
}

.ps-mci-hi-box {
  justify-content: space-between;
  display: flex;
}

.ps-mci-hi-box-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.ps-mci-hi-box-item.hero-image {
  width: 45%;
}

.ps-mci-hi-tt-p {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 120%;
}

.ps-mci-hi-tt-p.vk-tag {
  background-color: #10a2001a;
  border: 1px solid #10a200;
  border-radius: 100px;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 16px;
}

.ps-mci-hi-tt-p.bundles-trust-tag {
  text-align: center;
  font-size: 18px;
}

.ps-hero-p {
  font-size: 18px;
  line-height: 150%;
}

.ps-hero-h4 {
  color: #000;
  text-transform: uppercase;
  background-color: #00000080;
  border-radius: 15px;
  padding: .5em 1em;
  font-size: 18px;
  line-height: 120%;
}

.ps-hero-h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.bold-text-48 {
  color: #10a200;
}

.bold-text-49 {
  color: #fff;
  font-size: 16px;
}

.ps-hero-cta-btn {
  text-align: center;
  background-color: #10a200;
  border-radius: 15px;
  width: 100%;
  padding: 1em 2em;
  font-size: 18px;
  line-height: 100%;
  transition-property: all;
  transition-duration: .4s;
}

.ps-hero-cta-btn:hover {
  background-color: #0e8b00;
  transform: scale(.975);
}

.ps-hero-cta-btn.budnle-cta-btn {
  width: auto;
  min-width: 90%;
  margin-top: .5em;
  margin-bottom: 2em;
  padding: .75em 1em;
}

.ps-hero-cta-btn.bundles-cta-btn {
  width: auto;
  min-width: 50%;
  font-size: 21px;
}

.ps-hero-cta-footnote {
  color: #9d9d9d;
  text-align: center;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

.ps-hero-img {
  border-radius: 15px;
}

.ps-mci-problem {
  background-color: #fff8f8;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.ps-mci-problem-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  display: flex;
}

.ps-mci-pi-h3 {
  color: #a20000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ps-mci-pi-h2 {
  text-align: center;
  width: 80%;
  margin-top: 0;
  font-size: 36px;
  line-height: 120%;
}

.ps-mci-pi-p {
  text-align: center;
  width: 80%;
  font-size: 18px;
  line-height: 150%;
}

.ps-mci-pi-problems-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  width: 700px;
  margin-top: 2em;
  display: flex;
}

.ps-mci-pi-problems-box-item {
  background-color: #fcfcfc;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ps-mci-pi-pbi-cross {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 100%;
}

.ps-mci-pi-pbi-h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 120%;
}

.ps-mci-pi-pbi-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.thanks-to-tag {
  background-color: #38a169;
  border-radius: 15px;
  margin-top: 3em;
  padding: 1em 2em;
}

.thanks-to-tag-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 120%;
}

.ps-mci-table-of-contents {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.ps-mci-toc-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  display: flex;
}

.ps-mci-toc-inner._w-800 {
  width: 800px;
}

.ps-mci-toc-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ps-mci-toc-item {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 15px;
  width: 24%;
  padding-bottom: 1em;
  overflow: hidden;
}

.ps-mci-toc-item-h3 {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 120%;
}

.ps-mci-toc-item-p {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  line-height: 150%;
}

.ps-mci-toc-footnote {
  text-align: center;
  margin-top: 1em;
  font-size: 21px;
  line-height: 150%;
}

.ps-mci-steps {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.ps-mci-steps-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
}

.ps-mci-si-steps {
  justify-content: space-between;
  display: flex;
}

.ps-mci-si-step {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  margin-top: 3em;
  display: flex;
}

.ps-mci-si-step-img {
  border-radius: 15px;
}

.ps-mci-si-step-h3 {
  line-height: 120%;
}

.ps-mci-si-step-p {
  font-size: 18px;
  line-height: 150%;
}

.img-hiw {
  border-radius: 15px;
  margin-top: 3em;
}

.ps-mc-hiw-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  display: flex;
}

.ps-mc-hiw-box.mb-2em {
  margin-bottom: 2em;
}

.ps-mc-hiw-box-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 15px;
  padding: .5em 1em;
  display: flex;
}

.ps-mc-hiw-bi-img {
  max-height: 100px;
}

.ps-mc-hiw-bi-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ps-mc-hiw-bi-text-h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.ps-mc-hiw-bi-text-p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.ps-mci-reviews {
  background-color: #f9f9f9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.ps-mci-reviews-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
}

.pdp-slider-la-icon {
  margin-left: 0;
  margin-right: 0;
  font-size: 30px;
}

.pdp-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 2em;
  position: relative;
  top: auto;
}

.pdp-slider.le-l1-slider {
  width: 100%;
}

.pdp-slider-ra-icon {
  margin-left: 0;
  margin-right: 0;
  font-size: 30px;
  position: relative;
}

.pdp-slider-ra {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pdp-slider-navigation {
  bottom: -10%;
}

.sticky-img {
  border-radius: 8px;
  width: 100%;
  position: sticky;
  top: 2rem;
}

.ps-pdp-review {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin: 2em;
  padding: 2em;
  display: flex;
}

.ps-pdp-review-img {
  border-radius: 100px;
  max-height: 80px;
}

.ps-pdp-review-stars {
  max-height: 20px;
}

.ps-pdp-review-name-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ps-pdp-review-nb-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.ps-pdp-review-nb-verified {
  max-height: 25px;
  margin-top: 2px;
}

.ps-pdp-review-p {
  font-size: 18px;
  line-height: 150%;
}

.ps-pdp-review-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ps-mci-bundles {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.ps-mci-bundles-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  display: flex;
}

.ps-mci-bundles-items {
  justify-content: space-between;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ps-mci-bundles-item {
  background-color: #f9f9f9;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.ps-mci-bundles-item-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -18px;
}

.ps-mci-bundles-item-tag.none {
  display: none;
}

.ps-mci-bundles-item-img {
  max-height: 200px;
  margin-top: 1em;
}

.bundles-pack-number-h3 {
  margin-bottom: 5px;
}

.bundles-pack-amount-p {
  font-size: 16px;
}

.bundles-pack-price {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 150%;
}

.bundles-pack-price.old-price {
  color: #ad1313;
  margin-top: 5px;
  font-size: 18px;
  line-height: 100%;
}

.bundles-price-per-pack {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 120%;
}

.rabbat-p {
  color: #fff;
  background-color: #fc8686;
  border-radius: 15px;
  margin-bottom: 1em;
  padding: .75em 1em;
  font-size: 18px;
  line-height: 100%;
}

.rabbat-p.savings-p {
  color: #000;
  text-align: center;
  background-color: #00e69a;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
}

.rabbat-p.savings-p.bestseller {
  color: #000;
}

.rabbat-p._2 {
  background-color: #ff5656;
}

.rabbat-p._3 {
  background-color: red;
}

.italic-text-2 {
  text-align: center;
}

.ps-bundles-cta-btn-footnote-p {
  margin-top: .5em;
}

.ps-footer {
  background-color: #f6f6f6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

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

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

.ps-fi-footer-link {
  color: #2d2d2d;
  text-decoration: none;
}

.ps-fi-wh-section {
  text-align: center;
  margin-top: 2em;
}

.ps-fi-wh-section-p {
  color: #858585;
  font-size: 12px;
  line-height: 130%;
}

.ps-fi-wh-section-h4 {
  color: #858585;
}

.ps-lp-logo {
  height: 40px;
}

.bg-img-as-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l2-header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

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

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

.l2-links-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.l2-simple-t-item {
  background-color: #c7e0f1;
  border-radius: 3px;
  padding: 1.5em 2em;
}

.l2-h2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Lora, Georgia, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.l2-h2.mt-2em {
  margin-top: 2em;
}

.l2-cta-f-width {
  color: #000;
  text-align: center;
  background-image: linear-gradient(#f6dba4, #f1c15f);
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  margin-top: 0;
  padding: 1em 1.5em;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  transition: all .5s;
}

.l2-cta-f-width:hover {
  transform: translate(3px, 3px);
  box-shadow: inset 2px 2px 5px #00000080;
}

.l2-cta-f-width.cta-btn-s {
  width: 90%;
  font-size: 16px;
}

.l2-cta-f-width.cta-btn-s.cta-btn-sidebar {
  border-radius: 15px;
  margin-top: 1em;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.l2-cta-f-width.no-f-width {
  border-radius: 15px;
  width: auto;
  min-width: 70%;
  margin-top: 1em;
}

.bold-text-248 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.l2-p {
  color: #000;
  margin-bottom: 1em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.l2-p.fsz-16 {
  margin-bottom: .75em;
  font-size: 16px;
}

.l2-p.fsz-16.mb-0 {
  margin-bottom: 0;
}

.l2-p.fsz-16.mb-0.fsz-12 {
  word-break: break-all;
  font-size: 12px;
}

.l2-p.fsz-16.ta-c {
  text-align: center;
}

.l2-p.fsz-16.ta-c.old-price {
  color: #b70000;
  font-size: 18px;
  font-weight: 500;
}

.l2-p.fsz-16.ta-c.new-price {
  color: #00a90b;
  font-size: 36px;
}

.l2-p.fsz-16.ta-c.fc-white {
  color: #f5f5f5;
}

.l2-p.fsz-16.ta-c.fc-white.cta-box-trust-box-item-p {
  font-size: 14px;
  line-height: 120%;
}

.l2-p.fsz-16.ta-c.fc-white.cta-box-trust-box-item-p.tick {
  margin-bottom: 0;
  font-size: 28px;
}

.l2-p.fsz-16.ta-c.benefit-p {
  color: #717171;
  margin-top: -.75em;
  margin-bottom: 0;
  font-family: Lora, Georgia, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

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

.l2-p.info {
  color: #616161;
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  font-style: normal;
}

.l2-p.stb-p {
  text-align: center;
  margin-bottom: 0;
}

.l2-p.testimonial-p {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.l2-p.cta-footnote {
  color: #6d6d6d;
  text-align: center;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.l2-simple-testimonials-box {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: 1em;
  margin-bottom: 3em;
  display: flex;
}

.bold-text-241 {
  color: #000;
  font-weight: 600;
}

.l2-h3 {
  margin-top: 10px;
  font-family: Lora, Georgia, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.l2-h3.ta-c {
  text-align: center;
  width: 70%;
  margin-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  line-height: 110%;
}

.l2-h3.ta-c.tc-white {
  color: #fff;
}

.l2-h3.ta-c.tc-white.sidebar {
  width: 95%;
  font-family: Lora, Georgia, sans-serif;
  font-size: 24px;
}

.l2-h3.fsz-18 {
  font-size: 18px;
}

.l2-h3.fsz-18.mb-0 {
  margin-bottom: 0;
}

.l2-h3.mb-20px {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.l2-h3.mb-20px.ta-c {
  font-family: Lora, Georgia, sans-serif;
}

.l2-h3.mb-20px.ta-c.fsz-32 {
  color: #f5f5f5;
  font-size: 32px;
}

.container-4 {
  align-self: flex-start;
  max-width: 940px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.container-4.author {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.bold-text-250 {
  font-weight: 300;
}

.l2-img-trust-icon {
  border: 1px #000;
  border-radius: 0;
  max-height: 85px;
  margin: 1em auto 2.5em;
  box-shadow: 0 0 5px #0003;
}

.bold-text-251 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.l2-sidebar-head {
  background-color: #bf8034;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.l2-content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: flex-start;
  max-width: 1250px;
  display: flex;
}

.italic-text-6 {
  text-align: center;
  line-height: 170%;
}

.l2-upd-box {
  background-color: #c7e0f1;
  border: 2px dashed #2179b4;
  border-radius: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
}

.l2-content-sidebar {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.l2-content-sidebar.br-15 {
  border-radius: 15px;
}

.bold-text-309 {
  line-height: 150%;
}

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

.l2-upd-msg {
  color: red;
  font-weight: 700;
}

.image-36 {
  border-radius: 200px;
  align-self: center;
  width: auto;
  height: 50px;
  min-height: 0;
  margin-right: 15px;
}

.l2-t-author {
  border-radius: 100px;
  max-height: 90px;
}

.l2-list {
  padding-left: 20px;
  font-size: 18px;
  list-style-type: disc;
}

.l2-list.ul-list {
  list-style-type: disc;
}

.l2-list.ul-list.mb-3em {
  margin-bottom: 2em;
}

.l2-list.fsz-16px {
  font-size: 16px;
}

.l2-list.fsz-16px.mb-3em {
  margin-bottom: 2em;
}

.bold-text-249 {
  font-weight: 300;
}

.l2-green-box {
  background-color: #c4fec3;
  border-radius: 15px;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 3em;
  padding: 2em;
}

.l2-green-box.d-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.l2-main-content {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.l2-img-f-width {
  border-radius: 3px;
  width: 100%;
  box-shadow: 0 0 5px #0003;
}

.l2-img-f-width.mb-1em {
  border-radius: 0;
  margin-bottom: 1em;
  box-shadow: 0 0 5px #0003;
}

.l2-img-f-width.mb-1em._2 {
  margin-bottom: 3em;
}

.l2-img-f-width.mt-2em {
  align-self: center;
  max-width: 50%;
  margin-top: 2em;
}

.l2-hero-img {
  border-radius: 0;
  box-shadow: 0 0 5px #0003;
}

.l2-hero-img.br-0 {
  border-radius: 0;
}

.l2-hero-img.br-0.bs-none {
  box-shadow: none;
}

.l2-img-footnote {
  color: #797979;
  text-align: center;
  margin: 1em auto 30px;
}

.l2-img-footnote._3._2 {
  margin-bottom: 20px;
}

.l2-sidebar-testimonial {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.l2-sub-h {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
}

.l2-sub-h.fsz-16 {
  text-align: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 16px;
}

.l2-sub-h.fsz-16.tc-white {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
}

.l2-sub-h.fsz-16.tc-white.sidebar-old-price {
  color: #b70000;
  margin-top: 0;
  font-weight: 500;
  text-decoration: line-through;
}

.l2-sub-h.fsz-16.tc-white.sidebar-new-price {
  color: #00a90b;
  margin-top: 5px;
  font-size: 26px;
}

.bold-text-199 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.l2-main-h {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.l2-sidebar-inner.br-15 {
  border-radius: 15px;
  overflow: hidden;
}

.article-footnote {
  color: #b7b7b7;
  text-align: center;
  width: 700px;
  margin-top: 3em;
  font-size: 12px;
  line-height: 100%;
}

.l2-t-stars {
  max-height: 20px;
  margin-bottom: .75em;
}

.bold-text-310 {
  font-weight: 300;
}

.bold-text-247 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-244 {
  font-weight: 600;
}

.l2-attention-box {
  background-color: #fbf8f4;
  border: 1px solid #291d0d;
  border-radius: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em;
}

.l2-attention-box.cta-box {
  background-color: #bf8034;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.l2-by-redaction-box {
  background-color: #fbf8f4;
  border-radius: 3px;
  margin-top: 1em;
  padding: 2em;
}

.par-v4-p-2 {
  text-align: left;
  align-self: flex-start;
  margin-top: .7em;
  font-size: 18px;
  line-height: 160%;
}

.par-v4-p-2.advertorial {
  color: #6c717d;
  text-align: right;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.par-v4-p-2.date {
  color: #6c717d;
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.l2-footer {
  background-color: #969696;
  margin-top: 3em;
  padding: 3em;
}

.l2-footer-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.l2-footer-link {
  color: #fff;
  text-decoration: none;
}

.l2-yellow-box {
  background-color: #fff1a9;
  border-radius: 15px;
  margin-bottom: 2em;
  padding: 2em;
}

.l2-doctor-review {
  background-color: #d6faff;
  border-radius: 15px;
  margin-bottom: 2em;
  padding: 2em;
}

.l2-article-img {
  border-radius: 15px;
  margin-top: 1em;
}

.l2-green-box-cta-btn {
  text-align: center;
  background-color: #008b27;
  border-radius: 15px;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  font-size: 18px;
  line-height: 100%;
}

.l2-box-emoji {
  font-size: 64px;
  line-height: 100%;
  position: absolute;
  top: 30%;
  left: 5%;
  transform: translate(0, -50%);
}

.l2-blue-box {
  background-color: #dbeafe;
  border: 1px solid #6da5f0;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
}

.l2-bb-h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Lora, Georgia, sans-serif;
}

.l2-bb-ul {
  padding-left: 30px;
  position: relative;
}

.l2-bb-ul-li {
  font-size: 18px;
  line-height: 100%;
}

.l2-reviews {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.l2-review {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-left: 5px solid #4a5568;
  border-radius: 15px;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.l2-review-img {
  border-radius: 100px;
  height: 100px;
}

.l2-review-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.l2-review-verified-prchs {
  background-color: #c4fec3;
  border-radius: 100px;
  padding: .5em 1em;
}

.color-brown {
  color: #92400e;
}

.l2-cb-price-box {
  opacity: .7;
  background-color: #fff9f1;
  border-radius: 15px;
  padding: 2em;
}

.l2-old-new-price {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-box-img {
  max-width: 60%;
  margin-bottom: 1em;
}

.cta-btn-footnote {
  color: #f5f5f5;
  text-align: center;
  margin-top: 5px;
}

.cta-btn-footnote.m-1em {
  margin-left: 1em;
  margin-right: 1em;
}

.cta-box-trust-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #f5f5f54d;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 2em;
  padding-top: 1em;
  display: flex;
}

.cta-box-trust-box.sidebar {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  display: none;
}

.cta-box-trust-box-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.cta-box-trust-box-item.sidebar {
  width: 46%;
}

.sidebar-benefit-p {
  color: #717171;
  text-align: center;
  width: 90%;
  margin-top: 5px;
  font-family: Lora, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 100%;
}

.sidebar-price-wrapper {
  background-color: #fff9f1b3;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding: .5em;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text, .nl-3-adv-main-cta-button.yellow.new-caps {
    background-color: #ffc600;
  }

  .nl-3-adv-main-cta-button.yellow.new-caps.light-green-cta {
    background-color: #0f9;
  }

  .sticky-cta-v1-p {
    background-color: #ffc600;
  }

  .tgl-hero-img.mobile {
    display: none;
  }

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

  .image-5 {
    width: 100%;
  }

  .footnotes-sources.cta-section, .nl-p-2.features-list-item-text-p.p-testimonial-inside, .nl-hero-description {
    background-color: #ffc364;
  }

  .nl-hero-description.socks-hero-description {
    margin-left: -102px;
  }

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

  .hero-img {
    margin-left: 31px;
  }

  .footer-link-3, .footer-link-4 {
    color: #333;
  }

  .box1.sf._424 {
    margin: -147px 666px -36px 488px;
  }
}

@media screen and (min-width: 1920px) {
  .expert-img-3.newexpertimg {
    width: 100px;
  }

  .nl-body-wrapper {
    text-align: left;
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nl-p-2.cta-nl-p.jjnn {
    margin-left: 114px;
    margin-right: 21px;
    padding-bottom: 47px;
  }

  .cta-section-item-step-description-2.nl-p-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nl-hero-description.socks-hero-description {
    margin-top: 0;
    margin-left: -174px;
    padding-top: 0;
    padding-bottom: 3.3em;
  }

  .nl-content-piece.cta-section.socks-content-piece.hhb {
    text-align: left;
    padding-bottom: 5em;
  }

  .hero-img {
    margin-left: 222px;
  }

  .nl-li {
    margin-left: 0;
  }

  .footer-link-3, .footer-link-4 {
    color: #333;
  }

  .box1.sf._424 {
    margin-top: -134px;
    margin-left: 381px;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 15px;
  }

  .l2-cta-f-width {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 991px) {
  .nl-3-adv-main-conclusion-inner {
    width: 100%;
  }

  .nl-3-adv-p.footer-p {
    text-align: center;
  }

  .nl-3-adv-p.footer-p.disclaimer.new-color.mobile-size {
    text-align: left;
  }

  .nl-3-adv-p.footer-p.disclaimer.mob-text-size {
    font-size: 8px;
  }

  .nl-3-adv-content-wrapper {
    width: 95%;
  }

  .nl-3-adv-reasons-text {
    max-width: 100%;
  }

  .nl-3-adv-main-conclusion {
    padding: 3em;
  }

  .nl-3-adv-reasons-block-item {
    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.reversed {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
  }

  .nl-3-adv-main {
    text-align: center;
    padding: 2.5em;
  }

  .hero-product-image {
    width: 500px;
    margin-top: 20px;
  }

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

  .floating-cta {
    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-3-adv-p-2.fc-w.ta-l {
    text-align: left;
  }

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

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

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

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

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

  .tgl-cta-btn.off-on-mobiles.sticky-btn {
    display: inline-block;
  }

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

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

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

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

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

  .tgl-main-head {
    font-size: 38px;
  }

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

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

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

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

  .image-5 {
    width: 100%;
  }

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

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

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

  .nl-3-adv-p-3.footer-p {
    text-align: center;
  }

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

  .emura-op-1-faq-section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .emura-op-1-4th-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 3em;
    padding-right: 3em;
  }

  .emura-comparison-cards-box {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    position: relative;
  }

  .emura-op-1-hero-section-about-product {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .emura-op-1-2nd-section._1k-width {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 3em;
    padding-right: 3em;
  }

  .text-block-p.ta-c {
    text-align: center;
  }

  .emura-op-1-5th-section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-text-block {
    max-width: 100%;
    margin-right: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-text-block.p-0 {
    padding: 3em 0;
  }

  .section-text-block.custom-size {
    max-width: 100%;
  }

  .comparison-card {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .comparison-card.best-offer-card {
    z-index: 999;
    order: 1;
    width: 100%;
    transform: scale(1);
  }

  .comparison-card.z-index-0 {
    z-index: 0;
  }

  .emura-op-1-hero-section {
    flex-flow: column;
  }

  .reviews-head-text {
    max-width: 80%;
  }

  .testimonial-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 48.3%;
  }

  .testimonial-column.tc-last {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .how-it-works-section {
    flex-flow: column-reverse;
  }

  .section-image-block {
    max-width: 55%;
  }

  .section-image-block.mw-custom {
    max-width: 60%;
  }

  .testimonials-head {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .text-block-h.mt-0.ta-c {
    text-align: center;
  }

  .banner-image {
    max-width: 70%;
  }

  .banner-text {
    max-width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .testimonial {
    width: 100%;
  }

  .testimonial.ti-lc {
    width: 48.3%;
  }

  .emura-op-1-3rd-section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .comparison-card-img {
    width: 60%;
  }

  .testimonial-body {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
    margin-top: 3em;
  }

  .emura-op-1-testimonials {
    padding-left: 3em;
    padding-right: 3em;
  }

  .banner-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5em;
  }

  .reviews-head-rating {
    margin-top: 1em;
  }

  .emura-op-1-6th-section {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .emura-op-1-hero-section-slider {
    width: 100%;
  }

  .section-video-block {
    max-width: 90%;
  }

  .emura-op-1-footer {
    margin-top: 7em;
  }

  .emura-op-1-footer-wrapper {
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }

  .text-block-p-2.ta-c, .text-block-h-2.mt-0.ta-c, .text-block-p-3.ta-c, .text-block-h-3.mt-0.ta-c, .text-block-p-4.ta-c, .paragraph-23 {
    text-align: center;
  }

  .nl-2-header-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

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

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

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

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

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

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

  .nl-2-body-wrapper.new-mob-space.no-sidebar {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footnotes-sources {
    max-width: 100%;
    padding: 1em;
  }

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

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

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

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

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

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

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

  .cell-6, .cell-7, .cell-8, .cell-15, .cell-14, .cell-9, .cell-13, .cell-17, .cell-12, .cell-11, .cell-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-13.no-bold.size-s {
    font-size: 12px;
  }

  .text-block-13.text-smaller {
    font-size: 16px;
  }

  .product-size-option-item.active, .product-size-option-item.unselected {
    min-width: 20%;
  }

  .promo-text.new-size {
    text-align: center;
    line-height: 25px;
  }

  .promo-text.new-back.text-color-mod {
    text-align: center;
  }

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

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

  .footnotes-wrapper-1, .footnotes-wrapper-1.just-mob-view {
    display: inline-flex;
  }

  .footnotes-wrapper-1.desktop-only-view {
    display: none;
  }

  .footnote-wrapper-new-1.mob-view-only {
    flex-flow: column;
    display: inline-flex;
  }

  .footnote-wrapper-new-1.desktop-view-only {
    flex-flow: column;
    display: none;
  }

  .footnote-wrapper-new-1.mob-only-view {
    flex-flow: column;
    display: inline-flex;
  }

  .expert-img-3 {
    width: 100%;
    height: auto;
  }

  .expert-name-box-3 {
    width: 100%;
  }

  .about-expert-2 {
    flex-flow: wrap;
  }

  .or-akus-cta-section-item {
    width: 48%;
  }

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

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

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

  .nl-p-2.cta-nl-p {
    text-align: center;
    overflow-wrap: normal;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

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

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

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

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

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

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

  .mobile-fixed-cta-2 {
    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;
  }

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

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

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

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

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

  .box1.sf._424 {
    margin-top: -81px;
    margin-left: 216px;
    margin-right: 242px;
    padding-bottom: 9px;
    padding-left: 15px;
  }

  .text-block-16 {
    margin-left: 56px;
    margin-right: 51px;
  }

  .ps-mci-opener-inner {
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    margin: 2vh 0 2vh 2em;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .ps-mci-oi-h1, .ps-mci-oi-p {
    text-align: left;
  }

  .ps-mci-opener-bg {
    opacity: .3;
    background-position: 70% 100%;
    background-size: auto 100%;
  }

  .ps-mci-hero-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ps-mci-hi-trust-tag.bundles-trust-tag {
    flex-flow: column;
  }

  .ps-mci-hi-box {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column-reverse;
  }

  .ps-mci-hi-box-item {
    width: 100%;
  }

  .ps-mci-problem-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ps-mci-pi-problems-box {
    width: 100%;
  }

  .ps-mci-toc-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ps-mci-toc-inner._w-800 {
    width: 100%;
  }

  .ps-mci-toc-items {
    flex-flow: wrap;
  }

  .ps-mci-toc-item {
    width: 48%;
  }

  .ps-mci-toc-footnote {
    text-align: center;
  }

  .ps-mci-steps-inner, .ps-mci-reviews-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ps-pdp-slider-wrapper {
    width: 100%;
  }

  .ps-pdp-review {
    max-width: 90%;
  }

  .ps-mci-bundles-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ps-mci-bundles-items {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ps-mci-bundles-item {
    width: 47%;
  }

  .bg-img-as-img {
    display: none;
  }

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

  .l2-content-sidebar {
    width: 60%;
  }

  .l2-main-content {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .nl-3-adv-p.footer-p.disclaimer.new-color.mobile-size {
    text-align: left;
  }

  .nl-3-adv-p.para-font {
    text-align: center;
  }

  .nl-3-adv-hero-heading-h1.new-font.small-size {
    font-size: 36px;
  }

  .nl-3-adv-reasons-block {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

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

  .nl-3-adv-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nl-3-adv-h.new-font {
    text-align: center;
  }

  .nl-3-adv-h.new-font.white.small-size-32 {
    font-size: 32px;
    line-height: 40px;
  }

  .nl-3-adv-h.new-font.small-size-36 {
    font-size: 30px;
    line-height: 38px;
  }

  .nl-3-adv-h.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .hero-product-image {
    width: 450px;
  }

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

  .nl-3-adv-reasons-img {
    max-width: 100%;
  }

  .nl-3-adv-hero-description {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-3-adv-footer {
    margin-top: 1em;
  }

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

  .tgl-cta-btn.tgl-mcb-cta-btn {
    line-height: 112%;
  }

  .tgl-main-head {
    font-size: 33px;
  }

  .bold-text-4 {
    display: inline-block;
  }

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

  .nl-3-adv-p-3.para-font {
    text-align: center;
  }

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

  .faq-button {
    margin-left: 15px;
  }

  .testimonial-column, .testimonial.ti-lc {
    width: 100%;
  }

  .comparison-card-img {
    width: 80%;
  }

  .question-p, .question-p-2 {
    font-size: 24px;
  }

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

  .nl-2-adv-item-img.new-mob-1, .nl-2-adv-item-img.img-1 {
    display: none;
  }

  .nl-2-adv-item-img.img-2 {
    display: inline-block;
  }

  .nl-2-adv-item-img.img-3 {
    display: none;
  }

  .nl-2-adv-item-img.img-4, .nl-2-adv-item-img.img-5 {
    display: inline-block;
  }

  .nl-2-adv-item-img.new-mob-2, .nl-2-adv-item-img.new-mob-3, .nl-2-adv-item-img.new-mob-4, .nl-2-adv-item-img.new-mob-5 {
    display: none;
  }

  .offer-box-22, .offer-box-22.new-border {
    flex-flow: column;
  }

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

  .div-block-16.product-benefit, .eq-v2-testimonial-inside-article.new-style {
    justify-content: flex-start;
    align-items: center;
  }

  .t-body {
    text-align: center;
  }

  .testimonial-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .nl-2-heading {
    font-size: 46px;
    line-height: 110%;
  }

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

  .footnotes-sources.cta-section {
    padding: 3em 1.5em;
  }

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

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

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

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

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

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

  .text-block-13.no-bold.size-s {
    font-size: 11px;
    line-height: 13px;
  }

  .text-block-13.text-smaller {
    font-size: 16px;
  }

  .footnote-wrapper-new-1.desktop-view-only {
    display: none;
  }

  .expert-quote.updatedexpertbox {
    grid-template-columns: .25fr 1fr;
  }

  .expert-name-box-3 {
    width: 100%;
  }

  .about-expert-2 {
    flex-flow: wrap;
  }

  .heading-16, .heading-17 {
    line-height: 110%;
  }

  .eq-v2-testimonial-inside-article-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .or-akus-cta-section-item-img {
    max-width: 45%;
  }

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

  .features-list {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .cta-section-btn-2.box1.dss.bb {
    font-size: 15px;
  }

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

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

  .nl-p-2.cta-nl-p {
    font-size: 12px;
  }

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

  .nl-content-piece.cta-section {
    padding: 3em 1.5em;
  }

  .hero-img {
    object-fit: cover;
    min-height: 400px;
  }

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

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

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

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

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

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

  .cta-section-btn-4.fixed-cta.bb {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #2f92c5;
    background-clip: border-box;
    border: 0 solid #2f92c5;
    border-radius: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .paragraph-47 {
    text-align: center;
    -webkit-text-stroke-color: #fff;
    text-overflow: clip;
    background-color: #0000;
    font-size: 18px;
  }

  .box1.sf._424 {
    margin-left: 129px;
    margin-right: 126px;
  }

  .or-l2-bg-video.bg-video-mobiles {
    height: 300px;
  }

  .ps-mci-opener-inner {
    width: 100%;
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .ps-mci-oi-h1 {
    width: 90%;
  }

  .ps-mci-opener-bg {
    background-position: 72% 100%;
    width: 100%;
  }

  .ps-mci-hi-trust-tag {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ps-mci-hi-trust-tag.bundles-trust-tag {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ps-mci-hi-box-item.hero-image {
    width: 100%;
  }

  .ps-mci-hi-tt-p {
    font-size: 18px;
  }

  .ps-mci-hi-tt-p.bundles-trust-tag {
    text-align: left;
  }

  .thanks-to-tag-p {
    text-align: center;
  }

  .ps-mci-si-steps {
    flex-flow: column;
  }

  .ps-mci-si-step, .pdp-slider.le-l1-slider {
    width: 100%;
  }

  .ps-mci-bundles-items {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    padding-left: 0;
    padding-right: 0;
  }

  .ps-mci-bundles-item {
    width: 47%;
  }

  .l2-p.fsz-16.ta-c.fc-white.cta-box-trust-box-item-p {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
  }

  .l2-h3.ta-c {
    width: 90%;
  }

  .l2-h3.mb-20px.ta-c.fsz-32 {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .l2-content-sidebar {
    width: 95%;
  }

  .l2-main-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .article-footnote {
    width: 95%;
  }

  .l2-review {
    flex-flow: column;
  }

  .cta-box-img {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .nl-3-adv-header-wrapper.blk-fri-banner-3.banner-1-new.mod-name-banner {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .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-header-wrapper.new-style-head {
    flex-flow: column;
  }

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

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

  .nl-3-adv-p.footer-p.disclaimer {
    color: #949494;
  }

  .nl-3-adv-p.footer-p.disclaimer.new-color.mobile-size {
    text-align: left;
    font-size: 8px;
  }

  .hero-substrate.yellow {
    margin-top: 0;
    padding-top: 0;
  }

  .nl-3-adv-hero-heading-h1 {
    font-size: 36px;
  }

  .nl-3-adv-hero-heading-h1.new-font, .nl-3-adv-hero-heading-h1.new-font.small-size {
    font-size: 32px;
  }

  .nl-3-adv-main-cta-button {
    font-size: 18px;
  }

  .nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn.yellow.new-caps-cta-text {
    background-color: #ffc600;
  }

  .nl-3-adv-main-cta-button.yellow.new-caps {
    background-color: #ffc600;
    font-size: 17px;
  }

  .nl-3-adv-main-conclusion {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-3-adv-main-conclusion.dark-color.back-img {
    padding-left: .3em;
    padding-right: .4em;
  }

  .nl-3-adv-main {
    padding-left: .75em;
    padding-right: .75em;
  }

  .nl-3-adv-h {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h.fc-w {
    font-size: 28px;
    line-height: 110%;
  }

  .nl-3-adv-h.new-font {
    text-align: center;
    font-size: 26px;
  }

  .nl-3-adv-h.new-font.white {
    font-size: 22px;
  }

  .nl-3-adv-h.new-font.white.border, .nl-3-adv-h.new-font.size-smaller {
    font-size: 26px;
  }

  .nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s.mt-10 {
    text-align: center;
  }

  .nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s.mt-10.mobile-left-aligned {
    text-align: left;
  }

  .nl-3-adv-h.new-font.small-size-28 {
    font-size: 28px;
  }

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

  .hero-product-image {
    margin-top: 40px;
    margin-bottom: 140px;
    padding-top: 20px;
    top: 57px;
    bottom: auto;
  }

  .about-author {
    font-size: 14px;
  }

  .nl-3-adv-reasons-img {
    border-radius: 20px;
  }

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

  .nl-3-adv-hero-description {
    padding-left: .75em;
    padding-right: .75em;
    font-size: 18px;
  }

  .new-font.nl-3-adv-h {
    font-size: 32px;
    line-height: 110%;
  }

  .sticky-cta-v1-p {
    background-color: #ffc600;
  }

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

  .div-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
    padding-top: 0;
  }

  .quick-stack {
    padding-top: 140px;
  }

  .div-block-2.product-benefit {
    margin-top: 0;
    padding-top: 20px;
  }

  .image {
    margin-top: 0;
  }

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

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

  .tgl-hero-img {
    vertical-align: baseline;
    display: block;
  }

  .tgl-hero-img.mobile-none {
    display: none;
  }

  .tgl-hero-img.mobile.visible {
    display: block;
  }

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

  .tgl-cta-btn.tgl-mcb-cta-btn {
    margin-bottom: 0;
    line-height: 119%;
  }

  .tgl-main-head {
    font-size: 25px;
    display: inline-flex;
  }

  .tgl-main-head.new-size {
    font-size: 32px;
  }

  .tgl-main-head.new-mob-view-off {
    display: none;
  }

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

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

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

  .tgl-p.disclaimer {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-product-image-2 {
    bottom: -67px;
  }

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

  .div-block-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding-top: 100px;
  }

  .div-block-4.product-benefit {
    margin-top: 0;
  }

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

  .p.mb-0 {
    text-align: center;
    text-align: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .achtung-msg {
    margin-right: 0;
  }

  .emura-op-1-header-logo {
    height: 20px;
  }

  .emura-op-1-faq-section, .emura-op-1-4th-section {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-comparison-cards-box {
    margin-top: 1.5em;
  }

  .emura-op-1-hero-section-about-product {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-op-1-2nd-section._1k-width {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .s6-icon {
    width: 32.3%;
  }

  .emura-op-1-5th-section {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .section-text-block {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .size-item-p {
    font-size: 11px;
  }

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

  .hero-product-features {
    flex-flow: column;
  }

  .hero-product-feature {
    width: 100%;
  }

  .emura-op-1-hero-section {
    margin-top: 0;
  }

  .product-h {
    font-size: 46px;
  }

  .old-price {
    font-size: 28px;
  }

  .emura-custom-li {
    flex-flow: column;
  }

  .section-image-block {
    max-width: 100%;
  }

  .section-image-block.mw-custom, .banner-image {
    max-width: 90%;
  }

  .actual-price {
    font-size: 58px;
  }

  .emura-op-1-content-wrapper.f-width {
    margin-bottom: 5em;
  }

  .emura-op-1-3rd-section {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-op-1-testimonials {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-hero-cta-p {
    text-align: center;
  }

  .emura-op-1-6th-section {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .emura-op-1-footer-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .achtung-msg-2 {
    margin-right: 0;
  }

  .size-item-p-2 {
    font-size: 11px;
  }

  .discount-p-2 {
    font-size: 16px;
  }

  .product-h-2 {
    font-size: 46px;
  }

  .old-price-2 {
    font-size: 28px;
  }

  .actual-price-2 {
    font-size: 58px;
  }

  .emura-op-1-header-logo-2 {
    height: 20px;
  }

  .old-price-3 {
    font-size: 28px;
  }

  .discount-p-3 {
    font-size: 16px;
  }

  .achtung-msg-3 {
    margin-right: 0;
  }

  .old-price-4 {
    font-size: 28px;
  }

  .discount-p-4 {
    font-size: 16px;
  }

  .new-mob-only-text {
    color: #000;
    margin-top: auto;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    line-height: 32px;
    display: flex;
  }

  .nl-2-p {
    margin-left: auto;
    padding-left: 0;
  }

  .nl-2-p.section-content-custom {
    text-align: center;
  }

  .nl-2-p.new-mob-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nl-2-p.new-left-space {
    margin-left: auto;
  }

  .nl-2-p.new-side-pad {
    padding-left: 10px;
  }

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

  .nl-2-adv-item-img.img-2, .nl-2-adv-item-img.img-4, .nl-2-adv-item-img.img-5 {
    min-height: 120px;
  }

  .button-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-29 {
    flex-flow: column;
    width: 250px;
    display: flex;
  }

  .image-28 {
    margin-top: 0;
  }

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

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

  .nl-2-header-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

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

  .cta-section-steps {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .nl-2-heading {
    font-size: 35px;
    line-height: 107%;
  }

  .nl-cta-section-h1 {
    font-size: 28px;
  }

  .nl-2-body-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .nl-2-body-wrapper.new-mob-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-section-step {
    align-items: center;
  }

  .footnotes-sources.cta-section.nl-2-content-piece {
    padding: 3em 1em;
  }

  .cta-section-item-step-description.nl-p {
    text-align: center;
  }

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

  .nl-sidebar-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn.fixed-cta {
    padding: 10px 1em;
  }

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

  .nl-2-advantages-item {
    flex-flow: column;
    display: flex;
  }

  .nl-2-advantages-item.new-top-space, .nl-2-adv-item-description {
    width: 100%;
  }

  .nl-2-adv-item-description.mob-space {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nl-2-h1-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .nl-2-h1-2.new-line-height {
    padding-left: 0;
    font-size: 28px;
    line-height: 34px;
  }

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

  .new-main-table.table-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
  }

  .text-block-13.no-bold.size-s {
    font-size: 12px;
  }

  .text-block-13.text-smaller {
    font-size: 16px;
  }

  .product-price-options-box {
    flex-flow: column;
  }

  .black-friday-img {
    max-width: 89%;
  }

  .bold-text-41, .footnote-wrapper-new-1.desktop-view-only {
    display: none;
  }

  .ugc-testimonial-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .expert-quote {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .expert-quote.updatedexpertbox {
    text-align: center;
    grid-template-columns: .25fr;
    place-items: start stretch;
    display: block;
  }

  .par-v4-p-5 {
    font-size: 18px;
    line-height: 150%;
  }

  .par-v4-p-5.expert-tag-p {
    font-size: 12px;
  }

  .expert-img-3 {
    width: auto;
    height: 70px;
    min-height: 70px;
  }

  .expert-img-3.newexpertimg {
    max-width: 100%;
    height: auto;
    min-height: 80px;
    margin-bottom: 20px;
  }

  .about-expert-2 {
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .list {
    padding-left: 20px;
  }

  .bg-vid.hero-vid {
    height: 200px;
  }

  .heading-16, .heading-17 {
    font-size: 28px;
    line-height: 120%;
  }

  .eq-v2-testimonial-inside-article-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .t-body-author-name-2 {
    font-size: 20px;
  }

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

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-2, .list-3, .list-4 {
    padding-left: 20px;
  }

  .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46 {
    font-weight: 600;
  }

  .or-akus-cta-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .or-akus-cta-section-item {
    width: 100%;
  }

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

  .cta-section-btn-2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .features-list-item-text-h {
    font-size: 28px;
    line-height: 100%;
  }

  .nl-cta-section-h1-2 {
    font-size: 28px;
  }

  .nl-p-2.cta-nl-p {
    text-align: right;
    white-space: break-spaces;
    word-break: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
  }

  .cta-section-item-step-description-2.nl-p-2 {
    text-align: center;
  }

  .nl-headline {
    font-size: 38px;
  }

  .hero-img {
    object-fit: cover;
    min-height: 330px;
  }

  .features-img {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

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

  .cta-section-btn-3 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-3.fixed-cta {
    padding: 10px 1em;
  }

  .nl-footer-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta-section-btn-4 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-4.fixed-cta {
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    background-color: #2f92c5;
    background-clip: border-box;
    border: 0 #000;
    border-radius: 20px;
    padding: 10px 1em;
  }

  .cta-section-btn-4.fixed-cta.bb {
    border-style: none;
    border-color: #fdfdfd;
    border-radius: 20px;
  }

  .paragraph-47 {
    border: 1px #000;
  }

  .box1.sf._424 {
    margin-left: 0;
    margin-right: 6px;
  }

  .discount-p-5 {
    font-size: 16px;
  }

  .old-price-5 {
    font-size: 28px;
  }

  .or-l1-box {
    padding: 1.5em 1em;
  }

  .or-l2-list.or-l3-list-n {
    margin-left: 0;
    padding-left: 20px;
  }

  .or-l2-step-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .or-l2-step-box-item {
    width: 100%;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .or-l2-bg-video.bg-video-mobiles {
    height: 230px;
  }

  .or-l2-bg-video.bg-video-mobiles.chinese-mobiles {
    aspect-ratio: 16 / 9;
  }

  .or-l3-list {
    padding-left: 20px;
  }

  .div-garantie {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ps-mci-opener-inner {
    width: 100%;
    margin-left: 0;
    padding: 5vh 1em;
  }

  .ps-mci-oi-tag {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-mci-oi-tag-p {
    font-size: 14px;
  }

  .ps-mci-oi-h1 {
    width: 100%;
    font-size: 32px;
  }

  .ps-mci-oi-p {
    width: 100%;
  }

  .ps-mci-opener-bg {
    background-position: 75% 100%;
  }

  .ps-mci-hero-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-mci-hi-trust-tag.bundles-trust-tag {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .ps-hero-h2 {
    font-size: 30px;
  }

  .ps-mci-problem-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-mci-pi-h2 {
    width: 100%;
    font-size: 30px;
  }

  .ps-mci-pi-p {
    width: 100%;
  }

  .ps-mci-pi-problems-box {
    flex-flow: column;
  }

  .ps-mci-pi-problems-box-item {
    width: 100%;
  }

  .ps-mci-toc-inner, .ps-mci-toc-inner._w-800 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-mci-toc-item {
    width: 100%;
  }

  .ps-mci-steps-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-mc-hiw-box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .ps-mc-hiw-bi-text-h3 {
    font-size: 18px;
  }

  .ps-mc-hiw-bi-text-p {
    font-size: 16px;
  }

  .ps-mci-reviews-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .pdp-slider-navigation {
    bottom: -12%;
  }

  .ps-pdp-review {
    width: 100%;
    padding: 1em;
  }

  .ps-pdp-review-name-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ps-pdp-review-nb-h3 {
    font-size: 18px;
    line-height: 120%;
  }

  .ps-pdp-review-p {
    font-size: 16px;
  }

  .ps-pdp-review-wrapper {
    width: 100%;
  }

  .ps-mci-bundles-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-mci-bundles-item {
    width: 100%;
  }

  .slide {
    width: 100%;
    min-width: 100%;
  }

  .ps-lp-logo {
    height: 25px;
  }

  .l2-header {
    padding-top: 1em;
    padding-bottom: .5em;
  }

  .l2-header-wrapper {
    text-align: left;
  }

  .bold-text-72 {
    font-weight: 600;
  }

  .l2-simple-t-item {
    border-radius: 3px;
    padding: 1.5em;
  }

  .bold-text-234 {
    font-weight: 600;
  }

  .l2-h2 {
    color: #000;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 130%;
  }

  .l2-h2.mt-2em {
    margin-top: 2em;
  }

  .l2-cta-f-width {
    border-radius: 5px;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 1.5em 1em;
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .l2-cta-f-width.cta-btn-s.cta-btn-sidebar {
    font-size: 20px;
    font-weight: 600;
  }

  .l2-cta-f-width.no-f-width {
    min-width: 100%;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    font-size: 18px;
  }

  .bold-text-56, .bold-text-196, .bold-text-192, .bold-text-77 {
    font-weight: 600;
  }

  .l2-p {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .l2-p.fsz-16.ta-c.old-price {
    margin-bottom: 0;
  }

  .l2-p.fsz-16.ta-c.new-price {
    font-size: 26px;
  }

  .l2-p.fsz-16.ta-c.benefit-p, .l2-p.mb-0, .l2-p.t-p, .l2-p.t-a-p {
    font-size: 16px;
  }

  .bold-text-217, .bold-text-238, .bold-text-235 {
    font-weight: 600;
  }

  .l2-simple-testimonials-box._2 {
    margin-bottom: 2em;
  }

  .bold-text-177, .bold-text-55, .italic-text-5, .bold-text-212 {
    font-weight: 600;
  }

  .bold-text-241 {
    font-size: 22px;
    line-height: 120%;
  }

  .l2-h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 130%;
  }

  .l2-h3.ta-c {
    width: 100%;
    font-size: 21px;
  }

  .l2-h3.mb-20px {
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 120%;
  }

  .l2-h3.mb-20px.ta-c.fsz-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-225, .bold-text-184, .bold-text-168, .bold-text-191, .bold-text-205, .bold-text-210, .bold-text-68, .bold-text-207 {
    font-weight: 600;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: ltr;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 15px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-4.author {
    flex-flow: wrap;
  }

  .bold-text-219 {
    font-weight: 600;
  }

  .l2-img-trust-icon {
    border-style: none;
    border-radius: 0;
    align-self: auto;
    max-height: 100%;
    margin: .5em 0 1.5em;
    box-shadow: 0 0 5px #0003;
  }

  .bold-text-182, .bold-text-193, .bold-text-239 {
    font-weight: 600;
  }

  .bold-text-251 {
    font-family: Inter, sans-serif;
  }

  .bold-text-176, .bold-text-165, .bold-text-231, .bold-text-74, .bold-text-215, .bold-text-201, .bold-text-69, .bold-text-198 {
    font-weight: 600;
  }

  .l2-upd-box {
    border-radius: 3px;
  }

  .bold-text-63, .bold-text-233, .bold-text-80 {
    font-weight: 600;
  }

  .bold-text-245 {
    font-size: 22px;
  }

  .bold-text-204, .bold-text-59 {
    font-weight: 600;
  }

  .bold-text-309 {
    line-height: 130%;
  }

  .bold-text-164, .bold-text-232, .bold-text-221, .bold-text-236, .bold-text-61, .l2-upd-msg, .bold-text-211, .bold-text-188, .bold-text-58, .bold-text-230, .bold-text-162, .bold-text-224, .bold-text-175 {
    font-weight: 600;
  }

  .image-36 {
    align-self: center;
    width: auto;
    min-width: 0;
    height: 45px;
    margin-right: 10px;
  }

  .l2-list.ul-list.mb-3em, .l2-list.fsz-16px.mb-3em {
    margin-bottom: 2em;
  }

  .l2-green-box {
    border-radius: 3px;
  }

  .l2-green-box.d-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .l2-main-content {
    border-top-color: #bf8034;
    width: 100%;
    padding: 1.5em 1em;
  }

  .l2-img-f-width {
    border-radius: 0;
    box-shadow: 0 0 5px #0003;
  }

  .l2-img-f-width.mb-1em {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
    box-shadow: 0 0 5px #0003;
  }

  .l2-img-f-width.mt-2em {
    border-radius: 0;
  }

  .l2-hero-img {
    border-radius: 0;
    box-shadow: 0 0 5px #0003;
  }

  .l2-img-footnote {
    margin-top: 1em;
    margin-bottom: 30px;
    font-family: Inter, sans-serif;
  }

  .l2-img-footnote._3 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l2-img-footnote._3._2 {
    margin-top: .5em;
  }

  .l2-sub-h {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
  }

  .bold-text-199 {
    font-family: Inter, sans-serif;
    font-size: 20px;
  }

  .l2-main-h {
    color: #000;
    font-size: 32px;
  }

  .bold-text-246 {
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .article-footnote, .bold-text-247 {
    font-family: Inter, sans-serif;
  }

  .bold-text-244 {
    font-size: 22px;
  }

  .l2-attention-box {
    border-radius: 0;
    padding: 1.5em;
  }

  .l2-by-redaction-box {
    background-color: #fef8f6;
    border-radius: 3px;
  }

  .par-v4-p-2 {
    margin-top: .75em;
    font-size: 18px;
    line-height: 150%;
  }

  .par-v4-p-2.advertorial {
    color: #7e8798;
    text-align: right;
    align-self: center;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    display: block;
  }

  .par-v4-p-2.date {
    color: #7e8798;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    display: block;
  }

  .l2-yellow-box, .l2-doctor-review {
    padding: 1.5em 1em;
  }

  .l2-box-emoji {
    order: -9999;
    position: static;
    transform: none;
  }

  .l2-blue-box {
    padding: 1.5em 1em;
  }

  .l2-old-new-price {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .cta-box-trust-box {
    flex-flow: wrap;
  }

  .cta-box-trust-box-item {
    width: 40%;
  }
}

#w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1e8, #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1ed, #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1ee, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1ef, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c1f8, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c1f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c1fc, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c22b, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c22c, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c22f, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c230, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c231, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e0-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e4-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189e8-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189ec-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f0-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f4-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189f9-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae189fd-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a01-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a05-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a09-fa53c243, #w-node-_6c1a478e-4362-22d5-f965-b7955ae18a0d-fa53c243 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_152057f0-1630-a8ba-b055-70914d639d8e-d061463b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_152057f0-1630-a8ba-b055-70914d639d8f-d061463b {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1e8, #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1ed, #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1ee, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1ef, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1f7, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1e8, #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1ed, #w-node-adc76e68-151f-41b4-6fca-a713829390d3-fa53c1ee, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1ef, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1f7, #w-node-_903048c5-6f3c-c2cc-603a-5cf957abaef3-fa53c1fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d691c203-720b-b4d0-d419-d7070000db77-3b74dea6 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.woff2') format('woff2'), url('../fonts/BebasNeue-Bold.woff') format('woff'), url('../fonts/BebasNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.woff2') format('woff2'), url('../fonts/Lora-Bold.woff') format('woff'), url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}