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

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

.u-section-1 .u-text-2 {
  font-family: Poppins;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 100px;
}.u-section-2 .u-sheet-1 {
  min-height: 84px;
}

.u-section-2 .u-text-1 {
  font-family: Poppins;
  font-size: 1rem;
  margin: 20px 43px;
}

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

  .u-section-2 .u-text-1 {
    font-size: 0.875rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -2px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-text-1 {
    margin-right: 43px;
    margin-left: 43px;
  }
}

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

  .u-section-2 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -47px;
  }
}

.footer-info-line { text-align: center; font-size: 12px; color: rgba(255,255,255,0.9); margin: 0 auto 20px; max-width: 640px; line-height: 1.5; }
.footer-links-wrap { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; width: 100%; gap: 20px; margin-bottom: 24px; }
.footer-links-wrap .footer-col-links { flex: 1; min-width: 180px; }
.footer-links-wrap .footer-col-contact { font-size: 12px; color: rgba(255,255,255,0.85); min-width: 180px; }
.footer-links-wrap .footer-col-contact a { color: rgba(255,255,255,0.9); }
.footer-disclaimer { width: 100%; padding: 20px 16px; margin-top: 20px; margin-bottom: 16px; background: rgba(0,0,0,0.25); border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer-disclaimer-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; margin: 0 0 10px; text-align: center; line-height: 1.4; }
.footer-disclaimer-text { font-size: 10px; color: rgba(255,255,255,0.85); margin: 0; text-align: center; line-height: 1.5; max-width: 800px; margin-left: auto; margin-right: auto; }
.footer-privacy-link { display: block; text-align: center; font-size: 12px; margin: 12px 0; }
.footer-privacy-link a { color: rgba(255,255,255,0.95); text-decoration: underline; }
.footer-copyright { text-align: center; font-size: 10px; color: rgba(255,255,255,0.7); margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.1); }
@media (max-width: 767px) { .footer-links-wrap { flex-direction: column; align-items: center; text-align: center; } .footer-links-wrap .footer-col-contact { text-align: center; } }