:root {
  --max-width: 100%;
  --side-space: 44px;
}

@media (min-width: 1280px) {
  :root {
    --side-space: 58px;
  }
}

@media (min-width: 1440px) {
  :root {
    --max-width: 1300px;
    --side-space: auto;
  }
}

body {
  margin: 0;
}

/************** GENERAL **************/
.top-7-under-40 {
  font-family: Merriweather, Arial, sans-serif;
  overflow: hidden;
}

.top-7-under-40 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-7-under-40 img {
  max-width: 100%;
}

.top-7-under-40 h1,
.top-7-under-40 h2 {
  margin: 0;
  font-weight: unset;
}

.top-7-under-40 .nav {
  padding: 22px 58px 23px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #F1F1F1;
}

@media (min-width: 1280px) {
  .top-7-under-40 .nav {
    padding-left: 58px;
  }
}

@media (min-width: 1440px) {
  .top-7-under-40 .nav {
    padding-left: 72px;
  }
}

.top-7-under-40 .nav .stay-in-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  height: 25px;
}

.top-7-under-40 .nav .logo {
  width: 146px;
  height: 25px;
}

.top-7-under-40 .header {
  margin: var(--side-space);
  max-width: var(--max-width);
}

@media (min-width: 1440px) {
  .top-7-under-40 .header {
    margin: 70px auto;
  }
}

.top-7-under-40 .header h1 {
  color: #020621;
  font-size: 40px;
  line-height: 140%;
}

@media (min-width: 1280px) {
  .top-7-under-40 .header h1 {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .top-7-under-40 .header h1 {
    font-size: 48px;
    line-height: 150%;
  }
}

.top-7-under-40 .header .artical-info {
  font-family: 'Roboto';
  font-size: 14px;
  color: #3A4850;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 44px;
}

@media (min-width: 1280px) {
  .top-7-under-40 .header .artical-info {
    margin-bottom: 59px;
  }
}

@media (min-width: 1440px) {
  .top-7-under-40 .header .artical-info {
    margin-bottom: 71px;
  }
}

.top-7-under-40 .header .artical-info .sep {
  margin: 0 16px;
}

.top-7-under-40 .header .artical-info svg {
  margin-right: 8px;
}

.top-7-under-40 .article-body {
  margin-left: var(--side-space);
  max-width: var(--max-width);
}

@media (min-width: 1280px) {
  .top-7-under-40 .article-body {
    margin: 0 var(--side-space);
  }
}

.top-7-under-40 .cta {
  padding: 12px 36px;
  background: #0F0F0F;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: block;
}

.top-7-under-40 .author .img-wrapper {
  position: relative;
  width: 68px;
}

.top-7-under-40 .author .author-img {
  position: relative;
  top: 3px;
  left: 3px;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(2, 6, 33, 0.1);
  border-radius: 50%;
  z-index: 3;
}

.top-7-under-40 .author .ombre-circle {
  position: absolute;
  inset: 0;
  width: 68px;
  height: 68px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2196F3), to(#1262A2));
  background: linear-gradient(180deg, #2196F3 0%, #1262A2 100%);
  border-radius: 50%;
  z-index: 1;
}

.top-7-under-40 .author .empty-circle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 66px;
  height: 66px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 2;
}

.top-7-under-40 .main-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  font-family: 'Roboto';
  position: absolute;
}

.top-7-under-40 .main-author .by {
  font-weight: 300;
  font-size: 14px;
  color: #5B6971;
}

.top-7-under-40 .main-author .name {
  font-weight: 500;
  font-size: 14px;
  color: #020621;
  margin: 8px 0 12px;
}

.top-7-under-40 .main-author .updated {
  font-size: 14px;
  color: #5B6971;
}

