/*      Request ID: 334a99f5f66c382a83022a772b09decd_1752105166 (07/09/2025 9:51pm) (rc3BDcMgDEbhVTpAwSNFJPwCqw5Etgvq9qWdIZd3+C6PRlKac9IO6ewhY0ThgVmTIDY4Xe9d+Niqn0Ibt6LIjOZGXnHCSFLLi8OVCsj8Iz+bwV7aRTTaYfZ80L2bkkSgvLhC+z9xfe0L)      */



/*      Resource ID: 1a777f8568ed06815a8d058ff2b (lw-skrollr.scss, compiled by node-sass, minified by none) (07/09/2025 9:51pm) (A:174, B:174, C:34, D:34, F:34, J:34, K:34)      */

#lw_page {
  position: relative; }

/*      Resource ID: 8fe1a2734ca546f8b2919b39bad (hero.less, compiled by lessc, minified by none) (07/09/2025 9:51pm) (A:5924, B:5924, C:5748, D:5748, F:5748, J:5748, K:5748)      */

/**********************************************
 *
 *  Hero Gallery used on Core Landing Pages
 *  ---------------------------------------
 *  The sliders are generated using Swiper https://idangero.us/swiper/
 *
  **********************************************
 */
.lw_gallery_hero {
  position: relative;
  max-width: 100%;
  margin: 0;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.lw_gallery_hero:not(.is-visible) {
  background-color: rgba(159, 159, 159, 0.25);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .lw_gallery_hero::after {
    content: '';
    display: block;
    padding-bottom: 46.52%;
    pointer-events: none;
  }
  .lw_gallery_hero .lwg-hero-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .lw_gallery_hero .lwg-hero-swiper {
    height: 46.5vw;
  }
}
.lw_gallery_hero .lwg-hero-slide {
  line-height: 0;
}
.lw_gallery_hero .lwg-hero-slide img {
  width: 100%;
}
.lw_gallery_hero .lwg-hero-caption {
  color: #6e6e6e;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .lw_gallery_hero .lwg-hero-caption {
    z-index: 1;
    position: absolute;
    width: 360px;
    max-width: 100%;
    right: 15px;
    top: 22px;
    padding: 16px 20px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .lw_gallery_hero .lwg-hero-caption {
    position: relative;
    padding: 20px 18px 19px;
  }
}
@media only screen and (max-width: 767px) {
  .lw_gallery_hero .lwg-hero-caption {
    padding: 19px 0 16px;
  }
}
.lw_gallery_hero .lwg-hero-caption-text {
  display: block;
  min-height: 62px;
  margin-bottom: 20px;
  color: #525252;
  font-family: FFMarkWebProBookItalic, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
@media only screen and (max-width: 991px) {
  .lw_gallery_hero .lwg-hero-caption-text {
    min-height: 0;
    margin-top: 11px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lw_gallery_hero .lwg-hero-caption-text {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.lw_gallery_hero .lwg-hero-caption-text.is-changing {
  opacity: 0;
}
.lw_gallery_hero .lwg-hero-caption-text a,
.lw_gallery_hero .lwg-hero-caption-text strong {
  color: #003865;
  font-family: FFMarkWebProBoldItalic, serif;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.lw_gallery_hero .lwg-hero-caption-text a:hover,
.lw_gallery_hero .lwg-hero-caption-text a:focus {
  text-decoration: underline;
}
.lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  line-height: 1;
}
@media (max-width: 991px) {
  .lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets {
    top: 5px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets {
    top: 3px;
  }
}
.lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #224a6b;
  opacity: 1;
}
@media (min-width: 768px) {
  .lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-width: 500px) {
  .lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.lw_gallery_hero .lwg-hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #f2a900;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.lw_gallery_hero .lwg-hero-hidden-caption {
  display: none;
}
#homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-container {
  position: static;
  height: auto;
}
#homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-swiper {
  height: 56.25vw;
}
#homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-caption-container {
  height: auto;
  position: relative;
  padding: 0;
  z-index: 1;
}
#homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-caption {
  position: static;
  padding: 20px 20px 16px;
}
@media (min-width: 768px) {
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-container {
    position: relative;
    height: 50vw;
  }
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-swiper {
    height: 50vw;
  }
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-caption {
    z-index: 1;
    position: absolute;
    width: 360px;
    max-width: 100%;
    right: 15px;
    bottom: 22px;
    padding: 16px 20px 16px;
  }
}
@media only screen and (min-width: 768px) {
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-container {
    position: relative;
    height: 50vw;
  }
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-swiper {
    height: 50vw;
  }
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-caption {
    z-index: 1;
    position: absolute;
    width: 48%;
    max-width: 48%;
    left: unset;
    right: 2%;
    bottom: 22px;
    padding: 16px 20px 16px;
  }
}
@media only screen and (min-width: 992px) {
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-container {
    position: absolute;
    height: 100%;
  }
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-swiper {
    height: 100%;
  }
  #homepage-intro-image.has-gallery .lw_gallery_hero .lwg-hero-caption {
    width: 96%;
    max-width: 700px;
    left: unset;
    right: 2%;
  }
}