/* layout */
section {
    padding: 80px 0;
}
@media screen and (max-width: 835px) {
    section {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1024px) {
    section .columns {
        margin: 0;
    }
    section .column {
        padding: 0;
    }
}

/* button */
section .btn.white {
    border-color: var(--color-brand-standard);
    background-color: #ffffff;
    color: var(--color-brand-standard);
}
section .btn.white:focus, section .btn.white:hover, section .btn.white:active {
    background-color: var(--color-brand-standard);
    color: #ffffff;
}
@media screen and (min-width: 835px) {
    section .btn {
        min-width: 150px !important;
        min-height: 48px;
    }
}

/* number */
.number {
    min-width: fit-content;
    height: fit-content;
    vertical-align: middle;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

/* market watcher */
#market-watcher .container {
    max-width: 1380px !important;
}
#market-watcher .is-flex p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #757575;
}
#market-watcher .disclosure {
    cursor: pointer;
}
#market-watcher .disclosure p:first-child {
    text-decoration: underline;
}
#market-watcher .disclosure p:first-child::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #8c8c8c;
    border-bottom: 4px solid transparent;
}
#market-watcher .disclosure.is-active p:first-child::after {
    transform: rotate(90deg);
}
#market-watcher .disclosure p:last-child {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 8px 0;
}
#market-watcher .disclosure.is-active p:last-child {
    display: block;
}
@media screen and (min-width: 835px) {
    #market-watcher p.subtitle {
        margin-bottom: 64px !important;
    }
}

/* trading environment */
#trading-environment h3 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
}
@media screen and (min-width: 835px) {
    #trading-environment h3 {
        font-weight: bold;
    }
    #trading-environment .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-left: -12px;
        margin-right: -12px;
    }
    #trading-environment .grid-item:nth-child(-n+3) {
        border-bottom: 1px solid #e4e4e4;
        padding: 16px 0 60px;
    }
    #trading-environment .grid-item:not(:nth-child(3n)) {
        border-right: 1px solid #e4e4e4;
    }
    #trading-environment .grid-item:nth-last-child(-n+3) {
        padding: 60px 0 32px;
    }
    #trading-environment .grid-item img {
        max-width: 280px;
        width: 80%;
        margin-bottom: 8px;
    }
    #trading-environment .grid-item p {
        margin: 0 12px;
    }
}
@media screen and (min-width: 1201px) {
    #trading-environment .grid-item:nth-child(-n+3) {
        padding-bottom: 72px;
    }
    #trading-environment .grid-item:nth-last-child(-n+3) {
        padding: 68px 0 20px;
    }
}
@media screen and (min-width: 1281px) {
    #trading-environment .grid-item p {
        max-width: 348px;
        margin: 0 auto;
    }
    #trading-environment .grid-item:nth-child(-n+2) p {
        max-width: 397px;
    }
}
@media screen and (max-width: 835px) {
    #trading-environment {
        padding-bottom: 80px;
    }
}

.rtl #trading-environment .grid-item:not(:nth-child(3n)) {
    border-left: 1px solid #e4e4e4;
    border-right: inherit;
}