.top-7-under-40 .main-author .location {
  font-weight: 300;
  font-size: 14px;
  color: #020621;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}

.top-7-under-40 .main-author .location svg {
  margin-right: 6px;
}

.top-7-under-40 .about,
.top-7-under-40 .frames,
.top-7-under-40 .closure {
  max-width: 635px;
  margin-left: auto;
  margin-right: 105px;
}

@media (min-width: 1280px) {
  .top-7-under-40 .about,
  .top-7-under-40 .frames,
  .top-7-under-40 .closure {
    margin-right: auto;
  }
}

.top-7-under-40 .about {
  font-size: 17px;
  line-height: 170%;
  color: #0F0F0F;
}

.top-7-under-40 .about .stars-sep {
  margin: 60px 0 62px;
  text-align: center;
}

.top-7-under-40 .frames h2 {
  font-size: 28px;
  line-height: 180%;
  color: #0F0F0F;
}

.top-7-under-40 .frames .frame-box {
  margin-top: 80px;
  position: relative;
}

.top-7-under-40 .frames .frame-box:first-of-type {
  margin-top: 32px;
}

.top-7-under-40 .frames .frame-box .related {
  position: absolute;
  top: 340px;
  left: -211px;
  max-width: 166px;
  font-size: 14px;
  line-height: 180%;
  color: #5B6971;
  font-family: 'Roboto';
  text-decoration: none;
}

.top-7-under-40 .frames .frame-box .related .blue {
  color: #1159E5;
  text-decoration: underline;
}

.top-7-under-40 .frames .frame-box .num {
  font-family: 'Roboto';
  font-size: 28px;
  line-height: 180%;
  color: #5B6971;
}

.top-7-under-40 .frames .frame-box .name {
  font-weight: 900;
  font-size: 19px;
  line-height: 180%;
  color: #0F0F0F;
}

.top-7-under-40 .frames .frame-box .about-glasses {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #0F0F0F;
}

.top-7-under-40 .frames .frame-box .img-wrapper:hover .link {
  color: #0F0F0F;
}

.top-7-under-40 .frames .frame-box img {
  margin-top: 8px;
}

.top-7-under-40 .frames .frame-box .link {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 180%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #5B6971;
  text-align: center;
  margin-bottom: 52px;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.top-7-under-40 .frames .frame-box .info {
  font-size: 16px;
  line-height: 170%;
  color: #0F0F0F;
}

.top-7-under-40 .frames .frame-box .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #0F0F0F;
  margin: 12px 0 28px;
}

.top-7-under-40 .closure {
  font-weight: 400;
  font-size: 17px;
  line-height: 170%;
  color: #0F0F0F;
  margin-bottom: 59px;
}

.top-7-under-40 .closure .stars-sep {
  margin: 64px 0 60px;
  text-align: center;
}

.top-7-under-40 .closure .cta {
  margin: 26px auto 0;
}

.top-7-under-40 .footer {
  padding: 0 var(--side-space);
  background: #FFFAF5;
}

.top-7-under-40 .footer .footer-width {
  max-width: 1078px;
  margin: 0 auto;
  padding: 80px 0;
}

.top-7-under-40 .footer .footer-author {
  margin-bottom: 18px;
}

.top-7-under-40 .footer .author-name {
  font-size: 17px;
  line-height: 180%;
  color: #020621;
}

.top-7-under-40 .footer .author-description {
  font-size: 16px;
  line-height: 180%;
  margin-top: 12px;
  max-width: 720px;
  margin-bottom: 60px;
  color: #020621;
}

.top-7-under-40 .footer .more-articles {
  margin: 0 0 24px;
  color: #020621;
  font-size: 22px;
  line-height: 180%;
}

.top-7-under-40 .footer .signUp {
  margin: 60px 0;
  text-align: center;
  border-color: #020621;
  border-width: 2px 0;
  border-style: solid;
  padding: 40px 0;
  color: #020621;
  font-size: 18px;
  line-height: 170%;
}

.top-7-under-40 .footer .signUp.discount {
  margin: 40px 0 0;
}

.top-7-under-40 .footer .signUp .highlight {
  font-size: 22px;
  display: inline-block;
  padding: 0 7px;
  position: relative;
  z-index: 1;
}

.top-7-under-40 .footer .signUp .highlight::after {
  height: 14px;
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background: #E0F6ED;
}

.top-7-under-40 .footer .signUp .subtext {
  margin-bottom: 17px;
}

.top-7-under-40 .footer .articles {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1280px) {
  .top-7-under-40 .footer .articles {
    gap: 44px;
  }
}

@media (min-width: 1440px) {
  .top-7-under-40 .footer .articles {
    gap: 40px;
  }
}

.top-7-under-40 .footer .articles .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 180%;
  text-decoration: none;
  color: #020621;
}

.top-7-under-40 .footer .articles .article img {
  margin-bottom: 16px;
}

.top-7-under-40 .footer .articles .article:hover .read-article::after {
  -webkit-animation: pulseLine forwards infinite 1.5s linear;
          animation: pulseLine forwards infinite 1.5s linear;
}

.top-7-under-40 .footer .articles .read-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 16px;
}

.top-7-under-40 .footer .articles .read-article svg {
  margin-left: 7px;
}

.top-7-under-40 .footer .articles .read-article::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 100%;
  background: #020621;
}

@-webkit-keyframes pulseLine {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  40% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  70% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes pulseLine {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  40% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  70% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

#page-header,
header[data-test-name='header'],
footer {
  display: none !important;
}
