.header-promo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: #21213b !important;
  border-bottom: 1px solid var(--color-border-gray);
}

.strategies-dash-outer.with-header-promo {
  margin-top: 60px;
}

@media screen and (max-width: 999px) {
  .strategies-dash-sidebar.with-header-promo {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1000px) {
  .strategies-dash-sidebar.with-header-promo {
    margin-top: 0px;
  }
}