/* trading funding */
#trading-funding .container {
    max-width: 1440px !important;
    background: url("../images/homepage/map.svg") no-repeat scroll 50% 56px / 300%;
}
#trading-funding h2.title {
    margin-bottom: 40px !important;
}
#trading-funding h3 {
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
}
#trading-funding h3:last-of-type {
    margin-bottom: 40px;
}
#trading-funding .number {
    font-size: 28px;
    font-weight: bold;
    vertical-align: bottom;
    color: var(--color-brand-standard);
    padding: 0 6px;
}
#trading-funding .img-group {
    max-width: 268px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#trading-funding .img-group img {
    margin-bottom: 32px;
}
#trading-funding .img-group img:nth-child(odd) {
    margin-right: 40px;
}
#trading-funding img.visa {width: 87px; height: 28px;}
#trading-funding img.mastercard {height: 48px;}
#trading-funding img.applepay {width: 73.3px;height: 46.9px;}
#trading-funding img.googlepay {width: 90.5px;height: 48.2px;}
#trading-funding img.epay {width: 118px; height: 33px;margin-right:0 !important;}
#trading-funding img.fasapay {width: 148.2px;height: 34px;}
#trading-funding img.element-left {
    width: 64%;
    top: 52%;
    left: -32%;
}
#trading-funding .column:last-child {
    margin-top: -16px;
}
#trading-funding img.element-right {
    width: 64%;
    top: 2%;
    left: 72%;
}
@media screen and (min-width: 835px) {
    #trading-funding {
        padding-bottom: 100px;
    }
    #trading-funding .container {
        background-position: center -24%;
        background-size: 145%;
    }
    #trading-funding .column:first-child > * {
        margin-left: calc(1 / 12 * 100%);
    }
    #trading-funding h2.title {
        margin-bottom: 60px !important;
    }
    #trading-funding h3 {
        line-height: 56px;
    }
    #trading-funding .number {
        font-size: 48px;
    }
    #trading-funding .column:first-child {
        margin-top: 96px;
    }
    #trading-funding .img-group {
        margin: 0;
    }
    #trading-funding img.element-left {
        width: 300px;
        top: 67%;
        left: -32%;
    }
    #trading-funding img.element-right {
        width: 300px;
        top: -3%;
        left: 52%;
    }
    #trading-funding .column:last-child img:first-child {
        width: 431px;
    }
}
@media screen and (min-width: 1201px) {
    #trading-funding {
        padding-bottom: 192px;
    }
    #trading-funding .container {
        background-position: center bottom;
        background-size: contain;
    }
    #trading-funding .img-group {
        max-width: 437px;
    }
    #trading-funding .img-group img {
        margin-bottom: 56px;
    }
    #trading-funding .img-group img:nth-child(odd) {
        margin-right: 56px;
    }
    #trading-funding img.visa {width: 145px; height: 47px;}
    #trading-funding img.mastercard {width: 95px; height: 74px;}
    #trading-funding img.applepay {width: 118.7px;height: 76px;}
    #trading-funding img.googlepay {width: 146.6px;height: 78px;}
    #trading-funding img.epay {width: 142px; height: 55px;margin-right:0 !important;}
    #trading-funding img.fasapay {width: 240px;height: 55px;}
    #trading-funding img.element-left {
        width: 400px;
        top: 74%;
        left: -14%;
    }
    #trading-funding img.element-right {
        width: 400px;
        top: 6%;
        left: 78%;
    }
    #trading-funding .column:last-child img:first-child {
        width: 600px;
    }
}
@media screen and (max-width: 835px) {
    #trading-funding {
        text-align: center;
    }
    #trading-funding .column:last-child {
        max-width: 343px;
        margin: 0 auto;
    }
}

/* trading account */

body.translatepress-vi #trading-account p.vn_adjust{
    white-space:nowrap;
}
#trading-account .adjust {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#trading-account img.element-top {
    width: 303px;
    height: 80px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}
#trading-account h2.title {
    margin-bottom: 16px !important;
}
#trading-account a.link {
    display: block;
    width: fit-content;
    color: var(--color-brand-standard);
    margin: 0 auto 12px;
}
#trading-account .columns, #trading-account .swiper-content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.79);
}
#trading-account .swiper-content {
    box-shadow: 0 2px 5px 0 rgba(196, 196, 196, 0.5);
    padding: 36px 20px 30px;
}
#trading-account img.icon {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 24px;
}
#trading-account p.currency {
    text-align: center;
    margin-bottom: 46px;
}
#trading-account li.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
}
#trading-account li.list-item:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 38px;
    padding-bottom: 32px;
}
#trading-account li.list-item:last-child {
    margin-bottom: 44px;
}
#trading-account p.desc {
    /* flex: 0; */
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    color: var(--color-brand-Auxiliary);
}

#trading-account .medium-text{
    margin-left:8px;
    font-size:16px;
}

