.bfj-hero-banner {
  --hero-banner-main-color: #1d428a;
  --hero-banner-btn-hover-bg: #cce9ff;
  position: relative;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  padding: 0 !important;
}
.bfj-hero-banner__slider {
  height: auto !important;
}
.bfj-hero-banner__slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: #1d428a;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfj-hero-banner__slider__nav:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}
.bfj-hero-banner__slider__nav--prev {
  left: 1rem;
}
.bfj-hero-banner__slider__nav--next {
  right: 1rem;
}
.bfj-hero-banner__slider__list {
  padding: 0;
  margin: 0;
}
.bfj-hero-banner.main-banner {
  margin-top: -180px;
}
.bfj-hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.bfj-hero-banner__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bfj-hero-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bfj-hero-banner__image.center {
  -o-object-position: center;
     object-position: center;
}
.bfj-hero-banner__image.top {
  -o-object-position: top;
     object-position: top;
}
.bfj-hero-banner__image.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.bfj-hero-banner__image.left {
  -o-object-position: left;
     object-position: left;
}
.bfj-hero-banner__image.right {
  -o-object-position: right;
     object-position: right;
}
.bfj-hero-banner__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bfj-hero-banner__video-embed {
  height: 100%;
}
.bfj-hero-banner__video-embed iframe {
  width: 100%;
  height: 100%;
}
.bfj-hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.bfj-hero-banner__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 80vh;
  display: flex;
  padding: 75px 0;
}
.bfj-hero-banner__wrapper.compact {
  min-height: auto;
  padding: 112px 0;
}
.bfj-hero-banner__wrapper.medium {
  min-height: 400px;
  padding: 112px 0;
}
.bfj-hero-banner__wrapper.top-left {
  align-items: start;
  justify-content: start;
  padding-top: 170px;
}
.bfj-hero-banner__wrapper.top-center {
  align-items: start;
  justify-content: center;
  padding-top: 170px;
  text-align: center;
}
.bfj-hero-banner__wrapper.top-center .bfj-hero-banner__wrapper__actions {
  justify-content: center;
}
.bfj-hero-banner__wrapper.top-right {
  align-items: start;
  justify-content: end;
  padding-top: 170px;
  text-align: right;
}
.bfj-hero-banner__wrapper.top-right .bfj-hero-banner__wrapper__actions {
  justify-content: end;
}
.bfj-hero-banner__wrapper.center-left {
  align-items: center;
  justify-content: start;
}
.bfj-hero-banner__wrapper.center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bfj-hero-banner__wrapper.center .bfj-hero-banner__wrapper__actions {
  justify-content: center;
}
.bfj-hero-banner__wrapper.center-right {
  align-items: center;
  justify-content: end;
  text-align: right;
}
.bfj-hero-banner__wrapper.center-right .bfj-hero-banner__wrapper__actions {
  justify-content: end;
}
.bfj-hero-banner__wrapper.bottom-left {
  align-items: end;
  justify-content: start;
}
.bfj-hero-banner__wrapper.bottom-center {
  align-items: end;
  justify-content: center;
  text-align: center;
}
.bfj-hero-banner__wrapper.bottom-center .bfj-hero-banner__wrapper__actions {
  justify-content: center;
}
.bfj-hero-banner__wrapper.bottom-right {
  align-items: end;
  justify-content: end;
  text-align: right;
}
.bfj-hero-banner__wrapper.bottom-right .bfj-hero-banner__wrapper__actions {
  justify-content: end;
}
.bfj-hero-banner__wrapper__content {
  max-width: 45rem;
}
.bfj-hero-banner__wrapper__content--center {
  max-width: 48rem;
  margin: 0 auto;
}
.bfj-hero-banner__wrapper__content--center .bfj-hero-banner__wrapper__title {
  text-align: center;
}
.bfj-hero-banner__wrapper__content--center .bfj-hero-banner__wrapper__description {
  text-align: center;
  margin: auto auto 32px;
}
.bfj-hero-banner__wrapper__content--center .bfj-hero-banner__wrapper__actions {
  justify-content: center;
}
.bfj-hero-banner__wrapper__content--right {
  margin: 0 0 0 auto;
}
.bfj-hero-banner__wrapper__content--right .bfj-hero-banner__wrapper__title {
  text-align: right;
}
.bfj-hero-banner__wrapper__content--right .bfj-hero-banner__wrapper__description {
  text-align: right;
  margin: 0 0 0 auto;
}
.bfj-hero-banner__wrapper__content--right .bfj-hero-banner__wrapper__actions {
  justify-content: end;
}
.bfj-hero-banner__wrapper__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bfj-hero-banner__wrapper__title p {
  padding: 0 !important;
  line-height: 1 !important;
}
@media (max-width: 767.98px) {
  .bfj-hero-banner__wrapper__title {
    font-size: 2.5rem;
  }
}
.bfj-hero-banner__wrapper__description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 650px;
}
.bfj-hero-banner__wrapper__description p {
  margin: 0;
  padding: 0;
}
.bfj-hero-banner__wrapper__description a {
  color: #ffffff;
  text-decoration: underline;
}
.bfj-hero-banner__wrapper__actions {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .bfj-hero-banner__wrapper__actions {
    font-size: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.bfj-hero-banner__wrapper__actions .btn-white:hover,
.bfj-hero-banner__wrapper__actions .btn-outline:hover {
  color: var(--hero-banner-main-color, #1d428a);
  background-color: var(--hero-banner-btn-hover-bg, #cce9ff);
  border: 0.0625rem solid var(--hero-banner-btn-hover-bg, #cce9ff);
}
.bfj-hero-banner__button {
  padding: 0.75rem 2.25rem;
  border-radius: 999px;
  font-weight: 600;
}
.bfj-hero-banner__button:focus-visible {
  outline: 3px solid #facc15;
  outline-offset: 4px;
}
.bfj-hero-banner__instance--2 .bfj-hero-banner__wrapper__actions {
  align-items: center;
}

.page-template-front-page .bfj-feature-grid .bfj-feature-grid__cta .btn-default {
  color: #fff;
  background: #1d428a;
  border: 0.0625rem solid #1d428a;
}
.page-template-front-page .bfj-feature-grid .bfj-feature-grid__cta .btn-default:hover {
  color: #1d428a;
  background-color: #cce9ff;
  border: 0.0625rem solid #cce9ff;
}
