l, r, m, k = map(int,input().split()) if l <= (r*k//m)*m: print('Yes') else: print('No')