    #hppc h1 { text-align: center; }
    #hppc h1:after {
        display: block;
        max-width: 150px;
        height: 2px;
        content: "";
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #89b300;
        margin: 10px auto 30px auto;
    }

    #hppc .subtitle {
        font-size: 16px;
        color: rgba(139, 145, 152, 1);
        max-width: 980px;
        margin-bottom: 30px;
        line-height: 1.5em;
        text-align: center;
    }

    #button-confirm { text-transform: uppercase;}
    .bank-account { text-transform: uppercase; margin-bottom: 15px; font-weight: bold; }
    .upload-notification {
        margin-bottom: 0;
        border: 0;
        padding: 10px 25px 10px 15px;
        border-radius: 0;
        position: relative;
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }
    .btn-confirm {
        display: inline-block;
        font-size: 1.3em;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        padding: 15px 20px;
    }
    .btn-confirm i {
        font-size: 17px;
    }
    .wa {
        background-color: rgb(58, 196, 149);
    }
    a.wa:hover {
        background: rgb(52, 181, 137);
        color: #fff;
    }

    .tg {
        background-color: #32afed;
    }
    a.tg:hover {
        background: #319bed;
        color: #fff;
    }

    a.fb:hover {
        background: #1c3e85;
        color: #fff;
    }

    a.sms:hover {
        background: #e88b00;
        color: #fff;
    }

    .fb {
        background-color: #3B5998;
    }

    .sms {
        background-color: #fc9700;
    }
    .separator {
        margin: 20px 0;
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .separator .left,
    .separator .right {
        border: 1px solid #89b300;
        width: 33%;
    }
    .separator .center {
        text-align: center;
        font-style: italic;
        width: 33%;
        font-size: 16px;
    }
    .instant-confirmation a {
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    .instant-confirmation {
        margin-bottom: 50px;
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    label h4 {
        font-weight: bold;
        font-size: 16px;
    }
    label p {
        font-weight: normal;
        line-height: 1.3em;
        font-style: italic;
        font-size: 13px;
    }

    #hppc h2:after {
        display: block;
        max-width: 150px;
        height: 2px;
        content: "";
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #89b300;
        margin: 10px 0 30px 0;
    }
