.qm--custom-page-bg{
    width: 100%;
    z-index: 1;
    min-height: 250px;
    position: relative;
    background: linear-gradient(180deg, #8C76DD 41.34%, #737BF3 141.45%, #727CF5 141.45%), rgba(127, 120, 232, 0.0001);

}

.qm--custom-page-bg:before{
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline-block;
    background: url(../img/pattern.png) center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.qm--custom-page-bg .qm--custom-headline{
    color:#FFFFFF;
    font-size: 40px;
    line-height: 48px;
    margin-top: 36px;
    letter-spacing: 0.056px;
    text-transform: uppercase;
    padding-left: 20px;
    font-family: 'Nunito-ExtraBold';
}
.qm--custom-content{
    margin-top: 56px;
}
.qm--custom-content .qm--custom-title{
    font-size: 24px;
    color: #4D4D4D;
    margin-bottom: 10px;
    letter-spacing: 0.056px;
    text-transform: uppercase;
    font-family: 'Nunito-ExtraLight';
}
.qm--custom-content .qm--custom-title span{
    color: #8c75dd;
}
.qm--custom-info .qm--margin-bottom {
    margin-bottom: 30px;
}
.qm--custom-info .qm--margin-left {
    margin-left: 60px;
}
.qm--custom-info .qm--headline {
    color: #4D4D4D;
}
.qm--custom-info .qm--indent {
    text-indent: 60px;
}
.qm--custom-content .qm--terms-block-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #977cfc;
    font-weight: bold;
    margin-bottom: 0;
}
.qm--custom-content .qm--uppercase-text {
    text-transform: uppercase;
}
.is--act-agreement {
    color: #000000;
}
.is--act-agreement table {
    margin-bottom: 30px;
}
.is--act-agreement table td {
    font-weight: bold;
    border: 1px solid;
    padding: 5px;
}




@media screen and (min-width: 480px) {
    .qm--custom-page-bg {
        min-height: 388px;
        clip-path: polygon(0 0%, 100% 0, 100% 58%, 0 97%);
    }
    .qm--custom-page-bg:before {
        background: url(../img/pattern.png) no-repeat left top;
    }
}
@media screen and (min-width: 768px) {
    .qm--custom-page-bg .qm--custom-headline {
        font-size: 50px;
        line-height: 58px;
        margin-top: 66px;
    }
}