<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.u-section-1 {
  background-image: url("images/2.jpg");
  background-position: 50% 50%;
}

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

.about_text {
    text-align: center;
    font-size: 1.5rem;
}

.about_image img {
    width: 330px;
}

.fr-view img.fr-dib {
    margin: 20px auto;
    display: block;
    float: none;
    vertical-align: top;
}

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

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 186px;
  }
  .about_text {
    font-size: 1.1rem;
  }
  .about_image img {
    width: 220px;
  }
  
}

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

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

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

.u-section-3 .u-form-1 {
  width: 570px;
  margin: 40px auto;
}

.u-section-3 .u-input-1 {
  background-image: none;
}

.u-section-3 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .u-section-3 .u-form-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-form-1 {
    width: 340px;
  }

  .u-section-3 .u-form-group-1 {
    width: 100%;
  }

  .u-section-3 .u-form-group-2 {
    width: 100%;
  }
}</pre></body></html>