/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-about-gps-homepage/block-about-gps-homepage.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-about-gps {
  display: flex;
  flex-direction: column;
  background-color: #141414;
  width: 100%;
  overflow: hidden;
}
.block-about-gps.light-theme {
  background-color: #fff;
}
.block-about-gps.light-theme .content-title {
  background-color: #fff;
}
.block-about-gps.light-theme .about-content-left,
.block-about-gps.light-theme .about-content-right {
  color: #141414;
}
.block-about-gps.light-theme .about-content-left .jt__text,
.block-about-gps.light-theme .about-content-right .jt__text {
  color: #141414;
}
.block-about-gps.light-theme .about-content-left .debug .jt__row:nth-child(even),
.block-about-gps.light-theme .about-content-right .debug .jt__row:nth-child(even) {
  color: #fff;
  background: #141414;
}
.block-about-gps.light-theme .about-content-left .debug .jt__row:nth-child(odd),
.block-about-gps.light-theme .about-content-right .debug .jt__row:nth-child(odd) {
  color: #141414;
  background: #fff;
}
.block-about-gps.light-theme .left-content {
  color: #141414;
}
.block-about-gps.light-theme .left-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.block-about-gps.light-theme .left-content li {
  list-style: disc;
  color: #141414;
}
.block-about-gps.light-theme .content-link-blue {
  color: #3990ff;
}
.block-about-gps.light-theme .content-link-blue a {
  color: #3990ff;
}

.content-title {
  width: 100%;
  height: auto;
  padding-left: 128px;
  padding-top: 150px;
  background-color: #141414;
  padding-bottom: 128px;
}
@media screen and (max-width: 1000px) {
  .content-title {
    padding-left: 40px;
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 600px) {
  .content-title {
    padding-left: 25px;
  }
}
.content-title .title-underline {
  border-bottom: 1px solid #3990ff;
  padding-bottom: 5px;
  overflow: hidden;
  opacity: 0.8;
}

.bag-container {
  align-items: center;
  justify-content: center;
}

.about-gps-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-bottom: 128px;
}
.about-gps-content .left-button-gps {
  margin-top: 40px;
  transform: translateY(100px);
  opacity: 0;
}
.about-gps-content.show .about-content-left .jt__text {
  animation: moveIn 2.5s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate forwards;
}
.about-gps-content.show .about-content-right .jt__text {
  animation: moveIn 2.5s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate forwards;
}
.about-gps-content.show .left-content,
.about-gps-content.show .left-button-gps {
  transform: none;
  opacity: 1;
}
.about-gps-content.show .bag-image {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1200px) {
  .about-gps-content.reversed {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1200px) {
  .about-gps-content {
    flex-direction: column-reverse !important;
    padding-bottom: 64px;
  }
}

.left_overflow-hidden {
  overflow: hidden;
}

.about-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 152px;
  height: auto;
  padding-left: 128px;
}
.about-content-left .jt {
  position: relative;
}
.about-content-left .jt__row {
  display: block;
}
.about-content-left .jt__row:nth-child(1) {
  clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}
.about-content-left .jt__row:nth-child(2) {
  clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}
.about-content-left .jt__row:nth-child(3) {
  clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}
.about-content-left .jt__row:nth-child(4) {
  clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}
