@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/static/public-v2/fonts/source-sans-pro-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/static/public-v2/fonts/lato-300.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/public-v2/fonts/open-sans-400.ttf") format("truetype");
  font-display: swap;
}

body {
  padding-top: 50px;
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

body.is-home {
  padding-top: 0;
}

h1,
h2,
h3,
.entry-title,
.staticslider-caption-title,
.lp-block-title {
  font-family: Lato, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300 !important;
}

h4,
h5,
h6,
p,
.entry-content,
.staticslider-caption-text,
.lp-block-content {
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

#site-header-main.bm-public-nav-wrap {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999999;
  height: 50px;
  min-height: 50px;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  transition: height 0.22s ease, min-height 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.is-home #site-header-main.bm-public-nav-wrap {
  position: absolute;
  inset: 0 0 auto 0;
  height: 92px;
  min-height: 92px;
  background: transparent;
  box-shadow: none;
}

body.is-home.is-scrolled #site-header-main.bm-public-nav-wrap {
  position: fixed;
  inset: 0 0 auto 0;
  height: 46px;
  min-height: 46px;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.bm-public-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 50px;
  margin: 0 auto;
  max-width: 1200px;
  transition: height 0.22s ease;
}

body.is-home .bm-public-nav {
  height: 92px;
}

body.is-home.is-scrolled .bm-public-nav {
  height: 46px;
}

.bm-public-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  color: #9d9e9e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  transition: min-height 0.22s ease, padding 0.22s ease, font-size 0.22s ease, background 0.16s ease, color 0.16s ease;
}

.bm-public-nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  background: #216cff;
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: center;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

body.is-home .bm-public-nav-link {
  min-height: 92px;
  color: #ffffff;
  letter-spacing: 0.22em;
}

body.is-home.is-scrolled .bm-public-nav-link {
  min-height: 46px;
  padding: 0 16px;
  font-size: 12px;
}

.bm-public-nav-link:hover,
.bm-public-nav-link:focus,
.bm-public-nav-link.is-active {
  color: #ffffff;
  background: transparent;
}

.bm-public-nav-link:hover::after,
.bm-public-nav-link:focus::after,
.bm-public-nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

#header-image-main {
  margin-top: 0 !important;
}

.bm-header-photo {
  aspect-ratio: 2560 / 1305;
  filter: grayscale(1);
  object-fit: cover;
  object-position: center center;
}

.lp-staticslider .staticslider-caption-title > .bm-title-blue {
  color: #216cff !important;
  -webkit-text-fill-color: #216cff;
}

.lp-block a .bm-lp-icon {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  color: #000000;
  transition: filter 0.22s ease;
}

.lp-block-content::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin: 15px auto 14px;
  background: #9d9e9e;
  transition: width 0.22s ease, background-color 0.22s ease;
}

.lp-block:hover .lp-block-content::before,
.lp-block:focus-within .lp-block-content::before {
  width: 58px;
  background: #216cff;
}

.lp-block:hover a .bm-lp-icon,
.lp-block:focus-within a .bm-lp-icon {
  filter: brightness(0) saturate(100%) invert(37%) sepia(96%) saturate(4051%) hue-rotate(216deg) brightness(102%) contrast(101%);
}

.lp-block a .bm-lp-icon + i,
.lp-block a i {
  display: none;
}

@media (max-width: 640px) {
  .bm-public-nav {
    justify-content: stretch;
    overflow-x: hidden;
  }

  .bm-public-nav-link {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 4px;
    font-size: clamp(9.5px, 2.8vw, 12px);
    letter-spacing: 0.08em;
  }

  .bm-public-nav-link::after {
    left: 10px;
    right: 10px;
  }
}
