@media (max-width: 1100px) {
  .footer {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px;
  }
  .footer .copyright {
    flex-grow: 1;
    width: 100%;
    text-align: center;
  }
  .footer .copyright.mr-2 {
    margin-right: 0 !important;
  }
  .footer .copyright .line2 br {
    display: none;
  }
  .footer .client-log-in.ml-auto {
    margin: 0 !important;
  }
  .subfooter {
    text-align: center;
  }
}
@media (max-width: 820px) {
  .footer-wrapper .footer a.confident {
    margin-left: 1rem !important;
  }
  .footer-wrapper .footer .copyright {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 520px) {
  .h1, h1 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=restyles.css.map */
