@media (max-width: 991px) {
  .container {
    max-width: 960px !important;
  }
  .navbar-list {
    display: none !important;
  }
  .navbar {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .navbar-icons {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 720px !important;
  }
  .row {
    gap: 20px !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}/*# sourceMappingURL=responsive.css.map */