#trading-account img.element-left {
    z-index: -1;
    top: 14%;
    left: -64%;
}
.rtl #swiper-wrapper > div.swiper-slide.swiper-slide-duplicate.swiper-slide-next > div > div > a > img{
    display: none;
}
@media screen and (min-width: 835px) {
    #trading-account img.element-top {
        width: 568px;
        height: 150px;
        left: 32px;
        transform: none;
    }
    #trading-account h2.title {
        margin-bottom: 16px !important;
    }
    #trading-account a.link {
        margin-bottom: 80px;
    }
    #trading-account img.icon {
        margin: 0 0 24px;
    }
    #trading-account p.currency {
        text-align: left;
        margin-bottom: 64px;
    }
    #trading-account .column {
        position: relative;
        padding: 30px 12px 0;
    }
    #trading-account .column:not(:last-child) {
        border-right: 1px solid #e4e4e4;
    }
    #trading-account li.list-item {
        padding-right: 0;
    }
    #trading-account li.list-item:not(:last-child) {
        margin-bottom: 24px;
        padding-bottom: 30px;
    }
    #trading-account li.list-item:last-child {
        margin-bottom: 54px;
    }
    #trading-account p.desc {
        font-size: 48px;
        line-height: 64px;
    }
   
    #trading-account .arrow-down {
        position: absolute;
        top: 54px;
        right: 12px;
        width: 0; 
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid var(--color-brand-Auxiliary);
    }
    #trading-account img.element-left {
        top: 20%;
        left: -10%;
    }
    #trading-account img.element-right {
        z-index: -1;
        width: 32%;
        top: 54%;
        left: 95.5%;
    }
    .rtl #trading-account li.list-item{
        padding-right: inherit;
        padding-left: 48px;
    }
}
@media screen and (min-width: 1201px) {
    #trading-account {
        padding-bottom: 120px;
    }
    #trading-account img.element-top {
        width: 780px;
        height: 206px;
        top: -68px;
        left: 120px;
    }
    #trading-account h2.title {
        margin-bottom: 24px !important;
    }
    #trading-account a.link {
        margin-bottom: 96px;
    }
    #trading-account .column {
        padding: 30px 48px 0 48px;
    }
    #trading-account li.list-item {
        padding-right: 48px;
    }
    #trading-account img.element-right {
        top: 42%;
        left: calc(100% - 48px);
    }
    #trading-account .arrow-down {
        right: 96px;
    }
}
@media screen and (min-width: 1601px) {
    #trading-account .container {
        max-width: 1580px !important;
    }
}
@media screen and (min-width: 1801px) {
    #trading-account img.element-top {
        left: -32px;
    }
}
@media screen and (max-width: 834px) {
    #trading-account {
        padding-bottom: 80px;
    }
    .rtl #trading-account p.currency{
        text-align: center !important;
    }
    .rtl #trading-account li.list-item{
        padding-right: inherit;
        padding-left: 32px;
    }
}
.rtl #trading-account .column:not(:last-child) {
    border-left: 1px solid #e4e4e4;
    border-right: inherit;
}

.rtl  #trading-account .arrow-down {
    left: 50px;
    right: inherit;
}

.rtl #trading-account p.currency{
    text-align: right;
}


/**
 * trading platform
 */
/* layout */
#trading-platform .container {
    position: static;
    max-width: 1504px !important;
}
#trading-platform .accordions {
    position: relative;
}
/* title & description */
#trading-platform p.subtitle {
    margin-bottom: 16px !important;
}
/* accordion */
#trading-platform .accordion {
    position: relative;
    padding: 16px 0;
}
#trading-platform .accordion::after {
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #f5f5f6 28%, #ffffff 75%, transparent);
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: -9;
}
/* ahead */
#trading-platform .ahead {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}
#trading-platform .ahead:hover {
    cursor: pointer;
}
#trading-platform .accordion.open .ahead {
    margin-bottom: 30px;
}
#trading-platform .ahead::after {
    visibility: hidden;
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
    width: 2px;
    height: 48px;
    background-color: var(--color-brand-standard);
}
#trading-platform .accordion.open .ahead::after {
    visibility: visible;
}
#trading-platform .ahead figure {
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: 56px;
}
#trading-platform .ahead h3 {
    font-weight: bold;
    margin-bottom: 0;
}
#trading-platform .ahead:hover h3 {
    color: var(--color-brand-standard);
}
#trading-platform .accordion.open .ahead h3 {
    color: var(--color-brand-standard);
}
/* abody */
#trading-platform .abody {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    /* transition: all 0.6s ease-out; */
    max-height: 0;
    height: 0;
    /* height: auto; */
}
#trading-platform .accordion.open .abody {
    max-height: 1600px;
    height: auto;
    overflow: unset;
}
#trading-platform .abody .content {
    max-width: 575px;
}
.rtl #trading-platform .abody .content {
    max-width: 700px;
}
#trading-platform .abody p.desc {
    margin-bottom: 24px;
}
/* list */
#trading-platform ul.list {
    min-height: 104px;
    margin: 0 0 16px;
}
#trading-platform li.list-item {
    display: flex;
    align-items: center;
    height: 40px;
}
#trading-platform li.list-item > *:not(:last-child) {
    margin-right: 8px;
}
.rtl #trading-platform li.list-item > *:not(:last-child) {
    margin-left: 8px;
    margin-right: inherit;
}
#trading-platform li.list-item svg {
    width: 40px;
    height: 40px;
}

