.header__cta.is-disabled {
  background: #e6e6e6;
  color: #b2b1b0;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}
.header__cta.is-disabled .header__cta-lg,
.header__cta.is-disabled .header__cta-sm { -webkit-text-fill-color: #b2b1b0; }
.header__cta.is-disabled .header__cta-arrow::after { background: #b2b1b0; }
.cta-band__btn.is-disabled {
  background: #bababa;
  pointer-events: none;
  cursor: default;
}
.cta-band__btn.is-disabled .cta-band__btn-text { color: rgba(255, 255, 255, .85); }
.cta-band__btn.is-disabled .cta-band__char { opacity: .35; }
.cta-band__btn.is-disabled .cta-band__play { opacity: .5; }
.cta-band__cardshadow { z-index: 3; }
.cta-band__open {
  margin-top: 20px;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: var(--fw-extrabold);
  color: var(--color-red);
  font-size: 16px;
  line-height: 1.5;
}
.cta-band__open-ast {
  display: block;
  margin-top: 4px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  color: var(--color-red);
}
.info-block__end {
  margin-top: 4px;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: var(--fw-extrabold);
  color: var(--color-red);
  font-size: 24px;
  line-height: 1.5;
}
.info-block__end-thanks {
  margin-top: 12px;
  text-align: center;
  color: var(--color-black);
  font-size: 15px;
  line-height: 1.6;
}
.flow__end {
  position: relative; z-index: 2;
  margin-top: 24px; text-align: center;
  font-family: var(--font-heading); font-weight: var(--fw-extrabold);
  color: var(--color-red);
  font-size: 16px; line-height: 1.5;
}
body[data-page="closed"] .section--stream .section__head { padding-bottom: 23px; }

@media (min-width: 768px) {
  .cta-band__open { font-size: 20px; }
  .cta-band__open-ast { font-size: 13px; }
  .info-block__end { font-size: 28px; }
  .info-block__end-thanks { font-size: 16px; }
  body[data-page="closed"] .section--stream .section__head { padding-bottom: 36px; }
  .flow__end { font-size: 20px; }
}
