/* Custom IMPES Colors */
.bg-impes-blue {
    background-color: #0033ff !important;
}
.text-impes-blue {
    color: #0033ff !important;
}
.bg-gradient-impes {
    background: linear-gradient(90deg, #0033ff, #3366ff) !important;
}
