.exploreTopicsBtn-jhE4I {
  margin-bottom: 15px;
}

@media (min-width: 900px) {

.exploreTopicsBtn-jhE4I {
    margin-bottom: 0;
}
  }

.exploreTopicsBtn-jhE4I {
  background-color: var(--color-light-gray);
  border-radius: 5px;
  color: var(--color-black);
  font-weight: bold;
  height: 56px;
  position: relative;
  width: 320px;
}

@media (min-width: 900px) {

.exploreTopicsBtn-jhE4I {
    height: 46px;
}
  }

.exploreTopicsTxt-0B3Yl:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  margin-bottom: 2px;
  margin-left: 7px;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.exploreTopicsTxt-0B3Yl.flyoutOpen-OxWZ0:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  margin-bottom: 2px;
  margin-left: 7px;
  height: 4px;
  width: 4px;
  transform: rotate(225deg);
}

.exploreTopicsWrap-dwdvk {
  animation: fadeOut-cCWQ7 0.5s linear 0s 1 normal forwards;
  background-color: var(--color-white);
  box-shadow: 0 0 5px var(--color-light-gray), 0 0 5px var(--color-light-gray),
  0 0 5px var(--color-light-gray), 0 0 5px var(--color-dark-gray),
  0 0 10px var(--color-light-gray);
  display: none;
  font-weight: normal;
  position: absolute;
  top: 47px;
  left: 0;
  padding: 10px;
  width: 100%;
  z-index: 1;
}

.exploreTopicsWrap-dwdvk li {
    padding: 5px 0;
    border-bottom: 1px dotted var(--color-dark-gray);
  }

.exploreTopicsWrap-dwdvk li:last-child {
    border-bottom: none;
  }

.exploreTopicsWrap-dwdvk.flyoutOpen-OxWZ0 {
  animation: fadeIn--A-Xw 0.5s linear 0s 1 normal forwards;
  display: block;
}

