.newsletter-layout {
  --newsletter-purple: #391b76;
  --newsletter-deep-purple: #040040;
  --newsletter-ink: #001a72;
  --newsletter-lavender: #d7d6e9;
  --newsletter-shadow: 0 0 24px rgb(0 0 0 / 25%);
  --newsletter-sidebar-width: clamp(260px, 17.6767vw, 339.393px);
  display: grid;
  grid-template-columns: var(--newsletter-sidebar-width) minmax(0, 1fr);
  align-items: stretch;
}

.newsletter-sidebar {
  min-width: 260px;
  padding: 10px 24px 48px;
  color: #fff;
  background: var(--newsletter-purple);
}

.sidebar-inner {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

.sidebar-address {
  min-height: 204px;
  margin: 0;
  padding: 21px 0 33px;
  border-bottom: 1px solid var(--newsletter-lavender);
  font-size: 16px;
  line-height: 1.68;
}

.sidebar-address > p:first-child > strong:first-child {
  display: block;
  margin-bottom: 2px;
  font: 400 22px/1.68 "Tenor Sans", sans-serif;
}

.sidebar-address p {
  margin: 0;
}

.sidebar-address > p + p {
  margin-top: 2px;
}

.sidebar-address > p:last-child {
  font-weight: 700;
}

.sidebar-address > p:last-child > strong {
  display: inline;
  margin: 0;
  font: inherit;
}

.sidebar-address > p:last-child > a {
  display: inline;
  margin-left: 4px;
}

.sidebar-links,
.social-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar-links {
  margin-top: 49px;
}

.sidebar-links li + li {
  margin-top: 20px;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  min-height: 24px;
  font-size: 16px;
}

.sidebar-links img {
  width: 8px;
  height: 14px;
  margin-right: 16px;
}

.sidebar-links a:hover,
.sidebar-links a:focus-visible {
  color: var(--newsletter-lavender);
  transform: translateX(3px);
}

.social-links {
  display: flex;
  gap: 9px;
  margin-top: 39px;
}

.social-links a {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
}

.social-links img {
  width: 25px;
  height: 25px;
}

.sidebar-download {
  margin-top: 55px;
}

.sidebar-download h2 {
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}

.odc-cover {
  width: 100%;
  box-shadow: 2px 6px 4px rgb(0 0 0 / 25%);
}

.odc-cover-link {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}

.download-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: min(235px, calc(100% - 1px));
  height: 53px;
  margin: -20px 0 0 auto;
  border-radius: 27px;
  color: var(--newsletter-ink);
  background: var(--newsletter-lavender);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .8px;
}

.download-button__icon {
  display: grid;
  flex: 0 0 53px;
  height: 53px;
  border-radius: 50%;
  background: #fff;
  place-items: center;
}

.download-button__icon img {
  width: 22px;
  height: 22px;
}

.download-button__label {
  flex: 1;
  text-align: center;
}

.download-button:hover,
.download-button:focus-visible {
  color: var(--newsletter-ink);
  background: #fff;
  box-shadow: var(--newsletter-shadow);
}

.download-button--without-image {
  margin-top: 0;
}

.newsletter-main {
  min-width: 0;
}

.featured-header {
  display: flex;
  align-items: center;
  height: 320.763px;
  color: #fff;
  background: var(--newsletter-deep-purple);
}

.featured-header__inner {
  display: grid;
  grid-template-columns: minmax(0, 788px) auto;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 320px), 1261px);
  margin: 0 auto;
  gap: 48px;
}

.featured-header h2 {
  margin: 0;
  font-size: 52px;
  line-height: normal;
  letter-spacing: 0;
}

.featured-author {
  display: flex;
  align-items: center;
  min-width: 425px;
}

