:root {
  --background: #272b37;
  --container: #2f3340;
  --primary: Nunito, sans-serif;
  --font-primary: #f81;
  --highlight: #ffc78f;
  --secondary-font: #ffffff96;
  --drop-shadow: #3e4352;
  --white: white;
  --black: black;
  --font-size: 1rem;
  --font-gradient: #f81;
  --nunito-400: "Nunito Normal";
  --nunito-bold-700: "Nunito Bold";
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.page-background {
  z-index: -1;
  background-color: var(--background);
  background-image: linear-gradient(#0006, #0006), url('../images/Background-7.svg'), linear-gradient(#00000040, #00000040);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 20rem, auto;
  background-attachment: scroll, fixed, scroll;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper {
  min-width: auto;
  min-height: auto;
  position: relative;
}

.section.hidden {
  display: none;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-padding-wide {
  max-width: 75rem;
}

.container {
  background-color: var(--container);
  border-radius: 2rem;
  padding: 4rem;
}

.container.hero, .container.beta, .container.narrow {
  padding: 6rem;
}

.container.hero-2 {
  padding: 6rem 4rem;
}

._2-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.information-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.information-block.hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.information-block._3-column {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  position: relative;
}

.information-block.pricing {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
}

.heading {
  color: var(--font-primary);
}

.heading.primary {
  background-image: linear-gradient(215deg, var(--font-primary) 27%, var(--highlight));
  font-family: var(--primary);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.heading.secondary {
  background-image: linear-gradient(215deg, var(--font-primary) 27%, var(--highlight));
  font-family: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.paragraph {
  font-family: var(--primary);
  color: var(--secondary-font);
  text-align: center;
}

.paragraph.primary {
  margin-bottom: .75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.paragraph.primary.logo {
  max-width: none;
  margin-bottom: 0;
  line-height: 1.4rem;
}

.paragraph.primary.copyright {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.primary.email {
  text-align: left;
}

.paragraph.copyright {
  justify-content: center;
  align-items: stretch;
  font-weight: 200;
  display: inline-flex;
}

.heading-2 {
  font-family: var(--primary);
  color: var(--font-primary);
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.heading-2.secondary {
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.heading-2.secondary._3-column {
  margin-top: 0;
  margin-bottom: 3rem;
}

.image-block {
  text-align: left;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-wrapper {
  background-color: var(--drop-shadow);
  border-radius: 3rem;
  margin-bottom: 0;
  padding: 1.5rem;
}

.image-wrapper.explained {
  max-width: 100%;
  max-height: 100%;
}

.image-highlight {
  background-color: var(--font-primary);
  border-radius: 1.5rem;
  padding: .5rem;
}

.image-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.image {
  border-radius: 0;
  width: 100%;
  max-width: none;
  max-height: none;
}

.cta-section {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.cta-section.beta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-section.social {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
}

.button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--drop-shadow);
  font-family: var(--primary);
  color: var(--secondary-font);
  text-align: center;
  letter-spacing: .25rem;
  text-transform: uppercase;
  border-radius: 10rem;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  padding: 2rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.button-wrapper:hover {
  background-color: var(--highlight);
  color: var(--font-primary);
}

.button-wrapper.w--current {
  line-height: 1rem;
}

.button-wrapper.click-trigger:focus {
  background-color: var(--highlight);
  color: var(--font-primary);
}

.button-wrapper.secondary {
  background-color: var(--container);
  padding: 1.25rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.button-wrapper.secondary:hover {
  background-color: var(--highlight);
}

.button-wrapper.secondary.w--current {
  background-color: var(--container);
  padding: 1.25rem 2rem;
  font-size: 1rem;
}

.button-wrapper.secondary.w--current:hover {
  background-color: var(--highlight);
  padding-top: 1.25rem;
}

.button-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 1.5rem;
  max-width: none;
  height: 1.5rem;
  max-height: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

.right-arrow-icon {
  aspect-ratio: 1;
  color: var(--font-primary);
  object-fit: cover;
  background-color: #fff0;
  max-width: none;
  max-height: 100%;
  font-size: 1.5rem;
  overflow: visible;
}

.voting-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.vote-text {
  font-family: var(--primary);
  color: var(--secondary-font);
  text-align: center;
  align-self: center;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.vote-icon-wrapper {
  background-color: var(--drop-shadow);
  color: var(--secondary-font);
  border-radius: 10rem;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  text-decoration: none;
}

.vote-icon-wrapper:hover {
  background-color: var(--highlight);
  color: var(--font-primary);
  width: 3rem;
  height: 3rem;
}

.vote-icon-wrapper.mixpanel-trigger {
  background-color: var(--drop-shadow);
}

.thumbs-up-icon {
  max-height: 100%;
  overflow: visible;
}

.voting-section {
  justify-content: center;
  padding-bottom: 1rem;
  display: flex;
}

.thumbs-down {
  max-height: 100%;
}

.section-spacer {
  flex-flow: column;
  justify-content: center;
  max-height: 13rem;
  display: flex;
  overflow: hidden;
}

.section-spacer.short {
  max-height: 5rem;
}

.spacer-graphic-image {
  max-width: none;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spacer-graphic-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 13rem;
  max-height: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.section-spacer-top {
  min-height: 6rem;
}

.container-padding-narrow {
  max-width: 40rem;
}

.hero-image-padding {
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.newsnook-logo {
  padding-bottom: .5rem;
}

.newsnook-logo-wrapper {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  display: block;
}

.down-arrow-button {
  background-color: var(--drop-shadow);
  font-family: var(--primary);
  color: var(--font-primary);
  text-transform: uppercase;
  border-radius: 10rem;
  width: 5rem;
  height: 5rem;
  padding: 1.5rem;
  text-decoration: none;
}

.down-arrow-button:hover {
  background-color: var(--highlight);
}

.down-arrow-button.w--current {
  font-family: var(--primary);
  color: var(--font-primary);
  text-transform: uppercase;
  width: 5.5rem;
  height: 5.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
}

.down-arrow-button.w--current:hover {
  background-color: var(--highlight);
}

.down-arrow-icon {
  max-height: 100%;
}

.logo-section {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: block;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--highlight);
}

.footer-padding-small {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.footer-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-media-button {
  background-color: var(--drop-shadow);
  font-family: var(--primary);
  color: var(--font-primary);
  text-transform: uppercase;
  border-radius: 10rem;
  width: 5rem;
  height: 5rem;
  padding: 1.25rem;
  text-decoration: none;
}

.social-media-button:hover {
  background-color: var(--highlight);
}

.social-media-button.w--current {
  font-family: var(--primary);
  color: var(--font-primary);
  text-transform: uppercase;
  width: 5.5rem;
  height: 5.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
}

.social-media-button.w--current:hover {
  background-color: var(--highlight);
}

.scrollto-section-object {
  border-radius: 0;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 50% auto auto 0%;
}

.twitter-icon {
  max-height: 100%;
  margin-top: .125rem;
  margin-left: .125rem;
}

.mail-icon {
  max-height: 100%;
}

.linkedin-icon {
  text-transform: none;
  max-height: 100%;
  padding: .125rem .125rem .25rem .25rem;
}

.profile-grid-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

._3-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.step-number-text {
  color: #fff3;
  text-align: left;
  font-size: 5rem;
  font-weight: 800;
  line-height: 5rem;
  position: absolute;
  inset: 0% auto auto 5%;
}

.icon-with-heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 5rem;
  max-width: none;
  height: 5rem;
  max-height: none;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.gmail-icon {
  max-height: 100%;
  padding: 0;
}

.checklist-icon {
  background-color: var(--background);
  color: var(--font-primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  border-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
  padding: .125rem;
  box-shadow: inset 0 0 3px 2px #0000004d;
}

.checklist-icon:hover {
  background-color: var(--highlight);
}

.checklist-icon:active {
  background-color: var(--font-primary);
}

.checklist-icon.w--redirected-checked {
  background-color: var(--font-primary);
  padding-left: .25rem;
}

.newspaper-icon {
  color: var(--font-primary);
  max-height: 100%;
  padding: 0;
}

.ps-text {
  font-size: 1rem;
}

.phone-link {
  color: var(--font-primary);
  text-decoration: none;
}

.container-padding-normal {
  max-width: 60rem;
}

.text-span-6 {
  color: var(--highlight);
}

.text-block {
  line-height: 1.4rem;
}

.text-span-7, .text-span-8 {
  margin-left: 2rem;
}

.beta-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-label {
  color: var(--secondary-font);
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-label.highlight {
  color: var(--highlight);
}

.form-input-field {
  background-color: var(--background);
  color: var(--secondary-font);
  border: 1px #000;
  border-radius: .5rem;
  box-shadow: inset 0 0 3px 2px #0000004d;
}

.form-input-field:focus {
  border-style: solid;
  border-color: var(--highlight);
}

.form-input-field:focus-visible, .form-input-field[data-wf-focus-visible] {
  color: var(--white);
}

.form-input-field::placeholder {
  color: var(--drop-shadow);
}

.form-input-field.input-trigger {
  white-space: pre-wrap;
}

.form-spacer {
  margin-top: 2rem;
}

.form-list-item {
  color: var(--secondary-font);
  text-align: left;
}

.text-span-9 {
  color: var(--highlight);
  font-weight: 700;
}

.success-message {
  color: #19be00;
  background-color: #d2ffcb;
  border-radius: 1rem;
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.text-block-2 {
  color: #117e00;
  font-size: 1rem;
  line-height: 2.5rem;
}

.error-message {
  color: #b30000;
  text-align: center;
  background-color: #f6b8b8;
  border-radius: 1rem;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.column-label-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: repeat(auto-fit, 100%);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-bottom: .25rem;
  display: grid;
}

.div-block {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
}

._1-to-2-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.screenshots-padding {
  margin-bottom: 1rem;
}

.screenshots-padding.mobile, .section-2 {
  display: none;
}

.div-block-2 {
  background-color: #eb0000;
  width: 100%;
  height: 50px;
  position: static;
  inset: 0% 0% auto;
}

.newsnook-logo-wide {
  color: var(--font-primary);
  width: 21rem;
  height: 2.75rem;
  margin-bottom: .5rem;
}

.newsnook-logo-wide-embed {
  color: var(--font-primary);
  height: 100%;
}

.flex-block-3 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-span-10 {
  color: var(--highlight);
}

.text-span-11 {
  color: var(--highlight);
  font-weight: 700;
}

.div-block-3 {
  margin-top: 2rem;
}

.pay-decision-buttons {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  align-self: center;
  max-width: 20rem;
}

.div-block-7 {
  margin-bottom: 3rem;
}

.rejection-form-section {
  justify-content: center;
  margin-top: 2rem;
  display: none;
}

.payment-rejection-form {
  display: block;
}

.div-block-8 {
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

.div-block-9 {
  padding-bottom: 1rem;
}

.checkbox-field {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 1rem;
  display: flex;
}

.text-block-3 {
  color: #16a800;
}

.div-block-10 {
  padding-top: 1rem;
}

.checklist {
  color: var(--font-primary);
  -webkit-text-fill-color: inherit;
  background-color: #272b3700;
  background-clip: border-box;
  border-style: none;
  border-radius: .5rem;
  max-height: 100%;
  margin-top: 0;
  padding: 0;
}

.checklist:hover {
  background-color: var(--highlight);
}

.checklist:active {
  background-color: var(--font-primary);
}

.checklist.w--redirected-checked {
  background-color: var(--font-primary);
  padding-left: .25rem;
}

.checklist-copy {
  color: var(--font-primary);
  -webkit-text-fill-color: inherit;
  background-color: #272b3700;
  background-clip: border-box;
  border-style: none;
  border-radius: .5rem;
  max-height: 100%;
  margin-top: 0;
  padding: 0;
}

.checklist-copy.w--redirected-checked {
  background-color: var(--font-primary);
  padding-left: .25rem;
}

@media screen and (max-width: 991px) {
  .container-padding-wide {
    max-width: 40rem;
  }

  ._2-column-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .information-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-spacer {
    max-height: 10.2rem;
  }

  .section-spacer-top {
    min-height: 4rem;
  }

  .container-padding-narrow {
    max-width: 40rem;
  }

  .scrollto-section-object {
    top: 45%;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .step-number-text {
    top: 3%;
    left: 5.4rem;
  }

  ._1-to-2-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .screenshots-padding.desktop {
    display: none;
  }

  .section-2 {
    display: block;
  }

  .flex-block-5 {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
  }

  .text-span-11 {
    color: var(--highlight);
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.hero, .container.beta {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.narrow {
    padding: 4rem 2rem;
  }

  .container.hero-2 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading.primary {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-2.secondary {
    line-height: 2rem;
  }

  .scrollto-section-object {
    top: 45%;
  }

  .profile-grid-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .text-span-7, .text-span-8 {
    margin-left: 0;
  }

  .screenshots-padding.desktop {
    display: none;
  }

  .section-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: block;
  }

  .container {
    padding: 2rem 1rem;
  }

  .container.hero {
    padding: 3rem 2rem;
  }

  .container.beta, .container.narrow {
    padding: 2rem 1rem;
  }

  .container.hero-2 {
    padding: 3rem 1rem;
  }

  ._2-column-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading.primary {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .paragraph.primary {
    font-size: 1rem;
    line-height: 2rem;
  }

  .paragraph.primary.logo {
    line-height: 1.2rem;
  }

  .heading-2.secondary {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .heading-2.secondary._3-column {
    margin-bottom: 3rem;
  }

  .image-block {
    flex-flow: column;
  }

  .image-wrapper {
    padding: 1rem;
  }

  .image-highlight {
    padding: .25rem;
  }

  .image-corners {
    border-radius: 1.2rem;
  }

  .cta-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-wrapper {
    padding: 1.5rem 2rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button-wrapper.click-trigger {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button-icon-wrapper {
    vertical-align: baseline;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
  }

  .right-arrow-icon {
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
  }

  .vote-text {
    display: none;
  }

  .section-spacer {
    max-height: 5.3rem;
  }

  .section-spacer-top {
    min-height: 3rem;
  }

  .hero-image-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-section {
    margin-top: 1rem;
  }

  .footer-padding-small {
    padding-bottom: 4rem;
  }

  .social-media-button {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .scrollto-section-object {
    top: 25%;
  }

  .profile-grid-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 0;
  }

  ._3-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .step-number-text {
    font-size: 4rem;
    line-height: 4rem;
    inset: 9% auto auto 7%;
  }

  .icon-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .text-block {
    vertical-align: middle;
    align-self: auto;
    padding-top: .125rem;
    line-height: 1rem;
    display: inline-block;
  }

  .text-span-7 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-span-8 {
    margin-left: 0;
  }

  ._1-to-2-column-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .screenshots-padding {
    display: none;
  }

  .screenshots-padding.mobile {
    margin-bottom: auto;
    display: block;
  }

  .section-2 {
    display: block;
  }

  .no-underline-link {
    text-decoration: none;
  }

  .newsnook-logo-wide {
    width: 16rem;
    height: 2.1rem;
    margin-bottom: .5rem;
  }
}

#w-node-_876b3470-293f-ae77-987e-7d258ca3a9b5-dcb59ea6 {
  align-self: center;
}

#w-node-_876b3470-293f-ae77-987e-7d258ca3a9c0-dcb59ea6 {
  justify-self: center;
}

#w-node-_4fa46427-feca-719b-48bb-f4f42e62c509-dcb59ea6 {
  place-self: stretch center;
}

#w-node-_4fa46427-feca-719b-48bb-f4f42e62c50e-dcb59ea6 {
  align-self: center;
}

#w-node-c1a2923e-087b-3fb3-0df8-a5aa3ce13b72-dcb59ea6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e44c2292-a1b2-4ec5-3d32-d0190ceedbb2-dcb59ea6 {
  place-self: stretch center;
}

#w-node-e44c2292-a1b2-4ec5-3d32-d0190ceedbb7-dcb59ea6, #w-node-_8d5f1ff8-46c3-d3be-0d21-4b8eb825033b-dcb59ea6 {
  align-self: center;
}

#w-node-_8d5f1ff8-46c3-d3be-0d21-4b8eb8250346-dcb59ea6 {
  justify-self: center;
}

#w-node-bff75197-4408-f512-ade1-356d495a193c-dcb59ea6 {
  place-self: stretch center;
}

#w-node-bff75197-4408-f512-ade1-356d495a1941-dcb59ea6 {
  align-self: center;
}

#w-node-_647cbc71-6b7b-b0fd-2cbc-2d8484bad48c-dcb59ea6, #w-node-cc08f6a4-7b59-6c5e-ec07-8cba6ac114bb-dcb59ea6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5503b2a7-d41e-9d0e-71c5-ec1984e2f570-dcb59ea6 {
  justify-self: center;
}

#w-node-_245709c1-df03-3692-9cb8-70ac714c5f82-dcb59ea6 {
  align-self: center;
}

#w-node-cc08f6a4-7b59-6c5e-ec07-8cba6ac114bb-6fe6f1f0 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_34d79d3f-8c08-54d5-1251-0b661b6f511d-dcb59ea6, #w-node-d20338d3-9bbc-0a6f-78bc-2e429adf8747-dcb59ea6, #body-app-screens-image-1.w-node-_26b31ca4-32ca-1bf9-5539-d62d2d756524-dcb59ea6, #w-node-_26b31ca4-32ca-1bf9-5539-d62d2d756525-dcb59ea6, #w-node-_99e63adf-4eb7-a039-210b-03a2bd20b839-dcb59ea6, #body-app-screens-image-2.w-node-_360c0d79-76ea-4be4-e30c-f674d0b1c69d-dcb59ea6, #w-node-_360c0d79-76ea-4be4-e30c-f674d0b1c69e-dcb59ea6, #w-node-_876b3470-293f-ae77-987e-7d258ca3a9c0-dcb59ea6, #w-node-_8d5f1ff8-46c3-d3be-0d21-4b8eb8250346-dcb59ea6, #body-app-screens-image-1.w-node-_19c76d43-610f-1aa3-61d3-8f8996e6067a-2b44af0f, #w-node-_19c76d43-610f-1aa3-61d3-8f8996e6067b-2b44af0f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34d79d3f-8c08-54d5-1251-0b661b6f511d-dcb59ea6, #w-node-d20338d3-9bbc-0a6f-78bc-2e429adf8747-dcb59ea6, #body-app-screens-image-1.w-node-_26b31ca4-32ca-1bf9-5539-d62d2d756524-dcb59ea6, #w-node-_26b31ca4-32ca-1bf9-5539-d62d2d756525-dcb59ea6, #w-node-_99e63adf-4eb7-a039-210b-03a2bd20b839-dcb59ea6, #body-app-screens-image-2.w-node-_360c0d79-76ea-4be4-e30c-f674d0b1c69d-dcb59ea6, #w-node-_360c0d79-76ea-4be4-e30c-f674d0b1c69e-dcb59ea6, #w-node-_876b3470-293f-ae77-987e-7d258ca3a9c0-dcb59ea6, #w-node-_8d5f1ff8-46c3-d3be-0d21-4b8eb8250346-dcb59ea6, #body-app-screens-image-1.w-node-_19c76d43-610f-1aa3-61d3-8f8996e6067a-2b44af0f, #w-node-_19c76d43-610f-1aa3-61d3-8f8996e6067b-2b44af0f {
    order: -9999;
  }
}

/* --- Legal pages (privacy, terms) --- */
.information-block.legal-doc {
  text-align: left;
  align-items: stretch;
  max-width: 100%;
}

.information-block.legal-doc .heading.primary.legal-doc-title {
  text-align: center;
  width: 100%;
}

.legal-doc h2 {
  font-family: var(--primary);
  color: var(--font-primary);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.legal-doc h3 {
  font-family: var(--primary);
  color: var(--highlight);
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.legal-doc p,
.legal-doc li {
  text-align: left;
  color: var(--secondary-font);
  font-size: 1.05rem;
  line-height: 1.75rem;
}

.legal-doc ul,
.legal-doc ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.35rem;
}

.legal-doc a {
  color: var(--highlight);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-doc hr {
  border: none;
  border-top: 1px solid var(--drop-shadow);
  margin: 2rem 0;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0;
  -webkit-overflow-scrolling: touch;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.4;
}

.legal-table th,
.legal-table td {
  border: 1px solid var(--drop-shadow);
  padding: 0.5rem 0.75rem;
  text-align: left;
  color: var(--secondary-font);
}

.legal-table th {
  color: var(--font-primary);
  font-weight: 600;
}

.legal-back {
  text-align: center;
  margin-bottom: 1.5rem;
}

.legal-back-link {
  font-family: var(--primary);
  color: var(--highlight);
  font-size: 1rem;
  text-decoration: none;
}

.legal-back-link:hover {
  text-decoration: underline;
}

.legal-see-also {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--drop-shadow);
  text-align: center;
}

.legal-see-also a {
  color: var(--highlight);
}

.footer-legal-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 0.2rem;
}

.footer-legal-links {
  font-family: var(--primary);
  color: var(--secondary-font);
  font-size: inherit;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}

.footer-legal-links a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

.footer-legal-sep {
  margin: 0 0.35rem;
  opacity: 0.85;
  font-weight: inherit;
}


