body.fixed .header_wrapper {
    position: absolute;
}
.header_wrapper {
    background: transparent !important;
}
.support {
    background: linear-gradient(#6374FF,#100063);
    color: #fff;
    width: 100%;
    margin: 0;
    min-height: 80vh;
    height: 100%;
    padding: 180px 0;
}
.support h1 {
    text-transform: uppercase;
    text-align: center;
}
.support h2 {
    font-size: 20px;
    text-align: center;
}
.support p {
    font-size: 16px;
    text-align: center;
}
textarea#contact_message {
    width: 100%;
}
.contact_form input[type="number"] {
    width: 100%;
}
.contact_form .pulsingButton {
    width: 100%;
}