/* Bulma Utilities */
agn-header .sticky {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: #ffffff;
}
agn-header agn-desktop-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  agn-header agn-hamburger-menu {
    display: none;
  }
  agn-header agn-desktop-header {
    display: block;
  }
}