Deep product card scraping

Hi there guys. Trying to scrape all the information from the below website.
Need to scrape info from all the tabs, but it's scraping only for the first two tabs. Where is my mistake?

Would appreciate any help.
Thank you in advance!

Url: https://partners.magento.com/portal/directory/?_=1594996399264&p=5&partner_type=1

Sitemap:
{"_id":"magento","startUrl":["https://partners.magento.com/portal/directory/?p=2&partner_type=1"],"selectors":[{"id":"company card","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.partner_logo","multiple":true,"delay":"2000"},{"id":"Company name","type":"SelectorText","parentSelectors":["company card"],"selector":".name a","multiple":false,"regex":"","delay":0},{"id":"Company website","type":"SelectorLink","parentSelectors":["company card"],"selector":".tab_content.col-xs-12 a","multiple":false,"delay":0},{"id":"company locations","type":"SelectorLink","parentSelectors":["company card"],"selector":"a.active","multiple":false,"delay":0},{"id":"locations","type":"SelectorText","parentSelectors":["company locations"],"selector":"address strong","multiple":true,"regex":"","delay":0},{"id":"product and services","type":"SelectorLink","parentSelectors":["company card"],"selector":"a.active","multiple":false,"delay":0},{"id":"products","type":"SelectorText","parentSelectors":["product and services"],"selector":"div.col-sm-12:nth-of-type(1) a","multiple":true,"regex":"","delay":0},{"id":"servces","type":"SelectorText","parentSelectors":["product and services"],"selector":"div.col-xs-12:nth-of-type(2) a","multiple":true,"regex":"","delay":0},{"id":"clients","type":"SelectorLink","parentSelectors":["company card"],"selector":"a.active","multiple":false,"delay":0},{"id":"client links","type":"SelectorLink","parentSelectors":["clients"],"selector":".clients a","multiple":true,"delay":0},{"id":"scroll selector","type":"SelectorElementScroll","parentSelectors":["company card"],"selector":"#directory-page-3 div.flex-row","multiple":true,"delay":"5000"}]}