L, R, M, K = map(int, input().split()) if (L * K - 1) // M != R * K // M : print("Yes") else: print("No")