#trading-platform li.list-item a svg {
    width: 32px;
    height: 32px;
}
@media screen and (min-width: 835px) {
    /* layout */
    #trading-platform {
        padding-bottom: 40px;
    }
    /* accordion */
    #trading-platform .accordion.open {
        background: linear-gradient(to right, #f5f5f6, #ffffff);
        padding: 40px 0 0;
    }
    /* ahead */
    #trading-platform .accordion.open .ahead {
        margin-bottom: 2px;
    }
    #trading-platform .ahead figure {
        margin-right: 56px;
    }
    /* abody */
    #trading-platform .abody .content {
        padding-left: 104px;
    }
    .rtl #trading-platform .abody .content {
        padding-left: inherit;
        padding-right: 160px;
    }
    #trading-platform .abody p.desc {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 16px;
        padding-bottom: 28px;
    }
    /* list */
    #trading-platform ul.list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px 4px;
        margin-bottom: 28px;
    }
    #trading-platform li.list-item span {
        flex: 1;
    }
}
@media screen and (min-width: 835px) and (max-width: 1421px) {
    /* layout */
    #trading-platform .ahead, #trading-platform .abody .content {
        margin-left: calc(1 / 12 * 100%);
    }
    .rtl #trading-platform .ahead, #trading-platform .abody .content {
        margin-left: inherit;
        margin-right: calc(1 / 12 * 100%);
    }
    /* thumbnail */
    #trading-platform div.thumbnail {
        background-color: #ffffff;
        margin-left: -80px;
        margin-right: -80px;
    }
}
@media screen and (min-width: 1421px) {
    /* layout */
    #trading-platform {
        padding-bottom: 140px;
    }
    /* title & description */
    #trading-platform h2.title {
        margin-bottom: 20px !important;
    }
    #trading-platform p.subtitle {
        margin-bottom: 60px !important;
    }
    /* accordion */
    #trading-platform .accordion.open {
        padding: 40px 0 32px;
    }
    /* ahead */
    #trading-platform .ahead figure {
        width: 64px;
        height: 64px;
        margin-right: 40px;
    }
    /* abody */
    #trading-platform .abody p.desc {
        padding-bottom: 48px;
    }
    /* list */
    #trading-platform ul.list {
        grid-gap: 16px 40px;
        margin-bottom: 0;
    }
    /* thumbnail */
    #trading-platform div.thumbnail {
        display: none;
        width: 100%;
        position: absolute;
        top: -64px;
        left: calc(50% + 80px);
        transform: translate(-50%, 0);
        padding: 0 !important;
    }
    #trading-platform .accordion:nth-of-type(2) div.thumbnail {
        top: -32px;
    }
    #trading-platform .accordion:nth-of-type(3) div.thumbnail {
        top: -232px;
        left: calc(50% + 120px);
    }
    #trading-platform .accordion:last-of-type div.thumbnail {
        top: unset;
        bottom: 64px;
    }
    #trading-platform div.thumbnail img {
        float: right;
    }
    #trading-platform .accordion.open div.thumbnail {
        display: block;
    }
}
@media screen and (max-width: 1421px) {
    #trading-platform h2.title, #trading-platform p.subtitle {
        text-align: center;
    }
    #trading-platform ul .list-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.rtl #trading-platform .ahead::after {
    right: 120px;
    left: inherit;
}

@media screen and (max-width: 835px) {
    .rtl #trading-platform .ahead figure {
        margin-right: inherit;
    }
    .rtl #trading-platform .ahead::after {
        right: 80px;
    }
}


.rtl #trading-platform .ahead figure {
    margin-left: 56px !important;
    /* margin-right: inherit; */
}

