.home .banner {
  position: relative;
  height: 100vh;
}
.home .banner__video-container {
  width: 100%;
  height: 100%;
}
.home .banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.home .banner__title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px 12px;
}
.home .banner__title {
  text-align: center;
}
@media (max-width: 1399px) {
  .home .banner {
    height: auto;
  }
  .home .banner__video-container {
    display: flex;
  }
}
.home .discover {
  overflow-x: hidden;
}
.home .discover__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.home .discover__image-container:before {
  content: "";
  display: block;
  padding-top: 84.2715231788%;
}
.home .discover__image-container .ratio-item {
  object-fit: cover;
}
.home .discover__description {
  margin: 50px 0px 40px;
}
@media (max-width: 991px) {
  .home .discover__description {
    margin: 40px 0px;
  }
  .home .discover__image-container {
    margin-bottom: 40px;
  }
}
.home .news__card-image-container {
  position: relative;
  width: 100%;
  display: block;
}
.home .news__card-image-container:before {
  content: "";
  display: block;
  padding-top: 73.0769230769%;
}
.home .news__card-image-container .ratio-item {
  object-fit: cover;
}
.home .news__card {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}
.home .news__card-item {
  position: relative;
  flex: 0 0 auto;
  width: 33.33%;
  padding-right: 9px;
  padding-left: 9px;
}
.home .news__card-description-wrapper {
  padding: 24px 18px 15px;
}
.home .news__card-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.home .news__button-wrapper {
  position: relative;
  z-index: 1;
  padding: 0px 18px 24px;
}
.home .news__button {
  font-size: 14px;
  padding: 8px 24px;
}
.home .news__button::before {
  display: none;
}
.home .news__button:hover {
  opacity: 0.8;
}
.home .news__button:hover span {
  left: 0;
}
.home .news__button-hidden {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  left: 9px;
}
@media (max-width: 991px) {
  .home .news__card-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home .mifa {
  position: relative;
  height: 100vh;
}
.home .mifa__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.home .mifa__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px 12px;
  text-align: center;
}
.home .mifa__logo-image {
  width: 100%;
  max-width: 460px;
}
.home .testimonial {
  text-align: center;
}
.home .testimonial__card-image-container {
  position: relative;
  width: 100%;
  display: block;
}
.home .testimonial__card-image-container:before {
  content: "";
  display: block;
  padding-top: 119.4711538462%;
}
.home .testimonial__card-image-container .ratio-item {
  object-fit: cover;
}
.home .testimonial__card {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
  margin-top: 80px;
}
.home .testimonial__card-item {
  position: relative;
  flex: 0 0 auto;
  width: 33.33%;
  padding-right: 9px;
  padding-left: 9px;
}
.home .testimonial__card-description-wrapper {
  position: absolute;
  right: 9px;
  bottom: 0;
  left: 9px;
  padding: 24px 18px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5046393557) 65%, rgba(255, 255, 255, 0) 100%);
}
.home .testimonial__card-title {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
  color: #ffffff;
}
.home .testimonial__card-description {
  font-size: 14px;
}
@media (max-width: 991px) {
  .home .testimonial__card-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .home .testimonial__card-item:last-child {
    margin-bottom: 0px;
  }
  .home .testimonial__card-title {
    margin: 18px 0px 15px;
  }
}

/*# sourceMappingURL=home.css.map */
