 .u-section-1 {
  background-image: linear-gradient(60deg, rgba(242,78,58,0.3), #ccd3db);
}

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

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
  --animation-custom_in-translate_x: -20px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 224px auto 0;
}

.u-section-1 .u-form-1 {
  height: 572px;
  background-image: none;
  --radius: 10px;
  width: 616px;
  margin: 49px auto 60px;
}

.u-section-1 .u-text-2 {
  margin-left: 0;
  font-size: 1.375rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: 20px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-btn-1 {
  letter-spacing: 0px;
  background-image: none;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  width: 100%;
  padding: 11px 0 12px;
}

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

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

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

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

  .u-section-1 .u-text-2 {
    font-size: 1.25rem;
  }
}

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

  .u-section-1 .u-form-1 {
    width: 340px;
  }
}.hoverButton {
transition: 0.4s ease;
}
.hoverButton:hover {
	transform: scale(1.01);
}