.about-content-left .jt__row.jt__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
}
.about-content-left .jt__text {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2.5s 0s cubic-bezier(0.36, 0, 0.06, 1) paused;
}
.about-content-left .jt__row:nth-child(1) .jt__text {
  transform: translateY(-0.1em);
}
.about-content-left .jt__row:nth-child(2) .jt__text {
  transform: translateY(-0.3em) scaleY(1.1);
}
.about-content-left .jt__row:nth-child(3) .jt__text {
  transform: translateY(-0.5em) scaleY(1.2);
}
.about-content-left .jt__row:nth-child(4) .jt__text {
  transform: translateY(-0.7em) scaleY(1.3);
}
.about-content-left .jt__row:nth-child(5) .jt__text {
  transform: translateY(-0.9em) scaleY(1.4);
}
.about-content-left .jt__row:nth-child(6) .jt__text {
  transform: translateY(-1.1em) scaleY(1.5);
}
@keyframes moveIn {
  50%, 100% {
    transform: translateY(0);
  }
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.about-content-left .debug .jt__row:nth-child(even) {
  color: #141414;
  background: #fff;
}
.about-content-left .debug .jt__row:nth-child(odd) {
  color: #fff;
  background: #141414;
}
@media screen and (max-width: 1630px) {
  .about-content-left {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .about-content-left {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-content-left {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .about-content-left {
    padding: 30px 25px 0;
  }
}

.about-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 152px;
  height: auto;
  padding-right: 128px;
}
.about-content-right .jt {
  position: relative;
}
.about-content-right .jt__row {
  display: block;
}
.about-content-right .jt__row:nth-child(1) {
  clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}
.about-content-right .jt__row:nth-child(2) {
  clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}
.about-content-right .jt__row:nth-child(3) {
  clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}
.about-content-right .jt__row:nth-child(4) {
  clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}
.about-content-right .jt__row.jt__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
}
.about-content-right .jt__text {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2.5s 0s cubic-bezier(0.36, 0, 0.06, 1) paused;
}
.about-content-right .jt__row:nth-child(1) .jt__text {
  transform: translateY(-0.1em);
}
.about-content-right .jt__row:nth-child(2) .jt__text {
  transform: translateY(-0.3em) scaleY(1.1);
}
.about-content-right .jt__row:nth-child(3) .jt__text {
  transform: translateY(-0.5em) scaleY(1.2);
}
.about-content-right .jt__row:nth-child(4) .jt__text {
  transform: translateY(-0.7em) scaleY(1.3);
}
.about-content-right .jt__row:nth-child(5) .jt__text {
  transform: translateY(-0.9em) scaleY(1.4);
}
.about-content-right .jt__row:nth-child(6) .jt__text {
  transform: translateY(-1.1em) scaleY(1.5);
}
.about-content-right .debug .jt__row:nth-child(even) {
  color: #141414;
  background: #fff;
}
.about-content-right .debug .jt__row:nth-child(odd) {
  color: #fff;
  background: #141414;
}
@media screen and (max-width: 1630px) {
  .about-content-right {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .about-content-right {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-content-right {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .about-content-right {
    padding: 30px 25px 0;
  }
}

.left-content {
  padding-top: 24px;
  transform: translateY(100px);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.8s transform 0.5s, 0.8s opacity 0.5s;
}

.bag-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  transform: translateX(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 1.3s opacity, 1.3s transform;
}
@media screen and (max-width: 1550px) {
  .bag-image {
    max-width: 750px;
  }
}
@media screen and (max-width: 1250px) {
  .bag-image {
    max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .bag-image {
    width: 100%;
    height: auto;
    max-width: unset;
  }
}

.content-link-blue a {
  position: relative;
  color: #3990ff;
  text-decoration: none;
  background-image: linear-gradient(to right, #3990ff, #3990ff);
  background-size: 0% 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.content-link-blue a:hover {
  background-size: 100% 2px;
  transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 1921px) {
  .content-title {
    padding-left: 6.66667vw;
    padding-top: 7.8125vw;
    padding-bottom: 6.66667vw;
  }
  .content-title .title-underline {
    border-bottom: 0.05208vw solid #3990ff;
    padding-bottom: 0.26042vw;
  }
  .about-gps-content {
    padding-bottom: 6.66667vw;
  }
  .about-gps-content .left-button-gps {
    margin-top: 2.08333vw;
    transform: translateY(5.20833vw);
  }
  .about-content-left {
    padding-right: 7.91667vw;
    padding-left: 6.66667vw;
  }
  .about-content-right {
    padding-left: 7.91667vw;
    padding-right: 6.66667vw;
  }
  .left-content {
    padding-top: 1.25vw;
    transform: translateY(5.20833vw);
  }
  .content-link-blue a {
    background-size: 0% 0.10417vw;
  }
  .content-link-blue a:hover {
    background-size: 100% 0.10417vw;
  }
}
