/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-banner-hero/block-banner-hero.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #141414;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
.banner-hero {
  display: flex;
}
.banner-hero .bh_inner {
  position: relative;
  width: 100%;
}
.banner-hero .bh_inner .bh_img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .banner-hero .bh_inner .bh_img {
    min-height: 650px;
  }
}
@media screen and (max-width: 700px) {
  .banner-hero .bh_inner .bh_img {
    min-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .banner-hero .bh_inner .bh_img {
    min-height: 580px;
  }
}
.banner-hero .bh_inner .bh_content {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 128px;
  width: 100%;
}
.banner-hero .bh_inner .bh_content.show .bh_content-left,
.banner-hero .bh_inner .bh_content.show .bh_content-right {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .banner-hero .bh_inner .bh_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .banner-hero .bh_inner .bh_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .banner-hero .bh_inner .bh_content {
    padding: 0 25px;
  }
}
.banner-hero .bh_inner .bh_content .bh_content-left {
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
@media screen and (max-width: 1800px) {
  .banner-hero .bh_inner .bh_content .bh_content-left {
    padding-right: 30px;
  }
}
.banner-hero .bh_inner .bh_content .bh_content-left .bh_content-label {
  padding-bottom: 16px;
}
.banner-hero .bh_inner .bh_content .bh_content-left .bh-title {
  width: 100%;
  max-width: 791px;
}
@media screen and (max-width: 1500px) {
  .banner-hero .bh_inner .bh_content .bh_content-left .bh-title {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1320px) {
  .banner-hero .bh_inner .bh_content .bh_content-left .bh-title {
    padding-bottom: 20px;
    max-width: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .banner-hero .bh_inner .bh_content .bh_content-left .bh-title {
    padding: 0;
    padding-bottom: 20px;
  }
}
.banner-hero .bh_inner .bh_content .bh_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.banner-hero .bh_inner .bh_content .bh_content-right .bh-content-content {
  width: 100%;
  max-width: 754px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .banner-hero .bh_inner .bh_content .bh_content-right .bh-content-content {
    line-height: 140%;
  }
}
@media screen and (max-width: 1320px) {
  .banner-hero .bh_inner .bh_content .bh_content-right {
    max-width: unset;
  }
}
.banner-hero .bh_inner .bh_content .bh_content-right .bh-button {
  padding: 16px 24px;
  margin-top: 24px;
  background-color: var(--label-color, #3990ff);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  .banner-hero .bh_inner .bh_content .bh_content-right .bh-button {
    padding: 10px 14px;
  }
}
.banner-hero .bh_inner .swiper-pagination-bullets {
  position: absolute;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
}
.banner-hero .bh_inner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 30px !important;
  background-color: #fff;
  width: 15px !important;
  height: 15px !important;
}
.banner-hero .bh_inner .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

@media screen and (min-width: 1921px) {
  .banner-hero .bh_inner .bh_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .banner-hero .bh_inner .bh_content .bh_content-left .bh_content-label {
    padding-bottom: 0.83333vw;
  }
  .banner-hero .bh_inner .bh_content .bh_content-left .bh-title {
    max-width: 41.19792vw;
  }
  .banner-hero .bh_inner .bh_content .bh_content-right .bh-content-content {
    max-width: 39.27083vw;
  }
  .banner-hero .bh_inner .bh_content .bh_content-right .bh-button {
    padding: 0.83333vw 1.25vw;
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
  }
  .banner-hero .bh_inner .swiper-pagination-bullets {
    padding-bottom: 0.26042vw;
  }
  .banner-hero .bh_inner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 1.5625vw !important;
    width: 0.78125vw !important;
    height: 0.78125vw !important;
  }
}
