.rl-bg-black1 {
    background-color: #1e1e1e;
}

/*--- rl-system-requirements ---*/
.rl-system-requirements ul {
    padding-left: 20px;
}

.rl-system-requirements .rl-subtitle {
    font-weight: 500;
}

.rl-system-requirements-subtitle {
    font-size: calc(0.8750000000000001vw + 27.2px);
    font-weight: 300;
    line-height: 1.1;
}

/*--- rl-graphcard-table ---*/
.rl-graphcard-table table tr>td {
    font-size: 1.125rem;
    font-weight: 300;
    border: 1px solid gray;
    vertical-align: middle;
    text-align: center;
}

.rl-graphcard-table table tr:first-child {
    background: rgba(15, 15, 15, 1);
    color: #81bf0f;
}

.rl-graphcard-table table tr:first-child td {
    font-weight: 500;
    line-height: 2.5;
}

.rl-graphcard-table table tr:nth-child(2) {
    background: rgba(80, 80, 80, 1);
    color: #fff;
}

.rl-graphcard-table .border-right {
    border-right: 3px solid gray;
}

/*--- rl-feature-table ---*/

.rl-feature-table tr>td {
    font-size: 1.125rem;
    font-weight: 300;
}

.rl-feature-table .main-header th {
    color: #82be0f;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #5F5F5F;
    line-height: 2.5;
    border-right: 1px solid white;
}

.rl-feature-table .main-category td:first-child {
    text-align: center;
    font-weight: 500;
    background-color: #e9e9e9;
    vertical-align: middle;
}

.download-btn {
    margin-left: 25px;
    margin-right: 25px;
}

.rl-software-area {
    border-right: 1px solid;
}

.rl-download-product-title{
    font-size: calc(0.5vw + 12.4px);
    padding-top: calc(1.25vw + 6px);
}

.rl-btn-download > svg{
    width: calc(0.625vw + 23px);
    height: calc(0.625vw + 23px);
}

.rl-btn-download .rl-btn-text{
    font-size: calc(0.25vw + 19.2px); 
    font-weight: 400;
    padding: calc(0.1875vw + 3.4px) calc(0.1875vw + 7.4px);
}


@media (max-width: 991px) {
    .rl-software-area {
        border-right: none;
        padding-bottom: calc( 14px + 1.875vw);
    }

    .rl-hardware-area {
        flex: 100%;
        border-top: 1px solid;
        padding-top: calc( 14px + 1.875vw);
        padding-bottom: calc( 14px + 1.875vw);
    }

    .rl-hardware-special-column {
        width: calc(100% / 2);
    }
    
    .s-ipad-space{
        padding-bottom: calc(0.75vw + 15.6px);
    }
}

@media (max-width: 767px) {
    .rl-software-area-inner{
        flex-direction: row !important;
    }
    .rl-software-area .rl-column-4 > div{
        width: calc(100% / 2);
    }

    .rl-download-product-title{
        padding-bottom: calc(1.25vw + 6px);
    }
}

@media (max-width: 529px) {
    .download-btn.right {
        margin-top: 25px;
    }
}
