* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.en-breadCrumb {
    display: flex;
    width: 1400px;
    margin: 24px auto;
}

.en-breadCrumb li,
.en-breadCrumb li a {
    display: flex;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
}

.en-breadCrumb li::after {
    content: ">";
    display: block;
    margin: 0 4px;
}

.en-breadCrumb li a[href]:hover {
    color: #6A6B6D;
    text-decoration: underline;
}

.en-breadCrumb li:last-child::after {
    display: none;
}

.bannerCont {
    background-image: url(../RJ-img/banner_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.bannerInfo {
    position: relative;
    padding-right: 6.25vw;
}

.bannerText {
    width: 650px;
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.bannerText h1 {
    color: #2A2B2E;
    font-size: 40px;
    font-weight: 700;
}

.bannerText p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
}

.bannerInfo img {
    width: 100%;
}

.bannerBtns {
    margin-top: -16px;
    display: flex;
    align-items: flex-end;
}

.bannerBtns.sticky {
    position: fixed;
    top: 81px;
    width: 100%;
    z-index: 9;
    margin-top: unset;
}

.bannerBtns.sticky div.active {
    height: 60px;
}

.bannerBtns div {
    width: 50%;
    color: #C1C6CF;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.bannerBtns div.active {
    color: #FFF;
    height: 76px;
    background-color: #000;
    box-shadow: none;
    pointer-events: none;
}

.overviewCont {
    text-align: center;
}

.overviewInfo {
    width: 996px;
    margin: 100px auto 0 auto;
}

.overviewInfo h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
}

.n-project-title {
    font-size: 36px;
    font-weight: 400;
}

.overviewInfo p {
    margin-top: 24px;
    color: #E4E8EB;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.overviewInfo p span {
    font-weight: 700;
}

.challengeInfo {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 124px auto;
}

.challengeLeft p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.challengeLeft {
    margin-right: 196px;
}

.challengeValue {
    margin-top: 48px;
    display: flex;
    align-items: flex-start;
}

.challengeValue:first-child {
    margin-top: 0;
}

.challengeValue img {
    width: 40px!important;
    margin-right: 32px;
}

.challengeValue h3,
.challengeValue p {
    font-size: 16px;
    line-height: 150%;
}

.challengeValue h3 {
    color: #2A2B2E;
    font-weight: 700;
}

.challengeValue p {
    color: #6A6B6D;
}

.challengeValue p span {
    font-weight: 700;
}

.pointCont {
    padding: 110px 0;
    background-image: url(../RJ-img/point.webp);
    background-position: center;
    background-size: cover;
}

.pointInfo {
    width: 1400px;
    margin: 0 auto;
}

.pointTitle h2 {
    color: #74B4EF;
}

.pointTitle p {
    margin-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    opacity: .7;
}

.pointGrid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.pointGrid.fourGrid {
    grid-template-columns: repeat(4, 1fr);
}

.pointBox img {
    width: 100%;
}

.pointBox h3 {
    margin-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.pointBox p {
    margin-top: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    opacity: .7;
}

.n-porject-desc {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.solutionLeft p {
    color: #6A6B6D;
}

.challengeRight {
    margin-top: 48px;
}

.solutionInfo {
    margin-top: 124px;
    display: flex;
    justify-content: space-between;
    margin-left: calc((100% - 1400px)/2);
}

.solutionRight {
    width: 46.877vw;
    flex-shrink: 0;
    margin-left: 124px;
    max-width: 900px;
}

.solutionRight img {
    width: 100%;
}

.tagInfo {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.tagInfo,
.shareInfo {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
}

.tagsFlex div {
    color: #2A2B2E;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    padding: 4px 24px;
    border-radius: 40px;
    border: 1px solid #E4E8EB;
    margin-left: 12px;
}

.tagCont {
    border-top: 1px solid #D5D5D5;
    width: 1400px;
    margin: 120px auto 0 auto;
}

.shareInfo {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareInfo div {
    margin-left: 24px;
    cursor: pointer;
}

.contactCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 124px;
    text-align: center;
    background-size: cover;
    height: 370px;
    background-image: url(../RJ-img/contact.webp);
}

.contactCont h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.contactCont p {
    margin-top: 12px;
    color: #9B9FA8;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.contactCont a {
    display: inline-block;
    line-height: 46px;
    padding: 0 40px;
    height: 46px;
    border-radius: 4px;
    background: #E60039;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    color: #FFF;
    font-size: 16px;
    margin-top: 24px;
    font-weight: 400;
    transition: background .16s linear;
}

.contactCont a:hover {
    color: #FFF;
    background: #F23E5E;
}

.tagsFlex {
    display: flex;
}

.imgInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.imgInfo:last-child {
    margin-bottom: 0;
}

.imgInfo.leftInfo {
    margin-left: calc((100% - 1400px)/2);
}

.imgInfo.rightInfo {
    margin-right: calc((100% - 1400px)/2);
    flex-direction: row-reverse;
}

.imgInfo.leftInfo .imgText {
    margin-right: 160px;
}

.imgInfo.rightInfo .imgText {
    margin-left: 160px;
}

.imgInfo img {
    width: 41.7vw;
    max-width: 800px;
    flex-shrink: 0;
}

.imgCont {
    padding: 100px 0;
}

.imgText h3 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
}

.imgText b {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.imgText p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.imgText a {
    display: flex;
    align-items: center;
    margin-top: 36px;
    color: #E60039!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.imgText a::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 4px;
}

#speSolution .solutionInfo {
    margin-top: 68px;
    margin-bottom: 68px;
}

#speTitle {
    margin-top: 120px;
    width: 1400px;
    margin-left: calc((100% - 1400px)/2);
}

#speSolution .solutionLeft .challengeRight {
    margin-top: 0;
}

.innvoationCont {
    background-image: url(../RJ-img/innovation.webp);
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.innvoationTitle {
    width: 1400px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
}

.innvoationTitle p {
    margin-top: 24px;
}

.innvoationInfo {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.innvoationCard {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 70px;
}

.innvoationCard:last-child {
    margin-bottom: 0;
}

.innovationImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 450px;
    flex-shrink: 0;
}

.innvoationText {
    padding: 32px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.innvoationText.white {
    background-image: url(../RJ-img/white.webp);
}

.innvoationText.innvoationText.black {
    background-image: url(../RJ-img/black.webp);
}

.innvoationText.black p,
.innvoationText.black h3 {
    color: #FFF;
}

.innvoationText h3 {
    color: #2A2B2E;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.innvoationText p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#speImg1 {
    width: 51.3vw;
    max-width: 985px;
}

#speImg2 {
    width: 46.87vw;
    max-width: 900px;
}

.playCont {
    position: relative;
}

.playCont a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:1440px) {
    .en-breadCrumb {
        width: 1200px;
    }
    .n-project-title {
        font-size: 30px;
    }
    .overviewInfo {
        width: 830px;
    }
    .overviewInfo p {
        margin-top: 20px;
    }
    .challengeInfo {
        width: 1200px;
        margin: 106px auto;
    }
    .challengeLeft {
        margin-right: 168px;
    }
    .pointInfo {
        width: 900px;
    }
    .pointCont {
        padding: 94px 0;
    }
    .solutionInfo {
        margin-top: 106px;
        margin-left: calc((100% - 1200px)/2);
    }
    .solutionRight {
        margin-left: 106px;
    }
    .overviewCont {
        padding: 68px 0;
    }
    .tagCont {
        width: 1200px;
    }
    .bannerCont {
        padding: 40px 0;
    }
    .bannerText {
        left: calc((100% - 1200px)/2);
        width: 560px;
    }
    .bannerText h1 {
        font-size: 32px;
    }
    .bannerText p {
        font-size: 16px;
    }
    .bannerBtns {
        margin-top: -8px;
    }
    .bannerBtns div {
        height: 40px;
        font-size: 16px;
    }
    .bannerBtns div.active {
        height: 48px;
    }
    .overviewInfo {
        margin: 0 auto;
    }
    .overviewInfo h2 {
        font-size: 28px;
    }
    .overviewCont {
        padding: 40px 0;
    }
    .bannerBtns.sticky div.active {
        height: 40px;
    }
    .imgInfo.leftInfo {
        margin-left: calc((100% - 1200px)/2);
    }
    .imgText h3 {
        font-size: 24px;
    }
    .imgText p {
        font-size: 14px;
    }
    .imgCont {
        padding: 60px 0;
    }
    .imgInfo.leftInfo .imgText {
        margin-right: 120px;
    }
    .imgInfo.rightInfo .imgText {
        margin-left: 120px;
        margin-right: 40px;
    }
    .pointCont {
        padding: 48px 0;
    }
    .n-project-title {
        font-size: 24px;
    }
    .pointTitle p {
        font-size: 14px;
    }
    .pointBox p {
        font-size: 12px;
    }
    .pointGrid {
        margin-top: 36px;
    }
    .challengeValue {
        margin-top: 24px;
    }
    .solutionLeft .challengeRight {
        margin-top: 36px;
    }
    .n-porject-desc {
        font-size: 14px;
    }
    .challengeValue h3,
    .challengeValue p {
        font-size: 14px;
    }
    .challengeRight {
        margin-top: 36px;
    }
    .imgInfo.rightInfo {
        margin-right: calc((100% - 1200px)/2);
    }
    #speTitle {
        width: 1200px;
        margin-left: calc((100% - 1200px) / 2);
    }
    .innvoationInfo {
        width: 1200px;
    }
    .innvoationText h3 {
        font-size: 16px;
    }
    .innvoationText p {
        font-size: 14px;
    }
    .innvoationText {
        padding: 20px 28px;
    }
    #speImg1 {
        width: 38vw;
    }
    .imgText a {
        font-size: 14px;
    }
    .imgInfo img {
        width: 36vw;
    }
    .solutionRight {
        width: 39vw;
    }
    .innvoationTitle {
        width: 1200px;
    }
}

