 .u-section-1 {
  background-position: 50% 50%;
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  margin: 20px auto 0;
}

.u-section-1 .u-text-2 {
  margin: 0 45px 34px 109px;
}

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

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    margin-bottom: 60px;
  }
} .u-section-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #000000, #002563);
  background-size: cover;
}

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

.u-section-2 .u-group-1 {
  width: 930px;
  height: auto;
  min-height: 1565px;
  margin: 0 auto;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px 0;
}

.u-section-2 .u-custom-html-1 {
  height: auto;
  min-height: 1108px;
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    height: auto;
  }
}

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

  .u-section-2 .u-group-1 {
    min-height: 1068px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-custom-html-1 {
    min-height: 957px;
    width: 670px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-custom-html-1 {
    width: 510px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1377px;
  }

  .u-section-2 .u-group-1 {
    min-height: 1377px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-custom-html-1 {
    min-height: 986px;
    width: 340px;
    margin-left: 0;
    margin-right: 0;
  }
}/* Universal MachForm Reset - Works across any site or section structure */
.machform-container,
[class^="u-section-"] :has(.machform-container),
[class*=" u-section-"] :has(.machform-container),
.machform-container [class*="u-sheet"],
.machform-container [class*="u-group"],
.machform-container [class*="u-container-layout"],
.machform-container [class*="u-custom-html"] {
  height: auto !important;
  min-height: auto !important;
}