.body {
  height: 100%;
  background-color: #fff;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-komiche-icon {
  margin-top: -83px;
}

.txt-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 10px;
  text-align: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  background-color: #8738ce;
  font-family: 'Knockout htf34 juniorsumo';
}

.txt-heading {
  font-family: 'Knockout htf74 fullsumo';
  color: #8738ce;
  font-size: 26px;
}

.txt-label {
  font-family: 'Knockout htf74 fullsumo';
  color: #000;
}

.txt-field {
  font-family: 'Knockout htf34 juniorsumo';
  font-size: 12px;
}

.error-message {
  background-color: red;
  font-family: 'Knockout htf34 juniorsumo';
  color: #fff;
  font-size: 11px;
}

@media screen and (min-width: 1440px) {
  .container-base {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    font-size: 11px;
  }

  .container-base {
    max-width: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .container-base {
    max-width: 100%;
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: 600px;
  }

  .container-base {
    padding-right: 170px;
    padding-left: 170px;
  }

  .img-komiche-icon {
    margin-top: -270px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-base {
    padding-right: 50px;
    padding-left: 50px;
  }

  .img-komiche-icon {
    margin-top: -40px;
  }
}

