/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** 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-image-text/block-image-text.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;
  }
}
.image-text__section {
  padding: 150px 0 75px;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .image-text__section {
    padding: 70px 0 35px;
  }
}
@media screen and (max-width: 550px) {
  .image-text__section {
    padding: 60px 0 30px;
  }
}
.image-text__section .image-text__container {
  max-width: 1478px;
  padding: 0 30px;
}
.image-text__section .image-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .image-text__section .image-text {
    flex-wrap: wrap;
    align-items: center;
  }
}
.image-text__section .image-text__left-wrapper {
  max-width: 40%;
  flex: 0 0 40%;
  padding-right: 64px;
}
@media screen and (max-width: 1100px) {
  .image-text__section .image-text__left-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.image-text__section .image-text__left {
  display: flex;
  flex-direction: column;
}
.image-text__section .image-text__right {
  max-width: 60%;
  flex: 0 0 60%;
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .image-text__section .image-text__right {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.image-text__section .image-text__left-label {
  color: #3990ff;
  text-transform: uppercase;
  padding-bottom: 16px;
  opacity: 0;
  transform: translateY(45%);
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.image-text__section .image-text__left-label.show {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 880px) {
  .image-text__section .image-text__left-label {
    padding-bottom: 10px;
  }
}
.image-text__section .image-text__left-title {
  padding-bottom: 96px;
  opacity: 0;
  transform: translateX(45%);
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.image-text__section .image-text__left-title.show {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 880px) {
  .image-text__section .image-text__left-title {
    padding-bottom: 20px;
  }
}
.image-text__section .image-text__left-image-wrapper {
  max-width: 468px;
}
@media screen and (max-width: 1100px) {
  .image-text__section .image-text__left-image-wrapper {
    align-self: center;
  }
}
.image-text__section .image-text__left-image-wrapper .image-text__left-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-text__section .image-text__right-text {
  padding-bottom: 48px;
  opacity: 0;
  transform: translateY(45%);
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.image-text__section .image-text__right-text.show {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1100px) {
  .image-text__section .image-text__right-text {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 880px) {
  .image-text__section .image-text__right-text {
    padding-bottom: 15px;
  }
}
.image-text__section .image-text__right-small {
  opacity: 0;
  transform: translateY(45%);
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.image-text__section .image-text__right-small.show {
  opacity: 1;
  transform: none;
}
.image-text__section .image-text__left-image-wrapper {
  opacity: 0;
  transform: translateY(100px);
  will-change: opacity, transofrm;
  transition: all 0.5s ease-out;
}
.image-text__section .image-text__left-image-wrapper.show {
  opacity: 1;
  transform: none;
}
.image-text__section .image-text__left-image-wrapper .red-logo {
  transform-origin: 0 -30%;
  offset-path: path("M 200,10 A 190,190 0 1,1 200,390 A 190,190 0 1,1 200,10");
  offset-rotate: 0deg;
  transform-box: fill-box;
  animation: rotateLogo 6s linear infinite;
}
.image-text__section .image-text__left-image-wrapper .red-logo-line {
  transform-origin: center;
  animation: rotateRedLine 6s linear infinite;
}
.image-text__section .image-text__left-image-wrapper .blue-logo {
  transform-origin: -40% -150%;
  offset-path: path("M 150,0 A 150,150 0 1,1 150,300 A 150,150 0 1,1 150,0");
  offset-rotate: 0deg;
  transform-box: fill-box;
  animation: rotateLogo 7s linear infinite;
  animation-delay: 0.5s;
}
.image-text__section .image-text__left-image-wrapper .blue-logo-line {
  transform: rotate(55deg);
  transform-origin: center;
  animation: rotateBlueLine 7s linear infinite;
  animation-delay: 0.5s;
}
@keyframes rotateLogo {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
@keyframes rotateRedLine {
  from {
    transform: rotate(-70deg);
  }
  to {
    transform: rotate(290deg);
  }
}
@keyframes rotateBlueLine {
  from {
    transform: rotate(55deg);
  }
  to {
    transform: rotate(415deg);
  }
}
