 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #000000, #292d33);
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 813px;
}

.u-section-1 .u-text-1 {
  font-family: "Almendra Display";
  font-weight: 700;
  margin: 308px auto 0;
}

.u-section-1 .u-form-1 {
  height: 416px;
  width: 918px;
  margin: 7px auto 29px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 10px 64px 10px 62px;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 32px;
  }

  .u-section-1 .u-form-1 {
    width: 720px;
    margin-top: 205px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-top: 269px;
  }

  .u-section-1 .u-form-1 {
    width: 540px;
    margin-top: 14px;
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    margin-top: 292px;
  }

  .u-section-1 .u-form-1 {
    margin-top: 11px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}