/*
 * Compiled from less/footer.less.
 */
.contact-footer {
    position: relative;
}

.mbachina {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    bottom: -0.3rem;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 2;
    text-align: center;
    justify-content: space-around;
    margin: 0 auto;
    color: #ffffff9d;
}

.mbachina:after {
    display: block;
    content: "";
    height: 30px;
    width: 100%;
    background: #fff;
    -webkit-clip-path: polygon(50% 0, 50.5% 40%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 49.5% 40%);
    clip-path: polygon(50% 0, 50.5% 40%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 49.5% 40%);
}
