.page-banner{
    position: relative;
    height: clamp(25vh, 30vw, 40vh);
    background-image:url(/media/h0ppj1ct/a1b0453c656b4f23b42b7009d6a2243b.webp);
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
}
.page-banner:before, .page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
}
.page-banner:before {
    left: 0;
    width: 33%;
    background: rgba(214, 175, 95, 0.24);
}
.page-banner:after {
    left: 30%;
    width: 25%;
    background: rgba(234, 234, 234, 0.43);
}

.page-container{
    position:relative;
    margin-top:-40px;
    z-index:5;
}

.page-wrapper{
    display:grid;
    grid-template-columns: 25% 1fr;
    height:100%;
    column-gap: 4rem;
}



@media (max-width: 992px) {
    .page-wrapper{
        grid-template-columns: 1fr;
    }
    .side-menu{
        display: none;
    }

}


/* ============= Side menu ============= */

.side-menu{
    height: 100%;
    background: rgba(231, 221, 206, 0.7);
    padding: 8rem 1rem 1rem;
}

.side-menu a {
    display: block;
    color: var(--primary-color-darken);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 0;
}
.side-menu a:hover{
    color: var(--second-color); 
}

.side-menu ul{
    list-style: none;
}


/*  ============= Page Main ================ */
.page-main{
    padding-bottom:2rem;
}
.page-main a {
    color: #006CFF;
}
.page-main .container{
    padding-left:0;
    padding-right:0;
}
.page-main a:hover {
    color: #0056b3;
}
.page-parent-title{
    display:flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
    font-size: clamp(0.75rem, 2vw, 1rem);
}

.page-parent-title > div {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #74808B;
    padding: 1.5em 0.8em 0.3em;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    height: 3.25em;
    width: 12em;
    margin-bottom: 2.75em;
}

.page-parent-title > div:before, 
.page-parent-title > div:after {
    content: "";
    position: absolute;
    display: block;
}

.page-parent-title > div:before {
    top: 0;
    left: -3.25em;
    height: 100%;
    width: 3.25em;
    background: #C5C5C5;
}
.page-parent-title > div:after {
    top: 100%;
    left: 0;
    height: 2.75em;
    width: 100%;
    background: linear-gradient(to right, #B49361, #F4EFE8 30%, #F7F8FB 30%, #F7F8FB);
}

.breadcrumb{
    display: flex;
    justify-content: flex-end;
    margin-bottom:1.5rem;
}

.breadcrumb-wrapper{
    display: flex;
    position:relative;
    align-items: center;
}

.breadcrumb-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 0;
    left: -35px;
    background: url(/media/oxmfkdey/4aaad93b56bb4f20a71dd5c91cdbf168.webp) center center no-repeat;
    background-size: contain;
}
.breadcrumb-item{
    position: relative;
}
.breadcrumb-item > *{
    font-size: clamp(0.75rem, 2vw, 0.95rem);
    color: #999 !important;
}
.breadcrumb-item.active > *,
.breadcrumb-item > a:hover{
    color:#666 !important;
}

.breadcrumb-item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 1rem;
    color: #999;
}


.page-title{
    position:relative;
    padding: 1rem 0;
    margin-bottom:2rem;
}

.page-title:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right:0;
    width: calc(100% + 1rem);
    height: 7px;
    background: linear-gradient(to right, #BEA575, transparent);
}

.page-title h1{
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--primary-color-darken);
    margin:0;
}


.agreement-buttons{
    display:flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 4rem 0 2rem;
}

.embed-fee-table embed{
    min-height:600px;
}

.tab-buttons{
    border-bottom: 3px solid #0061A5;
}

.tab-button{
    flex:none !important;
    padding:0.6rem 2rem !important;
    line-height: 1.2;
}

.tab-button.active{
    background: #0061A5 !important;
    color: #fff;
}

.tab-pane{
    padding-left:1rem !important;
    padding-right:1rem !important;
}

h3{
    font-size:1.5rem;
}
h4{
    font-size:1.3rem;
}

/* =========== Contact Us ============== */
.company-information .block-grid-col:first-child{
    flex:2;
}


/* =========== Account Open ============== */
.accopen-preparation{
    display: grid;
    column-gap: 3rem;
    row-gap: 2rem;
    grid-template-columns: repeat(3,1fr);
    margin-bottom:4rem;
}
@media (max-width: 552px) {
    .accopen-preparation{
        grid-template-columns: repeat(2,1fr);
    }
}
.accopen-preparation .feature-item{
    text-align: center;
}
.accopen-preparation .feature-item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 8px auto 16px;
    background: #74808B;
    border-radius: 100%;
}

.accopen-preparation .feature-item-img img{
    max-width: 50px;
    max-height: 50px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(5%) hue-rotate(333deg) brightness(103%) contrast(101%);
}

.accopen-preparation .feature-item-title{
    font-size: 0.875rem;
    display:inline-block;

}



.deposit-tab table td:first-child{
    width:180px;
    
}
table td{
    padding:0.5rem !important;
}