<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;family=Montserrat:wght@300;400;500;700&amp;display=swap");
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
  min-height: 100%;
  background: #f7fafe;
}
@media (max-width: 820px) {
  html,
  body {
    font-size: 14px;
  }
}
html *,
body * {
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  html *,
  body * {
    max-width: 100%;
  }
}
h1 {
  color: #003e52;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 auto 1.5rem;
  width: 888px;
  max-width: 100%;
  letter-spacing: -0.5px;
  font-family: 'Libre Baskerville', serif;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
  }
}
@media (max-width: 820px) {
  h1 {
    font-size: 32px;
  }
}
h2,
.final-verdict__heading {
  color: #003e52;
  font-size: 34px;
  margin: 2rem 0;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Libre Baskerville', serif;
}
h2 span,
.final-verdict__heading span {
  color: #4ba384 !important;
}
@media (max-width: 820px) {
  h2,
  .final-verdict__heading {
    font-size: 26px;
    margin: 1.5rem 0 1rem 0;
  }
}
@media (max-width: 630px) {
  h2,
  .final-verdict__heading {
    font-size: 24px;
    margin: 1.5rem 0 1rem 0;
  }
}
h3,
.main__wrapper .card.second ul li span {
  color: #003e52;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}
@media (max-width: 1024px) {
  h3,
  .main__wrapper .card.second ul li span {
    font-size: 16px;
    margin: 0;
  }
}
h4 {
  color: #003e52;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  font-family: 'Libre Baskerville', serif;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 16px;
    text-align: center;
  }
}
p,
b,
.main__wrapper .card.quarters ul li,
.article section ul li {
  font-family: 'Montserrat', sans-serif;
}
p,
.main__wrapper .card.quarters ul li,
.article section ul li {
  font-size: 16px;
  color: #003e52;
  line-height: 1.86;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (max-width: 1024px) {
  p,
  .main__wrapper .card.quarters ul li,
  .article section ul li {
    font-size: 15px;
    font-weight: 400;
  }
}
@media (max-width: 820px) {
  p,
  .main__wrapper .card.quarters ul li,
  .article section ul li {
    text-align: left;
  }
}
header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}
ul li {
  font-weight: 500;
}
a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  word-wrap: break-word;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
.wrapper {
  width: 67rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
  flex-flow: inherit;
  align-items: inherit;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 1.5rem;
  }
}
@media (max-width: 820px) {
  .wrapper {
    padding: 0 1rem;
  }
}
.header {
  background: #d2ede8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding: 18px 0 18px;
  transition: 0.2s all ease;
}
.header--sticky {
  position: fixed;
  padding: 8px 0;
}
.header--sticky .header__menu {
  top: 47px;
}
.header--sticky .header__logo {
  width: 110px;
}
@media (max-width: 820px) {
  .header--sticky .header__logo {
    width: 60px;
  }
}
@media (max-width: 820px) {
  .header {
    padding: 12px 0 12px;
  }
}
.header__menu {
  position: fixed;
  right: -100vw;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  background: #003e52;
  transition: 0.2s all ease;
  top: 75px;
}
.header__menu.active {
  right: 0;
}
@media (max-width: 820px) {
  .header__menu {
    top: 62px;
    width: 100%;
    bottom: unset;
  }
}
.header__menu ul {
  list-style: none;
  padding: 1rem 0;
}
@media (max-width: 820px) {
  .header__menu ul {
    padding: 0.75rem 0 1rem 0;
  }
}
.header__menu ul li a {
  padding: 0.5rem 2rem;
  display: block;
  font-size: 1.52rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 820px) {
  .header__menu ul li a {
    font-size: 1.25rem;
  }
}
.header__burger img {
  width: 32px;
}
.header__logo {
  width: 130px;
  transition: 0.1s all ease;
}
@media (max-width: 820px) {
  .header__logo {
    width: 80px;
  }
}
.header__logo img {
  width: 100%;
  transition: 0.1s all ease;
}
.hero {
  padding: 4rem 2rem 6rem;
  text-align: center;
  background: #d2ede8;
}
.hero h6 {
  color: #003e52;
  font-weight: 500;
  font-size: 0.85rem;
  width: 647px;
  margin: 1rem auto 0 auto;
  max-width: 100%;
  line-height: 1.6;
}
@media (max-width: 820px) {
  .hero {
    padding: 1.5rem 0rem 7rem;
  }
}
.hero ul {
  list-style: none;
  padding: 1.5rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 820px) {
  .hero ul {
    gap: 0.5rem;
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 630px) {
  .hero ul {
    display: none;
  }
}
@media (max-width: 820px) {
  .hero ul li:first-child {
    flex: 1 0 100%;
    margin: 1rem 0 0 0;
  }
}
.hero ul li * {
  color: #003e52;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
@media (max-width: 820px) {
  .hero ul li * {
    font-size: 15px;
  }
}
.hero ul li a {
  border: 2px solid #003e52;
  box-sizing: border-box;
  border-radius: 100px;
  background: #fff;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: 0.1s ease all;
}
@media (max-width: 820px) {
  .hero ul li a {
    padding: 0.45rem 0.75rem;
  }
}
@media (max-width: 630px) {
  .hero ul li a {
    padding: 0.35rem 0.65rem;
  }
}
.hero ul li a:hover {
  border-color: #4ba384;
  color: #4ba384;
}
.bio {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background: #feffff;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 1.5rem;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.bio i:not([id]) {
  font-style: normal;
  color: #003e52;
  font-weight: 800;
}
@media (max-width: 820px) {
  .bio {
    margin: 0 auto 0.75rem auto;
    padding: 0;
    align-items: center;
  }
}
.bio img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  overflow: hidden;
}
.bio div {
  flex: 1;
  padding: 0 0 0 1rem;
  text-align: left;
}
@media (max-width: 820px) {
  .bio div {
    padding: 0 0 0 0.75rem;
  }
}
.bio div b {
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1.3;
  color: #aab1bb;
}
@media (max-width: 820px) {
  .bio div b {
    font-size: 13px;
  }
}
.bio div b span {
  font-weight: 600;
  color: #003e52;
}
.bio div p {
  margin: 0.5rem 0 0 0;
  font-weight: 500;
  font-size: 14px;
  display: none;
}
@media (max-width: 820px) {
  .bio div p {
    font-size: 14px;
    display: none;
  }
}
.main {
  min-height: calc(100vh - 307px);
}
.main__wrapper {
  width: 1111px;
  max-width: 100%;
  margin: -6rem auto 0;
}
@media (max-width: 1200px) {
  .main__wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 820px) {
  .main__wrapper {
    padding: 0;
  }
}
.main__wrapper .card {
  background: #fff;
  box-shadow: 2px 6px 8px rgba(78,96,158,0.07);
  border-radius: 0;
  padding: 4rem 1rem;
  margin: 0 0 2rem;
}
@media (max-width: 1024px) {
  .main__wrapper .card {
    padding: 3rem 1rem 2rem;
    margin: 0 0 1rem;
  }
}
@media (max-width: 820px) {
  .main__wrapper .card {
    padding: 1.25rem 0;
    border-radius: 0;
  }
}
.main__wrapper .card .wrapper &gt; h2 {
  font-weight: 600;
}
.main__wrapper .card .wrapper &gt; h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 820px) {
  .main__wrapper .card .wrapper &gt; h2:first-of-type {
    text-align: left;
  }
}
.main__wrapper .card.first {
  background: #fff;
  padding: 3rem 1rem;
}
.main__wrapper .card.first * {
  color: #003e52;
}
@media (max-width: 820px) {
  .main__wrapper .card.first {
    background: #fff;
    padding: 1.25rem 0;
  }
}
.main__wrapper .card.first p:last-of-type {
  max-width: 100%;
}
@media (max-width: 820px) {
  .main__wrapper .card.first p:last-of-type {
    max-width: 100%;
    -moz-columns: 1;
         columns: 1;
  }
}
.main__wrapper .card.first ul {
  list-style: disc;
  -moz-columns: 2;
       columns: 2;
  font-weight: 800;
  padding: 0 0 1rem 2rem;
  width: 800px;
  max-width: 80%;
}
@media (max-width: 820px) {
  .main__wrapper .card.first ul {
    max-width: 100%;
    -moz-columns: 1;
         columns: 1;
  }
}
.main__wrapper .card.first ul li {
  padding: 0.5rem 0;
}
.main__wrapper .card.first .blockquote {
  max-width: 80%;
  padding: 0 0 0 0;
  border-left: 0 solid #003e52;
}
@media (max-width: 1024px) {
  .main__wrapper .card.first .blockquote {
    max-width: 61%;
  }
}
@media (max-width: 820px) {
  .main__wrapper .card.first .blockquote {
    max-width: 100%;
  }
}
.main__wrapper .card.definitive {
  text-align: center;
}
.main__wrapper .card.definitive h2,
.main__wrapper .card.definitive h2 + p {
  text-align: center !important;
}
.main__wrapper .card.definitive .toggle {
  border: 2px solid #4ba384;
  color: #003e52;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 1rem 2rem;
  margin: 0 auto 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main__wrapper .card.definitive .toggle img {
  margin: 0 0 0 4px;
  width: 1.25rem;
  transition: 0.2s all ease;
  transform: rotate(180deg);
}
.main__wrapper .card.definitive .toggle .inactive {
  display: inline-block;
}
.main__wrapper .card.definitive .toggle .active {
  display: none;
}
.main__wrapper .card.definitive .toggle.active .inactive {
  display: none;
}
.main__wrapper .card.definitive .toggle.active .active {
  display: inline-block;
}
.main__wrapper .card.definitive .toggle.active + ul {
  max-height: 580px;
  padding: 3rem 3rem;
  border-width: 2px;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 820px) {
  .main__wrapper .card.definitive .toggle.active + ul {
    max-height: 1111px;
    padding: 1.5rem;
    border-width: 2px;
    margin: 1.5rem 0 0 0;
  }
}
.main__wrapper .card.definitive .toggle.active img {
  transform: none;
}
.main__wrapper .card.definitive ul {
  border: 0 solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0 3rem;
  transition: 0.1s all ease;
  max-height: 0;
  overflow: hidden;
  margin: 0 0 0;
}
@media (max-width: 820px) {
  .main__wrapper .card.definitive ul {
    padding: 0 1.5rem;
  }
}
.main__wrapper .card.definitive ul li:last-child p {
  margin: 0.5rem 0 0 2.7rem;
}
@media (max-width: 820px) {
  .main__wrapper .card.definitive ul li:last-child p {
    margin: 0.5rem 0 1rem;
  }
}
.main__wrapper .card.definitive ul li b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 0;
}
@media (max-width: 820px) {
  .main__wrapper .card.definitive ul li b {
    margin: 0 0 0.5rem 0;
    word-break: break-word;
    flex-wrap: nowrap;
    text-align: left;
  }
}
.main__wrapper .card.definitive ul li b img {
  margin: 0 1rem 0 0;
  width: 1.75rem;
}
.main__wrapper .card.definitive ul li p {
  text-align: left;
  margin: 0.5rem 0 1rem 2.7rem;
}
@media (max-width: 820px) {
  .main__wrapper .card.definitive ul li p {
    margin: 0.5rem 0 1rem;
  }
}
.main__wrapper .card.top5 &gt; .wrapper {
  padding: 0;
}
.main__wrapper .card.top5 &gt; .wrapper h2:first-child {
  text-align: center;
}
.main__wrapper .card.top5 h2 {
  text-align: center;
}
.main__wrapper .card.top5 h2 a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 820px) {
  .main__wrapper .card.top5 h2 {
    text-align: center;
  }
}
.main__wrapper .card.second {
  text-align: center;
}
.main__wrapper .card.second b {
  display: block;
  padding: 1rem 0 0.75rem;
}
.main__wrapper .card.second b span {
  color: #003e52;
}
.main__wrapper .card.second ul {
  gap: 1.5rem 1rem;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 820px) {
  .main__wrapper .card.second ul {
    gap: 0.75rem;
  }
}
.main__wrapper .card.second ul li {
  background: #d2ede8 url("../img/check.svg") no-repeat left 1rem top 1rem/24px 24px;
  border-radius: 1rem;
  padding: 1rem 2rem 1rem 4rem;
  flex: 0 0 48.5%;
  color: #003e52;
  font-weight: 500;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.main__wrapper .card.second ul li span {
  display: block;
  margin: 0 0 0.5rem 0;
  text-align: left;
}
.main__wrapper .card.second ul li p {
  display: block;
  margin: 0;
}
.main__wrapper .card.second ul li p b {
  display: inline;
}
@media (max-width: 1024px) {
  .main__wrapper .card.second ul li {
    flex: 0 0 48%;
  }
}
@media (max-width: 820px) {
  .main__wrapper .card.second ul li {
    line-height: 1;
  }
}
@media (max-width: 630px) {
  .main__wrapper .card.second ul li {
    flex: 1 0 100%;
  }
}
.main__wrapper .card.quarters {
  text-align: center;
}
.main__wrapper .card.quarters h2 {
  text-align: center !important;
}
.main__wrapper .card.quarters.look-for h2 {
  color: #4ba384;
}
.main__wrapper .card.quarters.avoid h2 {
  color: #ff5a44;
}
.main__wrapper .card.quarters ul {
  gap: 1.5rem 1rem;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .main__wrapper .card.quarters ul {
    margin: 0;
  }
}
.main__wrapper .card.quarters ul li {
  flex: 0 0 48%;
  color: #003e52;
  text-align: center;
  margin: 0;
}
.main__wrapper .card.quarters ul li p {
  margin: 0;
}
@media (max-width: 820px) {
  .main__wrapper .card.quarters ul li {
    flex: 0 0 48%;
  }
}
@media (max-width: 630px) {
  .main__wrapper .card.quarters ul li {
    flex: 1 0 100%;
    text-align: left;
  }
}
.main__wrapper .card.quarters ul li b {
  font-family: 'Libre Baskerville', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0rem 0 0.25rem 0;
  text-align: center;
  color: #003e52;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__wrapper .card.quarters ul li b img {
  margin: 0 0.5rem 0 0;
}
@media (max-width: 820px) {
  .main__wrapper .card.quarters ul li b img {
    width: 2rem;
    text-align: left;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 820px) {
  .main__wrapper .card.quarters ul li b {
    margin: 0;
    text-align: center;
    justify-content: center;
    color: #003e52;
    font-size: 18px;
  }
}
.products-grid {
  display: grid;
  grid-template-areas: 'heading heading heading' 'image loader grade' 'bars bars bars' 'pros-cons bottom-line bottom-line' 'ticket ticket ticket' 'cta cta cta';
  grid-template-columns: calc(33.333% - 1rem);
  gap: 1rem;
  border: 4px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 0;
  background: #f7f7f7;
  padding: 4rem 6rem 3rem;
  margin: 0 0 3rem 0;
  position: relative;
}
.products-grid *:not(span) {
  color: #003e52;
}
@media (max-width: 630px) {
  .products-grid {
    grid-template-columns: minmax(0, 1fr) calc(50% - 2rem);
    grid-template-areas: 'heading heading heading heading' 'image image loader loader' 'grade grade grade grade' 'bars bars bars bars' 'pros-cons pros-cons pros-cons  pros-cons' 'bottom-line bottom-line bottom-line bottom-line' 'ticket ticket ticket ticket' 'cta cta cta cta';
    gap: 1rem;
    padding: 0.5rem 1rem 1.5rem !important;
  }
}
.products-grid__badge {
  position: absolute;
  top: -2.5rem;
  right: 1rem;
  width: 288px;
  z-index: 20;
}
@media (max-width: 820px) {
  .products-grid__badge {
    width: 100px;
    right: 0;
    top: -2.5rem;
  }
}
.products-grid:first-of-type {
  background: rgba(181,219,210,0.25);
  border-color: #4ba384;
  box-sizing: border-box;
  border-radius: 0;
}
@media (max-width: 820px) {
  .products-grid:first-of-type {
    margin-top: 3rem;
    padding: 1rem;
  }
  .products-grid:first-of-type h2 {
    margin-top: 2rem !important;
  }
}
.products-grid:first-of-type .products-grid__ticket {
  border-color: #4ba384;
}
.products-grid:first-of-type .products-grid__ticket img {
  -webkit-filter: none;
          filter: none;
}
.products-grid:first-of-type .products-grid__cta a {
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.products-grid:first-of-type .products-grid__cta a:not(.amazon) {
  min-width: 200px;
}
@media (max-width: 380px) {
  .products-grid:first-of-type .products-grid__cta a:not(.amazon) {
    margin: 0 auto 1rem;
  }
}
.products-grid:first-of-type .products-grid__cta a:not(.amazon) img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  transform: rotate(90deg);
  height: 11px;
  margin: 0 -8px 0 2px;
}
.products-grid:first-of-type .products-grid__heading h4 a {
  color: #4ba384;
}
.products-grid &gt; div {
  background: #feffff;
  box-shadow: none;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 33%;
}
.products-grid &gt; div h3 {
  flex: 1 0 100%;
}
@media (max-width: 820px) {
  .products-grid &gt; div h3 {
    font-weight: 600;
  }
}
.products-grid img {
  max-width: 78%;
}
.products-grid__bars {
  grid-area: bars;
  padding: 1rem 0;
  box-shadow: none !important;
  background: none !important;
}
@media (max-width: 820px) {
  .products-grid__bars {
    padding: 2rem 1rem;
  }
}
.products-grid__bars ul {
  width: 100%;
}
.products-grid__bars ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.products-grid__bars ul li:last-child {
  margin: 0;
}
.products-grid__bars ul li &gt; span {
  flex: 0 0 40%;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 920px) {
  .products-grid__bars ul li &gt; span {
    flex: 1 0 100%;
  }
}
.products-grid__bars ul li&gt; div {
  flex: 0 0 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .products-grid__bars ul li&gt; div {
    flex: 1 0 100%;
  }
}
.products-grid__bars ul li&gt; div small {
  flex: 1 0 auto;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.products-grid__bars ul li&gt; div small span {
  background: #4ba384;
  color: #fff;
  display: inline-block;
  text-align: right;
  padding: 0.25rem 0.75rem;
  line-height: 1;
  font-size: 0;
  border-radius: 10px;
  padding: 0;
  height: 8px;
}
.products-grid__bars ul li&gt; div i {
  flex: 0 1 auto;
  padding: 0 0 0 0.5rem;
  display: inline-block;
  text-align: right;
  font-size: 16px;
}
.products-grid__heading {
  grid-area: heading;
  text-align: center;
  background: transparent !important;
  box-shadow: none !important;
}
.products-grid__heading h1 {
  background: #5fce92;
  border-radius: 100px;
  margin: 0;
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  color: #f1fdf9;
  width: auto;
  padding: 1rem 4rem;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .products-grid__heading h1 {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #f1fdf9;
    width: auto;
    padding: 1rem 2rem;
    margin: 0;
  }
}
.products-grid__heading h2 {
  flex: 1 0 100%;
  line-height: 1;
  margin: 0 0 0.5rem;
  text-align: left !important;
}
@media (max-width: 820px) {
  .products-grid__heading h2 {
    margin: 1.5rem 0 0.5rem;
  }
}
.products-grid__heading h4 {
  line-height: 1;
  color: #003e52;
  flex: 1 0 100%;
  margin: 0;
  font-family: Montserrat;
  text-align: left;
}
@media (max-width: 820px) {
  .products-grid__heading h4 {
    margin: 0 0;
    text-align: left;
  }
}
.products-grid__heading h4 a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
.products-grid__grade {
  grid-area: grade;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 820px) {
  .products-grid__grade {
    padding: 1rem;
  }
}
.products-grid__grade h1 {
  font-weight: normal;
  font-size: 100px;
  line-height: 48px;
  text-align: center;
  color: #003e52;
}
@media (max-width: 1024px) {
  .products-grid__grade h1 {
    font-size: 13vw;
  }
}
@media (max-width: 820px) {
  .products-grid__grade h1 {
    font-size: 30px;
    width: auto;
    font-weight: 900;
    display: inline-block;
    margin: 0;
    line-height: 1;
  }
}
.products-grid__grade h3 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  font-family: Montserrat;
}
@media (max-width: 820px) {
  .products-grid__grade h3 {
    position: static;
    flex: 0 0 auto !important;
    margin: 0 0 0 8px;
    font-size: 12px;
  }
}
.products-grid__image {
  grid-area: image;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-content: center;
}
@media (max-width: 820px) {
  .products-grid__image {
    padding: 1rem;
  }
}
.products-grid__image img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.products-grid__loader {
  grid-area: loader;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.products-grid__loader h3 {
  font-family: Montserrat;
}
@media (max-width: 820px) {
  .products-grid__loader {
    font-size: 11px;
    padding: 1rem;
  }
  .products-grid__loader h3 {
    font-size: 12px;
  }
}
.products-grid__pros-cons {
  grid-area: pros-cons;
  padding: 2rem 1.2rem 1.5rem 1.45rem;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 820px) {
  .products-grid__pros-cons {
    padding: 1.5rem;
  }
}
.products-grid__pros-cons ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 8px 0;
}
.products-grid__pros-cons ul li:last-child {
  margin: 0;
}
.products-grid__pros-cons ul li img {
  margin: 0 4px 0 0;
}
.products-grid__pros-cons h3 {
  text-align: left;
  margin: 0 0 1rem 0;
}
.products-grid__pros-cons h3:last-of-type {
  margin-top: 2rem;
}
@media (max-width: 820px) {
  .products-grid__pros-cons h3:last-of-type {
    margin-top: 1rem;
  }
}
.products-grid__bottom-line {
  grid-area: bottom-line;
  padding: 2rem;
}
@media (max-width: 820px) {
  .products-grid__bottom-line {
    padding: 1.5rem;
  }
}
.products-grid__bottom-line h3 {
  text-align: left;
  margin: 0 0 1rem 0;
}
.products-grid__bottom-line p a {
  color: #00f !important;
}
.products-grid__bottom-line p a * {
  color: #00f;
}
.products-grid__ticket {
  grid-area: ticket;
  padding: 1rem;
  border: 2px dashed #9e9e9e;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 500;
}
@media (max-width: 820px) {
  .products-grid__ticket {
    display: block !important;
    text-align: left;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 14px;
  }
}
.products-grid__ticket img {
  margin: 0 4px 0 0;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
@media (max-width: 820px) {
  .products-grid__ticket img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
}
.products-grid__ticket b {
  color: #4ba384;
  display: inline-block;
  margin: 0 4px;
  font-weight: 600;
}
@media (max-width: 820px) {
  .products-grid__ticket b {
    margin: 0;
  }
}
.products-grid__cta {
  background: transparent !important;
  box-shadow: none !important;
  grid-area: cta;
  text-align: center;
}
.products-grid__cta a {
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  border: 0;
  padding: 1.25rem 4rem;
  color: #fff;
  background: #003e52;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  padding: 1.5rem 4rem;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.5px;
  justify-content: center;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.products-grid__cta a span {
  z-index: 2;
}
.products-grid__cta a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #4ba384;
  position: absolute;
  left: -100%;
  transition: 0.08s all ease;
  z-index: 1;
  bottom: 0;
  opacity: 0;
  top: 0;
}
.products-grid__cta a:hover:before {
  transform: translateX(100%);
  left: -100%;
  opacity: 1;
}
.products-grid__cta a img {
  margin: 0 0 0 0.25rem;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem 0 5rem;
  gap: 1rem;
}
@media (max-width: 820px) {
  .badges {
    margin: 2rem 0 3rem;
  }
  .badges h3 {
    font-weight: 500;
  }
}
.badges ~ h2 {
  margin: 0 0 4rem 0 !important;
}
@media (max-width: 820px) {
  .badges ~ h2 {
    text-align: center !important;
  }
}
.badges li {
  flex: 0 0 20%;
  text-align: center;
}
@media (max-width: 1024px) {
  .badges li {
    flex: 0 0 calc(25% - 1rem);
  }
}
@media (max-width: 630px) {
  .badges li {
    flex: 0 0 calc(50% - 1rem);
  }
}
.badges li img {
  margin: 0 0 1rem 0;
  height: 64px;
}
@media (max-width: 820px) {
  .badges li img {
    height: 2.5rem;
    width: auto;
  }
}
.final-verdict {
  border: 4px solid #003e52;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.final-verdict.sn {
  background: rgba(181,219,210,0.35);
  padding: 30px;
  margin-top: 40px;
  border: 0;
}
.final-verdict.sn h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 1rem 0;
  background: none;
}
.final-verdict.sn h1 img {
  height: 30px;
}
.final-verdict__banner {
  position: absolute;
  top: -4px;
  right: 2rem;
}
@media (min-width: 1024px) {
  .final-verdict {
    max-width: 72%;
    margin: 0 auto;
  }
}
.final-verdict.final-verdict {
  background: rgba(181,219,210,0.35);
}
.final-verdict__footer {
  padding: 1rem 2rem;
  background: #4ba384;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}
@media (max-width: 820px) {
  .final-verdict__footer {
    padding: 1rem;
  }
}
.final-verdict__footer li {
  flex: 0 0 30%;
}
.final-verdict__footer li:nth-child(2) {
  flex: 0 0 40%;
}
.final-verdict__footer li img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.final-verdict__footer li p {
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}
.final-verdict__footer li p br {
  display: none;
}
@media (max-width: 820px) {
  .final-verdict__footer li p {
    font-size: 12px;
    margin: 4px 0 0 0;
    text-align: center;
  }
  .final-verdict__footer li p br {
    display: block;
  }
}
.final-verdict__heading {
  padding: 1rem 2rem;
  background: rgba(181,219,210,0.35);
  text-align: center;
  color: #003e52;
  width: 100%;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 820px) {
  .final-verdict__heading {
    padding: 1rem;
  }
}
.final-verdict h2 {
  margin: 3rem 0 1.5rem;
  padding: 0 3rem;
  max-width: 70%;
  text-align: left !important;
}
@media (max-width: 820px) {
  .final-verdict h2 {
    padding: 0 1rem;
    text-align: center !important;
  }
}
.final-verdict__product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem 1rem 3rem;
}
@media (max-width: 820px) {
  .final-verdict__product {
    padding: 1rem;
  }
  .final-verdict__product a {
    margin: 0 auto;
  }
}
.final-verdict__product img {
  width: 180px;
}
@media (max-width: 820px) {
  .final-verdict__product img {
    width: 140px;
    margin: 0 auto;
  }
}
.final-verdict__product div {
  flex: 1;
  padding: 0 0 0 3rem;
}
@media (max-width: 820px) {
  .final-verdict__product div {
    flex: 1 0 100%;
    padding: 1.5rem 0 0 0;
  }
}
.final-verdict__product div ul {
  padding: 0 0 0 0;
}
@media (max-width: 820px) {
  .final-verdict__product div ul {
    padding: 0;
  }
}
.final-verdict__product div ul li {
  background: #4ba384;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.5rem 0;
}
.final-verdict__product div ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media (max-width: 820px) {
  .final-verdict__product div ul li span {
    font-size: 20px;
  }
}
.final-verdict__product div p {
  margin: 0;
}
.final-verdict__product div p a {
  color: #00f;
}
.final-verdict .products-grid__ticket {
  width: 750px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}
@media (max-width: 820px) {
  .final-verdict .products-grid__ticket {
    margin-bottom: 1rem;
  }
}
.final-verdict .products-grid__ticket b {
  color: #003e52;
}
.final-verdict .products-grid__cta {
  padding: 1rem 1rem 1.25rem;
}
@media (max-width: 820px) {
  .final-verdict .products-grid__cta {
    margin-top: -1rem !important;
  }
}
.sources {
  text-align: left;
}
@media (max-width: 1024px) {
  .sources {
    padding: 1rem 0 0 0;
  }
}
.sources .wrapper {
  width: 75rem;
}
.sources h3 {
  text-align: left;
  font-size: 22px;
}
.sources ul {
  list-style: arabic;
  margin: 1.5rem 0 2rem 1.25rem;
  font-size: 15px;
}
@media (max-width: 820px) {
  .sources ul {
    font-size: 13px;
  }
}
.sources ul li {
  margin: 0 0 4px;
}
.sources ul li a {
  font-size: 12px;
}
.footer {
  background: #003e52;
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer img {
  width: 160px;
  -webkit-filter: brightness(100) saturate(0);
          filter: brightness(100) saturate(0);
}
@media (max-width: 820px) {
  .footer {
    padding: 2rem 0;
    justify-content: center;
  }
  .footer img {
    width: 80px;
    display: block;
    margin: 0 auto 1rem;
  }
}
.footer .wrapper {
  width: 75rem;
}
.footer * {
  color: #fff;
}
.footer small {
  font-size: 10px;
  opacity: 0.75;
  text-align: left;
  line-height: 1.3;
  flex: 1 0 100%;
}
.footer small:first-of-type {
  margin: 1.5rem 0 0 0;
}
.footer ul {
  flex: 0 0 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 820px) {
  .footer ul {
    flex: 1 0 100%;
    gap: 0.5rem;
  }
}
@media (max-width: 820px) {
  .footer ul li {
    flex: 1 0 100%;
    text-align: center;
  }
}
.footer ul li a {
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 820px) {
  .footer ul li a {
    font-size: 14px;
  }
}
#date {
  font-style: normal;
}
@media (max-width: 820px) {
  .atf h2 {
    text-align: center;
  }
}
.atf__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.atf__grid-hero {
  flex: 1 0 100%;
  position: relative;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
  height: 400px;
  margin: 0 0 2rem 0;
}
.atf__grid-hero:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(75,163,132,0.6);
  z-index: 10;
}
@media (max-width: 820px) {
  .atf__grid-hero {
    flex: 1 0 100%;
    margin: 0 0 1rem;
  }
}
.atf__grid-hero img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0;
}
@media (max-width: 820px) {
  .atf__grid-hero img {
    min-height: 300px;
  }
}
.atf__grid-hero a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  padding: 2rem;
  z-index: 20;
}
.atf__grid-hero a b {
  font-weight: 900;
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  margin: 0 0 0.51rem 0;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .atf__grid-hero a b {
    font-size: 24px;
    line-height: 1.26;
    display: block;
    margin: 0 0 0.51rem 0;
  }
}
.atf__grid-hero a p {
  color: #fff;
  margin: 0;
}
.atf__grid-articles {
  flex: 1 0 100%;
}
@media (max-width: 820px) {
  .atf__grid-articles {
    flex: 1 0 100%;
  }
}
.atf__grid-articles ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.atf__grid-articles ul li {
  flex: 0 0 23%;
}
@media (max-width: 820px) {
  .atf__grid-articles ul li {
    flex: 0 0 48%;
  }
}
.atf__grid-articles ul li:first-child {
  margin: 0 0 2rem 0;
}
@media (max-width: 1024px) {
  .atf__grid-articles ul li:first-child {
    margin: 0 0 1rem 0;
  }
}
.atf__grid-articles ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #003e52;
}
.atf__grid-articles ul li a i {
  flex: 1;
  font-style: normal;
  padding: 0 0 0 0;
}
.atf__grid-articles ul li a img {
  width: 100%;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  overflow: hidden;
}
.atf__grid-articles ul li a b {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.06em;
  color: #4ca585;
  display: block;
}
.atf__grid-articles ul li a span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin: 1rem 0 0 0;
  display: block;
}
@media (max-width: 1024px) {
  .atf__grid-articles ul li a span {
    font-size: 18px;
  }
}
.home section {
  padding: 4rem 0;
}
@media (max-width: 1024px) {
  .home section {
    padding: 2rem 0;
  }
}
.home section .wrapper &gt; h2 {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .home section .wrapper &gt; h2 {
    font-size: 32px;
  }
}
.trifecta {
  text-align: center;
}
.trifecta.blue {
  background: rgba(181,219,210,0.35);
}
.trifecta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.trifecta ul li {
  flex: 0 0 31%;
}
.trifecta ul li img {
  max-width: 100%;
  width: 100%;
  margin: 0 0 1rem 0;
  min-height: 200px;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.trifecta ul li b {
  font-weight: 500;
}
.trifecta ul li a {
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  display: block;
  color: #003e52;
}
@media (max-width: 630px) {
  .trifecta ul li {
    flex: 1 0 100%;
    margin: 0 0 1rem;
  }
  .trifecta ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .trifecta ul li a img {
    width: 120px;
    right: 0;
    top: -2.5rem;
    left: 0;
    margin: 0 auto;
    min-height: 120px;
  }
  .trifecta ul li a b {
    flex: 1;
    padding: 0 0 0 1rem;
    font-size: 22px;
  }
}
.about {
  background: rgba(181,219,210,0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about__content {
  flex: 0 0 38%;
}
@media (max-width: 820px) {
  .about__content {
    flex: 1 0 100%;
    margin: 0 0 1rem;
  }
}
.about__content h2 {
  margin-top: 0;
  font-weight: 600;
}
.about__list {
  flex: 0 0 58%;
}
@media (max-width: 820px) {
  .about__list {
    flex: 1 0 100%;
  }
}
.about__list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.about__list ul li:last-child {
  margin: 0;
}
.about__list ul li:last-child p {
  margin: 0;
}
.about__list ul li img {
  width: 72px;
}
.about__list ul li div {
  flex: 1;
  padding: 0 0 0 2rem;
}
.about__list ul li div b {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #003e52;
  margin: 0;
  padding: 0;
  margin: 0 0 0.51rem 0;
}
@media (max-width: 1024px) {
  .about__list ul li div b {
    font-size: 18px;
  }
}
.about__list ul li div p {
  line-height: 24px;
  color: #003e52;
}
.nocoupons .products-grid__ticket {
  display: none !important;
}
@media (min-width: 1024px) {
  .nocoupons .products-grid__ticket ~ .products-grid__cta {
    margin-top: -0.5rem;
  }
}
.amazon {
  display: none !important;
}
.amaz {
  display: none;
}
.nonamaz {
  display: inline-block;
}
.is-amazon .amaz {
  display: inline-block;
}
.is-amazon .nonamaz {
  display: none;
}
.is-amazon .amazon {
  display: inline-block !important;
  background: none !important;
  padding: 0;
  border: 0 !important;
  display: flex !important;
  box-shadow: none !important;
  max-width: 190px;
}
@media (min-width: 1024px) {
  .is-amazon .amazon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.is-amazon .amazon img {
  transition: 0.1s all ease;
}
.is-amazon .amazon img:hover {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .is-amazon .amazon {
    max-width: 140px;
  }
}
.noavoid #avoid,
.noavoid .toggle {
  display: none !important;
}
mark,
.mark,
.marked {
  font-weight: 600;
  background: #ff0;
}
.skincoat .main__wrapper .card.quarters ul li:last-child {
  flex: 1 0 100%;
}
.calming .main__wrapper .card.second ul li {
  flex: 0 0 64%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .calming .main__wrapper .card.second ul li {
    flex: 1 0 100%;
  }
}
.painrelief .main__wrapper .card.quarters ul li {
  flex: 0 0 30%;
}
@media (max-width: 1024px) {
  .painrelief .main__wrapper .card.quarters ul li {
    flex: 1 0 100%;
  }
}
.painrelief .main__wrapper .card.second ul li {
  flex: 0 0 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .painrelief .main__wrapper .card.second ul li {
    flex: 1 0 100%;
  }
}
.article .hero {
  padding: 2rem 2rem 7rem;
}
.article .main__wrapper .card {
  padding: 3.5rem 0;
}
.article h1 {
  width: 980px;
  margin: 0 auto;
}
.article h4 {
  width: 960px;
  max-width: 100%;
  margin: 2rem auto;
  line-height: 1.68;
}
.article section ul {
  list-style: disc;
  padding: 0.5rem 0 1rem 2rem;
}
.article section img {
  max-width: 100%;
  margin: 0 0 2rem 0;
  border-radius: 0;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.article section p a {
  color: #00f !important;
}
.article section ul li {
  margin: 0 0 0.75rem;
}
.home .back-banner {
  display: block;
}
.back-banner {
  position: fixed;
  display: none;
  bottom: -80px;
  left: 0;
  right: 0;
  background: #4ba384;
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transition: 0.3s all ease;
}
.back-banner.active {
  bottom: 0;
}
.back-banner a {
  color: #fff;
  display: block;
  line-height: 1;
}
.back-banner a span {
  font-weight: 800;
}
.back-banner a img {
  margin: 0 2px 0 0;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  width: 18px;
  transform: rotate(-90deg);
}
.niacinamide .main__wrapper .card.quarters.look-for ul li:last-child,
.magnesium .main__wrapper .card.quarters.look-for ul li:last-child {
  flex: 1 0 100%;
}
.glucosamine .main__wrapper .card.quarters.avoid ul li:last-child {
  flex: 1 0 100%;
}
.text-center {
  text-align: center;
}
p.image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
p.image span {
  flex: 0 0 55%;
}
@media (max-width: 1024px) {
  p.image span {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
p.image img {
  flex: 0 0 33%;
  max-width: 33%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  p.image img {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.nomenu .header__burger,
.nomenu .header__menu {
  display: none;
}
.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 2rem 0 0 0 !important;
}
.icons .icon {
  flex: 0 0 30%;
  padding: 0;
}
.icons .icon img {
  max-width: 100%;
  width: 37px;
  margin: 0 auto 0.25rem;
  display: block;
}
.icons .icon p {
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
</pre></body></html>