<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body .responsivegrid.bncd-article-sidekick-layout-item-promo-desktop {
  display: block;
  width: 300px;
}


@media only screen and (max-width: 991px) {
  body .responsivegrid.bncd-article-sidekick-layout-item-promo-desktop {
    display: none!important;
  }
}

body .responsivegrid.bncd-article-sidekick-layout-item-promo.bncd-article-sidekick-layout-item-promo-mobile {
  display: block;
  width: 300px;
}
@media only screen and (min-width: 992px) {
  body .responsivegrid.bncd-article-sidekick-layout-item-promo.bncd-article-sidekick-layout-item-promo-mobile {
    display: none!important;
  }
}

</pre></body></html>