/* SQA */

.sectQuote-ansver {
    background-color: #28282C;
    color: #FFF;
}

.sqa-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1450px;
    margin: 0 auto;
}

.sqa-header {
    width: 35%;
}

.sqa-header h3 {
    font-weight: 600;
    line-height: 1.4;
}


.sqa-text {
    width: 65%;
    box-sizing: border-box;
    padding: 2vw 3vw;
    background-color: #2c2c30;
    line-height: 1.5;
    font-size: 1vw;
    font-weight: 200;
    position: relative;
}

.sqa-text:before {
    content: '';
    display: block;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 50%;
    left: -1vw;
    transform: translateY(-50%) rotate(45deg);
    background-color: #2c2c30;
}

@media screen and (min-width: 1900px) {
    .sqa-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1050px) {
    .sectQuote-ansver {
        padding-top: 0;
    }
    .sqa-header h3 {
        font-size: 19px;
    }

    .deepDark_whiteSection .sqa-text {
        font-size: 14px;
    }

    .deepDark_whiteSection .mainScreen-subheader {
        font-size: 15px;
        line-height: 1.5;
    }

    .mainScreen-subheader br {
        display: none;
    }
}

@media screen and (max-width: 920px) {
    .sqa-wrap {
        flex-wrap: wrap;
    }

    .sqa-header {
        width: 100%;
        text-align: center;
    }

    .sqa-header br {
        display: none;
    }

    .sqa-text {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding: 25px 30px;
        font-size: 14px;
    }

    .sqa-text:before {
        width: 30px;
        height: 30px;
        top: -15px;
        left: 50%;
        transform: translateY(0) translateX(-50%) rotate(45deg);
    }

    .deepDark_whiteSection h1 {
        line-height: 150%;
    }
}


/* DIGETAPS */

.digetaps {
    background-color: #28282C;
    color: #FFF;
}

.digetap-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 90%;
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3vw;
}

.digetap-item:before {
    content: '';
    display: block;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    border: 1vw solid transparent;
    border-right: 1vw solid #323236;
    border-bottom: 1vw solid #323236;
}

.digetap-item:after {
    content: '';
    display: block;
    margin-top: 3vw;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #ffffff57, #28282c);
}

.digEtapTitle {
    width: 35%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.digEtapTitle-num {
    font-size: 8vw;
    line-height: 1;
    font-weight: 500;
    margin-right: 2vw;
}

.digEtapContent {
    width: 65%;
    box-sizing: border-box;
    padding-left: 3vw;
    font-size: 1vw;
    line-height: 1.4;
}

.digEtapTitle-numName {
    text-transform: uppercase;
    font-weight: 200;
    opacity: .7;
}

.digEtapTitle-numTitle {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.4;
    margin-top: .5vw;
    font-size: 1.5vw;
}

.digEtapContent-action {
    margin-top: 2vw;
}

.digEtapContent-text ul,
.digEtapContent-text p {
    margin-bottom: 1vw;
}

.digEtapContent-text {
    width: 70%;
}

@media screen and (min-width: 1900px) {
    .digEtapTitle-num {
        font-size: 150px;
        margin-right: 35px;
    }

    .digEtapContent {
        padding-left: 3vw;
        font-size: 18px;
    }

    .digEtapTitle-numTitle {
        font-size: 30px;
    }
}

@media screen and (max-width: 1050px) {
    .digEtapContent-text {
        width: 100%;
    }

    .digEtapTitle-num {
        font-size: 100px;
        margin-right: 25px;
    }

    .digEtapTitle-text {
        font-size: 14px;
    }

    .digEtapTitle-numTitle {
        margin-top: 0;
        font-size: 16px;
    }

    .digEtapContent {
        font-size: 14px;
    }

    .digEtapContent-text ul,
    .digEtapContent-text p {
        margin-bottom: 15px;
    }

    .digetap-item:before {
        border-width: 20px;
        right: auto;
        left: 0;
        bottom: 15px;
        transform: rotate(90deg);
    }

    .digEtapContent-action {
        margin-top: 25px;
    }

    .digetap-item:after {
        margin-top: 25px;
    }

}

@media screen and (max-width: 720px) {
    .digetap-item {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .digEtapTitle {
        width: 100%;
    }

    .digEtapContent {
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }

    .digetap-item:before {
        display: none;
    }
}

.contacts-page-form.darkbg {
    padding-top: 0;
    background-color: #28282C;
}

/* .contacts-page-form.darkbg h2,
.contacts-page-form.darkbg .cp-form {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
} */

.contacts-page-form.darkbg h2 {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
}

.contacts-page-form.darkbg .cp-form {
    margin-top: 50px;
}