 .u-section-1 {
  --color-var: #111111;
}

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

.u-section-1 .u-text-1 {
  font-size: 2.6875rem;
  --text-color-var: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 21px #ffb963;
  margin: 177px auto 0;
}

.u-section-1 .u-text-2 {
  --text-color-var: #ffffff;
  max-width: 818px;
  width: 100%;
  margin: 32px auto;  
}

.u-section-1 .u-form-1 {
  height: 363px;
  max-width: 632px;
  width: 100%;
  margin: 31px auto 60px;
}

.u-section-1 .u-input-1 {
  --radius: 41px;
  height: 62px;
  margin-bottom: 12px;
}

.u-section-1 .u-input-2 {
  --radius: 41px;
  height: 62px;
  margin-bottom: 12px;
}

.u-section-1 .u-input-3 {
  --radius: 32px;
  margin-bottom: 4px;
}

.u-section-1 .u-btn-2 {
  --radius: 41px;
  text-transform: uppercase;
  width: 40%;
  background-image: linear-gradient(#cfb068, #8d5c02);
  box-shadow: 0px 0px 21px 5px #ffb963;
  font-weight: 700;
  padding: 20px 0;
}

.u-section-1 .u-btn-3 {
  --radius: 41px;
  width: 1%;
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    margin-right: -5px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 651px;
  }

  .u-section-1 .u-form-1 {
    width: 645px;
    margin-top: 32px;
    margin-bottom: 59px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 60px;
  }

  .u-section-1 .u-form-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-form-1 {
    width: 340px;
    margin-bottom: 60px;
  }

  .u-section-1 .u-btn-2 {
    width: 63%;
    padding-top: 19px;
    padding-bottom: 21px;
  }
}