 .u-section-1 {
  background-image: url("images/header.png");
  min-height: 182px;
  background-position: 50% 50%;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 150px;
  }
}

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

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

@media (max-width: 575px) {
   .u-section-1 {
    background-position: 41.94% 50%;
    background-size: cover;
    min-height: 182px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 1799px;
}

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

.u-section-2 .u-gallery-1 {
  height: 1617px;
  margin-top: 23px;
  margin-bottom: 60px;
}

.u-section-2 .u-gallery-inner-1 {
  --gap: 10px;
  grid-template-columns: repeat(2, auto);
}

.u-section-2 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-2 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-2 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-2 .u-over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-2 .u-over-slide-5 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-2 .u-over-slide-6 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-2 .u-over-slide-7 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

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

  .u-section-2 .u-gallery-1 {
    height: 1333px;
  }
}

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

  .u-section-2 .u-gallery-1 {
    height: 3574px;
  }

  .u-section-2 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

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

  .u-section-2 .u-gallery-1 {
    height: 2681px;
  }
}

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

  .u-section-2 .u-text-1 {
    margin-top: 208px;
  }

  .u-section-2 .u-gallery-1 {
    margin-top: -210px;
    height: 1688px;
  }
}