@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fafafa;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-image: url('images/page-not-found-pattern.jpg');
}
.page-not-found {
    position: relative;
    margin: auto;
    padding: 0 1rem;
}
.abscbn-logo {
    width: 150px;
    margin: 1.35rem auto;
    line-height: 0;
}
.abscbn-logo img {
    width: 100%;
}
.page-not-found_inner {
    background: linear-gradient(145deg, #ffbf00, #ffce3c);
    width: 100%;
    margin: auto;
    border-radius: 16px;
    height: calc(100vh - 80px);
    text-align: center;
    padding: 110px 30px;
    display: flex;
    justify-content: center;
}
.page-not-found_title,
.page-not-found_subtitle,
.page-not-found_info {
    color: #080808;
}
.page-not-found_title,
.page-not-found_subtitle {
    font-size: 5em;
    line-height: 1.1;
    font-weight: 900;
}
.page-not-found_subtitle {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
}
.page-not-found_info {
    margin: 10px auto;
    font-size: 16px;
    font-weight: 500;
}
.page-not-found-img {
    position: absolute;
}
.page-not-found-img img {
    width: 100%;
}
.mobile-hand {
    bottom: 30px;
    left: 0;
    width: 50px;
}
.mobile-hand-money {
    bottom: 0;
    right: 0;
    width: 120px;
}
.envelope {
    top: 74px;
    left: 34px;
    width: 70px;
}

/**
 * The following styles are for Akamai's default Crypto Challenge spinner.
 * These styles can be removed if you choose to remove/hide the spinner.
 */
 #sec-if-cpt-container .timer-container {
   display: none;
 }



.timer-container {
  color: #3a3b3f;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  position: absolute;
}

.spinner-time-parent {
  position: relative;
  margin: 2px auto;
  width: 75px;
  height: 75px;
}

#sec-if-cpt-container .timer-container {
  display: block !important;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@media (min-width: 768px) {
    .page-not-found {
        width: calc(100% - 180px);
    }
    .page-not-found_inner {
        height: calc(100vh - 120px);
        border: none;
        border-radius: 30px;
        padding: 100px 40px 50px
    }
    .abscbn-logo {
        width: 230px;
        margin: 1.35rem auto;
    }
    .mobile-hand {
        bottom: 20px;
        left: -90px;
        width: 100px;
    }
    .mobile-hand-money {
        bottom: 20px;
        right: -78px;
        width: 260px;
    }
    .envelope {
        top: 100px;
        left: -8px;
        width: 100px;
    }
    .page-not-found_title {
        font-size: 7em;
    }
    .page-not-found_subtitle {
        font-size: 2em;
        max-width: 650px;
    }
    .page-not-found_info {
        max-width: 380px;
    }
}
@media (min-width: 1024px) {
    .abscbn-logo {
        margin: 1.35rem auto 1.35rem -80px;
    }
    .page-not-found_info {
        max-width: 460px;
    }
    .page-not-found_title {
        font-size: 9em;
    }
}
@media (min-width: 1200px) {
    .page-not-found {
        width: calc(100% - 230px);
    }
    .mobile-hand {
        left: -116px;
    }
    .mobile-hand-money {
        bottom: 40px;
        right: -102px;
        width: 280px;
    }
    .envelope {
        top: 100px;
        left: -10px;
        width: 120px;
    }
    .page-not-found_info {
        max-width: 600px;
    }
}
@media (min-width: 1350px) {
    .mobile-hand-money {
        width: 350px;
    }
}
@media (min-width: 1920px) {
    .page-not-found_inner {
        align-items: center;
        padding: 50px 40px;
    }
    .page-not-found {
        width: calc(100% - 400px);
    }
    .mobile-hand-money {
        bottom: 100px;
        right: -170px;
        width: 550px;
    }
    .mobile-hand {
        bottom: 40px;
        left: -200px;
        width: 174px;
    }
    .envelope {
        top: 110px;
        left: -28px;
        width: 200px;
    }
    .page-not-found_subtitle {
        font-size: 3em;
        max-width: 650px;
    }
}