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