.navCont {
    display: flex;
    justify-content: space-between;
    padding-left: calc((100% - 1400px)/2);
    padding-right: calc((100% - 1400px)/2);
    padding-top: 20px;
    padding-bottom: 20px;
    background: #282826;
}

.navTitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.navTabs a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-right: 24px;
}

.navTabs a.on {
    color: #DA0030;
    pointer-events: none;
}

.bannerCont {
    position: relative;
}

.bannerCont img {
    width: 100%;
}

.bannerInfo {
    width: 800px;
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.bannerInfo h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.bannerInfo p {
    margin-top: 24px;
    color: #EEE;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.pageBtns {
    margin-top: 60px;
}

.pageBtns .pageBtn {
    margin-right: 24px;
}

.pageBtn {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 4px;
    padding: 0 40px;
}

.pageBtn.red {
    color: #FFF;
    background: #E60039;
}

.pageBtn.white {
    color: #E60039;
    background: #FFF;
}

.pageBtn.red:hover {
    background: #DA0030;
}

.pageBtn.white:hover {
    color: #FFF;
    background: #E60039;
}

.pageInfo {
    padding: 80px 0;
}

.pageInfo.grey {
    background: #F7F9FA;
}

.pageCont {
    width: 1400px;
}

h3.pageTitle {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 60px;
}

h3.pageTitle.black {
    color: #2A2B2E;
}

h3.pageTitle.white {
    color: #FFF;
}

.pageDesc {
    color: #2A2B2E;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.pageDesc.white {
    color: #FFF;
}

.pageCont {
    width: 1400px;
    margin: 0 auto;
}

.valueCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.valueCard {
    position: relative;
}

.valueCardTitle {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(111deg, #0097FF 15.47%, #06F 72.11%), #0B64F8;
    padding: 8px 0;
}

.valueCard img {
    width: 100%;
}

.valueCardDesc {
    position: absolute;
    top: 560px;
    padding: 0 24px;
}

.valueCardSummary {
    color: #2A2B2E;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.valueCardDesc p {
    margin-top: 16px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.pageInfo.custom {
    background-image: url(../RJ-img/custom.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.pageInfo.custom h3.pageTitle {
    margin-bottom: 16px;
}

.pageImg {
    width: 1075px;
    margin: 60px auto;
}

.pageImg img {
    width: 100%;
}

a.customBtn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 44px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin: 32px auto 0 auto;
    color: #E60039;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.pageInfo.custom2 {
    text-align: center;
}

.customBtn.red {
    border: 2px solid #E6224D;
}

.custom2 h3.pageTitle {
    margin-bottom: 16px;
}

.custom2 img {
    margin-top: 60px;
    width: 100%;
}

.productCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.productCard {
    position: relative;
    background: #FFF;
    text-align: center;
    padding: 20px 16px;
}

.productCard a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.productCard h3 {
    color: #2A2B2E;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}

.productCard span {
    margin-top: 40px;
    display: block;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.productCard img {
    width: 250px;
}

#contactus {
    padding: 40px 0;
    background-image: url("../RJ-img/contact-bg.webp");
}

#contactus .n-page-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0 auto;
    width: 1400px;
}

.n-box-title {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    margin-bottom: 24px;
}

.n-box-desc {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

#contactus .primary-btn {
    background: #DA0030;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 48px;
    width: 400px;
    text-align: center;
    border-radius: 4px;
    transition: background .16s linear;
}

#contactus .primary-btn:hover {
    background: #C7002A;
}

@media screen and (max-width:1440px) {
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .navCont {
        padding-left: calc((100% - 1200px) / 2);
        padding-right: calc((100% - 1200px) / 2);
    }
    .bannerInfo h1 {
        font-size: 42px;
    }
    .bannerInfo {
        width: 600px;
    }
    h3.pageTitle {
        font-size: 32px;
    }
    .pageCont {
        width: 1200px;
    }
    .valueCardSummary {
        font-size: 18px;
    }
    .valueCardDesc {
        top: 480px;
    }
    .valueCardDesc p {
        margin-top: 12px;
    }
    .pageDesc {
        font-size: 18px;
    }
    #contactus .n-page-content {
        width: 1200px;
    }
    #contactus .primary-btn {
        width: 320px;
    }
}

@media screen and (max-width:1280px) {
    .pageCont {
        width: 1000px;
    }
    .bannerInfo {
        left: calc((100% - 1000px)/2);
    }
    .bannerInfo h1 {
        font-size: 36px;
    }
    .navCont {
        padding-left: calc((100% - 1000px) / 2);
        padding-right: calc((100% - 1000px) / 2);
    }
    .navTabs a {
        font-size: 14px;
    }
    .pageBtn {
        height: 40px;
        line-height: 40px;
        padding: 0 32px;
    }
    .valueCardDesc {
        top: 404px;
    }
    .valueCardSummary {
        font-size: 16px;
    }
    .valueCardDesc p {
        font-size: 14px;
    }
    .valueCardTitle {
        font-size: 16px;
    }
    a.customBtn {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    h3.pageTitle {
        font-size: 28px;
    }
    .valueCards {
        grid-template-columns: repeat(1, 1fr);
    }
    .pageCont {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .bannerCont img {
        display: none;
    }
    .bannerCont {
        background-image: url(../RJ-img/banner.webp);
        height: 500px;
        background-size: cover;
        background-position: center;
    }
    .bannerInfo {
        left: 0;
        padding: 40px 20px;
        width: 100%;
        top: 0;
        transform: unset;
    }
    .navTitle {
        display: none;
    }
    .navTabs {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .ys_header {
        height: 64px!important;
    }
    .bannerInfo h1 {
        font-size: 32px;
    }
    h3.pageTitle {
        font-size: 1.5rem;
    }
    .valueCardDesc {
        top: 26rem;
    }
    .valueCardSummary {
        font-size: 1rem;
    }
    .valueCardDesc p {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .valueCardTitle {
        font-size: 1rem;
        padding: .5rem 0;
    }
    .pageDesc {
        font-size: 1rem;
        padding: 0 1.25rem;
    }
    .pageInfo.custom h3.pageTitle {
        margin-bottom: 1rem;
        padding: 0 1.25rem;
    }
    .custom2 h3.pageTitle {
        margin-bottom: 1rem;
    }
    a.customBtn {
        font-size: 1rem;
        padding: .75rem 2rem;
        margin: 2rem auto 0 auto;
    }
    .pageImg {
        width: 95%;
    }
    .pageInfo.custom {
        padding: 2.5rem 0;
    }
    .productCards {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    .productCard img {
        width: 7.8125rem;
    }
    .productCard h3 {
        font-size: 1rem;
    }
    .productCard span {
        margin-top: 1.5rem;
        font-size: .875rem;
    }
    .pageBtns .pageBtn {
        margin-right: 1.5rem;
    }
    .pageBtn {
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 2rem;
        font-size: 1rem;
    }
    #contactus .n-page-content {
        width: 21.375rem;
        flex-wrap: wrap;
    }
    #contactus {
        padding: 40px 0px;
        background-size: 100% 100%;
    }
    .n-box-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .n-box-desc {
        font-size: 16px;
        margin-bottom: 32px;
    }
    #contactus .primary-btn {
        color: #FFF !important;
        font-size: 20px;
        padding: 12px 60px;
        width: 250px;
    }
}