/* trading network */
#trading-network p.subtitle {
    margin-bottom: 16px !important;
}
#trading-network #lottie {
    margin-bottom: 16px;
}
#trading-network div.link-group {
    display: flex;
    flex-wrap: wrap;
}
.rtl #trading-network div.link-group {
    display: flex;
    justify-content: center;
}
#trading-network .bg-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
}
#trading-network .bg-image-wrapper {
    margin-bottom: 16px;
}
#trading-network a.link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 48px;
    border-radius: 29.2px;
    background-color: var(--color-icon-01);
    box-shadow: 0 2px 13px 0 rgba(161, 161, 161, 0.5);
    margin-right: 16px;
    margin-bottom: 20px;
    padding: 8px 18px;
}
.rtl #trading-network a.link {
    margin-right: inherit;
}
@media screen and (min-width: 554px) {
    #trading-network div.link-group {
        justify-content: center;
    }
}
@media screen and (min-width: 835px) {
    #trading-network a.link {
        position: absolute;
    }
    #trading-network a.link.myfxbook {
        top: 22%;
        left: 33%;
    }
    #trading-network a.link.outrade {
        bottom: 12%;
        left: 33%;
    }
    #trading-network a.link.followme {
        top: 52%;
        left: 58%;
    }
}
@media screen and (min-width: 945px) {
    #trading-network a.link.myfxbook {
        top: 20.8%;
    }
    #trading-network a.link.outrade {
        bottom: 14%;
    }
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
    #trading-network {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    #trading-network a.link {
        width: 198px;
        height: 61px;
    }
    #trading-network a.link.myfxbook {
        top: 22.4%;
        left: 34%;
    }
    #trading-network a.link.outrade {
        bottom: 12%;
        left: 34%;
    }
    #trading-network a.link.followme {
        top: 54%;
    }
}
@media screen and (min-width: 1281px) {
    #trading-network .content {
        width: 518px;
        position: absolute;
        right: calc(100% / 12);
    }
    #trading-network h2.title {
        margin: 16px 0 32px;
    }
    #trading-network #lottie {
        margin-right: calc(100% / 12 * 2);
    }
    #trading-network .bg-image-wrapper {
        margin-right: calc(100% / 12 * 2);
    }
    #trading-network a.link.myfxbook {
        top: 6.5%;
        left: 28%;
    }
    #trading-network a.link.outrade {
        bottom: 16%;
        left: 28%;
    }
    #trading-network a.link.followme {
        top: 44%;
        left: 49%;
    }
}
@media screen and (min-width: 1681px) {
    #trading-network #lottie {
        margin-right: calc(100% / 12 * 3);
    }
    #trading-network a.link.myfxbook {
        left: 26%;
    }
    #trading-network a.link.followme {
        left: 44%;
    }
    #trading-network a.link.outrade {
        bottom: 16.5%;
        left: 26%;
    }
}
@media screen and (max-width: 400px) {
    #trading-network a.link:nth-child(even) {
        margin-right: 0;
    }
    .rtl #trading-network a.link:nth-child(2) {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1280px) {
    #trading-network h2.title, #trading-network p.subtitle {
        text-align: center;
    }
    .rtl #trading-network a.link:nth-child(2) {
        margin-right: 10px;
    }
}

.rtl #trading-network .content{
    left: calc(100% / 12);
    right: inherit;
    z-index: 1;
}
.rtl #trading-network a.link.myfxbook {
    left: inherit;
    right:33%
}
.rtl #trading-network a.link.outrade {
    right: 33%;
    left: inherit;
}
.rtl #trading-network a.link.followme {
    left: inherit;
    right: 58%;
}
.rtl #trading-network .bg-image {
    transform: scaleX(-1);
}

.rtl #trading-network .bg-image-wrapper{
    margin-right: inherit;
    margin-left: calc(100% / 12 * 2);
}

/* trading analysis */
#trading-analysis {
    padding-bottom: 96px;
}
#trading-analysis p.subtitle {
    margin-bottom: 0 !important;
}
#trading-analysis .swiper {
    overflow: hidden;
}
#trading-analysis .swiper-wrapper {
    margin-bottom: 48px;
}
#trading-analysis .swiper-pagination {
    bottom: 155px !important;
    margin-bottom: 44px;
}
#trading-analysis .swiper-pagination-bullet {
    width: 33.3333%;
    height: 1px;
    background-color: #e4e4e4;
    opacity: 1;
    margin: 0 !important;
}
#trading-analysis .swiper-pagination-bullet-active {
    background-color: var(--color-brand-standard);
}
#trading-analysis .buttons {
    margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
    #trading-analysis {
        padding-bottom: 110px;
    }
    #trading-analysis p.subtitle {
        max-width: 304px;
        margin-bottom: 248px !important;
    }
    #trading-analysis .columns {
        position: relative;
    }
    #trading-analysis .swiper-wrapper {
        position: static;
        margin-bottom: 0;
    }
    #trading-analysis .swiper-pagination {
        position: absolute;
        top: 224px;
        left: 0;
        max-width: 304px;
        width: calc(5 / 12 * 100% - 24px);
        z-index:0;
    }
    #trading-analysis .swiper .buttons {
        position: absolute;
        top: 284px;
        left: -4px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    #trading-analysis {
        padding-bottom: 132px;
    }
    #trading-analysis .container {
        max-width: 1490px !important;
    }
    #trading-analysis p.subtitle {
        max-width: 382px;
        margin-bottom: 230px !important;
    }
    #trading-analysis .swiper-pagination {
        max-width: 382px;
        top: 244px;
        left: 12px;
    }
    #trading-analysis .swiper .buttons {
        top: 300px;
        left: 8px;
    }
}
@media screen and (min-width: 1241px) {
    #trading-analysis .column:first-child {
        margin-top: 36px;
    }
    #trading-analysis .swiper-pagination {
        top: 280px;
    }
    #trading-analysis .swiper .buttons {
        top: 336px;
    }
}
@media screen and (min-width: 1601px) {
    #trading-analysis .column:first-child {
        margin-top: 60px;
    }
    #trading-analysis .swiper-pagination {
        top: 304px;
    }
    #trading-analysis .swiper .buttons {
        top: 360px;
    }
}
@media screen and (max-width: 834px) {
    #trading-analysis h2.title, #trading-analysis p.subtitle {
        text-align: center;
    }
    .rtl #trading-network .bg-image-wrapper{
        margin-left: inherit;
    }
}

