h2.white_title {
    color: #fff;
    font-size: 64px;
}

h2.white_title span {
    color: #FBBD23;
}

.gold_header .row {
    z-index: 1;
    position: relative;
}

.gold_header .checklist li::before {
    color: #FBBD23;
}

.gold_header  .checklist ul {
    margin-top: 0px;
}

.start-trading.gold {
    background: #FBBD23;
}


.gold_header.dwm_page_header {
    padding-top: 80px !important;
}

.dwm_page_header.gold_header ._grid-section {
    margin-top: 24px;
}

.gold_image {
    max-width: 374px;
    float: right;
}

.gold_header::after {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    border-radius: 50%;
    filter: blur(240px);
    z-index: 0;
    background-color: #FBBD23;
    top: 950px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
}

.gold_header::before {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    border-radius: 50%;
    /*filter: blur(240px);*/
    z-index: 0;
    background-color: #FBBD23;
    top: -750px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
}


.gold_stocks {
    background: #0F0F14;
    position: relative;
    overflow: hidden;
}

.gold_stocks .mt5_payment_item {
    background: transparent;
    border: 1px solid #34343D;
    flex: unset;
    width: calc(33% - 8px);
}

.gold_stocks .mt5_steps_3_header p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
    vertical-align: middle;
    color: #DBDBE0;

}

.gold_stocks .mt5_payment_icon img {
    width: 48px;
    height: 48px;
}

@media(max-width: 767px){
     .gold_stocks .mt5_payment_item {
        background: transparent;
        border: 1px solid #34343D;
        flex: unset;
        width: 100%;
    }   
}


/** AI --- */
.gold_account_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gold_account_container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

.gold_account_heading {
    max-width: 900px;
    margin: 0 auto 56px;
    text-align: center;
}

.gold_account_title {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.gold_account_subtitle {
    margin: 14px 0 0;
    color: #DBDBE0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.gold_account_layout {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

.gold_account_feature {
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gold_account_feature_primary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 389.33px;
    min-width: 389.33px;
    min-height: 576px;
    padding: 30px 28px 0;
    background: #FBBD23;
    border: none;
    overflow: hidden;
}

.gold_account_feature_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gold_account_primary_image_wrap {
    width: calc(100% + 56px);
    margin-left: -28px;
    margin-top: 28px;
}

.gold_account_primary_image_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.gold_account_right {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
}

.gold_account_feature_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 280px;
    padding: 40px;
    background: #202029;
    border: none;
}

.gold_account_bottom_row {
    display: flex;
    width: 100%;
    gap: 16px;
}

.gold_account_feature_small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 280px;
    padding: 40px;
    background: transparent;
}



.gold_account_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
}

.gold_account_icon_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gold_account_icon_wrap_primary {
    width: 40px;
    height: 40px;
    margin-bottom: 28px;
}

.gold_account_text_wrap {
    width: 100%;
}