@media screen and (max-width:1281px) {
    .en-breadCrumb {
        width: 1024px;
    }
    .overviewInfo {
        width: 704px;
    }
    .overviewInfo p {
        font-size: 14px;
    }
    .n-project-title {
        font-size: 26px;
    }
    .overviewCont {
        padding: 36px 0;
    }
    .challengeInfo {
        width: 1024px;
        margin: 90px auto;
        flex-wrap: wrap;
    }
    .challengeLeft {
        margin-right: 0;
    }
    .challengeRight {
        margin-top: 48px;
        max-width: 100%;
    }
    .pointInfo {
        width: 800px;
    }
    .pointBox p {
        font-size: 12px;
    }
    .pointGrid {
        gap: 24px;
    }
    .solutionRight {
        display: none;
    }
    .solutionInfo {
        width: 1024px;
        margin: 90px auto 0 auto;
    }
    .tagCont {
        width: 1024px;
        margin: 88px 0 auto 0;
    }
    .n-porject-desc,
    .pointTitle p,
    .challengeLeft p {
        margin-top: 20px;
    }
    .bannerText {
        left: calc((100% - 1024px)/2);
        width: 476px;
    }
    .bannerText h1 {
        font-size: 28px;
    }
    .bannerBtns div {
        font-size: 14px;
    }
    .overviewInfo h2 {
        text-align: center;
        font-size: 22px;
    }
    .imgInfo.leftInfo {
        margin-left: calc((100% - 1024px)/2);
    }
    .imgText h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .imgInfo {
        margin-bottom: 60px;
    }
    .imgInfo.rightInfo {
        margin-right: calc((100% - 1024px)/2);
    }
    .imgInfo.leftInfo .imgText {
        margin-right: 60px;
    }
    .imgInfo.rightInfo .imgText {
        margin-left: 60px;
    }
    .n-project-title {
        font-size: 24px;
    }
    .pointGrid {
        gap: 12px;
    }
    .n-porject-desc,
    .pointTitle p,
    .challengeLeft p {
        margin: 12px;
    }
    #speTitle {
        width: 1024px;
        margin-left: calc((100% - 1024px)/2);
    }
    .solutionCont .n-porject-desc {
        margin: 12px 0 0 0;
    }
    .innvoationInfo {
        width: 1024px;
    }
    .innvoationTitle {
        width: 1024px;
    }
    .innvoationTitle p {
        margin-top: 12px;
    }
    .innvoationCard {
        margin-bottom: 36px;
    }
}

