We have a binomial distribution: A fixed number of "trials" with each trial having two possible outcomes (success/failure), and the probability of success is the same for each trial.
Probability of fewer than 2 is the probability of 0 or 1.
P(x=0) = 6C0 * 0.14^0*(1-0.14)^6 = 0.4046
P(x=1) = 6C1 * 0.14^1 * (1-0.14)^5 = 0.3952
P(x<2) = 0.4046 +0.3952 = 0.7998