.elementor-42895 .elementor-element.elementor-element-7b913df6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start of your page custom CSS rules */ .finyear{
    a.report_link{
        color: #2D75FF;
        text-decoration: underline
    }
}

.form-wrapper {
    display: flex
;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 15px;
}
.form-col-half {
    width: 50%;
}
.form-col-full {
    width: 100%;
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
}
label{
    width: 100%;
}

@media only screen and (max-width: 650px) {
.form-wrapper, .form-col-full {
    flex-direction: column;
}
.form-col-half {
    width: 100%;
}

    
} /* End of your page custom CSS rules */