<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile_forex_mf .mf_mobile_apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: default;
}
.mf_mobile_apps .mfma_app {
    display: flex;
    flex-direction: column;
    width: 46.9%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ccc;
    margin-bottom: 26px;
}
.mfma_app .mfma_img_text { display: flex; }
.mfma_app .mfma_img img {width: 100px;height: 100px;border-radius: 20px;}
.mf_mobile_apps .mfma_app,
.mfma_app .mfma_img,
.mfma_app .mfma_text { padding: 10px 10px 0; }

.mfma_app .mfma_text { text-align: start; }
.mfma_text .mfma_title {
    font-size: 24px;
    line-height: 1;
}
.mfma_text .mfma_desc {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    color: #767676;
}
.mfma_app .mfma_icons_wrapper {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.mfma_icons_wrapper .mfma_icons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 10px auto 15px;
}
.mfma_icons_wrapper .mfma_icons a,
.mfma_icons_wrapper .mfma_icons_mi_hu a {
    margin: 0 5px;
    text-decoration: none;
    height: 48px;
    border-radius: 6px;
    transition: .3s;
}
.mfma_icons_wrapper .mfma_icons a:hover,
.mfma_icons_wrapper .mfma_icons_mi_hu a:hover {
    box-shadow: 0px 0px 4px 0px #737373;
}
.mfma_icons_wrapper .mfma_icons a img,
.mfma_icons_wrapper .mfma_icons_mi_hu a img { height: 48px; }

.mfma_icons_wrapper .mfma_icons_mi_hu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: -5px auto 15px;
}
@media (max-width: 1140px) {
    .mf_mobile_apps .mfma_app { width: 46.5%; }
    .mfma_icons .mfma_qr_cod { display: none; }
}
@media (max-width: 800px) {
    .mf_mobile_apps .mfma_app { width: 100%; }
    .mfma_app .mfma_icons_wrapper { flex-direction: row; }
    .mfma_icons_wrapper .mfma_icons_mi_hu { width: auto; }
}
@media (max-width: 676px) {
    .mfma_app .mfma_icons_wrapper { flex-direction: column; }
    .mfma_icons_wrapper .mfma_icons_mi_hu {
        width: 100%;
        justify-content: flex-end;
    }
}
@media (max-width: 530px) {
    .mfma_app .mfma_img_text { flex-direction: column; }
    .mfma_app .mfma_img,
    .mfma_app .mfma_text { text-align: center; }
    .mfma_icons_wrapper .mfma_icons { justify-content: center; }
    .mfma_app .mfma_icons_wrapper { flex-direction: column; }
    .mfma_icons_wrapper .mfma_icons_mi_hu { width: auto; }
}
@media (max-width: 372px) {
    .mfma_icons_wrapper .mfma_icons a,
    .mfma_icons_wrapper .mfma_icons a img,
    .mfma_icons_wrapper .mfma_icons_mi_hu a,
    .mfma_icons_wrapper .mfma_icons_mi_hu a img { height: 39px; width: 114px; }
}</pre></body></html>