.section--slideshow-wrapper {
  display: block;
  /* width: 1400px; */
  height: 100%;
}
.section--slideshow-wrapper .swiper-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: contain, object-position: 50% 50%";
}
.section--slideshow-wrapper .slideshow__link {
  height: 100%;
  cursor: pointer;
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slide-fade-to-left {
  animation: fadeInMove 0.6s forwards;
}
.homepage-sections--slideshow-wrapper.swiper-slide:not(
    .swiper-slide-active
  ):not(.is-single-slide)
  .homepage-featured-content-box {
  display: none !important;
}
.homepage-sections--slideshow-wrapper .swiper-slide--inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, auto);
  width: 100%;
  height: 100%;
  will-change: transform;
}
.homepage-sections--slideshow-wrapper .homepage-featured-content-box,
.homepage-sections--slideshow-wrapper .responsive-image-wrapper,
.homepage-sections--slideshow-wrapper .responsive-placeholder-wrapper,
.homepage-sections--slideshow-wrapper .slideshow-image-overlay,
.homepage-sections--slideshow-wrapper a.slideshow__link {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.homepage-sections--slideshow-wrapper a.slideshow__link {
  position: relative;
}
.homepage-sections--slideshow-wrapper a.slideshow__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-left
    .homepage-featured-content-box {
    align-self: center;
    justify-self: flex-start;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-left
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-left
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: left;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-left
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-start;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center
    .homepage-featured-content-box {
    align-self: center;
    justify-self: center;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.mobile-text-position--center
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: center;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: center;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-right
    .homepage-featured-content-box {
    align-self: center;
    justify-self: flex-end;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: right;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--center-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-end;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left
    .homepage-featured-content-box {
    align-self: flex-end;
    justify-self: flex-start;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: left;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-start;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom
    .homepage-featured-content-box {
    align-self: flex-end;
    justify-self: center;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: center;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: center;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right
    .homepage-featured-content-box {
    align-self: flex-end;
    justify-self: flex-end;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: right;
  }
  .homepage-sections--slideshow-wrapper.mobile-text-position--bottom-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .homepage-sections--slideshow-wrapper.text-position--center-left
    .homepage-featured-content-box {
    align-self: center;
    justify-self: flex-start;
  }
  .homepage-sections--slideshow-wrapper.text-position--center-left
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.text-position--center-left
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: left;
  }
  .homepage-sections--slideshow-wrapper.text-position--center-left
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-start;
  }
  .homepage-sections--slideshow-wrapper.text-position--center
    .homepage-featured-content-box {
    align-self: center;
    justify-self: center;
  }
  .homepage-sections--slideshow-wrapper.text-position--center
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.text-position--center
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: center;
  }
  .homepage-sections--slideshow-wrapper.text-position--center
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: center;
  }
  .homepage-sections--slideshow-wrapper.text-position--center-right
    .homepage-featured-content-box {
    align-self: center;
    justify-self: flex-end;
  }
  .homepage-sections--slideshow-wrapper.text-position--center-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.text-position--center-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: right;
  }
  .homepage-sections--slideshow-wrapper.text-position--center-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-end;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom-left
    .homepage-featured-content-box {
    align-self: flex-end;
    justify-self: flex-start;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.text-position--bottom-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: left;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-start;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom
    .homepage-featured-content-box {
    align-self: flex-end;
    justify-self: center;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.text-position--bottom
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: center;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: center;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom-right
    .homepage-featured-content-box {
    align-self: flex-end;
    justify-self: flex-end;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .homepage-sections--slideshow-wrapper.text-position--bottom-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slideshow-title
    h2 {
    text-align: right;
  }
  .homepage-sections--slideshow-wrapper.text-position--bottom-right
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .slide-buttons {
    justify-content: flex-end;
  }
}
.slideshow-slider-container .align-center {
  align-items: center;
}
.slideshow-slider-container .homepage-featured-content-box {
  position: relative;
  background: 0 0;
  top: unset;
  left: unset;
  transform: none;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .slideshow-slider-container .homepage-featured-content-box {
    padding: 15px;
  }
  .slideshow-slider-container
    .homepage-featured-content-box.has-navigation:not(
      .margin-normal-mobile
    ).bars {
    margin-bottom: 5px;
  }
  .slideshow-slider-container
    .homepage-featured-content-box.has-navigation:not(
      .margin-normal-mobile
    ).arrows {
    margin-bottom: 45px;
  }
  .slideshow-slider-container
    .homepage-featured-content-box.has-navigation:not(
      .margin-normal-mobile
    ).dots {
    margin-bottom: 35px;
  }
}
.slideshow-slider-container
  .homepage-featured-content-box
  .homepage-featured-content-box-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.slideshow-slider-container
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-section-btn,
.slideshow-slider-container
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title {
  margin-bottom: 0;
  margin-top: 0;
}
.slideshow-slider-container .flex-control-paging li a {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.slideshow-slider-container .slide-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-spacing);
}
@media screen and (max-width: 767px) {
  .slideshow-slider-container .icon--placeholder {
    min-height: 350px;
  }
  .slideshow-slider-container .slide-buttons {
    gap: calc(var(--grid-spacing) * 0.75);
  }
}
.homepage-sections--slideshow-wrapper .sitewide--title-wrapper {
  padding-bottom: 0;
}
.homepage-sections--slideshow-wrapper
  .sitewide--title-wrapper
  h2.homepage-sections--title:after {
  display: none;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  z-index: 1;
}
.image--slideshow__navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: auto;
}
.image--slideshow__navigation.bars {
  bottom: 0;
}
.image--slideshow__navigation.arrows {
  display: grid;
  grid-template-columns: 1fr minmax(44px, auto) 1fr;
  grid-template-rows: 1fr;
  bottom: 10px;
}
.image--slideshow__navigation.arrows .flex-next,
.image--slideshow__navigation.arrows .flex-prev,
.image--slideshow__navigation.arrows
  .swiper-pagination.swiper-pagination-fraction {
  grid-row-start: 1;
  grid-row-end: 2;
}
.image--slideshow__navigation.arrows .flex-prev {
  grid-column-start: 1;
  grid-column-end: 2;
  justify-self: end;
}
.image--slideshow__navigation.arrows
  .swiper-pagination.swiper-pagination-fraction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
}
.image--slideshow__navigation.arrows .flex-next {
  grid-column-start: 3;
  grid-column-end: 4;
  justify-self: start;
}
.image--slideshow__navigation .swiper-pagination.swiper-pagination-fraction {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: var(--base-font-size);
}
.image--slideshow__navigation .swiper-pagination.pagination-bullets {
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bullets
  .swiper-pagination-bullet {
  grid-row-start: 1;
  grid-row-end: 2;
  margin: 0;
  position: relative;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets {
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets
  .swiper-pagination-bullet {
  grid-row-start: 1;
  grid-row-end: 2;
  margin: 0;
  padding: 0;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets
  .swiper-pagination-bullet.progress-bar {
  border: 0;
  width: 100%;
  max-width: 200px;
  position: relative;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets
  .swiper-pagination-bullet.progress-bar
  i {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 1;
  width: 100%;
  height: 5px;
  opacity: 0.3;
  background-color: currentColor;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets
  .swiper-pagination-bullet.progress-bar
  b {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 2;
  width: 0%;
  height: 5px;
  background-color: currentColor;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets
  .swiper-pagination-bullet.progress-bar.swiper-pagination-bullet-active {
  background-color: transparent;
}
.image--slideshow__navigation
  .swiper-pagination.pagination-bars.swiper-pagination-bullets
  .swiper-pagination-bullet.progress-bar.swiper-pagination-bullet-active
  b {
  animation-name: sliderProgressBar;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@keyframes sliderProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.image--slideshow__navigation a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  text-align: center;
  vertical-align: middle;
  color: currentColor;
}
