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