Paste this css on the page and it will close the first accordion.

/* Hides the first accordion item */
.elementor-accordion .elementor-accordion-item:first-child {
display: none;
}