/* global globe */
#global-globe {
    background-color: #f8f9fa;
    margin-bottom: 40px;
    padding: 48px 0 68px;
}
#global-globe .container {
    max-width: 1808px !important;
}
#global-globe p.subtitle {
    margin-bottom: 26px !important;
}
#global-globe .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 10px;
    margin-bottom: 16px;
}
#global-globe .grid .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}
#global-globe p.desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}
#global-globe p.number {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: var(--color-brand-standard);
}
@media screen and (min-width: 835px) {
    #global-globe {
        padding: 40px 0 60px;
    }
    #global-globe .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 1025px) {
    #global-globe {
        margin-bottom: 80px;
        padding: 80px 0 120px;
    }
    #global-globe h2.title {
        margin-bottom: 24px !important;
    }
    #global-globe p.subtitle {
        margin-bottom: 85px !important;
    }
    #global-globe p.desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    #global-globe p.number {
        font-size: 52px;
        line-height: 60px;
    }
}
@media screen and (min-width: 1381px) {
    #global-globe .grid {
        max-width: 532px;
        gap: 56px 64px;
    }
}
@media screen and (min-width: 1481px) {
    #global-globe .column:first-child {
        flex: calc(100% / 12 * 7) !important;
    }
    #global-globe .column:last-child {
        flex: calc(100% / 12 * 5) !important;
    }
}
@media screen and (min-width: 1601px) {
    #global-globe .column:last-child {
        margin-left: 80px;
    }
}
@media screen and (max-width: 835px) {
    #global-globe .columns {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }
}
.rtl #global-globe .grid .grid-item {
    align-items: flex-start;
}

/**
 * latest news
 */
