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

.u-section-1 .u-text-1 {
  font-family: PTSansNarrow-Bold;
  text-transform: uppercase;
  margin: 50px 0 0;
}

.u-section-1 .u-text-2 {
  font-family: PTSansNarrow-Bold;
  text-transform: uppercase;
  margin: 21px 0 0;
}

.u-section-1 .u-text-3 {
  font-family: PTSansNarrow-Regular;
  margin: 20px 0 50px;
}.u-section-2 .u-sheet-1 {
  min-height: 905px;
}

.u-section-2 .u-text-1 {
  font-family: PTSansNarrow-Bold;
  text-transform: uppercase;
  margin: 50px 0 0;
}

.u-section-2 .u-text-2 {
  text-transform: uppercase;
  margin: 20px 0 0;
}

.u-section-2 .u-gallery-1 {
  height: 685px;
  width: 466px;
  margin: 40px auto 50px;
}

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

.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;
}

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

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

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

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

  .u-section-2 .u-gallery-1 {
    height: 1999px;
    width: 340px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 771px;
}

.u-section-3 .u-text-1 {
  margin: 50px 0 0;
}

.u-section-3 .u-text-2 {
  text-transform: uppercase;
  margin: 20px 0 0;
}

.u-section-3 .u-image-1 {
  width: 734px;
  height: 549px;
  margin: 30px auto 50px;
}

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

  .u-section-3 .u-image-1 {
    width: 720px;
    height: 539px;
  }
}

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

  .u-section-3 .u-image-1 {
    width: 540px;
    height: 404px;
  }
}

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

  .u-section-3 .u-image-1 {
    width: 340px;
    height: 254px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 325px;
}

.u-section-4 .u-text-1 {
  text-transform: uppercase;
  margin: 49px 0 0;
}

.u-section-4 .u-text-2 {
  text-transform: uppercase;
  margin: 20px 0 0;
}

.u-section-4 .u-text-3 {
  font-family: PTSansNarrow-Regular;
  margin: 20px 0 0;
}

.u-section-4 .u-btn-1 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 20px auto 49px;
  padding: 8px 33px;
}@font-face {
  font-family: 'PTSansNarrow-Bold';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/PTSansNarrow-Bold.ttf);
}@font-face {
  font-family: 'PTSansNarrow-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/PTSansNarrow-Regular.ttf);
}