@media (prefers-color-scheme: light) {
  .hero.dark_blue {
    background-color: #fff;
  }
  .hero.dark_blue .feature_button_container {
    text-align: center;
    margin-bottom: 24px;
  }
  .hero.dark_blue .feature_button_container a {
    box-shadow: 0 4px 8px 0 rgba(20, 21, 31, 0.1), 0 2px 4px 0 rgba(20, 21, 31, 0.06);
    border: 1px solid rgba(20, 21, 31, 0.12);
    background-color: #fff;
  }
  .hero.dark_blue .feature_button_container a * {
    text-decoration: none;
  }
  .hero.dark_blue .feature_button_container a .arrow img {
    filter: unset;
    opacity: 0.5;
  }
  .hero.dark_blue .feature_button_container a .link_text {
    color: #14151f;
  }
  .hero.dark_blue .feature_button_container a .icon_wrapper {
    background-color: #14151f;
    color: #fff !important;
  }
  .hero.dark_blue * {
    color: #14151f !important;
  }
  .hero.dark_blue .site-title span.cursor {
    background-color: #14151f;
    opacity: 0.9;
  }
  .hero.dark_blue .sub-title {
    color: rgba(20, 21, 31, 0.7) !important;
    opacity: 1 !important;
  }
}