/* Add custom CSS styles below */ 
.static-banners:nth-of-type(2){margin-top:3rem}.faq-container{max-width:1280px}.faq-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.footer-meta>div.flex{align-items:center}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]):last-of-type{display:none}@media(max-width:480px){.static-banners:nth-of-type(2){margin-top:1rem}.faq-content{grid-template-columns:repeat(1,minmax(0,1fr));gap:10px}.s-menu-footer-item{text-align:center}}
div#theme-toggle{display:none}.content--single-page{box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px}
@media(min-width:1280px){
  .main-navbar{
    padding-inline: 13rem;
  }
}
.main-navbar{
  position: relative;
  margin: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
  justify-content: 
}
@media(max-width:768px){
  .main-navbar{
    justify-content: center;
    padding-inline: 3rem
  }
  .main-navbar > .flex{
    width: 100%;
    justify-content: space-between;
  }
  .main-navbar > .gap-5{
    display: none;
  }
}