.tw-bg-custom {
  background: linear-gradient(66deg, #6ba4ff, #00296b) !important;
}
.tw-bg-custom h2,
.tw-bg-custom p {
  color: #fff !important;
}
.tw-bg-custom-inverse {
  border: solid 2px #00296b !important;
  color: #00296b !important;
  background: transparent !important;
}
.tw-custom-wrapper {
  border: solid 2px #00296b !important;
}
.tw-custom-wrapper h2,
.tw-custom-wrapper p {
  color: #00296b !important;
}
.tw-bg-btn {
  background: #00296b !important;
  color: #fff !important;
}
.tw-bg-btn:hover {
  border: solid 2px #00296b !important;
  background: transparent !important;
  color: #00296b !important;
}
.tw-bg-btn:focus {
  background: #001538 !important;
}
.tw-text-link {
  color: #00296b !important;
}
.tw-text-link:hover {
  color: #000205;
}
.tw-text-link-dark {
  color: #21075f !important;
}
.tw-text-link-dark:hover {
  color: #000205;
}
/*# sourceMappingURL=darkblue.css.map */