.featured-author img {
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.featured-author__copy {
  padding-left: 30px;
}

.featured-author__name,
.featured-author__role {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.12px;
}

.featured-author__name {
  font-weight: 500;
}

.featured-author__role {
  margin-top: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

.featured-image {
  width: 100%;
  height: 828.148px;
  object-fit: cover;
  object-position: center;
}

.featured-article {
  padding: 0 24px;
}

.featured-article__intro {
  width: min(100%, 978px);
  margin-inline: auto;
}

.featured-article__intro {
  margin-top: 76px;
  margin-bottom: 70px;
  color: var(--newsletter-purple);
  font: 400 26px/1.26 "Tenor Sans", sans-serif;
  letter-spacing: .78px;
}

.featured-article__body {
  font-size: 16px;
  line-height: 1.665;
  letter-spacing: .56px;
}

.featured-article__body p {
  margin: 0 0 20px;
}

.featured-article--without-intro .featured-article__body {
  margin-top: 76px;
}

.featured-article__body > .page-content,
.featured-article__body .page-content .full-text-editor {
  margin-top: 0;
}

.featured-article__body .page-content .full-text-editor {
  width: min(100%, 978px);
  margin-inline: auto;
  padding: 0;
  overflow: visible;
}

.featured-article__body .page-content .full-text-editor .inner-container {
  max-width: none;
}

.featured-article__body .redactor-styles {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.featured-article__body .redactor-styles p {
  margin-bottom: 20px;
}

.article-signoff {
  margin-top: 24px;
}

@media (max-width: 1499px) {
  .featured-header__inner {
    width: calc(100% - 160px);
  }

  .featured-header h2 {
    font-size: 44px;
  }

  .featured-author {
    min-width: 350px;
  }
}

@media (max-width: 1199px) {
  .newsletter-layout {
    --newsletter-sidebar-width: 260px;
  }

  .featured-header__inner {
    width: calc(100% - 80px);
  }

  .featured-header h2 {
    font-size: 38px;
  }

  .featured-author {
    min-width: 320px;
  }

  .featured-author img {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
  }

  .featured-author__copy {
    padding-left: 18px;
  }
}

@media (max-width: 991px) {
  .newsletter-layout {
    display: flex;
    flex-direction: column;
  }

  .newsletter-main {
    order: 1;
  }

  .newsletter-sidebar {
    order: 2;
    padding: 40px 32px 56px;
  }

  .sidebar-inner {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 32px 56px;
    max-width: 760px;
  }

  .sidebar-address {
    min-height: 0;
    padding-top: 0;
  }

  .sidebar-links,
  .social-links {
    margin-top: 0;
  }

  .social-links {
    grid-column: 1;
  }

  .sidebar-download {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0;
  }

  .featured-header {
    height: auto;
    min-height: 240px;
    padding: 42px 32px;
  }

  .featured-header__inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 26px;
  }

  .featured-header h2 {
    font-size: 32px;
  }

  .featured-author {
    min-width: 0;
  }

  .featured-author img {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }

  .featured-author__name,
  .featured-author__role {
    font-size: 15px;
  }

  .featured-image {
    height: 486px;
  }

  .featured-article {
    padding-inline: 32px;
  }

  .featured-article__intro {
    margin-top: 48px;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .featured-article--without-intro .featured-article__body {
    margin-top: 48px;
  }

  .featured-article__body {
    font-size: 15px;
    letter-spacing: .3px;
  }
}

@media (max-width: 767px) {
  .newsletter-sidebar {
    min-width: 0;
  }

  .sidebar-inner {
    display: block;
    max-width: 420px;
  }

  .sidebar-links,
  .social-links,
  .sidebar-download {
    margin-top: 38px;
  }

  .featured-header {
    padding: 34px 24px;
  }

  .featured-header h2 {
    font-size: 30px;
  }

  .featured-author__copy {
    padding-left: 12px;
  }

  .featured-author__role {
    letter-spacing: .7px;
  }

  .featured-image {
    height: 486px;
    object-position: 58% center;
  }

  .featured-article {
    padding-inline: 24px;
  }

  .featured-article__intro {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .featured-header h2 {
    font-size: 28px;
  }

  .featured-author__name,
  .featured-author__role {
    font-size: 13px;
  }

  .featured-image {
    height: 420px;
  }
}
