:root,
html,
body,
.bs-variation,
[class*="bs-variation"] {
  --preview-bg-color: linear-gradient(70deg, #96b5c7, #ffffff);
  --section-title-text-color: #0d1468;
  --alternate-section-title-text-color: #96b5c7;
  --primary-button-text-color: #ffffff;
  --primary-button-bg-color: linear-gradient(70deg, #0d1468, #96b5c7);
  --highlight-button-border-color: #0d1468;
  --highlight-button-text-color: #0d1468;
  --menu-item-active-color: #0d1468;
  --section-bg-color: linear-gradient(70deg, #96b5c7, #ffffff);
  --section-mobile-bg-color: linear-gradient(70deg, #96b5c7, #ffffff);
  --alternate-section-bg-color: #ffffff;
  --alternate-section-mobile-bg-color: #ffffff;
}

.bs-section.alternative-background .section-title {
  color: #96b5c7;
}

.bs-section .background-layer {
 background: linear-gradient(70deg, #96b5c7 1.00%,#637783 99.00%);
}

.bs-main-menu .main-menu.nav-active-st4 .page-links>.item.nav-active {
    color: #96b5c7;
}