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