#latest-news h2.title {
    text-align: center;
    margin-bottom: 24px !important;
}
@media screen and (min-width: 835px) {
    #latest-news h2.title {
        text-align: left;
        margin-bottom: 24px !important;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news h2.title {
        margin-bottom: 40px !important;
    }
}
/* tabs */
#latest-news .container {
    max-width: 1360px !important;
    margin: 0 auto;
    padding: 0 16px;
}
#latest-news .tabs {
    margin-bottom: 56px;
}
#latest-news .tabs ul {
    flex-wrap: wrap;
    flex-shrink: 1;
    border-radius: 6px;
    background-color: #f5f5f5;
    padding: 4px 12px;
}
#latest-news .tabs li {
    flex: 0 0 25%;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-align: center;
    color: var(--color-brand-Auxiliary);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    margin: 4px 0;
    padding: 8px;
}
#latest-news .tabs li.is-active,
#latest-news .tabs li:hover {
    color: var(--color-brand-standard);
}
#latest-news .tabs li.is-active {
    box-shadow: 2px 2px 6px 0 rgba(214, 214, 214, 0.5);
    background-color: #ffffff;
}
#latest-news .tabs-item {
    display: none;
}
#latest-news .tabs-item.is-active {
    display: flex;
}
@media screen and (min-width: 835px) {
    #latest-news .tabs {
        width: fit-content;
        margin-bottom: 40px;
    }
    #latest-news .tabs ul {
        padding: 8px 12px;
    }
    #latest-news .tabs li {
        font-size: 20px;
        line-height: 26px;
        padding: 12px 28px;
    }
}
@media screen and (min-width: 925px) {
    #latest-news .tabs li {
        flex: 0 1 auto;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news .tabs ul {
        padding: 8px;
    }
}
/* rss feed */
#latest-news .wp_rss_retriever {
    overflow-x: hidden;
    margin-bottom: 40px;
}
#latest-news .wp_rss_retriever_list {
    display: flex;
    transition: transform 0.6s ease-in-out;
}
#latest-news .wp_rss_retriever_list::before {
    display: none;
}
#latest-news .wp_rss_retriever_item {
    flex: 0 0 100%;
    margin-bottom: 0;
}
#latest-news .wp_rss_retriever_item_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media screen and (max-width: 834px) {
    #latest-news .wp_rss_retriever_item_wrapper {
        margin:auto;
    }
}
#latest-news .wp_rss_retriever_image {
    order: 1;
    width: 100% !important;
    height: 229px !important;
    float: none;
    margin-right: 0;
    margin-bottom: 26px;
}
@media screen and (max-width: 834px) {
    #latest-news .wp_rss_retriever_image {
        height: auto !important;
    }
}
@media screen and (max-width: 400px) {
    #latest-news .wp_rss_retriever_image {
        max-width: 343px !important;
        width: 100% !important;
        height: 229px !important;
    }
}
#latest-news .wp_rss_retriever_image img {
    position: static;
    transform: none;
    max-width: 100%;
    object-position: left;
    object-fit: contain;
}
#latest-news .wp_rss_retriever_title {
    order: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
    word-break: break-word;
}
#latest-news .wp_rss_retriever_container {
    order: 3;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-03);
    word-break: break-word;
}
#latest-news .wp_rss_retriever_metadata {
    display: none;
}
@media screen and (min-width: 835px) {
    #latest-news {
        padding-bottom: 40px;
    }
    #latest-news .wp_rss_retriever {
        margin-bottom: 16px;
    }
    #latest-news .wp_rss_retriever_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 24px;
    }
    #latest-news .wp_rss_retriever_item {
        margin-bottom: 72px;
    }
    #latest-news .wp_rss_retriever_image {
        height: 205px !important;
        margin-bottom: 20px;
    }
    #latest-news .wp_rss_retriever_title {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news .wp_rss_retriever_image {
        height: 283px !important;
        margin-bottom: 24px;
    }
    #latest-news .wp_rss_retriever_title {
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 1601px) {
    #latest-news .wp_rss_retriever_list {
        column-gap: 28px;
    }
    #latest-news .wp_rss_retriever_image {
        height: 283px !important;
        margin-bottom: 28px;
    }
    #latest-news .wp_rss_retriever_title {
        margin-bottom: 12px;
    }
}
/* pg */
#latest-news .progress-bar {
    position: relative;
    height: 1px;
    background-color: #f5f8fa;
    margin-bottom: 40px;
}
#latest-news .inner-bar {
    position: absolute;
    width: calc(100% / 6);
    height: 100%;
    background-color: var(--color-brand-standard);
    transition: width 0.6s ease-in-out;
}
#latest-news .prev-btn, #latest-news .next-btn {
    width: 47px;
    height: 47px;
    background: transparent scroll no-repeat center / contain;
    cursor: pointer;
    margin: 0 4px;
}
#latest-news .prev-btn {
    background-image: url("../images/homepage/left-arrow.svg");
}
.rtl #latest-news .prev-btn {
    background-image: url("../images/homepage/right-arrow.svg");
}
#latest-news .next-btn {
    background-image: url("../images/homepage/right-arrow.svg");
}
.rtl #latest-news .next-btn {
    background-image: url("../images/homepage/left-arrow.svg");
}
/* btn */
@media screen and (min-width: 835px) {
    #latest-news .btn.primary {
        min-width: 150px;
        max-width: fit-content;
        display: block;
        margin: auto;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news .btn.primary {
        min-width: 180px;
        min-height: 56px;
        padding: 16px;
    }
}

