L, R, M, K = map(int, input().split()) L *= K R *= K print('Yes' if R - L >= ((L-1)//M+1)*M - L else 'No')