* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.page-wrapper {
  max-width: 1500px;
  min-width: 280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hero {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.hero .js-hero-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-position: center;
}

.hero .js-hero-swiper {
  width: 100%;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
}

.hero .js-hero-mySwiper2 {
  width: 100%;
  height: 80%;
  transition: opacity 0.5s ease;
}

.hero .js-hero-mySwiper2 img {
  filter: brightness(50%);
}

.hero .js-hero-mySwiper {
  height: 20%;
  box-sizing: border-box;
  margin: 0;
}

.hero .js-hero-mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  cursor: pointer;
  transition: opacity 0.5s ease;
  opacity: 0.4;
  border-top: 1px solid #fff;
}

.hero .js-hero-mySwiper .swiper-slide:hover {
  opacity: 1;
}

.hero .js-hero-mySwiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
}

.hero .js-hero-mySwiper .swiper-wrapper svg {
  width: 28px;
  fill: #fff;
  padding-bottom: 5px;
}

.hero .js-hero-mySwiper .swiper-wrapper .responsive-header {
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.hero .js-hero-mySwiper .swiper-wrapper .responsive-header__content {
  width: 50%;
  height: 20%;
  padding: 5px;
  display: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  align-content: center;
}

.hero .js-hero-mySwiper .swiper-wrapper .responsive-header__content-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
}

.hero .js-hero-mySwiper .swiper-wrapper .responsive-header__content-text {
  height: 50px;
  display: flex;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.hero .js-hero-mySwiper .content {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero .js-hero-mySwiper .content-icon {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
}

.hero .js-hero-mySwiper .content-text {
  width: 100%;
  height: 50%;
  display: flex;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}

.hero .js-hero-mySwiper .js-hero-swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.hero .js-hero-mySwiper .js-hero-swiper-slide-thumb-active {
  opacity: 1;
}

.hero .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #fff;
}

.hero .swiper-slide .hero-content {
  width: 95%;
  position: absolute;
  opacity: 1;
  color: #fff;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
}

.hero .swiper-slide .hero-content img {
  width: 100px;
  height: auto;
  filter: brightness(100%);
}

.hero .swiper-slide .hero-content__text {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
}

.hero .swiper-slide .hero-content__logo {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero .swiper-slide .hero-content__logo img {
  margin-top: 50px;
}

.hero .swiper-slide .hero-content__logo h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero .swiper-slide .hero-content__logo--text--container {
  width: 40%;
  text-transform: uppercase;
}

.hero .swiper-slide .hero-content__logo--text--container a {
  padding: 5px 25px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: ease 0.3s;
  cursor: pointer;
  border-radius: 2px;
}

.hero .swiper-slide .hero-content__logo--text--container a:hover {
  background-color: #000;
  color: #fff;
  transition: ease 0.3s;
}

@media (max-width: 1199px) {
  .page-wrapper {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero .js-hero-mySwiper .swiper-wrapper .responsive-header__content-text {
    font-size: 11px;
  }
  .hero .swiper-slide img {
    height: 50%;
  }
  .hero {
    width: 100%;
    height: 50%;
    background-color: #000;
  }
  .hero .js-hero-mySwiper2 {
    height: 50%;
  }
  .hero .js-hero-mySwiper {
    height: 50%;
  }
  .hero .js-hero-mySwiper .swiper-slide {
    display: none;
  }
  .hero .js-hero-mySwiper .swiper-wrapper .responsive-header__content-text {
    align-items: flex-start;
  }
  .hero .swiper-slide .hero-content__logo h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero .swiper-slide .hero-content__text {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .hero .swiper-slide .hero-content__logo {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero .swiper-slide .hero-content__logo h2 {
    margin-top: 30px;
  }
  .hero .swiper-slide .hero-content {
    margin-top: 0px;
  }
  .hero .swiper-slide .hero-content__logo img {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
  }
  .hero .swiper-slide .hero-content__logo--text--container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero {
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .hero .js-hero-mySwiper2 {
    height: 50%;
  }
  .hero .js-hero-mySwiper {
    height: 50%;
  }
  .hero .js-hero-mySwiper .swiper-slide {
    display: none;
  }
  .hero .js-hero-mySwiper .swiper-wrapper .responsive-header__content-text {
    align-items: flex-start;
  }
  .hero .swiper-slide .hero-content__logo h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero .swiper-slide .hero-content__text {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .hero .swiper-slide .hero-content__logo {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero .swiper-slide .hero-content__logo h2 {
    margin-top: 30px;
  }
  .hero .swiper-slide .hero-content {
    margin-top: 0px;
  }
  .hero .swiper-slide .hero-content__logo img {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
  }
  .hero .swiper-slide .hero-content__logo--text--container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
} /*# sourceMappingURL=style.css.map */