@media screen and (max-width:1068px) {
    .en-breadCrumb {
        width: 750px;
    }
    .overviewCont {
        padding: 86px 0 24px 0;
    }
    .overviewInfo {
        width: 750px;
    }
    .n-project-title {
        font-size: 22px;
    }
    .overviewInfo p {
        margin-top: 12px;
    }
    .challengeInfo {
        width: 750px;
        margin: 64px auto;
    }
    .n-porject-desc,
    .pointTitle p,
    .challengeLeft p {
        margin-top: 14px;
        font-size: 14px;
    }
    .challengeValue p {
        font-size: 14px;
    }
    .pointInfo {
        width: 750px;
    }
    .pointGrid {
        margin-top: 36px;
    }
    .solutionInfo {
        width: 750px;
    }
    .challengeValue {
        margin-top: 36px;
    }
    .challengeValue img {
        margin-right: 24px;
    }
    .tagCont {
        width: 750px;
        margin: 64px auto 0 auto;
    }
    .tagInfo,
    .shareInfo {
        font-size: 14px;
    }
    .contactCont {
        height: 280px;
    }
    .contactCont h2 {
        font-size: 24px;
    }
    .contactCont p {
        font-size: 18px;
    }
    .contactCont {
        margin-top: 102px;
    }
    .challengeRight {
        margin-top: 32px;
    }
    .bannerInfo {
        padding-right: 0;
    }
    .bannerText {
        left: calc((100% - 750px)/2);
        width: 384px;
    }
    .bannerBtns {
        position: absolute;
        width: 100%;
    }
    .imgInfo.leftInfo {
        margin-left: calc((100% - 750px)/2);
    }
    .imgInfo img {
        width: 42vw;
    }
    .imgInfo.rightInfo {
        margin-right: calc((100% - 750px)/2);
        margin-right: 0;
    }
    .pointGrid.fourGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    #speTitle {
        width: 750px;
        margin-left: calc((100% - 750px)/2);
    }
    #speTitle,
    .solutionInfo {
        margin-top: 48px;
    }
    .innvoationInfo,
    .innvoationTitle {
        width: 750px;
    }
}