.exploreTopicLink-dRBrS {
  color: var(--color-black);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.exploreTopicLink-dRBrS:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

@keyframes fadeIn--A-Xw {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut-cCWQ7 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.exploreViewStoriesBtnModuleWrap-OctxK {
  margin: 20px auto;
  max-width: var(--standard-max-width);
  width: var(--standard-width);
}

.exploreViewStoriesBtnWrap-wtgwm {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {

.exploreViewStoriesBtnWrap-wtgwm {
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-direction: row;
}
  }

.viewAllStoriesLnk--gT70 {
  margin-bottom: 15px;
}

@media (min-width: 900px) {

.viewAllStoriesLnk--gT70 {
    margin-bottom: 0;
}
  }

.viewAllStoriesLnk--gT70 {
  background-color: var(--color-dark-gray);
  border-radius: 5px;
  color: var(--color-white);
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 320px;
}

@media (min-width: 900px) {

.viewAllStoriesLnk--gT70 {
    height: 46px;
    line-height: 46px;
}
  }
.latest_podcasts-qN90u {
  background: #333;
  color: white;
  font-family: var(--font-sans);
  padding: 20px var(--standard-gutter);
  font-size: 0.8rem;
  line-height: 1.75;
}

@media (min-width: 900px) {

.latest_podcasts-qN90u {
    padding: 45px var(--standard-gutter) 0;
}
  }

.latest_podcasts_main_text-BQor-,
.latest_podcasts_main_text__extended-SxoET {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;

}

@media (min-width: 900px) {

.latest_podcasts_main_text-BQor-,
.latest_podcasts_main_text__extended-SxoET {
    font-size: 36px;
    text-align: center;

}
  }
.latest_podcasts_main_text__extended-SxoET {
  display: none;
}
@media (min-width: 900px) {
.latest_podcasts_main_text__extended-SxoET {
    display: inline;
}
  }

.latest_podcasts_main_text-BQor-::after {
  position: absolute;
  width: 40px;
  content: "";
  left: 0;
  bottom: -5px;
  border-bottom: 1px dotted white;
}

@media (min-width: 900px) {

.latest_podcasts_main_text-BQor-::after {
    border-bottom: 2px dotted white;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
  }

/* Layout */
.latest_podcasts_layout-AtcbQ {
  margin: 20px 0 0;
  max-width: var(--standard-max-width);

  /* Layout based on a 12-column grid, with each column width being equal (1 fr) */
}
@media (min-width: 900px) {
.latest_podcasts_layout-AtcbQ {
    display: grid;
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: repeat(10, 1fr);
    margin: 3rem auto 0;
}
  }

@media (min-width: 900px) {

.latest_podcasts_column__main_podcast-RroDG {
    grid-column: span 5;
}
  }

/* Dotted border at the end of the column */
.latest_podcasts_column__main_podcast-RroDG::after {
  content: "";
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  border-bottom: 1px dotted #FFF;
}
@media (min-width: 900px) {
.latest_podcasts_column__main_podcast-RroDG::after {
    display: none;
}
  }

/* Takes up 5 columns of the 12-column grid; on mobile it, takes up all 12 columns, since there are no other components next to it. */
.latest_podcasts_column_secondary-DlS0W {
  margin-top: 20px;
}
@media (min-width: 900px) {
.latest_podcasts_column_secondary-DlS0W {
    grid-column: span 5;
    margin-top: 0;
}
  }

.latest_podcasts_btn-6dp-s {
  background: var(--color-blue-2);
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  height: 3.5rem;
  width: 100%;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media (min-width: 900px) {

.latest_podcasts_btn-6dp-s {
    grid-column: span 10;
    margin-bottom: 3rem;
    margin-top: 1.625rem;
    max-width: 20rem;
    align-self: center;
    justify-self: center;
}
  }

.latest_podcasts_btn-6dp-s:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
/* variables to differentiate between default .rowWrapper & .rowWrapper.isDarkMode variant */
.rowWrapper-jZGtD {
  --text-color: var(--color-black);
  --border-color: var(--color-dark-gray);
}

.rowWrapper-jZGtD.isDarkMode-Qt84V {
  --text-color: var(--color-white);
  --border-color: var(--color-white);

  /* overwrite text color to white on all elements */
}

.rowWrapper-jZGtD.isDarkMode-Qt84V * {
    color: var(--text-color);
  }

.row-av4wK {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 20px 0;
}

.link-utu5O {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--text-color);
  display: block;
}

.imageWrapper-gSR6y {
  width: 80px;
  flex-shrink: 0;
  flex-grow: 0;

  /* Desktop but assume a tight layout */
}

@media (min-width: 1000px) {

.imageWrapper-gSR6y {
    width: 70px;
}
  }

/* Desktop with enough room to breathe */

@media (min-width: 1050px) {

.imageWrapper-gSR6y {
    width: 80px;
}
  }

.figure-y7Vh5 {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.figure-y7Vh5 img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

/* Image layout stuff */
.rowImageLarge-2fA0j {
  flex-direction: column;
}

@media (min-width: 1000px) {

.rowDesktopLarge--WACv {
    flex-direction: column;
}
  }

@media (min-width: 1000px) {

.imageLayoutDesktopHide-TXYdf {
    display: none;
}
  }

@media (min-width: 1000px) {

.rowDesktopLarge--WACv .imageWrapper-gSR6y {
    width: 100%;
}
  }

.rowDesktopLarge--WACv .figure-y7Vh5 {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {

.rowDesktopLarge--WACv .figure-y7Vh5 {
    margin-bottom: 10px;
    padding-bottom: 56.25%;
}
  }

.title-OyDPf {
  color: var(--color-black-2);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 6px 0;
}

.meta-apiqI {
  color: var(--text-color);
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.rowWrapper-jZGtD:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted var(--border-color);
}

@media (min-width: 1000px) {

.rowWrapper-jZGtD:not(:last-child)::after {
    width: 40px;
}
  }

.rowWrapper-jZGtD.borderBottomMobile-H3XaG:last-child::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted var(--border-color);
}

@media (min-width: 1000px) {

.rowWrapper-jZGtD.borderBottomMobile-H3XaG:last-child::after {
    display: none;
}
  }

.authors-ZkQjz {
  color: var(--color-medium-gray);
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
}
/* Layout */
.topStoriesLayout-j-bpc {
  margin: 20px auto 0 auto;
  max-width: var(--standard-max-width);
  width: var(--standard-width);

  /* Layout based on a 18-column grid, with each column width being equal (1 fr) */
}
@media (min-width: 1000px) {
.topStoriesLayout-j-bpc {
    display: grid;
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: repeat(18, 1fr);
    margin: 50px auto 0 auto;
}
  }

/* On mobile, the hero story takes up all the columns, since there are no other components next to it.
 * On other breakpoints, the hero story takes up a large number of columns.
 */
.columnHero-yZNsI {
  --title-font-size: 24px;
  --dek-font-size: 16px;
  --image-ratio: 66%;
}
@media (min-width: 1000px) {
.columnHero-yZNsI {
    grid-column: span 8;
    --title-font-size: 36px;
    --dek-font-size: 18px;
}
  }
@media (min-width: 1200px) {
.columnHero-yZNsI {
    grid-column: span 9;
}
  }

/* Dotted border at the end of the column */
.columnHero-yZNsI::after {
  content: "";
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  border-bottom: 1px dotted var(--color-dark-gray);
}
@media (min-width: 1000px) {
.columnHero-yZNsI::after {
    display: none;
}
  }

/* On mobile the middle column takes up all the columns, since there are no other components next to it.
 * On other breakpoints, this always takes up 4 columns.
 */
.columnMiddle-WiveS {
  margin-top: 20px;
}
@media (min-width: 1000px) {
.columnMiddle-WiveS {
    grid-column: span 4;
    margin-top: 0;
}
  }

/* On mobile it takes up all the columns, since there are no other components next to it.
 * Between 901px and 1199px resolutions, this column needs to be wider to prevent content from being squished.
 * At 1200px and wider resolutions, this column is slightly narrower.
 */
@media (min-width: 1000px) {
.columnLatest-KCJIS {
    grid-column: span 6;
}
  }
@media (min-width: 1200px) {
.columnLatest-KCJIS {
    grid-column: span 5;
}
  }

  /*
   * @HACK
   * ... but, this is adtech. We love a well-documented hack :)
   */
/* When loads, replaces the last child */
.hpNativeAd-ckQxX.is-loaded ~ *:last-child {
    display: none;
  }
/* and fixes the lines of the second to last child */
.hpNativeAd-ckQxX.is-loaded ~ *:nth-last-child(2)::after {
      display: none;
    }
.hpNativeAd-ckQxX .native::after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted var(--color-dark-gray);
  }
@media (min-width: 900px) {
    .hpNativeAd-ckQxX .native::after {
      width: 40px;
  }
    }
/* Contents, should roughly match article-row.module.css */
.hpNativeAd-ckQxX picture {
    width: 80px;
    height: 80px;
    display: block;
  }
.hpNativeAd-ckQxX img {
    width: 100%;
    height: 100%;
    display: block;
  }
/* Label */
.hpNativeAd-ckQxX .native__top-meta {
    color: var(--text-color);
    font-family: var(--font-sans);
    font-size: 0.625rem;
    line-height: 1;
    margin: 10px 0;
    text-transform: uppercase;
  }
.hpNativeAd-ckQxX .native__top-meta strong {
    font-weight: 700;
    margin-right: 10px;
  }
.hpNativeAd-ckQxX .native__row {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: 0 0 20px 0;
  }
/* Title */
.hpNativeAd-ckQxX h2 {
    color: var(--color-black-2);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 6px 0;
  }
.hpNativeAd-ckQxX a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--text-color);
  }
.hpNativeAd-ckQxX .native__author {
    color: var(--color-medium-gray);
    font-size: 0.6875rem;
    line-height: 1.125rem;
    margin: 0;
    text-transform: uppercase;
  }
.latest_issue-gJaIO {
  background: #333;
  color: white;
  font-family: var(--font-sans);
  padding: 20px var(--standard-gutter);
  font-size: 0.8rem;
  line-height: 1.75;
}

@media (min-width: 900px) {

.latest_issue-gJaIO {
    padding: 45px var(--standard-gutter) 0;
}
  }

.latest_issue_main_text-lmZ9G,
.latest_issue_main_text__extended-IHuBz {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;

}

@media (min-width: 900px) {

.latest_issue_main_text-lmZ9G,
.latest_issue_main_text__extended-IHuBz {
    font-size: 36px;
    text-align: center;

}
  }

.latest_issue_main_text-lmZ9G::after {
  position: absolute;
  width: 40px;
  content: "";
  left: 0;
  bottom: -5px;
  border-bottom: 1px dotted white;
}

@media (min-width: 900px) {

.latest_issue_main_text-lmZ9G::after {
    border-bottom: 2px dotted white;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
  }

/* Layout */
.latest_issue_layout-jhsIN {
  margin: 20px 0 0;
  max-width: var(--standard-max-width);

  /* Layout based on a 10-column grid, with each column width being equal (1 fr) */
}
@media (min-width: 900px) {
.latest_issue_layout-jhsIN {
    display: grid;
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: repeat(10, 1fr);
    margin: 3rem auto 0;
}
  }

@media (min-width: 900px) {

.latest_issue_column__issue_cover-LWlrN {
    grid-column: span 3;
}
  }

.latest_issue_column__issue_cover-LWlrN img {
  margin: 0 auto;
  width: 100%;
}

/* Dotted border at the end of the column */
.latest_issue_column__issue_cover-LWlrN::after {
  content: "";
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  border-bottom: 1px dotted #FFF;
}
@media (min-width: 900px) {
.latest_issue_column__issue_cover-LWlrN::after {
    display: none;
}
  }

/* Takes up 3 columns of the 12-column grid; on mobile it takes up all 12 columns, since there are no other components next to it. */
/* Since there are 2 of the same secondary columns, they will stack on top of one another on mobile in order */
.latest_issue_column_secondary-nnV3d {
  margin-top: 20px;
}
@media (min-width: 900px) {
.latest_issue_column_secondary-nnV3d {
    display: grid;
    grid-column: span 7;
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    gap: 25px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
}
  }

.latest_issue_links-l4HqO {
  grid-column: span 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {

.latest_issue_links-l4HqO {
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-direction: row;
}

  }

.view_issue_btn--zR1w,
.explore_archive_btn-fSkze {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  height: 3.5rem;
  width: 100%;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (min-width: 900px) {

.view_issue_btn--zR1w,
.explore_archive_btn-fSkze {
    grid-column: span 10;
    margin-bottom: 3rem;
    margin-top: 1.625rem;
    max-width: 20rem;
    align-self: center;
    justify-self: center;
}
  }

.view_issue_btn--zR1w:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.view_issue_btn--zR1w {
  background: var(--color-blue-2);
  border-radius: 5px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
/** @TODO: make a unified component with <Header /> in the future */

.mostPopularWrapper-TDtpy {
  margin-top: 20px;
}

@media (min-width: 900px) {

.mostPopularWrapper-TDtpy {
    margin-top: 45px;
}
  }

.mostPopularMainText-cI8ho {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  margin-left: 1.25rem;
}

@media (min-width: 900px) {

.mostPopularMainText-cI8ho {
    font-size: 36px;
    margin-bottom: 3.125rem;
    text-align: center;
}
  }

.mostPopularMainText-cI8ho::after {
  position: absolute;
  width: 40px;
  content: "";
  left: 0;
  bottom: -5px;
  border-bottom: 1px dotted var(--color-dark-gray);
}

@media (min-width: 900px) {

.mostPopularMainText-cI8ho::after {
    border-bottom: 2px dotted var(--color-dark-gray);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
  }

.mostPopularBtn-grVEr {
  background: var(--color-dark-gray);
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  height: 3.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media (min-width: 900px) {

.mostPopularBtn-grVEr {
    margin: 1.625rem auto 3rem;
    max-width: 20rem;
}
  }

.mostPopularBtn-grVEr:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.gridContainer-ZF0Is {
  display: grid;
}

.gridContainer-ZF0Is > * {
    /*
     * We use grid stacking so:
     * 1. the form and success messages are positioned on top of each other
     * 2. the parent container takes the height of the tallest one
     *
     * Absolute positioning can do #1 but not #2.
     */
    grid-area: 1 / 1;
  }

.newsletterSignup-oUy2J {
  display: flex;
  flex-direction: column;
  background-color: var(--color-light-gray-1);
  padding-bottom: 1.625rem;
  padding-top: 1.5rem;
}

.newsletterSignup-oUy2J a {
    outline: none;
    color: var(--color-black);
    text-decoration-color: var(--color-medium-blue);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: 0.15s ease-in-out;
    transition-property: color, -webkit-text-decoration;
    transition-property: color, text-decoration;
    transition-property: color, text-decoration, -webkit-text-decoration;
  }

.newsletterSignup-oUy2J a:hover,
    .newsletterSignup-oUy2J a:focus {
      text-decoration-color: currentColor;
    }

@media (min-width: 900px) {

.newsletterSignup-oUy2J {
    flex-direction: row;
    justify-content: center;
    padding-top: 3.75rem;
}
  }

.newsletterSignupMainText-uDrbC {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.25rem;
}

@media (min-width: 900px) {

.newsletterSignupMainText-uDrbC {
    font-size: 36px;
}
  }

.newsletterSignupMainText-uDrbC::after {
  position: absolute;
  width: 40px;
  content: "";
  left: 0;
  bottom: -5px;
  border-bottom: 1px dotted var(--color-dark-gray);
}

@media (min-width: 900px) {

.newsletterSignupMainText-uDrbC::after {
    display: none;
}
  }

.newsletterSignupForm-7p5-l,
.message-F9crf {
  display: flex;
  flex-direction: column;
  margin: var(--standard-gutter) var(--standard-gutter) 0;
  width: var(--standard-width);
}

@media (min-width: 900px) {

.newsletterSignupForm-7p5-l,
.message-F9crf {
    margin-right: 56px;
    max-width: 565px;
    margin-top: 0;
}
  }

.message-F9crf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  margin-top: 0;

  /* See submission state transition below */
  transition: 0.2s ease-in-out;
  transition-property: opacity, transform;
}

@media (min-width: 900px) {

.message-F9crf {
    margin-left: 0;
}
  }

.message-F9crf .input-JF4Qv {
    position: relative;
    display: flex;
    align-items: center;
  }

.message-F9crf .icon-jxapt {
    position: absolute;
    right: 0.5rem;
    background: var(--color-medium-blue);
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.4rem;
    color: var(--color-white);
  }

.newsletterSignupEmailInput-gSmzf {
  border-radius: 5px;
  padding: 11px var(--standard-gutter);
}

.newsletterSignupEmailInput-gSmzf::-moz-placeholder {
  color: var(--color-black-3);
}

.newsletterSignupEmailInput-gSmzf::placeholder {
  color: var(--color-black-3);
}

.newsletterSignupPrivacyCheckboxContainer-vE6uy {
  display: flex;
  padding: 1rem 0 1.125rem;
}

.newsletterSignupPrivacyCheckbox-bINPq {
  border-radius: 3px;
  border-color: #b1b1b1;
  height: 1rem;
  border: none;
  margin-right: 1rem;
}

.newsletterSignupPrivacyCheckbox-bINPq:checked:where(:hover, :focus) {
    --ring-width: 1px;
    --ring-offset-width: 2px;
  }

.newsletterSignupPrivacyLabel-hj531 {
  display: inline-block;
  width: 80%;
  max-width: 72ch;
  color: var(--color-dark-gray);
  font-size: 12px;
}

.newsletterSignupPrivacyLabel-hj531 a {
    color: var(--color-dark-gray);
  }

.newsletterSignupBtn-V8VTL {
  background: var(--color-blue-2);
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  height: 3.5rem;
  width: 100%;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media (min-width: 900px) {

.newsletterSignupBtn-V8VTL {
    grid-column: span 10;
    margin-bottom: 3rem;
    height: 2.875rem;
    max-width: 282px;
    justify-self: center;
}
  }

.newsletterSignupBtn-V8VTL:disabled {
    background-color: var(--color-medium-gray);
    cursor: default;
  }

.newsletterSignupImg-0fCUr {
  display: none;
}

@media (min-width: 900px) {

.newsletterSignupImg-0fCUr {
    display: block;
    margin-right: var(--standard-gutter);
    max-width: 356px;
}
  }

.newsletterSignupImg-0fCUr img {
    max-width: none;
    max-width: initial;
  }

/* Submission state transition */
.message-F9crf.status-success-0c4ck {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.message-F9crf.status-success-0c4ck {
  transition-delay: 0.2s;
}

.newsletterSignupForm-7p5-l.status-success-0c4ck {
  height: 0;
  width: 0;
}

.message-F9crf:not(.status-success-0c4ck) {
  margin: 0;
}

.newsletterSignupForm-7p5-l.status-success-0c4ck,
.message-F9crf:not(.status-success-0c4ck) {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 0;
  width: 0;
}

.newsletterSignupForm-7p5-l.status-success-0c4ck {
  transform: translateY(-5px);
}

.input-JF4Qv {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
}

.input-JF4Qv:hover,
  .input-JF4Qv:focus {
    --ring-width: 1px;
    --ring-offset-width: 0px;
  }