.gold_account_feature_title {
    margin: 0 0 14px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.gold_account_feature_text {
    margin: 0;
    max-width: 714px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.gold_account_feature_title_primary {
    color: #0F0F14;
    font-size: 28px;
    max-width: 309px;
}

.gold_account_feature_text_primary {
    color: #0F0F14;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    max-width: 309px;
}

@media (max-width: 1199px) {
    .gold_account_layout {
        align-items: stretch;
    }

    .gold_account_feature_primary {
        width: 340px;
        min-width: 340px;
        min-height: 540px;
    }

    .gold_account_feature_title_primary {
        font-size: 24px;
    }

    .gold_account_feature_text_primary {
        font-size: 18px;
    }

    .gold_account_feature_top,
    .gold_account_feature_small {
        padding: 32px;
    }
}

@media (max-width: 991px) {
    
    .gold_stocks {
        margin-bottom: -2px !important;
        padding-top: 0px !important;
        padding-bottom: 90px !important;
    }
    
    .gold_steps::before {
        display: none;
    }
    
    .gold_account_heading {
        margin-bottom: 36px;
        text-align: left;
    }

    .gold_account_title {
        font-size: 24px;
    }

    .gold_account_subtitle {
        margin-top: 10px;
        font-size: 13px;
        text-align: center;
    }

    .gold_account_layout {
        flex-direction: column;
        gap: 12px;
    }

    .gold_account_feature_primary {
        width: 100%;
        min-width: 0;
        min-height: auto;
        padding: 28px 28px 0;
    }

    .gold_account_right {
        width: 100%;
        gap: 0px;
    }

    .gold_account_feature_top {
        min-height: auto;
        padding: 28px;
        margin-bottom: 12px;
    }

    .gold_account_bottom_row {
        flex-direction: column;
        gap: 12px;
    }

    .gold_account_feature_small {
        width: 100%;
        min-height: auto;
        padding: 28px;
    }

    .gold_account_bottom_row .gold_account_feature_small + .gold_account_feature_small {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .gold_account_icon_wrap {
        width: 26px;
        height: 26px;
        margin-bottom: 18px;
    }

    .gold_account_icon_wrap_primary {
        width: 34px;
        height: 34px;
        margin-bottom: 20px;
    }

    .gold_account_feature_title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .gold_account_feature_text {
        font-size: 13px;
        line-height: 1.35;
    }

    .gold_account_feature_title_primary {
        max-width: 100%;
        font-size: 20px;
    }

    .gold_account_feature_text_primary {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.1;
    }

    .gold_account_primary_image_wrap {
        width: calc(100% + 56px);
        margin-top: 22px;
    }
}

/* STEPS section */



/* ===== SECTION WRAPPER ===== */
.gold_steps {
    position: relative;
    overflow: hidden;
}

.gold_steps::before {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    border-radius: 50%;
    filter: blur(240px);
    z-index: 0;
    background-color: #FBBD23;
    top: -850px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
}

.gold_steps .gold_account_container {
    position: relative;
}

.gold_steps .gold_account_heading {
    text-align: center;
    margin-bottom: 56px;
}

.gold_steps .gold_account_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.gold_steps .gold_account_subtitle {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #DBDBE0;
}

.gold_steps .gold_account_cta_wrap {
    margin-top: 32px;
}

.gold_steps .mt5_steps_3_cta {
    font-family: Inter;
    padding: 10px 16px;
    border: 1px solid rgba(52,52,61,1);
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 auto;
}

/* ===== CARDS LAYOUT ===== */

.gold_steps .mt5_steps_3_cards {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}

/* ===== CARD ===== */

.gold_steps .mt5_steps_3_card {
    position: relative;
    width: 288px;
    height: 212px;
    padding: 16px;
    border: 1px solid rgba(52,52,61,1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
    justify-content: center;
}

/* ===== STAGGER ===== */

.gold_steps .mt5_steps_3_card.step1 {
    margin-top: 0;
    border-color: #FFC107;
}

.gold_steps .mt5_steps_3_card.step2 {
    margin-top: 80px;
}

.gold_steps .mt5_steps_3_card.step3 {
    margin-top: 160px;
}

.gold_steps .mt5_steps_3_card.step4 {
    margin-top: 240px;
}

/* ===== TEXT ===== */

.gold_steps .mt5_steps_3_number {
    font-family: "Space Grotesk";
    font-size: 40px;
    font-weight: 700;
    color: #737380;
}

.gold_steps .mt5_steps_3_card.step1 .mt5_steps_3_number {
    color: #FFC107;
}

.gold_steps .mt5_steps_3_card_title {
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.gold_steps .mt5_steps_3_card_desc {
    font-family: Inter;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.gold_steps .mt5_steps_3_number {
    font-size: 28px;
}

/* ===== ARROWS BASE ===== */

.gold_steps .mt5_steps_3_arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* ===== DESKTOP ARROWS ===== */

.gold_steps .mt5_steps_3_arrow.arrow1 {
    width: 150px;
    height: 42px;
    background-image: url("https://cdncloudcart.com/66865/files/image/yellow_arrow.svg?1773309345");
    top: -40px;
    left: -15px;
}

.gold_steps .mt5_steps_3_arrow.arrow2 {
    width: 150px;
    height: 42px;
    background-image: url("https://cdncloudcart.com/66865/files/image/black_arrow.svg?1773309345");
    top: -40px;
    left: -15px;
}

.gold_steps .mt5_steps_3_arrow.arrow3 {
    width: 150px;
    height: 42px;
    background-image: url("https://cdncloudcart.com/66865/files/image/black_arrow.svg?1773309345");
    top: -40px;
    left: -15px;
}

/* ===== HIDE MOBILE ARROWS ON DESKTOP ===== */

.gold_steps .arrow1_mobile,
.gold_steps .arrow2_mobile,
.gold_steps .arrow3_mobile {
    display: none;
}

/* ===== TABLET ===== */

@media (max-width: 1199px){

.gold_steps .gold_account_title{
    font-size:44px;
}

.gold_steps .gold_account_subtitle{
    font-size:18px;
}

}

/* ===== MOBILE ===== */

@media (max-width: 991px){

.gold_steps .mt5_steps_3_cards{
    flex-direction:column;
    gap:16px;
    width:100%;
}


.gold_steps .mt5_steps_3_card_title {
    font-size: 20px;
    }

.gold_steps .mt5_steps_3_card{
    width:100%;
}

.gold_steps .mt5_steps_3_card.step1,
.gold_steps .mt5_steps_3_card.step2,
.gold_steps .mt5_steps_3_card.step3,
.gold_steps .mt5_steps_3_card.step4{
    margin-top:0;
    padding: 24px;
    height: auto;
}

.gold_steps .mt5_steps_3_arrow.arrow1,
.gold_steps .mt5_steps_3_arrow.arrow2,
.gold_steps .mt5_steps_3_arrow.arrow3{
    display:none;
}

/* ===== MOBILE ARROWS ===== */

.gold_steps .arrow1_mobile,
.gold_steps .arrow2_mobile,
.gold_steps .arrow3_mobile{
    display:block;
    position:absolute;
    width:34px;
    background-repeat:no-repeat;
    background-size:contain;
}

.gold_steps .arrow1_mobile{
    background-image:url("https://cdncloudcart.com/66865/files/image/mobile_gold_arrow.svg?1773309836");
    height:160px;
    top:150px;
    right:-6px;
}

.gold_steps .arrow2_mobile{
    background-image:url("https://cdncloudcart.com/66865/files/image/mobile_left_arrow.svg?1773309837");
    height:160px;
    top:355px;
    left:-6px;
}

.gold_steps .arrow3_mobile{
    background-image:url("https://cdncloudcart.com/66865/files/image/mobile_right_arrow.svg?1773309837");
    height:160px;
    top:570px;
    right:-6px;
}


.gold_steps .gold_account_title{
    font-size:28px;
    max-width: 300px;
    margin: 0 auto;
}

.gold_steps .gold_account_heading {
    margin-bottom: 20px;
}

}

/* ===== SMALL MOBILE ===== */

@media (max-width:480px){

.gold_steps .gold_account_title{
    font-size:28px;
    max-width: 300px;
    margin: 0 auto;
}

.gold_steps .mt5_steps_3_number{
    font-size:28px;
}

}

/* fund section */

.gold_funds_cards{
    display:flex;
    gap:16px;
}

.gold_funds_card{
    flex:1;
}

.gold_funds_card_inner .checklist li::before {
    color: #FBBD23;
    font-size: 16px;
    margin-left: 40px;
    
}

.gold_funds_card_inner{

    padding:40px;
    height:100%;
    position: relative;
    background:
    linear-gradient(
        to top,
        rgba(251,189,35,0.1) 0%,
        rgba(251,189,35,0) 100%
    );

    border-top:4px solid #FBBD23;

}

.gold_funds_icon{

    width:24px;
    height:24px;

    margin-bottom:20px;

}

.gold_funds_icon img{

    width:100%;
    height:100%;

}

.gold_funds_card_title{

    font-size:28px;
    font-weight:600;
    color:#fff;

    margin:0 0 10px 0;

    line-height:1.1;

}

.gold_funds_card_desc{

    font-size:12px;
    color:rgba(255,255,255,0.5);
    line-height: 140%;
    margin-bottom:24px;

}

.gold_funds_card .checklist ul{

    margin:0;
    padding:0;

}

.gold_funds_card .checklist li{

    padding:16px 0;
    border-top:1px solid rgba(255,255,255,0.12);
    padding-left: 32px !important;
    font-weight: 400;

}

@media(max-width:768px){

    .gold_funds_cards{
        flex-direction:column;
        gap:24px;
    }

    .gold_funds_card_inner{
        padding:28px;
    }

    .gold_funds_card_title{
        font-size:24px;
    }
    
    .gold_funds_card .checklist li{
        padding-left: 32px !important;
    }
    
    .gold_funds_card_inner .checklist li::before {
        margin-left: 36px;
    }

}

/* section gold account */
.gold_account_2col {
    background: #0F0F14;
    position: relative;
    overflow: hidden;
}


.gold_account_2col::before {
    content: "";
    position: absolute;
    width: 1596px;
    height: 1596px;
    border-radius: 50%;
    filter: blur(240px);
    z-index: 0;
    background-color: #FBBD23;
    top: -1200px;
    left: -1500px;
    opacity: 50%;
}

.gold_account_2col_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 560px;
    float: left;
}

.gold_account_2col_title {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;
}

.gold_account_2col_description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #DBDBE0;
}


.gold_account_2col_header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gold_account_2col_content {
    border: 1px solid #34343D;
    padding: 24px;
    
    
}

.gold_account_2col_box {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.gold_account_2col_box_title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;
}

.gold_account_2col_text {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #737380;
}

.gold_acc_right_section {
    gap: 24px;
    display: flex;
    flex-direction: column;
    max-width: 560px;
    float: right;
}

.gold_acc_right_item {
    padding: 24px 0;
    border-top: 1px solid #34343D;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gold_acc_right_item:last-child {
    border-bottom: 1px solid #34343D;
}

.gold_acc_right_title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;
}

.gold_acc_right_text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #737380;
    padding-top: 20px;
}


.showmobile {
    display: none;
}



@media(max-width: 991px){
    
    .showmobile {
        display: flex;
        padding-top: 40px;
    }

    .gold_account_2col_title {
        font-size: 28px;
        max-width: 300px;
    }
    
    .gold_acc_right_section {
        margin-top: 40px;
    }
    
    .gold_acc_right_title {
        font-size: 20px;
    }
    
    .gold_acc_right_text {
        font-size: 14px;
    }
    
    .gold_acc_right_item:last-child {
        border-bottom: none;
    }
    
    .gold_account_2col {
        margin-bottom: -2px !important;
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    
    .gold_steps {
        padding-bottom: 90px !important;
    }
    
}

/* gold footer */
.gold_footer {
    background: #0F0F14;
    position: relative;
    overflow: hidden;
}

.gold_footer::before {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    border-radius: 50%;
    filter: blur(240px);
    z-index: 0;
    background-color: #FBBD23;
    top: -850px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
}

.gold_footer ._grid-section {
    margin-top: 20px;
}


@media(max-width: 991px){
    
    .gold_footer .mt5_steps_3_title {
        max-width: 300px !important;
    }
    
}




.gold_support {
    background: #0F0F14;
    position: relative;
    overflow: hidden;
}

.xbtfx_features_strip {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    
}

.xbtfx_features_strip__item {
    padding: 80px 40px;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #34343D;
    border-bottom: 1px solid #34343D;
    border-left: 1px solid #34343D;
    max-height: 234px;
    
}

.xbtfx_features_strip__item:first-child {
    border-left: none;
}

.xbtfx_features_strip__title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
}

@media(max-width: 991px){
    .xbtfx_features_strip {
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .xbtfx_features_strip__item {
        width: 50%;
    }
    
    .xbtfx_features_strip__item:nth-child(-n+2) {
        border-bottom: none;
    }
    
    .gold_footer, .gold_support {
        margin-bottom: -2px !important;
    }
    
    .xbtfx_features_strip__title {
        font-size: 20px;
    }
}

/* gold header */


.gold_header_menu {
    background-color: #0F0F14;
    border-color: #0F0F14;
    position: fixed;
    width: 100%;
    z-index: 120;
}

.gold_header_inner {
    display: flex;
    flex-direction: row;
    min-height: 64px;
    justify-content: space-between;
    align-items: center;
}

.gold_header_button {
    border: 1px solid #34343D;
    margin-right: 5px;
    font-size: 12px;
    font-family: "Inter", Serif;
    font-weight: 600;
    padding: 10px 12px;
    color: #fff;
}

.gold_header_button:hover {
    color: #fff;
}

.gold_label_above_title {
        border: 1px solid #34343D;
        margin-right: 5px;
        font-size: 12px;
        font-family: "Inter", Serif;
        font-weight: 600;
        padding: 10px 12px;
        color: #fff;
        background: #ffffff11;
        gap: 4px;
        display: inline-flex;
}

.gold_label_above_title span{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
}

/* header gold box */
.gold_balance_card_wrap {
    width: 374px;
    height: 588px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid transparent;
    border-image: linear-gradient(180deg, rgba(251, 189, 35, 1) 0%, rgba(251, 189, 35, 0) 100%) 1;
    background: linear-gradient(    to top,    #FBBD2311 0%,    rgba(251,189,35,0) 100%);
    font-family: Inter, Arial, sans-serif;
}

.gold_balance_card_top {
    padding: 32px 24px 0 24px;
    box-sizing: border-box;
}

p.gold_balance_card_eyebrow {
    margin: 0 0 16px 0;
    font-family: Inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #737380;
}

.gold_balance_card_value {
    margin: 0;
    font-family: "Space Grotesk", Inter, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FBBD23;
}

p.gold_balance_card_equivalent {
    margin: 12px 0 20px 0;
    font-family: Inter, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #DBDBE0;
}

.gold_balance_card_divider {
    width: 100%;
    height: 1px;
    background: rgba(115, 115, 128, 0.35);
    margin: 0 0 24px 0;
}

.gold_balance_card_specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 18px;
}

.gold_balance_card_spec {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 70px;
}

p.gold_balance_card_spec_label {
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #737380;
}

p.gold_balance_card_spec_value {
    margin: 0;
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.gold_balance_card_image_wrap {
    width: 100%;
    margin-top: 8px;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
}

.gold_balance_card_image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .gold_balance_card_wrap {
        width: 100%;
        max-width: 374px;
    }
}

@media screen and (max-width: 991px) {
    .dwm_page_header.gold_header .row {
        flex-direction: column;
    }
    
    .gold_header h2.white_title {
        font-size: 36px;
    }
    
    .dwm_page_header.gold_header p {
        text-align: left;
    }
    
    .gold_header .start-trading.gold {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .gold_header::after {
        display: none;
    }
    
    .gold_balance_card_wrap {
        border-width: 0px;
        max-width: unset;
        height: auto;
    }
    
    .gold_header .col-md-4 {
        padding: 0 !important;
    }
    
    .gold_balance_card_image.show_on_mobile {
        margin-top: 30px;
    }
    
    .gold_header {
        margin-bottom: -2px !important;
    }
    
    .gold_fund .mt5_steps_3_title, .gold_fund .mt5_steps_3_subtitle {
        text-align: left !important;
    }

}





