where do you set those variables in the condition? Also, conditions do not work like that.
By default, all conditions have to be true, meaning in your case integer07 must be >= 28 and <= 29 while simultaneously that same integer07 must be >= 25 and <= 27, etc.
So it doesn't make sense, the conditions block will always evaluate to false and never run the action block