Dropdown not found

Have tried follow the tutorial Drop-down variations | Web Scraper How To to try this Url: Letterly | AppSumo but only manage to copy data on "3 codes" and doesn't go "4 codes" and beyond, I believes am choosing the wrong div class, will need some guidance how to find the correct div class?

Url: Letterly | AppSumo

Sitemap:
{"_id":"product_plans_features","startUrl":["Letterly | AppSumo select option","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"license_tier","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"desc","multiple":false,"parentSelectors":["license_tier"],"regex":"","selector":".grid div:nth-of-type(3) div.relative.flex-col","type":"SelectorText"},{"id":"more","multiple":false,"parentSelectors":["license_tier"],"regex":"","selector":"div.relative select option[selected]","type":"SelectorText"}]}

Hi,

Unfortunately, it will not be possible to iterate through the dropdown items since they are removed from the HTML once clicked, thus breaking the sequence.