.kara5-process.qodef-layout--gradient-overlay .qodef-e-title entry-title{
    margin-top: 30px;
}
.kara5-process.qodef-layout--gradient-overlay .qodef-grid-item:nth-of-type(1) .qodef-decoration-line:after,
.kara5-process.qodef-layout--gradient-overlay .qodef-grid-item:nth-of-type(2) .qodef-decoration-line:after,
.kara5-process.qodef-layout--gradient-overlay .qodef-grid-item:nth-of-type(3) .qodef-decoration-line:after{
    content:"\25BA";
    color: rgba(87, 133, 196, 1);
    font-family: Arial,Helvetica,sans-serif;
    background-color: unset !important;
    font-size: 2rem;
    margin-top: -3px;
    margin-right: 4px;
}
.kara-5-no-hover{
    pointer-events: none !important;
}
.kara5-process.qodef-layout--gradient-overlay.qodef-appearance--morph .qodef-process-info-tabs-item{
    height: 100%;
}
.kara5-process.qodef-layout--gradient-overlay.qodef-appearance--morph .qodef-decoration-line{
    margin-bottom: 2.5rem;
}
.kara5-process.qodef-layout--gradient-overlay.qodef-appearance--morph .qodef-process-info-tabs-content-bottom{
    margin-top: 0 !important;
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-decoration-line:after{
    height: 20px !important;
    width: 20px !important;
    background-color: rgba(87, 133, 196, 1) !important;
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-decoration-line{
    background-color: rgba(87, 133, 196, 1) !important;
}
.qodef-process-info-tabs-item-holder {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    will-change: opacity, transform;
}
.qodef-process-info-tabs-item-holder.reveal {
    opacity: 1;
    transform: translateY(0);
}