/* Add custom CSS styles below */ 
.sand-main-content.main-content form > section.flex.py-5.px-4.rounded-lg.bg-gray-50.border.border-gray-200 {
    display: none !important; 
}


body::before,
body::after {
    display: none !important;
}


body.index::before,
body.index::after {
    display: block !important;
}