section {
    padding: 40px 0
}

@media screen and (min-width:1025px) {
    section {
        padding: 80px 0
    }
}

.swiper-slide {
    padding: 0 16px
}

.swiper-pagination {
    bottom: -48px !important
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important
}

.swiper-pagination-bullet-active {
    background: var(--color-brand-standard)
}

h2.title {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px
}

h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px
}

p.subtitle,
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-icon-03)
}

p.subtitle {
    margin-bottom: 40px !important
}

@media screen and (min-width:1025px) {
    h2.title {
        font-size: 48px;
        line-height: 64px
    }

    h3 {
        font-size: 28px;
        line-height: 38px
    }

    p.subtitle {
        margin-bottom: 80px !important
    }
}

.innner-pc.swiper-container {
    margin-bottom: 80px
}

.innner-pc .container>* {
    /* margin-left: calc(1/12 * 100%) */
}

.innner-pc .pc-small-title {
    padding-top: 244px
}

.innner-pc .banner-text-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 85px;
    color: var(--color-brand-Auxiliary);
    padding: 0 0 38px;
    width: 600px;
    max-width: 45%
}

.innner-pc .banner-text-content {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color-brand-Auxiliary);
    padding-bottom: 80px;
    width: 600px;
    max-width: 45%
}

.banner-text-content2 {
    max-width: 315px
}

.banner-text-content2 .column {
    display: flex;
    align-items: center;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 8px
}

.banner-text-content2 .column::before {
    content: "";
    width: 21px;
    height: 15px;
    border-radius: 2px;
    margin-right: 8px
}

.banner-text-content2 .column:nth-child(1):before {
    background-color: #7d446d;
}

.banner-text-content2 .column:nth-child(2):before {
    background-color: #4b9263;
}

.banner-text-content2 .column:nth-child(3):before {
    background-color: #9d8c5e;
}

.banner-text-content2 .column:nth-child(4):before {
    background-color: #313844;
}

@media screen and (max-width:1024px) {
    .innner-wap .swiper-slide {
        background-size: cover
    }

    .innner-wap .wap-small-title {
        padding-top: 120px
    }

    .innner-wap .banner-text-title {
        padding: 0 0 24px;
        display: inline-block;

    }

    .innner-wap .banner-text-content {
        max-width: 343px;
        margin: 0;
        text-align: left;
    }

    .innner-wap .banner-text-content2 {
        margin: 15px 0 0 0;
    }

    .innner-wap .banner-text-content2 .column {
        margin-bottom: 0
    }
}

#account-features .content-wrapper,
#account-features .grid-item {
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, .5)
}

#account-features h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: var(--color-brand-standard);
    margin-bottom: 16px
}

@media screen and (min-width:835px) {
    #account-features .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    #account-features .grid-item {
        padding: 32px 16px
    }

    #account-features h3 {
        font-size: 40px;
        line-height: 54px
    }
}

@media screen and (min-width:1025px) {
    #account-features .grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width:834px) {
    #account-features {
        padding-bottom: 70px
    }

    #account-features .swiper-slide {
        padding: 0 16px
    }

    #account-features .content-wrapper {
        padding: 24px 16px
    }
}

#account-types h2 {
    margin-bottom: 52px
}

#account-types img {
    width: 80px;
    height: 80px;
    margin-bottom: 24px
}

@media screen and (min-width:1025px) {
    #account-types h2 {
        margin-bottom: 120px
    }

    #account-types img {
        margin-bottom: 40px
    }

    #account-types p {
        max-width: 485px;
        margin: 0 auto
    }
}

@media screen and (min-width:1025px) {}

@media screen and (max-width:834px) {
    #account-types .column:not(:last-child) {
        margin-bottom: 16px
    }
}

#account-comparison {
    margin-bottom: 64px
}

#account-comparison table {
    width: 100%;
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, .7);
    margin-bottom: 24px;
    min-width: 700px;
}

#account-comparison th,
#account-comparison td {
    width: 50%;
    border: 0
}

#account-comparison th {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-brand-Auxiliary);
    padding: 16px 0
}

 #account-comparison thead th:nth-child(1), td:nth-child(1) {
        position: sticky;
        left: 0;
        z-index: 1;
}
    
    #account-comparison tbody td:nth-child(1) {
        position: sticky;
        left: 0;
        background-color: #f9fbfd;
        z-index: 1;
}

#account-comparison td {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-icon-03);
    padding: 8px 4px
}

#account-comparison tbody tr:nth-child(odd) {
    background-color: #f9fbfd
}

#account-comparison tbody tr:nth-child(even) {
    background-color: #f6f7fb
}

#account-comparison td img {
    /*width: 24px;*/
    height: 24px
}

#account-comparison .buttons>*:not(:last-child) {
    margin-right: 16px
}

