/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-why-our-services/block-why-our-services.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;
  }
}
.why-our-services__section {
  padding: 75px 0;
  opacity: 0;
  transform: translateY(100px);
  will-change: opacity, transform;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.why-our-services__section.show {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 550px) {
  .why-our-services__section {
    padding: 35px 0;
  }
}
.why-our-services__section .why-our-services {
  padding: 96px 32px 32px;
  background-color: #003a76;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1640px) {
  .why-our-services__section .why-our-services {
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .why-our-services__section .why-our-services {
    padding: 32px 30px;
  }
}
.why-our-services__section .why-our-services__title-wrapper {
  text-align: center;
  padding-bottom: 60px;
  max-width: 820px;
}
@media screen and (max-width: 770px) {
  .why-our-services__section .why-our-services__title-wrapper {
    padding-bottom: 20px;
  }
}
.why-our-services__section .why-our-services__title {
  padding-bottom: 24px;
  color: #fff;
  opacity: 0;
  transform: translateY(-100px);
  will-change: opacity, transform;
  transition: 0.5s transform 0.4s, 0.5s opacity 0.4s;
}
.why-our-services__section .why-our-services__title.show {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .why-our-services__section .why-our-services__title {
    padding-bottom: 15px;
  }
}
.why-our-services__section .why-our-services__subtitle {
  opacity: 0;
  transform: translateY(-50px);
  will-change: opacity, transform;
  transition: 0.5s transform 0.4s, 0.5s opacity 0.4s;
}
.why-our-services__section .why-our-services__subtitle.show {
  transform: none;
  opacity: 1;
}
.why-our-services__section .why-our-services__reasons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .why-our-services__section .why-our-services__reasons {
    flex-wrap: wrap;
  }
}
.why-our-services__section .why-our-services__reasons-reason-wrapper {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.why-our-services__section .why-our-services__reasons-reason-wrapper:first-of-type {
  padding-right: 10px;
}
@media screen and (max-width: 1050px) {
  .why-our-services__section .why-our-services__reasons-reason-wrapper:first-of-type {
    padding-right: 0;
  }
}
.why-our-services__section .why-our-services__reasons-reason-wrapper:first-of-type .why-our-services__reason-wrapper:first-of-type {
  transform: translateX(-100px);
  transition: 0.3s all 0.1s ease-in;
}
.why-our-services__section .why-our-services__reasons-reason-wrapper:first-of-type .why-our-services__reason-wrapper:last-of-type {
  transform: translateX(-50px);
  transition: 0.3s all 0.6s ease-in;
}
.why-our-services__section .why-our-services__reasons-reason-wrapper:last-of-type {
  padding-left: 10px;
}
@media screen and (max-width: 1050px) {
  .why-our-services__section .why-our-services__reasons-reason-wrapper:last-of-type {
    padding-left: 0;
  }
}
.why-our-services__section .why-our-services__reasons-reason-wrapper:last-of-type .why-our-services__reason-wrapper:first-of-type {
  transform: translateX(100px);
  transition: 0.3s all 0.4s ease-in;
}
.why-our-services__section .why-our-services__reasons-reason-wrapper:last-of-type .why-our-services__reason-wrapper:last-of-type {
  transform: translateX(50px);
  transition: 0.3s all 0.2s ease-in;
}
@media screen and (max-width: 1050px) {
  .why-our-services__section .why-our-services__reasons-reason-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    padding: 0;
    gap: unset;
  }
}
@media screen and (max-width: 770px) {
  .why-our-services__section .why-our-services__reasons-reason-wrapper {
    flex-wrap: wrap;
  }
}
.why-our-services__section .why-our-services__reason-wrapper {
  opacity: 0;
  will-change: opacity, transform;
}
.why-our-services__section .why-our-services__reason-wrapper.show {
  opacity: 1;
  transform: none !important;
}
@media screen and (max-width: 1050px) {
  .why-our-services__section .why-our-services__reason-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 770px) {
  .why-our-services__section .why-our-services__reason-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px 0;
  }
}
.why-our-services__section .why-our-services__reason {
  padding: 32px;
  background-color: #002c5a;
  border-radius: 16px;
  color: #fff;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  .why-our-services__section .why-our-services__reason {
    min-height: unset;
  }
}
@media screen and (max-width: 550px) {
  .why-our-services__section .why-our-services__reason {
    padding: 20px;
  }
}
.why-our-services__section .why-our-services__reason-title {
  color: #fff;
  padding-bottom: 20px;
  max-width: 300px;
}
.why-our-services__section .why-our-services__reason-image-wrapper-outter {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 10px;
  will-change: opacity;
  opacity: 0;
  transition: 0.25s opacity 0.4s ease-out;
}
.why-our-services__section .why-our-services__reason-image-wrapper-outter.show {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .why-our-services__section .why-our-services__reason-image-wrapper-outter {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 770px) {
  .why-our-services__section .why-our-services__reason-image-wrapper-outter {
    padding: 10px 0;
  }
}
.why-our-services__section .why-our-services__reason-image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.why-our-services__section .why-our-services__reason-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
