:root {
  --logoblue: #112c54;
}

.div-block {
  background-color: var(--logoblue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image {
  color: #6dc745;
  width: 55%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-145 {
  z-index: 1000;
  position: fixed;
  inset: auto 0% 10px;
}

.div-block-80 {
  text-align: center;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-5.foots {
  background-color: #112c5400;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.paragraph-5.foots.blue {
  color: #333;
  font-weight: 400;
}

.section {
  margin-bottom: 50px;
}

.div-block-146 {
  text-align: center;
}

.div-block-147 {
  padding-bottom: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: center;
    align-items: flex-start;
    padding-top: 30%;
  }

  .image {
    width: 70%;
  }

  .paragraph-5 {
    text-align: left;
  }

  .paragraph-5.foots {
    color: #fff;
    font-size: .75rem;
    line-height: 1.35rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-top: 45%;
  }

  .image {
    width: 75%;
  }

  .paragraph-5.foots {
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    justify-content: center;
    align-items: flex-start;
    padding-top: 50%;
  }

  .image {
    width: 90%;
  }

  .div-block-145 {
    bottom: 0;
  }

  .paragraph-5 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-5.foots {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-size: .7rem;
    line-height: 1.2rem;
  }
}


