.body {
  height: 100vh;
  min-height: 100vh;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1rgJ1J8SDEAY2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Lato-ttf, sans-serif;
}

.mainsection {
  height: 100vh;
  clear: none;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title {
  opacity: 1;
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato-ttf, sans-serif;
  line-height: 1em;
}

.descriptor {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato-ttf, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
}

.contact {
  opacity: 1;
  filter: blur();
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato-ttf, sans-serif;
  line-height: 1em;
  transition: opacity .2s;
}

.logo {
  width: 75px;
  max-width: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

@media screen and (max-width: 991px) {
  .descriptor {
    font-size: 19px;
  }

  .logo {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .descriptor {
    font-size: 19px;
  }
}

@media screen and (max-width: 479px) {
  .title {
    font-size: 28px;
  }

  .descriptor {
    font-size: 14px;
  }

  .contact {
    font-size: 13px;
  }

  .logo {
    width: 75px;
    max-width: none;
    aspect-ratio: auto;
  }
}


@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-ttf';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}