/* DARK BACKGROUND */
/* DARK TEXT */
/* DARK BORDER */
/* LIGHT BACKGROUND */
/* LIGHT TEXT */
/* LIGHT BORDER */
.mailchimp-error {
  color: #FFCDD2; }

#promo-newsletter {
  border-top: 1px solid #616161;
  padding: 35px 0; }

.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px; }

input {
  width: 100%; }

.description {
  font-size: 16px; }

#promo a img {
  width: 100%;
  border-radius: 4px; }

#dark-promo-banner, #light-promo-banner {
  display: none; }

body.light-mode #promo-newsletter {
  background: white;
  border-top: 1px solid #CED4DA; }

@media (max-width: 991.98px) {
  .newsletter-form {
    margin-top: 24px; }
  #promo-newsletter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; } }

@media (max-width: 767.98px) {
  .title {
    font-size: 22px; } }