@media screen and (min-width:835px) {
    #account-comparison table {
        max-width: 1330px;
        margin: 0 auto 40px
    }

    #account-comparison th:first-child,
    #account-comparison td:first-child {
        width: 19%
    }

    #account-comparison th,
    #account-comparison td {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 20%;
        border: 0
    }

    #account-comparison th {
        color: var(--color-icon-01);
        background-color: var(--color-brand-standard);
        padding: 12px 24px
    }

    #account-comparison td {
        color: var(--color-brand-Auxiliary);
        padding: 30px 24px
    }

    #account-comparison td:nth-last-child(-n+3) {
        padding-top: 26px;
        padding-bottom: 26px
    }

    #account-comparison td img {
        width: 64px;
        height: 32px
    }

    #account-comparison .buttons>*:not(:last-child) {
        margin-right: 24px
    }
}

@media screen and (min-width:1025px) {
    #account-comparison {
        margin-bottom: 80px
    }
}

@media screen and (max-width:834px) {
    #account-comparison .btn.tab {
        min-width: 112px;
        min-height: 48px;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        padding: 15px 8px
    }

    #account-comparison .btn.tab.active {
        color: var(--color-icon-01);
        background-color: var(--color-brand-standard)
    }

    /* #account-comparison table {
        display: none
    } */

    #account-comparison table.active {
        display: table
    }

    #account-comparison td:first-child {
        color: #757575
    }

    #account-comparison .buttons {
        margin-left: -0;
        margin-right: -0;
    }
}

#other-account {
    background-color: #f9fbfd
}

#other-account .content-wrapper,
#other-account .grid-item {
    background-color: var(--color-icon-01);
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, .5);
    transition: .3s
}

#other-account .grid-item:hover {
    transform: translate(0, -16px);
    transition: .3s
}

#other-account img {
    margin-bottom: 40px
}

#other-account h3 {
    color: var(--color-brand-standard)
}

#other-account p {
    margin-bottom: 40px
}

@media screen and (min-width:835px) {
    #other-account {
        padding: 120px 0;
        margin-bottom: 80px
    }

    #other-account .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px
    }

    #other-account .grid-item {
        padding: 80px 0
    }

    #other-account img {
        margin-bottom: 64px
    }
}

@media screen and (max-width:834px) {
    #other-account {
        padding-bottom: 110px
    }

    #other-account .content-wrapper {
        padding: 80px 20px
    }
}

#compliance-regulation h2 {
    margin-bottom: 64px
}

#compliance-regulation img {
    margin-bottom: 40px
}

@media screen and (min-width:835px) {
    #compliance-regulation {
        margin-bottom: 80px
    }

    #compliance-regulation h2 {
        font-weight: 700;
        margin-bottom: 120px
    }

    #compliance-regulation p {
        max-width: 600px;
        margin: 0 auto
    }

    #compliance-regulation img {
        margin-bottom: 80px
    }
}

@media screen and (max-width:834px) {
    #compliance-regulation {
        padding: 80px 0
    }

    #compliance-regulation .column:not(:last-child) {
        margin-bottom: 80px
    }
}

@media (max-width:834px) {
    .tableWrap {
        overflow-x: scroll;
    }

    .tableWrap::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .tableWrap::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .accountsTable {
        text-align: center;
    }

    .accountsTable img {
        margin: auto;
    }

    #account-comparison th,
    #account-comparison td {
        width: 20%;
    }

    #account-comparison th {
        background-color: var(--color-brand-standard);
        color:white;
    }
}

banner-text-content:lang(ar) {
    text-align: left;
}


.accountsTable {
    text-align: center;
}

/* #banner_cont
{
    height: 870px;
}
.banner
{
    height: 100%;
    width: 100%;
    background-image: url(/asset/inpageImg/account/banner/accounts_pc.png);
}
@media (max-width:1650px) 
{
    .banner
    {
        background-image: url(/asset/inpageImg/account/banner/accounts_laptop.png);
    } 
}
@media (max-width:834px) 
{
    .banner
    {
        background-image: url(/asset/inpageImg/account/banner/accounts_mobile.png);
    } 
} */
#swiper-slide-desktop-1 {
    background-image: url(/asset/inpageImg/account/banner/accounts_pc.png);
    background-position: bottom center;
    background-position-x: calc(100% + 200px);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1700px) {
    #swiper-slide-desktop-1 {
        background-image: url(/asset/inpageImg/account/banner/accounts_laptop.png);
    }
}

#swiper-slide-wap-1 {
    background-color: #f8f9fb;
    background-image: url(/asset/inpageImg/account/banner/accounts_mobile.png?v=2);
    background-position: center;
    background-position-x: calc(100% + 214px);
    background-repeat: no-repeat;
    position: relative;
}

#swiper-slide-wap-1 .columns.is-mobile>.column.is-12 {
    width: 50%;
}

.swiper-container.innner-wap {
    height: 700px;
}

.swiper-container.innner-wap {
    margin-top: -120px;
}