@charset "UTF-8";/* CSS Document */.customcontactsmallform-title {    font-size: 26px;    font-weight: 600;    padding-top: 15px;}.customcontactsmallform-title:after {    position: absolute;    content: '';    left: 0px;    right: 0px;    height: 2px;    background-color: #f2561b;    top: 0px;}.customcontactsmallform-submit-wrapper{    position: relative;    display: inline-block;}.customcontactsmallform-submit-wrapper.progress-start:after {    content: '';    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    width: 15px;    height: 15px;    margin-top: -8px;    margin-left: -8px;    border: 3px solid rgba(255, 255, 255, .15);    border-left-color: rgba(255, 255, 255, 1);    border-right-color: rgba(255, 255, 255, 1);    border-radius: 50%;    animation: 0.85s spinner ease-in-out infinite;}@keyframes spinner {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}