.calc-section {
    background-color: #075dcc !important;
    background-image:
        radial-gradient(circle at 85% 8%, rgba(255, 255, 255, .14) 0, transparent 40%),
        radial-gradient(circle at 10% 45%, rgba(0, 20, 60, .34) 0, transparent 52%),
        linear-gradient(180deg, #075dcc 0%, #004fa8 52%, #003a80 100%) !important;
    color: #fff !important;
}
.calc-section .calc-header h1 {
    color: #fff !important;
}
.calc-section .calc-header p.subtitle {
    color: rgba(255, 255, 255, .92) !important;
}
.calc-section .calc-header .calc-badge {
    background: rgba(255, 255, 255, .18) !important;
    color: #fff !important;
}