@media screen and (max-width:990px) {
    .bannerBtns.sticky {
        top: 61px;
    }
}

@media screen and (max-width:768px) {
    .bannerCont {
        padding: 0;
    }
    .bannerText {
        top: 48px;
        transform: unset;
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .bannerText h1 {
        font-size: 24px;
    }
    .en-breadCrumb {
        display: none;
    }
    .overviewInfo h2 {
        font-size: 24px;
        text-align: left;
    }
    .overviewInfo p {
        margin-top: 12px;
        font-size: 16px;
        opacity: .7;
        text-align: left;
    }
    .overviewInfo {
        width: 100%;
    }
    .overviewCont {
        padding: 96px 20px 48px 20px;
        text-align: left;
    }
    .imgInfo.leftInfo {
        margin-left: 0;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .imgInfo img {
        width: 90vw;
    }
    .imgCont {
        padding: 48px 0;
    }
    .imgText {
        margin-top: 48px;
        padding: 0 20px;
    }
    .imgText h3 {
        font-size: 24px;
    }
    .imgText p {
        font-size: 16px;
    }
    .imgInfo.leftInfo .imgText {
        margin-right: 0;
    }
    .imgInfo.rightInfo {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .imgInfo.rightInfo .imgText {
        margin-left: 0;
        margin-right: 0;
    }
    .n-project-title {
        font-size: 24px;
    }
    .overviewInfo p {
        margin-top: 24px;
        font-size: 16px;
    }
    .challengeInfo {
        margin: 48px auto;
        width: 100%;
        padding: 0 20px;
    }
    .n-porject-desc,
    .challengeLeft p {
        font-size: 16px;
        margin-top: 24px;
    }
    .pointTitle p {
        margin: 24px 0 0 0;
        font-size: 16px;
    }
    .pointGrid.fourGrid {
        grid-template-columns: repeat(1, 1fr);
    }
    .challengeValue p {
        font-size: 16px;
    }
    .pointInfo {
        width: 100%;
        padding: 0 20px;
    }
    .pointCont {
        padding: 48px 0;
    }
    .pointGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
        margin-top: 24px;
    }
    .pointBox p {
        font-size: 16px;
        margin-top: 12px;
    }
    .solutionInfo {
        width: 100%;
        padding: 0 20px;
        margin: 48px auto 0 auto;
    }
    .solutionRight {
        display: block;
    }
    .solutionInfo {
        flex-wrap: wrap;
    }
    .solutionRight {
        margin-top: 48px;
        width: 100%;
        margin-left: 0;
    }
    .tagCont {
        width: unset;
        margin: 48px 20px 0 20px;
        box-sizing: border-box;
    }
    .tagsFlex {
        flex-wrap: wrap;
    }
    .tagsFlex div {
        margin: 0 0 12px 12px;
    }
    .shareInfo {
        margin-top: 24px;
        justify-content: start;
    }
    .contactCont {
        margin-top: 48px;
        padding: 52px 20px;
    }
    .contactCont h2 {
        font-size: 20px;
    }
    .contactCont p {
        font-size: 16px;
    }
    .contactCont a {
        margin-top: 12px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    #speTitle {
        width: 100%;
        padding: 0 20px;
        margin-left: 0;
    }
    .innvoationInfo,
    .innvoationTitle {
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }
    .innvoationTitle h2 {
        color: #74B4EF;
    }
    .innvoationTitle p {
        opacity: .7;
        font-size: 16px;
    }
    .innovationImg {
        width: 100%;
        height: 220px;
    }
    .innvoationCard {
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom: 0;
    }
    .innvoationCard:nth-child(2) {
        flex-direction: column;
    }
    .innvoationInfo {
        margin-top: 24px;
    }
    .innvoationText h3 {
        font-size: 22px;
    }
    .innvoationText {
        padding: 32px 24px;
    }
    .innvoationCard:nth-child(2)::before {
        display: block;
        width: 100%;
        content: '';
        height: 1px;
        background-color: #D5D5D5;
        margin: 24px 0;
    }
    #speImg1 {
        width: 96vw;
    }
    .imgText {
        margin-top: 24px;
    }
    #speImg2 {
        width: 96vw;
    }
    .speCont {
        padding-bottom: 0;
    }
}