This Should Be Simple, Not Sure Where I Am Going Wrong

I am trying to get the name and email from each of the schools on this site but I keep getting no data:

Url: Find a club or centre | Where's My Nearest | RYA

Sitemap:
{"_id":"RYATC","startUrl":["Find a club or centre | Where's My Nearest | RYA More"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Phone","multiple":false,"parentSelectors":["View More"],"regex":"","selector":"li:nth-of-type(2) a.styles_venueDetailContactText__peink","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["View More"],"regex":"","selector":"li:nth-of-type(3) a.styles_venueDetailContactText__peink","type":"SelectorText"},{"id":"View More","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.styles_venueCardLink__2cAm1","type":"SelectorLink"}]}

I have watched videos, read other posts, but I can't figure out what is wrong. Many thanks for any help.

here you go...

{"_id":"yacht","startUrl":["https://www.rya.org.uk/wheres-my-nearest/venues?activities=10&affiliations=2&neLat=58.990893057837795&neLng=8.129999762500004&swLat=55.42414659289485&swLng=-14.721562737499996&useBrowserLocation=false"],"selectors":[{"clickActionType":"real","clickElementSelector":"button span:contains(\"Show more\")","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickMore","delay":1000,"discardInitialElements":"do-not-discard","id":"more","multiple":false,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"links","linkType":"linkFromHref","multiple":false,"parentSelectors":["element"],"selector":"a:contains(\"View more information\")","type":"SelectorLink"},{"id":"address","multiple":false,"parentSelectors":["links"],"regex":"","selector":"address","type":"SelectorText"},{"id":"phone","multiple":false,"parentSelectors":["links"],"regex":"","selector":"a.styles_venueDetailContactText__peink[href*=\"tel:\"]","type":"SelectorText"},{"id":"email","multiple":false,"parentSelectors":["links"],"regex":"","selector":"a.styles_venueDetailContactText__peink[href*=\"mailto:\"]","type":"SelectorText"},{"extractAttribute":"href","id":"www","multiple":false,"parentSelectors":["links"],"selector":"a.styles_venueDetailContactText__peink:contains(\"website\")","type":"SelectorElementAttribute"},{"id":"element","multiple":true,"parentSelectors":["more"],"selector":"div[class*=\"styles_VenueCard\"]","type":"SelectorElement"}]}