hideLoading() {
        this.loading.style.display = 'none';
        this.resultsContainer.style.display = 'block';
    }