.page-banner{
    .section-bg {
        .bg-image {
            img {
                object-position: bottom;
            }
        }
    }
    *{
        color: #fff;
    font-weight: 900;
    }
    h1{
        font-size: clamp(2.5rem, 5vw + 1rem, 3.75rem);
    }
    .block-grid-col{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}


/* Assets Page */
.assets-banner-img{
    img{
        height: 48px;
        width:auto;
        &:lang(en){
            width:210px;
            height:auto;
        }
    }
}
.assets-our-team{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 900;
    ul {
        list-style-image: url('/media/bqjnv5zj/asset-cont2-2.png');
        li{
            padding-left: 1rem;
        }
    }
}
.assets-our-strategy{
    .d-grid{
        > div{
            &:nth-child(1){
                .feature-item{
                    background-image: url(/media/febdcesr/asset-cont3-bg1.png);
                }
            }
            &:nth-child(2){
                .feature-item{
                    background-image: url(/media/gb3nyier/asset-cont3-bg2.png);
                }
            }
            &:nth-child(3){
                .feature-item{
                    background-image: url(/media/gehffypp/asset-cont3-bg3.png);
                }
            }
        }
    }
    .feature-item{
        height:100%;
        padding: 73px 24px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        background: #ffffff;
        background-position: right 24px bottom 24px;
        background-repeat: no-repeat;
        box-shadow: 0 0 15px #dbdddb;
        border-radius: 8px;
        position: relative;
        text-align: justify;
        color: #5c5c5c;
        .feature-item-img{
            text-align: center;
        }
        .feature-item-title{
            text-align: center;
            font-size: 26px;
            font-weight: 900;
            margin-bottom: 1rem;
        }
        .feature-item-description{
            font-size: 18px;
        }
    }
}
.portfolio-investment-return{
    color:#5c5c5c;
    &:lang(en){
        line-height: 1.2;
    }
    .section-bg{
        inset: unset;
        width: 965px;
        height: auto;
        bottom:0;
        left:50%;
        transform: translateX(-50%);
    }
    .portfolio-investment-return-title{
        line-height: 1;
        font-weight: bold;
    }
    .feature-item{
        height:100%;
        background: rgba(255, 255, 255, .5);
        border-radius: 8px;
        padding: 32px 24px;
        .feature-item-img{
            display:none;
        }
        .feature-item-title{
            font-size: 1.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
            text-align: center;
        }
        .feature-item-description{
            li{
                margin-bottom: 0.6rem;
            }
        }
    }
}
.config-combination{
    --symbol-size: 50px;
    --symbol-gap: calc(50px + 2rem);
    margin-bottom: 1rem;
    .d-grid{
        gap: var(--symbol-gap) !important;
        grid-template-columns: repeat(3, 1fr);
        @media (max-width: 992px){
            grid-template-columns: 1fr;
        }
    }
    .feature-item{
        position:relative;
        height:100%;
        
        .feature-item-img{
            position:absolute;
            top:0;
            left:100%;
            display:flex;
            align-items:center;
            justify-content: center;
            height:100%;
            width: var(--symbol-gap);
            padding: 1rem;
            img{
                display:block;
                width: var(--symbol-size);
                height: var(--symbol-size);
            }
            @media (max-width: 992px){
                top:100%;
                left:0;
                width: 100%;
                height: var(--symbol-gap);
            }
        }
        .feature-item-content{
            border-radius: 6px 0 0 0;
            overflow:hidden;
            height:100%;
            display:flex;
            flex-direction: column;
            .feature-item-title{
                background-color: var(--secondary-color);
                color: #fff;
                font-size: 1.25rem;
                font-weight: 900;
                padding: 1rem 1.5rem;
            }
            .feature-item-description{
                flex:1;
                padding: 1.5rem 1rem;
                font-size: 1rem;
                background: #f3f4f5;
            }
        }
    }
}
.assets-section{
    .feature-item{
        .feature-item-title{
            font-size: 0.875rem !important;
            padding:0 1.3rem !important;
        }
        .feature-item-description{
            font-size: 1.125rem !important;
        }
    }
}


/* Investment Page */
.invest-service-img{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-advantage-columns{
    @media (min-width: 992px) {
        grid-template-columns: 35% 65% !important;
    }
    li{
        p:first-child{
            font-size: 20px;
            margin-bottom:8px;
            font-weight: bold;
        }
    }
}
.invest-win-left{
    background: url(/media/gu2hqrsp/invest-win-left.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 2rem;
    border-radius: 6px;
    p{
        font-size: 3rem;
        font-weight: 900;
        &:lang(en){
            font-size:2.5rem;
        }
    }
}
.invest-achievements{
    .feature-item{
        height:100%;
        background: #ffffff;
        box-shadow: 0 0 10px #e9ebed;
        border-radius: 8px;
        padding: 80px 23px 16px;
        .feature-item-img{
            display:none;
        }
        .feature-item-title{
            font-size: 1.5rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            word-break: keep-all;
            &:after{
                content: "";
                display: block;
                width:88px;
                height:4px;
                background: url(/media/tdrdr12v/asset-cont1-1.png) no-repeat center center;
                background-size: cover;
                margin-top: 1.5rem;
            }
        }
        .feature-item-description{
            font-size: 0.875rem;
        }
    }
}
.our-advantage-section .section-title{
    margin-bottom: 24px;
}


/* Family Page */
.family-needs{
    height: 100%;
    background: url(/media/cwnhw4tr/invest-03.png) no-repeat center center;
    background-size: cover;
    padding: 20px 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    table{
        width: 100%;
        border-collapse: collapse;
        td{
            padding: 1rem;
            border-bottom: 1px solid rgba(177, 177, 177, .6);
        }
        tr:last-child td{
            border-bottom: none;
        }
    }
}

.startup-family-office{
    grid-template-columns: 40% 60% !important;
}
.family-rime-capital-service{
    .block-grid-col:first-child{
        height:100%;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.wealth-management-features{
    .feature-item{
        position:relative;
        height:100%;
        .feature-item-img{
            position:absolute;
            inset:0;
            z-index:0;
            img{
                width:100%;
                height:100%;
                object-fit:cover;
            }
        }
        .feature-item-content{
            color: #fff;
            position:relative;
            z-index:1;
            padding:90px 0;
            text-align:center;
            .feature-item-title{
                position:relative;
                font-size: 1.5rem;
                font-weight: 900;
                padding: 0 2rem;
                margin-bottom: 1rem;
                &:after{
                    content:"";
                    display:block;
                    height:1px;
                    width:100%;
                    background: #979797;
                    margin-top:1rem;
                }
            }
            .feature-item-description{
                font-size: 1.125rem;
                font-weight: 900;
                p:not(:last-child){
                    margin-bottom:24px;
                }
            }
        }

    }
}


/* About Page */
.about-page-banner{
    padding: 2rem 0;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    .about-page-banner-info{
        line-height: 24px;
        padding: 12px 18px;
        border: 1px solid rgba(255, 255, 255, .49);
        border-radius: 4px;
        background: rgba(34, 33, 36, .3);
        text-align: center;
        &:lang(en){
            font-size: clamp(1rem, 1.5vw + 0.5rem, 1.4rem);
        }
    }
}

.about-us-advantage{
    font-size:1.125rem;
    color:#333;
    gap: 1rem !important;
    @media (min-width: 992px) {
        grid-template-columns: 1fr 322px 1fr;
    }  
}

.about-us-prices{
    .richtext-block{
        aspect-ratio: 1.2 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        .block-content{
            font-size: 1.125rem;
            font-weight: 900;
            padding: 1rem 3rem 1rem 2rem;
        }
    }
}

.entrepreneur-spirits-content{
    max-width: 700px;
    margin: 35px auto;
    font-size: 1.5rem;
    font-weight: 900;
    &:after, &:before{
        content: "";
        position: absolute;
        width: 40px;
        height: 33px;
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    &:before{
        top: -35px;
        left: -50px;
        background-image: url(/media/pkpetjdu/mask-left-8b13f766.svg);
    }
    &::after{
        bottom: -35px;
        right: -50px;
        background-image: url(/media/wblpnv1d/mask-e9c6b012.svg);
    }
}

.wisdom-sharing-section{
    .bg-image{
        position: absolute !important;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width:500px;
        img{
            object-position: bottom;
            object-fit: contain !important;
        }
    }
}