body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.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: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.n4-nav-button {
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.n4-nav-button:hover {
  background-color: #000000bf;
}

.t4-title-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.t4-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: border-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.t4-button:hover {
  border-color: #bdbdbd;
}

.t4-button:active {
  border-color: #dfdfdf;
}

.t4-form-text-input {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25em;
}

.t4-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t4-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.t4-title-form-wrapper {
  width: 100%;
  max-width: 40rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.t4-font-2xl {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1em;
}

.t4-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.t4-font-s {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1em;
}

@media screen and (max-width: 991px) {
  .n4-nav-button {
    transition-property: none;
  }

  .n4-nav-button:hover {
    background-color: #000;
  }

  .t4-font-2xl {
    font-size: 3rem;
  }

  .t4-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .n4-nav-button {
    width: 3rem;
    height: 3rem;
  }

  .t4-button {
    font-size: .9rem;
  }

  .t4-form-text-input {
    min-height: 3rem;
    font-size: .9rem;
  }

  .t4-font-2xl {
    font-size: 2.5rem;
  }

  .t4-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .t4-font-s {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 479px) {
  .t4-title-form {
    flex-flow: column;
  }

  .t4-button {
    width: 100%;
    padding: .9em 1em;
  }

  .t4-form-text-input {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .t4-font-2xl {
    font-size: 2rem;
  }
}
