.hero-slider .splide__slide {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-slider .splide__slide picture img {
  width: 100%;
}
.hero-slider .splide__slide .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-slider .splide__slide .overlay .central-space {
  height: 100%;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .hero-slider .splide__slide .overlay .central-space {
    width: 100%;
    padding: 0;
    padding-bottom: 130px;
  }
}
.hero-slider .splide__slide .overlay .central-space .slider-text {
  width: 50%;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  box-sizing: border-box;
  padding-left: 0;
}
@media all and (max-width: 768px) {
  .hero-slider .splide__slide .overlay .central-space .slider-text {
    width: 60%;
  }
}
@media all and (max-width: 640px) {
  .hero-slider .splide__slide .overlay .central-space .slider-text {
    width: 100%;
    padding: 50px;
    position: absolute;
  }
}
.hero-slider .splide__slide .overlay .central-space .slider-text h1 {
  color: #fff;
  text-align: left;
  font-size: 50px;
  line-height: 52px;
  width: auto;
  display: block;
  font-weight: 4R00;
  padding: 0;
}
@media all and (max-width: 980px) {
  .hero-slider .splide__slide .overlay .central-space .slider-text h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media all and (max-width: 640px) {
  .hero-slider .splide__slide .overlay .central-space .slider-text h1 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
}
.hero-slider .splide__slide .overlay .central-space .slider-text h4 {
  color: #0F265C;
  text-align: left;
  font-size: 24px;
  line-height: 26px !important;
  font-weight: normal;
  margin: 8px 0 24px;
}
.hero-slider .splide__slide .overlay .central-space .slider-text h4 p {
  margin-bottom: 10px;
}
.hero-slider .splide__slide .overlay .central-space .slider-text a.link-banner {
  color: #989898;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}
.hero-slider .splide__slide .overlay .central-space .slider-text a.link-hidden {
  display: none;
}
.hero-slider .splide__slide .overlay .central-space .slider-text .image {
  text-align: left;
  padding: 24px 0;
}
.hero-slider .splide__slide .overlay .central-space .slider-text .image img {
  width: 200px;
}
.hero-slider .splide__arrows {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media all and (max-width: 1170px) {
  .hero-slider .splide__arrows {
    width: 100%;
  }
}
.hero-slider .splide__arrows .splide__arrow--prev {
  left: -37px;
}
@media all and (max-width: 1170px) {
  .hero-slider .splide__arrows .splide__arrow--prev {
    left: 17px;
  }
}
.hero-slider .splide__arrows .splide__arrow--next {
  right: -37px;
}
@media all and (max-width: 1170px) {
  .hero-slider .splide__arrows .splide__arrow--next {
    right: 17px;
  }
}
.hero-slider .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
.hero-slider .splide__arrow svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.hero-slider .splide__pagination {
  z-index: 200;
}
