.live-previewmode .page-slide-container {
  display: none;
}
.live-previewmode .slide-container {
  display: none;
}
.common-author-content div.text-content-container {
  margin: 3.2rem 3.2rem 0rem 3.2rem;
}
.survey-cta-container {
  margin-top: 0;
}
.page-slide-container .common-author-content div.text-content-container {
  margin: 3.2rem;
}
.page-slide-container .survey-cta-container {
  margin-top: 0;
  margin-bottom: 3.2rem;
}
a {
  text-decoration: underline;
  color: #0873F6;
}
.survey-action {
  font: normal normal bold 24px/29px DIN Next LT Pro;
  letter-spacing: 0px;
  color: #ffffff;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  margin: 0;
}
.survey-action p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1023px) {
  .survey-action {
    font: normal normal bold 16px/24px DIN Next LT Pro;
    border-radius: 0;
  }
}

