/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-title-content-image/block-title-content-image.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;
  }
}
.block-title-content-image {
  position: relative;
  display: flex;
  width: 100%;
}
.block-title-content-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(119deg, #171717 22.22%, rgba(255, 255, 255, 0) 72%), linear-gradient(65deg, #171717 22.22%, rgba(255, 255, 255, 0) 72%);
}

.inner-container {
  width: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 64px;
  flex-wrap: wrap;
  padding: 0 128px;
  max-width: 950px;
  height: auto;
  opacity: 0;
  transform: translateY(45%);
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
  z-index: 3;
}
.content.show {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1000px) {
  .content-content {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .content-content {
    max-width: 300px;
  }
}

.tci-image {
  position: relative;
  z-index: -1;
  width: 100%;
  min-height: 550px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
}

.btn_tci {
  margin-top: 15px;
  padding: 9px 26px;
  background-color: #3990ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.small-height {
  max-height: 619px;
}

@media screen and (min-width: 1921px) {
  .content {
    bottom: 3.33333vw;
    padding: 0 6.66667vw;
    max-width: 49.47917vw;
  }
  .tci-image {
    min-height: 28.64583vw;
  }
  .title {
    padding-bottom: 1.25vw;
  }
  .btn_tci {
    margin-top: 0.78125vw;
    padding: 0.46875vw 1.35417vw;
    border-radius: 0.20833vw;
    font-size: 0.9375vw;
  }
}
