@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .s-process-designed__card-inner-wrap {
            -webkit-transform: translateZ(0px) !important;
            transform: translateZ(0px) !important;
        }
        .s-process-designed__card-content,
        .s-process-designed__card-heading,
        .s-process-designed__card-description {
            -webkit-transform: none !important;
            transform: none !important;
        }
    }
}
.s-process-designed__card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.s-process-designed__card-inner-wrap {
    border: .5px solid #1C1C1C;
    background: #EBE8E5;
    border-radius: 6px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 23px 29px;
    transition: .2s;
}
.s-process-designed__card-inner-wrap * {
    pointer-events: none;
}
.s-process-designed__card:not(:last-child) {
    margin-bottom: 35px;
}
.s-process-designed {
    padding: 134px 0 100px;
}
.s-process-designed__heading {
    max-width: 500px;
}
.s-process-designed__card-icon {
    position: absolute;
    right: 27px;
    top: 39px;
    max-width: 48px;
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
}
.s-process-designed__card-wrap {
    max-width: 570px;
}
.s-process-designed__card-value-suffix {
    margin-left: 5px;
}
.s-process-designed__card-value {
    margin-bottom: 83px;
    -webkit-transform: translateZ(120px);
    transform: translateZ(120px);
}
.s-process-designed__card-content {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.s-process-designed__card-heading {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
}
.s-process-designed__card-description {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}
.s-process-designed__card-heading {
    margin-bottom: 8px;
}
.s-process-designed__card-description {
    max-width: 290px;
}
.s-process-designed__bg {
    background: url('data:image/svg+xml;utf8,<svg width="88" height="88" xmlns="http://www.w3.org/2000/svg"><rect width="88" height="88" stroke="%231C1C1C" fill="none" stroke-width="2"/></svg>') repeat;
    height: calc(100% - 50px);
    left: 50%;
    opacity: .24;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
}
.s-process-designed__bg:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBE8E6), color-stop(20%, rgba(235, 232, 229, 0)),  color-stop(70%, rgba(235, 232, 229, 0)), 
 to(#EBE8E6));
    background: -o-linear-gradient(top, #EBE8E6 0, rgba(235, 232, 229, 0) 20%,  rgba(235, 232, 229, 0) 70%, 
 #EBE8E6 100%);
    background: linear-gradient(to bottom, #EBE8E6 0, rgba(235, 232, 229, 0) 20%,  rgba(235, 232, 229, 0) 70%, 
 #EBE8E6 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.s-process-designed__card-gradient {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.s-process-designed .section-bg__border-top--2 {
    top: auto;
    bottom: calc(100% - 6px);
    left: -5px;
    width: calc(100% + 10px);
    height: auto;
    z-index: 2;
}
.s-process-designed .section-bg__border-top--2:after {
    background: linear-gradient(to top,rgba(235, 232, 229, 0) 0, #ebe8e5 100%);
    height: 200px;
    margin-top: 0;
    top: calc(100% - 6px);
    position: absolute;
}
@media(min-width: 1200px) {
    .s-process-designed {
        padding-bottom: 150px;
    }
}
@media(max-width: 1199px) {
    .s-process-designed__card-wrap {
        max-width: none;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    .s-process-designed__card {
        margin-bottom: 35px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        padding: 0 8px;
    }
    .s-process-designed__card-inner-wrap {
        height: 100%;
    }
    .s-process-designed__heading {
        margin-bottom: 50px;
    }
    .s-process-designed {
        padding: 100px 0;
    }
}
@media(max-width: 991px) {
    .s-process-designed {
        padding: 80px 0;
    }
    .s-process-designed__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media(max-width: 767px) {
    .s-process-designed__card-inner-wrap {
        padding: 23px 15px;
    }
    .s-process-designed__card-icon {
        top: 28px;
    }
}
@media(max-width: 575px) {
    .s-process-designed__card {
        -webkit-transform-style: flat;
        -webkit-backface-visibility: hidden;
        transform-style: flat;
        backface-visibility: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}