.cmp-carousel .gabm-cmp-herovideo {
  height: calc(100vh - 80px);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo {
    height: calc(100vh - 60px);
    max-height: 750px;
    min-height: 500px;
  }
}
.cmp-carousel .gabm-cmp-herovideo--wrapper video {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--wrapper video {
    min-height: 100%;
    min-width: 100%;
    height: auto;
  }
}
.cmp-carousel .gabm-cmp-herovideo--controls {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 14px;
  transition: opacity 250ms;
  right: 10px;
  z-index: 11;
}
.cmp-carousel .gabm-cmp-herovideo--controls.show {
  opacity: 1;
  pointer-events: all;
}
.cmp-carousel .gabm-cmp-herovideo--controls-btn {
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin: 0 !important;
  min-width: 0;
  display: inline-block;
  font-size: 0;
  padding: 0;
  background: transparent;
}
.cmp-carousel .gabm-cmp-herovideo--controls-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cmp-carousel .gabm-cmp-herovideo--controls-btn.hide {
  display: none;
}
.cmp-carousel .gabm-cmp-herovideo--controls-btn svg {
  height: 30px;
}
.cmp-carousel .gabm-cmp-herovideo--background {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--background {
    min-height: calc(100vh - 60px);
    max-height: 750px;
    min-height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--background {
    /*padding-top: 56.25%;*/
  }
}
@media only screen and (min-width: 1332px) {
  .cmp-carousel .gabm-cmp-herovideo--background {
    /*padding-top: 0;*/
  }
}
.cmp-carousel .gabm-cmp-herovideo--background .limelight-player {
  height: 100% !important;
}
.cmp-carousel .gabm-cmp-herovideo--background .limelight-player video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--background .limelight-player video {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--background .limelight-player {
    padding-top: 56.25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute !important;
  }
}
.cmp-carousel .gabm-cmp-herovideo--background img {
  position: absolute;
  min-height: calc(100vh - 80px);
  width: auto;
  max-width: none;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  max-height: 100%;
  object-fit: cover;
}
.cmp-carousel .gabm-cmp-herovideo--background img.ready {
  transition: 1s transform 250ms ease-in;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--background img {
    min-height: calc(100vh - 60px);
    min-width: 100%;
    max-height: none;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--background img {
    /* min-height: 100%;
          min-height: 100%; */
  }
}
.cmp-carousel .gabm-cmp-herovideo--background.zoom-in img {
  transform: translate(-50%, -50%) scale(1);
}
.cmp-carousel .gabm-cmp-herovideo--content {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  bottom: 0px;
}
.cmp-carousel .gabm-cmp-herovideo--heading {
  padding: 0 10px 0 10px;
  position: relative;
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--heading {
    padding: 0 0 0 24px;
    text-align: left;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--heading {
    padding: 0 0 0 82px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-carousel .gabm-cmp-herovideo--heading .btn {
    max-width: none;
  }
}
.cmp-carousel .gabm-cmp-herovideo--heading-title p {
  line-height: 1.2;
}
.cmp-carousel .gabm-cmp-herovideo--heading-title h1,
.cmp-carousel .gabm-cmp-herovideo--heading-title h2,
.cmp-carousel .gabm-cmp-herovideo--heading-title h3,
.cmp-carousel .gabm-cmp-herovideo--heading-title h4,
.cmp-carousel .gabm-cmp-herovideo--heading-title h5,
.cmp-carousel .gabm-cmp-herovideo--heading-title h6 {
  display: block;
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  white-space: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h2,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h3,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h4,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h5,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h6 {
    font-size: 32px;
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h2,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h3,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h4,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h5,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h6 {
    font-size: 38px;
    width: 60%;
  }
}
.cmp-carousel .gabm-cmp-herovideo--heading-title h1 b,
.cmp-carousel .gabm-cmp-herovideo--heading-title h2 b,
.cmp-carousel .gabm-cmp-herovideo--heading-title h3 b,
.cmp-carousel .gabm-cmp-herovideo--heading-title h4 b,
.cmp-carousel .gabm-cmp-herovideo--heading-title h5 b,
.cmp-carousel .gabm-cmp-herovideo--heading-title h6 b {
  display: inline-block;
  font-size: 50px;
  font-weight: 700 !important;
  text-align: left;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h2 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h3 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h4 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h5 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h6 b {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h2 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h3 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h4 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h5 b,
  .cmp-carousel .gabm-cmp-herovideo--heading-title h6 b {
    font-size: 67px;
  }
}
.cmp-carousel .gabm-cmp-herovideo--eyebrow {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--eyebrow {
    font-size: 13px;
  }
}
.cmp-carousel .gabm-cmp-herovideo--cta {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  margin-top: 30px;
  padding: 0 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--cta {
    width: auto;
  }
}
.cmp-carousel .gabm-cmp-herovideo__gradient:after {
  background: linear-gradient(251.89deg, rgba(0, 111, 207, 0) 47.39%, #47545f 71.76%, #0f0f0f 85.8%);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
.cmp-carousel.mobile-small .gabm-cmp-herovideo {
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  min-height: 350px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel.mobile-small .gabm-cmp-herovideo {
    height: calc(100vh - 200px);
    max-height: none;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel.mobile-small .gabm-cmp-herovideo {
    max-height: 750px;
    min-height: 500px;
  }
}
.cmp-carousel.mobile-small .gabm-cmp-herovideo--background {
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  min-height: 350px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel.mobile-small .gabm-cmp-herovideo--background {
    max-height: none;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel.mobile-small .gabm-cmp-herovideo--background {
    max-height: 750px;
    min-height: 500px;
  }
}
.cmp-carousel.mobile-large .gabm-cmp-herovideo {
  height: 100vh;
  min-height: 350px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel.mobile-large .gabm-cmp-herovideo {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel.mobile-large .gabm-cmp-herovideo {
    max-height: 750px;
    min-height: 500px;
  }
}
.cmp-carousel.mobile-large .gabm-cmp-herovideo--background {
  height: 100vh;
  min-height: 350px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel.mobile-large .gabm-cmp-herovideo--background {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel.mobile-large .gabm-cmp-herovideo--background {
    max-height: 750px;
    min-height: 500px;
  }
}

.cmp-herovideo-carousel {
  position: relative;
}
.cmp-carousel {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel {
    height: calc(100vh - 60px);
    max-height: 750px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel {
    /*height: auto;
    min-height: auto;*/
  }
}
@media only screen and (min-width: 1280px) {
  .cmp-carousel {
    /*min-height: 750px;*/
  }
}
.cmp-carousel.mobile-small {
  height: calc(100vh - 200px);
  min-height: 350px;
  max-height: calc(100vh - 200px);
}
@media only screen and (min-width: 768px) {
  .cmp-carousel.mobile-small {
    height: calc(100vh - 200px);
    max-height: none;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel.mobile-small {
    max-height: 750px;
    min-height: 500px;
  }
}
.cmp-carousel.mobile-large {
  height: 100vh;
  min-height: 350px;
}
@media only screen and (min-width: 768px) {
  .cmp-carousel.mobile-large {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel.mobile-large {
    max-height: 750px;
    min-height: 500px;
  }
}
.cmp-carousel__content {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .cmp-carousel__content {
    /*min-height: auto;
      padding-top: 56.25%;*/
  }
}
@media only screen and (min-width: 1280px) {
  .cmp-carousel__content {
    /*min-height: 750px;*/
    /*padding-top: 0;*/
  }
}
.cmp-carousel__item {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 400ms opacity 100ms ease-in;
}
.cmp-carousel__item--active {
  opacity: 1;
  z-index: 10;
  display: block !important;
}
.cmp-carousel__item > .herovideo {
  transition: 500ms visibility;
}
.cmp-carousel__item[aria-hidden="true"] > .herovideo {
  visibility: hidden;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 36px 0 12px;
  pointer-events: none;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 11;
}
.cmp-carousel__indicator {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  flex: 1;
  font-size: 0;
  height: 20px;
  margin: 0 7px;
  pointer-events: all;
  position: relative;
  text-indent: -1000em;
}
.cmp-carousel__indicator:focus {
  outline: 1px solid blue;
}
.cmp-carousel__indicator:focus-visible {
  outline: 1px solid blue;
}
.cmp-carousel__indicator.jsclick:focus-visible {
  outline: none;
  border: none;
}
.cmp-carousel__indicator-fill {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: width linear;
  width: 0%;
}
.cmp-carousel__indicator-fill-wrapper {
  background-color: #53565A;
  border-radius: 2px;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.cmp-carousel__indicator-fill--no-transition {
  transition: none !important;
  transition-duration: unset !important;
}
.cmp-carousel__indicator-fill--play {
  width: 100% !important;
}
.cmp-carousel__actions {
  color: #fff;
  display: flex;
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