/* media center */
/* layout */
#media-center {
    margin-bottom: 0;
    padding-bottom: 0;
}
#media-center .columns {
    position: relative;
    padding-bottom: 56px;
    margin-bottom: 0;
}
/* title & subtitle */
#media-center p.subtitle {
    position: relative;
    margin-bottom: 40px !important;
    padding-bottom: 16px;
}
/* swiper */
.swiper-button-prev, .swiper-button-next {
    position: static;
    width: 47px;
    height: 47px;
    background: url("../images/homepage/left-arrow.svg") no-repeat scroll center / contain;
    margin: 0 4px;
}
.swiper-button-next {
    background-image: url("../images/homepage/right-arrow.svg");
}
.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}
/* media swiper */
.buttons:not(:last-child){
    margin-top: 44px;
}
.special{
    max-width:300px !important;
}
.swiper-slide h4 {
    text-align: center;
}

.swiper-slide p {
    text-align: center;
}


html[lang="ar"] .ar-ug-ur-rotate,
html[lang="ur"] .ar-ug-ur-rotate,
html[lang="ug"] .ar-ug-ur-rotate
  {
    transform:rotate(180deg)
}

.media-button-prev, .media-button-next {
    position: static;
    width: 47px;
    height: 47px;
    background-color:#d91d22;
    background: url("../images/homepage/media-arrow-left.png") no-repeat scroll center / contain;
    margin: 0 4px;
}
.media-button-next {
    background-image: url("../images/homepage/media-arrow-right.svg") ;
}
.media-button-prev::after, .media-button-next::after {
    display: none;
}

.swiper-button-prev.swiper-button-disabled {
    background: url("../images/homepage/media-arrow-left-off.png");
    background-color: #f5f5f5;
    opacity:1;
}

.swiper-button-next.swiper-button-disabled {
    background: url("../images/homepage/media-arrow-right-off.png") ;
    background-color: #f5f5f5 !important;
    opacity:1 !important;
}

#media-center .swiper {
    padding-bottom: 96px;
}
#media-center .swiper-pagination {
    bottom: 52px !important;
}
/* content */
#media-center figure {
    margin-bottom: 16px;
}
#media-center h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    /* layout */
    #media-center {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #media-center .columns {
        padding-bottom: 56px;
        margin-bottom: 0;
    }
    /* title & subtitle */
    #media-center h2.title {
        margin-bottom: 16px !important;
    }
    #media-center p.subtitle {
        margin-bottom: 16px !important;
        padding-bottom: 56px;
    }
    /* content */
    #media-center figure {
        margin-bottom: 24px;
    }
    #media-center h4 {
        margin-bottom: 40px;
    }
    #media-center .column p {
        max-width: 272px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
    #media-center .columns {
        margin-left: -8px;
        margin-right: -8px;
    }
    #media-center .column {
        padding: 0 8px;
    }
}
@media screen and (min-width: 1025px) {
    #media-center {
        padding-bottom: 0;
    }
    #media-center h2.title {
        margin-bottom: 24px !important;
    }
    #media-center p.subtitle {
        padding-bottom: 60px;
    }
    #media-center figure {
        margin-bottom: 38px;
    }
    #media-center h4 {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

#aufc-banner {
    background-image: url("../images/homepage/footer-banner-muxdp.png");
    height: 200px;
    background-position: center;
    background-size: cover;
    padding: 0;
}
@media screen and (max-width: 834px) {
    #aufc-banner {
        background-image: url("../images/homepage/footer-banner-muxdp-mobile.png");
        height: 385px;
        background-repeat: no-repeat;
    }
}

.rtl #trading-analysis .swiper .buttons {
   right: 0;
   left: inherit;
}

.rtl #trading-analysis .swiper-pagination {
    right: 0;
    left: inherit;
}

.rtl #trading-platform div.thumbnail {
    right: 70px;
    left: inherit;
}
@media screen and (min-width: 1025px) {
    .rtl #trading-platform div.thumbnail {
        right: 245px;
        left: inherit;
    }
}
@media screen and (min-width: 1400px) {
    .rtl #trading-platform div.thumbnail {
        right: 245px;
        left: inherit;
    }
}
.rtl #trading-platform .accordion.open {
    background: linear-gradient(to left, #f5f5f6, #ffffff);
}

.rtl #latest-news h2.title {
    text-align: right;
}

.rtl #trading-funding .img-group img:nth-child(odd) {
    margin-right: 0;
    margin-left: 40px;
}

#trading-environment #trading-environment-swiper {
    padding-bottom:30px;
    overflow: hidden;
}
@media screen and (max-width: 835px)  {
    #trading-environment #trading-environment-swiper .swiper-slide p {
      margin: 0 50px;
    }
}
@media screen and (max-width: 375px)  {
    #trading-environment #trading-environment-swiper .swiper-slide p {
      margin: inherit;
    }
}
