/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Login/AccountNav.razor.rz.scp.css */
.theme-switch[b-87qvkj2ymi] {
    display: flex;
    align-items: center;
    gap: 30px;
}

.switch[b-87qvkj2ymi] {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 24px;
    margin-bottom: 0px;
}

    .switch label[b-87qvkj2ymi]{
        position:static;
    }

    .switch input[b-87qvkj2ymi] {
        opacity: 0;
        width: 0;
        height: 0;
    }

label .slider[b-87qvkj2ymi] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    label .slider[b-87qvkj2ymi]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + label .slider[b-87qvkj2ymi] {
    background-color: #2196F3;
}

input:focus + label .slider[b-87qvkj2ymi] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + label .slider[b-87qvkj2ymi]:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.slider.round[b-87qvkj2ymi] {
    border-radius: 34px;
}

    .slider.round[b-87qvkj2ymi]:before {
        border-radius: 50%;
    }

.account-list-item[b-87qvkj2ymi] {
    display: flex;
    justify-content: space-between;
}

.account-list-item svg[b-87qvkj2ymi],
.back-btn svg[b-87qvkj2ymi]{
    width: 14px;
    opacity: 0.75;
    transition: var(--xtrader-transition) color;
}

.list-item:hover .account-list-item svg[b-87qvkj2ymi],
.back-btn:hover svg[b-87qvkj2ymi]{
    opacity: 1;
}

.back-btn[b-87qvkj2ymi]{
    padding-left: 24px;
    cursor: pointer;
}

.offcanvas-body[b-87qvkj2ymi]{
    position: relative;
}

.spinnerBody[b-87qvkj2ymi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--xtrader-bg);
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.session_with_stage[b-87qvkj2ymi] {
    --color-dot: transparent;
    position: relative
}

    .session_with_stage[b-87qvkj2ymi]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateX(calc(var(--xtrader-offcanvas-list-padding-x)/1.8)) translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: var(--color-dot);
        border-radius: 50%;
    }

    .session_with_stage.putrader[b-87qvkj2ymi] {
        --color-dot: var(--xtrader-stage-putrader);
    }
    .session_with_stage.evaluation[b-87qvkj2ymi] {
        --color-dot: var(--xtrader-stage-evaluation);
    }
    .session_with_stage.challenge[b-87qvkj2ymi] {
        --color-dot: var(--xtrader-stage-challenge);
    }
/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Login/Body.razor.rz.scp.css */
.login_body[b-9qss2s2sww] {
    display: flex;
    padding-top: 360px;
    padding-bottom: 290px;
    font-family: 'Avenir';
}

    .login_body .wrapper[b-9qss2s2sww] {
        align-self: center;
        display: flex;
        flex-direction: column;
        gap: 60px;
        max-width: 900px;
        margin-left: clamp(50px, 6vw, 240px);
        flex-direction: column;
        color: #fff;
        text-align: center;
    }

.login_body .body[b-9qss2s2sww] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .login_body .body h1[b-9qss2s2sww] {
        font-size: 45px;
        font-family: 'Avenir-Black';
        text-transform: uppercase;
        line-height: 62px;
        color: #006BFF;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .login_body .body p[b-9qss2s2sww] {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 0px;
    }

.login_body .body .img[b-9qss2s2sww] {
    height: 180px;
    width: 242px;
}

.login_body .wrapper button.sign-in[b-9qss2s2sww] {
    height: 48px;
    width: 200px;
    border-radius: 10px;
    background-color: #006bff;
    transition: all 0.1s ease;
    color: #fff;
    margin-top: auto;
}

.login_body .wrapper button.sign-in span[b-9qss2s2sww]{
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
}

.login_body .wrapper button.sign-in:hover[b-9qss2s2sww]{
    background-color: #0050e6;
}


@media (max-width: 991px) {
    .login_body[b-9qss2s2sww]{
        padding: 0;
        min-height: 80vh;
    }
    .login_body .wrapper[b-9qss2s2sww] {
        width: 80%;
        margin: auto;
        gap: 30px;
    }

    .login_body .body h1[b-9qss2s2sww] {
        font-size: clamp(28px, 5vw, 36px);
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .login_body .body p[b-9qss2s2sww] {
        font-size: 14px;
        line-height: 1;
    }
}
/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Login/Footer.razor.rz.scp.css */
.footer[b-l82clr5o8j] {
    background-color: #232020;
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 33px 100px 54px 100px;
}

@media (max-width: 991px) {
    .footer[b-l82clr5o8j] {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 24px;
    }
}

.follow-us[b-l82clr5o8j] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.follow-us .title[b-l82clr5o8j] {
    font-size: 20px;
    color: #eee;
    font-weight: 900;
}

.follow-us .social[b-l82clr5o8j] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.follow-us .social svg[b-l82clr5o8j] {
    height: 36px;
    width: 36px;
    color: #fff;
    transition: color 0.3s ease;
}

.follow-us .social a:hover svg[b-l82clr5o8j] {
    color: #b3b3b3;
}

.copyright[b-l82clr5o8j] {
    color: #fff;
    margin: auto 0;
    font-family: 'Avenir-Roman';
    font-size: 12px;
}
/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Login/Header.razor.rz.scp.css */
.header[b-1rq6g62wv2] {
    background-color: var(--xtrader-header-bg);
    transition: var(--xtrader-transition) background-color;
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    padding: 6px;
    border-bottom: var(--xtrader-header-border);
}

.logo[b-1rq6g62wv2] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: auto 10px;
}
.logo svg[b-1rq6g62wv2]{
    width: 77px;
    height: 24px;
    color: var(--xtrader-logo);
}

.right[b-1rq6g62wv2] {
    display: flex;
    gap: 20px;
}

    .right .icon[b-1rq6g62wv2] {
        padding: 9px;
        line-height: 0;
        font-family: 'Avenir';
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .right .icon svg[b-1rq6g62wv2] {
        width: 18px;
        height: 18px;
        color: var(--xtrader-color);
        transition: all 0.1s ease;
    }

    .right .icon span[b-1rq6g62wv2] {
        transform: translateX(8px);
        color: var(--xtrader-color);
        transition: all 0.1s ease;
    }

    .right .icon:hover[b-1rq6g62wv2] {
        cursor: pointer;
        color: var(--xtrader-color-hover);
    }

    .right .icon:hover svg[b-1rq6g62wv2],
    .right .icon:hover span[b-1rq6g62wv2]{
        color: var(--xtrader-color-hover);
    }

    .right #zendeskBadge.open svg[b-1rq6g62wv2]{
        color: var(--xtrader-color-hover);
    }

@media (max-width: 499px) {
    .right .icon span[b-1rq6g62wv2]{
        display: none;
    }
}
/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Login/LanguageSelector.razor.rz.scp.css */
/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Login/LoginPage.razor.rz.scp.css */
.xtrader[b-cv5kx5xhp8] {
}
/* _content/WebTrader.WebApp/Pages/Branding/PUXtrader/Trader/Trader.razor.rz.scp.css */
#tv_chart_container[b-kzwvw5igjd] {
    height: calc(100vh - 49px);
}

#signoutModal .modal-dialog[b-kzwvw5igjd] {
    font-family: 'Avenir';
}

#signoutModal .modal-body[b-kzwvw5igjd] {
    padding-block: 16px 48px;
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Login/Body.razor.rz.scp.css */
.form-body[b-tj8lvk9fmc] {
}

.form-body .title-text[b-tj8lvk9fmc] {
    height: 62px;
    font: normal normal bold 29px/36px Public Sans;
    font-family: PublicSans;
    color: #031f45;
    display: flex;
    align-items: center;
    text-align: left;
    margin-left: 16px;
}

.form-title[b-tj8lvk9fmc] {
    font-size: 3em;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.login-form[b-tj8lvk9fmc] {
    border-radius: 23px;
    background-color: white;
    width: 750px;
    padding: 56px 39px;
    box-shadow: 0px 0px 12px #00000029;
}

.login-form .form-group .text-right[b-tj8lvk9fmc] {
    text-align: right;
}

.login-form .form-group .btn[b-tj8lvk9fmc] {
    background-color: #031f45;
    width: auto;
    border-radius: 2em;
    padding: 0 2em;
    color: white;
    height: 43px;
    border-radius: 23px;
}
.login-form .form-group .btn [b-tj8lvk9fmc]::after {
    display: none;
}

.login-form .form-group .btn span[b-tj8lvk9fmc]::after {
    display: none !important;
}

@media (max-width: 767.98px) {
    .login-form[b-tj8lvk9fmc] {
        margin-top: 10px;
    }
}

.login-form .validation-errors[b-tj8lvk9fmc] {
    font-size: 12px;
    list-style: none;
    padding: 0;
}

.login-form .sign-up-text[b-tj8lvk9fmc] {
    color: #838383;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 48px;
}

.login-form .invalid[b-tj8lvk9fmc] {
    outline: none;
    border-bottom: 1px solid red !important;
}

.login-form .form-title[b-tj8lvk9fmc] {
    font-size: 36px;
    text-align: center;
    color: #e35728;
    margin-bottom: 50px;
    font-weight: 800;
    font-family: 'Gilroy-Bold';
}

.login-form .form-logo[b-tj8lvk9fmc] {
    height: 90px;
}
.login-form .form-title-image[b-tj8lvk9fmc] {
    width: 100%;
    height: auto;
}
.login-form .form-login-container[b-tj8lvk9fmc] {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    top: -29px;
}

.login-form .form-group[b-tj8lvk9fmc] {
    position: relative;
    margin-bottom: 0px;
}

.login-form .form-group:nth-child(1)[b-tj8lvk9fmc] {
    margin-bottom: 32px;
}

.login-form label[b-tj8lvk9fmc] {
    color: #768292;
    display: block;
    margin-bottom: 16px;
    pointer-events: none;
    transition: all 0.2s;
    bottom: 2em;
}

.login-form .control[b-tj8lvk9fmc] {
    background: none;
    background-color: transparent;
}
.login-form input[type='number'][b-tj8lvk9fmc] {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}
.login-form input[b-tj8lvk9fmc],
.login-form input:focus[b-tj8lvk9fmc] {
    background: none;
    border: none;
    outline: none;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    color: #000d28;
    border: 2px solid #efefef;
    border-radius: 3px;
    height: 57px;
}

.login-form select.input.old-form-control[b-tj8lvk9fmc],
.login-form select.input.old-form-control:focus[b-tj8lvk9fmc] {
    background: none;
    border: none;
    border-bottom: 2px solid #0051ff;
    border-radius: 0;
    outline: none;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    color: #000d28;
    margin-top: 32px;
    width: 100%;
}

.login-form input[b-tj8lvk9fmc]::placeholder,
.login-form select.input.form-control[b-tj8lvk9fmc]::placeholder {
    color: #cccccc;
}

.login-form select.input.form-control[b-tj8lvk9fmc] {
    font-size: small;
}
.login-form select option[b-tj8lvk9fmc] {
    color: #282828;
    background: white;
    border-radius: 0;
}

.model-content[b-tj8lvk9fmc] {
    border-radius: 12px !important;
}

.modal-header[b-tj8lvk9fmc] {
    border-bottom: none;
}

.modal-body[b-tj8lvk9fmc] {
    padding: 0 40px 40px 40px;
    font-family: 'Open Sans';
}

.modal-body p[b-tj8lvk9fmc] {
    margin-bottom: 4px !important;
}

.modal-body h5[b-tj8lvk9fmc] {
    font-weight: 700;
    margin-bottom: 32px;
}

.modal-body ul[b-tj8lvk9fmc] {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 32px;
}

.modal-body .rtl-ul[b-tj8lvk9fmc] {
    text-align: right;
    padding-right: 0;
}

.modal-content[b-tj8lvk9fmc] {
    border-radius: 12px;
}

.btn-click-here[b-tj8lvk9fmc] {
    border-radius: 50px;
    background-color: #031f45 !important;
    font-size: 16px !important;
}

.footer-text[b-tj8lvk9fmc] {
    margin: 10px 0;
}

@font-face {
    font-family: PublicSans;
    src: url('/fonts/Public-Sans.otf');
    font-weight: normal;
    font-style: normal;
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Login/Footer.razor.rz.scp.css */
@charset "utf-8";
/*
Theme Name: vt
*/

@font-face {
    font-family: "Oblivian-Regular";
    src: url("fonts/Oblivian-Regular-new.woff") format("woff"), url("fonts/Oblivian-Regular-new.ttf") format("truetype"), url("fonts/Oblivian-Regular-new.eot") format("embedded-opentype"), url("fonts/Oblivian-Regular-new.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oblivian-Light";
    src: url("fonts/Oblivian-Light-new.woff") format("woff"), url("fonts/Oblivian-Light-new.ttf") format("truetype"), url("fonts/Oblivian-Light-new.eot") format("embedded-opentype"), url("fonts/Oblivian-Light-new.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oblivian-UltraLight";
    src: url("fonts/Oblivian-UltraLight-new.woff") format("woff"), url("fonts/Oblivian-UltraLight-new.ttf") format("truetype"), url("fonts/Oblivian-UltraLight-new.eot") format("embedded-opentype"), url("fonts/Oblivian-UltraLight-new.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: "Oblivian-UltraLight";
    src: url("fonts/Oblivian-UltraLight.woff2") format("woff2"),
         url("fonts/Oblivian-UltraLight.woff") format("woff"),
         url("fonts/Oblivian-UltraLight.ttf") format("truetype"),
         url("fonts/Oblivian-UltraLight.eot") format("embedded-opentype"),
         url("fonts/Oblivian-UltraLight.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "Oblivian-Thin";
    src: url("fonts/Oblivian-Thin.woff") format("woff"), url("fonts/Oblivian-Thin.ttf") format("truetype"), url("fonts/Oblivian-Thin.eot") format("embedded-opentype"), url("fonts/Oblivian-Thin.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: "Oblivian-Regular";
    src: url("fonts/Oblivian-Regular.woff2") format("woff2"),
         url("fonts/Oblivian-Regular.woff") format("woff"),
         url("fonts/Oblivian-Regular.ttf") format("truetype"),
         url("fonts/Oblivian-Regular.eot") format("embedded-opentype"),
         url("fonts/Oblivian-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} */
/* @font-face {
    font-family: "Oblivian-Light";
    src: url("fonts/Oblivian-Light.woff2") format("woff2"),
         url("fonts/Oblivian-Light.woff") format("woff"),
         url("fonts/Oblivian-Light.ttf") format("truetype"),
         url("fonts/Oblivian-Light.eot") format("embedded-opentype"),
         url("fonts/Oblivian-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "Oblivian-ExtraBold";
    src: url("fonts/Oblivian-ExtraBold.ttf") format("truetype"), url("fonts/Oblivian-ExtraBold.eot") format("embedded-opentype"), url("fonts/Oblivian-ExtraBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oblivian-Bold";
    src: url("fonts/Oblivian-Bold.ttf") format("truetype"), url("fonts/Oblivian-Bold.eot") format("embedded-opentype"), url("fonts/Oblivian-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oblivian-Black";
    src: url("fonts/Oblivian-Black.ttf") format("truetype"), url("fonts/Oblivian-Black.eot") format("embedded-opentype"), url("fonts/Oblivian-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oblivian-SemiBold";
    src: url("fonts/Oblivian-SemiBold.woff") format("woff"), url("fonts/Oblivian-SemiBold.ttf") format("truetype"), url("fonts/Oblivian-SemiBold.eot") format("embedded-opentype"), url("fonts/Oblivian-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oblivian-Medium";
    src: url("fonts/Oblivian-Medium.woff") format("woff"), url("fonts/Oblivian-Medium.ttf") format("truetype"), url("fonts/Oblivian-Medium.eot") format("embedded-opentype"), url("fonts/Oblivian-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCF-Bold";
    src: url("fonts/VisbyCF-Bold.woff") format("woff"), url("fonts/VisbyCF-Bold.ttf") format("truetype"), url("fonts/VisbyCF-Bold.eot") format("embedded-opentype"), url("fonts/VisbyCF-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

*[b-uhaw8maiiv],
*[b-uhaw8maiiv]:before,
*[b-uhaw8maiiv]:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html[b-uhaw8maiiv] {
    background: none;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body[b-uhaw8maiiv] {
    background: #fff;
    font-size: 16px;
    color: #000d28;
    font-weight: normal;
    font-family: "Oblivian-UltraLight";
}

a[b-uhaw8maiiv] {
    color: #000d28;
    text-decoration: none;
    outline-style: none;
}

    a:hover[b-uhaw8maiiv] {
        color: #000d28;
        text-decoration: none;
    }

.a_other[b-uhaw8maiiv] {
    color: #0051ff;
}

    .a_other:hover[b-uhaw8maiiv] {
        color: #0051ff;
    }

p[b-uhaw8maiiv] {
    line-height: 1.7;
    margin: 0px 0px 23px;
}

li[b-uhaw8maiiv] {
    list-style: none outside none;
}

strong[b-uhaw8maiiv],
b[b-uhaw8maiiv] {
    font-weight: normal;
    font-family: "Oblivian-Medium";
}

em[b-uhaw8maiiv],
i[b-uhaw8maiiv] {
    font-style: italic;
}

    strong em[b-uhaw8maiiv],
    em strong[b-uhaw8maiiv] {
        font-style: italic;
        font-weight: normal;
        font-family: "Oblivian-Medium";
    }

h1[b-uhaw8maiiv],
h2[b-uhaw8maiiv],
h3[b-uhaw8maiiv],
h4[b-uhaw8maiiv],
h5[b-uhaw8maiiv],
h6[b-uhaw8maiiv] {
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: "Oblivian-Medium";
}

h1[b-uhaw8maiiv] {
    font-size: 78px;
}

h2[b-uhaw8maiiv] {
    font-size: 55px;
}

h3[b-uhaw8maiiv] {
    font-size: 40px;
}

h4[b-uhaw8maiiv] {
    font-size: 32px;
}

h5[b-uhaw8maiiv] {
    font-size: 24px;
}

h6[b-uhaw8maiiv] {
    font-size: 18px;
}

img[b-uhaw8maiiv] {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr[b-uhaw8maiiv] {
    clear: both;
    margin: 40px 0;
    border: 0;
    border-bottom: 0;
    padding: 0px;
    width: 100%;
    background: #e1e0da;
    height: 1px;
}

pre[b-uhaw8maiiv] {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* / hidden v3 exec css / */
.grecaptcha-badge[b-uhaw8maiiv] {
    display: none !important;
}

.left[b-uhaw8maiiv] {
    float: left;
}

.right[b-uhaw8maiiv] {
    float: right;
}

.clear[b-uhaw8maiiv] {
    clear: both;
    height: 0;
    font-size: 0;
    width: 100%;
}

.alignleft[b-uhaw8maiiv] {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.alignright[b-uhaw8maiiv] {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter[b-uhaw8maiiv] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.alignnone[b-uhaw8maiiv] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.tableBox[b-uhaw8maiiv] {
    padding: 40px 0 0;
    width: 100%;
    height: 100%;
}

.page_banner_wrapper .tableBox[b-uhaw8maiiv] {
    padding: 0;
}

.table_cellBox[b-uhaw8maiiv] {
    display: table-cell;
    vertical-align: middle;
}

.inner[b-uhaw8maiiv] {
    max-width: 1216px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.button[b-uhaw8maiiv] {
    background: #fff;
    border-radius: 35px;
    padding: 14px 20px 12px;
    display: inline-block;
    color: #06122d;
    font-size: 15px;
    border: 1px solid #000d28;
    text-decoration: none;
    font-family: "Oblivian-Medium";
}

    .button:hover[b-uhaw8maiiv] {
        background: #00f0ff;
        border-color: #00f0ff !important;
        text-decoration: none;
    }

.blue_button[b-uhaw8maiiv] {
    background: #0051ff;
    border-radius: 35px;
    padding: 14px 20px 12px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border: 1px solid #0051ff;
    text-decoration: none;
    font-family: "Oblivian-Medium";
}

    .blue_button:hover[b-uhaw8maiiv] {
        background: #00f0ff;
        border-color: #00f0ff !important;
        color: #000;
        text-decoration: none;
    }


input[b-uhaw8maiiv],
button[b-uhaw8maiiv],
textarea[b-uhaw8maiiv] {
    outline-style: none;
}

.wrapper[b-uhaw8maiiv] {
    width: 100%;
    overflow: hidden;
}

.clearfix[b-uhaw8maiiv]:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix[b-uhaw8maiiv] {
    zoom: 1;
}

.public_wrapper[b-uhaw8maiiv] {
    /* max-width: 1920px; */
    margin: 0 auto;
}

/* ol list-style */
.ol_decimal[b-uhaw8maiiv], .ol_disc[b-uhaw8maiiv] {
    padding: 0 0 0 35px
}

    .ol_decimal li[b-uhaw8maiiv] {
        list-style: decimal
    }

    .ol_disc li[b-uhaw8maiiv] {
        list-style: disc
    }

/* page_header_wrapper */

.page_header_wrapper[b-uhaw8maiiv] {
    width: 100%;
    padding-top: 48px;
}

    .page_header_wrapper .header_content[b-uhaw8maiiv] {
        padding: 0;
    }

    .page_header_wrapper .trading_bonus_header_content[b-uhaw8maiiv] {
        display: flex;
        justify-content: space-between;
        padding: 28px 0;
        align-items: center;
    }

        .page_header_wrapper .trading_bonus_header_content .logo[b-uhaw8maiiv] {
            display: block;
            width: 171px;
        }

        .page_header_wrapper .trading_bonus_header_content .header_links[b-uhaw8maiiv] {
            position: static;
            padding: 0;
        }

        .page_header_wrapper .trading_bonus_header_content a.blue_button[b-uhaw8maiiv] {
            margin-right: 12px;
        }

/*Header Css*/
.header[b-uhaw8maiiv] {
    position: fixed;
    width: 100%;
    background: #0051ff;
    background: linear-gradient(to bottom, #0051ff, rgba(0,81,255, 0.5));
    background: -webkit-linear-gradient(to bottom, #0051ff, rgba(0,81,255, 0.5));
    background: -ms-linear-gradient(to bottom, #0051ff, rgba(0,81,255, 0.5));
    z-index: 9000;
    transition: all 1s;
}

    .header.blue_header[b-uhaw8maiiv] {
        background: #001a49;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
        transition: all 1s;
    }

        .header.blue_header .header_links .header_open_a_live_button[b-uhaw8maiiv] {
            color: #fff;
            background: #0051ff;
            border: 1px solid #0051ff;
        }

            .header.blue_header .header_links .header_open_a_live_button:hover[b-uhaw8maiiv] {
                background: #00f0ff;
                color: #000;
            }

        .header.blue_header .header_links .header_login_button[b-uhaw8maiiv] {
            background: transparent;
            color: #fff;
            border: 1px solid #fff;
        }

            .header.blue_header .header_links .header_login_button:hover[b-uhaw8maiiv] {
                background: #00f0ff;
                color: #000;
            }

.header_content[b-uhaw8maiiv] {
    width: 100%;
    padding: 22px 0px 20px;
}

    .header_content .inner[b-uhaw8maiiv] {
        max-width: 1525px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.header_top_links[b-uhaw8maiiv] {
    padding: 0px 68px 0 0;
    margin: 0px;
    font-family: "Oblivian-Regular";
}

    .header_top_links li[b-uhaw8maiiv] {
        padding: 0px 16px 0px;
        margin: 0px;
        font-size: 14px;
        display: inline-block;
    }

        .header_top_links li a[b-uhaw8maiiv] {
            color: #fff;
            text-decoration: none;
        }

            .header_top_links li a:hover[b-uhaw8maiiv] {
                color: #fff;
                text-decoration: none;
            }

            .header_top_links li a.blue_button[b-uhaw8maiiv] {
                background: transparent;
                border: 1px solid #fff;
            }

                .header_top_links li a.blue_button:hover[b-uhaw8maiiv] {
                    background: #00f0ff;
                    color: #000;
                }

        .header_top_links li.partnerships_link[b-uhaw8maiiv] {
            display: block;
        }

            .header_top_links li.partnerships_link a[b-uhaw8maiiv] {
                background: #fff;
                border-radius: 35px;
                padding: 14px 20px 12px;
                display: inline-block;
                color: #06122d;
                font-size: 15px;
                border: 1px solid #fff;
                text-decoration: none;
                font-family: "Oblivian-Medium";
            }

                .header_top_links li.partnerships_link a:hover[b-uhaw8maiiv] {
                    background: #00f0ff;
                    border-color: #00f0ff;
                }

.header_left[b-uhaw8maiiv], .header_right[b-uhaw8maiiv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.header_left[b-uhaw8maiiv] {
    width: 600px;
}

.header_right[b-uhaw8maiiv] {
    width: 740px;
}

.header .logo[b-uhaw8maiiv] {
    display: block;
    width: 180px;
    padding: 0 0 14px;
}

    .header .logo img[b-uhaw8maiiv] {
        display: block;
        width: 100%;
        height: auto;
    }

.header_content .nation_box[b-uhaw8maiiv] {
    display: flex;
    align-items: center;
}

.header_links[b-uhaw8maiiv] {
    padding: 0 0 0 20px;
}

    .header_links a[b-uhaw8maiiv] {
        margin: 0 10px 0 0;
    }

        .header_links a.request_a_dem_link[b-uhaw8maiiv],
        .header_links a.partnerships_link[b-uhaw8maiiv] {
            color: #ffffff;
            font-family: 'Oblivian-SemiBold';
        }

        .header_links a.header_login_button[b-uhaw8maiiv] {
            background: transparent;
            border: 1px solid #fff;
            color: #fff;
        }

            .header_links a.header_login_button:hover[b-uhaw8maiiv] {
                background: #00f0ff;
                color: #06122d;
            }

        .header_links a.header_open_a_live_button[b-uhaw8maiiv] {
            margin-right: 12px;
            background: #fff;
            color: #06122d;
            border: 1px solid #fff;
        }

            .header_links a.header_open_a_live_button:hover[b-uhaw8maiiv] {
                background: #00f0ff;
            }

.header_content .search_box[b-uhaw8maiiv] {
    position: relative;
}

    .header_content .search_box .search_form_button[b-uhaw8maiiv] {
        width: 25px;
        height: 25px;
        background: url(/wp-content/themes/vt/images/search_img_new_navy_blue.png) center no-repeat;
        cursor: pointer;
    }

.header_content .search-form[b-uhaw8maiiv] {
    position: absolute;
    right: 0px;
    top: -11px;
    display: none;
    z-index: 10;
}

    .header_content .search-form .search-field[b-uhaw8maiiv] {
        width: 300px;
        padding: 12px 45px 12px 45px;
        line-height: 1.2;
        border: 1px solid #fff;
        border-radius: 23px;
        background: #fff url(/wp-content/themes/vt/images/icons-navigation-search.png)90% 10px no-repeat;
        height: 46px;
        color: #000d28;
        font-family: "Oblivian-UltraLight";
        -webkit-appearance: none;
    }

.header_content .search-submit[b-uhaw8maiiv] {
    display: none;
}

.header_content .search-form .search-field[b-uhaw8maiiv]::-webkit-search-cancel-button {
    display: none;
}

.header_content .search-form .search-field[b-uhaw8maiiv]::-webkit-input-placeholder {
    color: #000d28;
    opacity: 1;
}

.header_content .search-form .search-field:-moz-placeholder[b-uhaw8maiiv] {
    color: #000d28;
    opacity: 1;
}

.header_content .search-form .search-field[b-uhaw8maiiv]::-moz-placeholder {
    color: #000d28;
    opacity: 1;
}

.header_content .search-form .search-field:-ms-input-placeholder[b-uhaw8maiiv] {
    color: #000d28;
    opacity: 1;
}

.header_content .search-form .search_close_button[b-uhaw8maiiv] {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/vt/images/sprite_img.png) -72px 0px no-repeat;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 3px;
}

.header_top_bar[b-uhaw8maiiv] {
    display: none;
    position: absolute;
    right: 20px;
    top: -200px;
    width: 100%;
}

.header_content .new_country[b-uhaw8maiiv] {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

    .header_content .new_country .new_country_block[b-uhaw8maiiv] {
        padding-right: 25px;
        position: relative;
        width: 50px;
    }

        .header_content .new_country .new_country_block[b-uhaw8maiiv]:after {
            content: "";
            display: block;
            width: 14px;
            height: 8px;
            position: absolute;
            top: 50%;
            transform: translateY(-70%);
            right: 0px;
            background: url(/wp-content/themes/vt/images/sprite_img_new_navy_blue.png?v=1) 0px 0px no-repeat
        }

        .header_content .new_country .new_country_block.active[b-uhaw8maiiv]:after {
            background-position: 0px -8px;
        }

        .header_content .new_country .new_country_block img[b-uhaw8maiiv] {
            display: inline-block;
            vertical-align: middle;
            width: 25px;
        }

        .header_content .new_country .new_country_block span[b-uhaw8maiiv] {
            color: #fff;
            padding: 10px 12px;
            font-size: 20px;
            margin: 0px;
            display: none;
            vertical-align: middle;
            line-height: 1;
        }

    .header_content .new_country .new_country_hide[b-uhaw8maiiv] {
        position: absolute;
        right: 0px;
        top: 40px;
        z-index: 100;
        display: none;
        width: 586px;
        background: #fff;
        padding: 40px 30px 5px;
        border-radius: 20px;
    }

        .header_content .new_country .new_country_hide[b-uhaw8maiiv]:after {
            content: "";
            display: block;
            clear: both;
        }

        .header_content .new_country .new_country_hide .new_country_hide_box[b-uhaw8maiiv] {
            display: flex;
            justify-content: space-between;
        }

        .header_content .new_country .new_country_hide .new_country_hide_left[b-uhaw8maiiv] {
            padding: 0 60px 0 0;
        }

        .header_content .new_country .new_country_hide .new_country_hide_box ul[b-uhaw8maiiv] {
            margin: 0 0 50px;
        }

            .header_content .new_country .new_country_hide .new_country_hide_box ul.country_east[b-uhaw8maiiv] {
                margin: 0;
            }

        .header_content .new_country .new_country_hide .country_list.actice ul[b-uhaw8maiiv] {
            display: block;
        }

        .header_content .new_country .new_country_hide .country_list.actice .title[b-uhaw8maiiv]:after {
            background-position: -157px -10px;
        }

        .header_content .new_country .new_country_hide .title[b-uhaw8maiiv] {
            font-family: 'Oblivian-SemiBold';
            text-align: left;
            margin: 0 0 35px;
        }

        .header_content .new_country .new_country_hide li[b-uhaw8maiiv] {
            text-align: left;
            position: relative;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 0 0 35px;
        }

            .header_content .new_country .new_country_hide li a[b-uhaw8maiiv] {
                display: block;
            }

            .header_content .new_country .new_country_hide li img[b-uhaw8maiiv] {
                width: 20px;
                display: inline-block;
            }

            .header_content .new_country .new_country_hide li.country_big_img img[b-uhaw8maiiv] {
                width: 33px;
            }

    .header_content .new_country li span[b-uhaw8maiiv] {
        color: #000d28;
        font-family: "Oblivian-Regular";
        padding: 0px 0px 0px 5px;
        vertical-align: middle;
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
    }

    .header_content .new_country .new_country_hide li:hover span[b-uhaw8maiiv] {
        color: #0051ff;
        text-decoration: none;
    }

    .header_content .new_country .new_country_hide li:last-child[b-uhaw8maiiv] {
        margin: 0;
        padding: 0;
    }

.mainNav[b-uhaw8maiiv], .mainNav *[b-uhaw8maiiv] {
    margin: 0;
    padding: 0px;
    list-style: none;
}

    .mainNav li[b-uhaw8maiiv] {
        font-family: "Oblivian-Medium";
    }

    .mainNav ul[b-uhaw8maiiv] {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .mainNav li:hover > ul[b-uhaw8maiiv],
    .mainNav li.sfHover > ul[b-uhaw8maiiv] {
        display: block;
    }

    .mainNav a[b-uhaw8maiiv] {
        display: block;
        position: relative;
    }

    .mainNav ul ul[b-uhaw8maiiv] {
        top: 0;
        left: 100%;
    }

.mainNav[b-uhaw8maiiv] {
    text-align: left;
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mainNav ul[b-uhaw8maiiv] {
        width: 205px;
    }

    .mainNav > li:last-child > ul[b-uhaw8maiiv] {
        left: auto;
        right: 0px;
    }

    .mainNav a[b-uhaw8maiiv] {
        text-decoration: none;
        text-decoration: none;
        zoom: 1;
        color: #fff;
        font-size: 16px;
    }

        .mainNav a:hover[b-uhaw8maiiv] {
            text-decoration: none;
        }

    .mainNav > li[b-uhaw8maiiv] {
        padding: 0 8px 0;
    }

        .mainNav > li > a[b-uhaw8maiiv] {
            font-size: 15px;
        }

            .mainNav > li > a:hover[b-uhaw8maiiv] {
                color: #fff;
            }

    .mainNav ul li a[b-uhaw8maiiv] {
        font-size: 13px;
        padding: 10px 10px 10px 24px;
    }

    .mainNav li li:hover > a[b-uhaw8maiiv],
    .mainNav li li.sfHover > a[b-uhaw8maiiv],
    .mainNav li li.current-menu-item > a[b-uhaw8maiiv],
    .mainNav li li.current-menu-parent > a[b-uhaw8maiiv],
    .mainNav li li.current-menu-ancestor > a[b-uhaw8maiiv] {
        color: #0051ff;
    }

    .mainNav .sf-sub-indicator[b-uhaw8maiiv] {
        display: none;
    }

    .mainNav .sf-mega[b-uhaw8maiiv] {
        position: absolute;
        display: none;
        width: 846px;
        min-height: 207px;
        left: 0;
        top: 40px;
        z-index: 99;
        padding: 28px 25px 12px;
        background: rgba(255,255,255,1);
        -webkit-box-shadow: 0px -3px 6px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px -3px 6px rgba(0,0,0,0.1);
        box-shadow: 0px -3px 6px rgba(0,0,0,0.1);
    }

        .mainNav .sf-mega[b-uhaw8maiiv]:after {
            content: "";
            display: block;
            clear: both;
        }

    .mainNav .sf-mega-box[b-uhaw8maiiv] {
        display: flex;
        display: -webkit-flex;
    }

    .mainNav .sf-mega h5[b-uhaw8maiiv] {
        padding: 0px 82px 20px 0;
        margin: 0px;
        font-size: 14px;
        color: #000d28;
    }

        .mainNav .sf-mega h5 a[b-uhaw8maiiv] {
            color: #000d28;
            text-decoration: none;
        }

            .mainNav .sf-mega h5 a:hover[b-uhaw8maiiv] {
                color: #000d28;
                text-decoration: none;
            }

    .mainNav .sf-mega .sub-menu[b-uhaw8maiiv] {
        padding: 0px;
        margin: 0px;
        position: static;
        display: block;
        width: auto;
    }

        .mainNav .sf-mega .sub-menu li[b-uhaw8maiiv] {
            padding: 0px 0px 10px;
            margin: 0px;
            position: relative;
        }

            .mainNav .sf-mega .sub-menu li.new_icon[b-uhaw8maiiv]::after {
                position: absolute;
                content: "new";
                width: 40px;
                height: 1px;
                text-transform: uppercase;
                top: 6px;
                right: 0px;
                color: #00f0ff;
                font-size: 12px;
            }

            .mainNav .sf-mega .sub-menu li a[b-uhaw8maiiv] {
                color: #000d28;
                text-decoration: none;
                font-size: 14px;
                font-family: "Oblivian-Light";
                padding: 0px;
                margin: 0px;
                line-height: 1.5;
                cursor: pointer;
            }

                .mainNav .sf-mega .sub-menu li a:hover[b-uhaw8maiiv] {
                    color: #0051ff;
                    text-decoration: none;
                }

    .mainNav .sf-mega-box .sf-mega-section:last-of-type h5[b-uhaw8maiiv] {
        padding-right: 0;
    }

    .mainNav > li:nth-of-type(4) .sf-mega-section h5 a[b-uhaw8maiiv] {
        min-width: 107px;
    }

/*Header Css ed*/

/*Mobile Header Css */
.mobile_menu_hamburger[b-uhaw8maiiv] {
    width: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
    position: relative;
}

    .mobile_menu_hamburger i[b-uhaw8maiiv] {
        display: block;
        width: 100%;
        height: 2px;
        margin: 0 auto 4px;
        background: #fff;
    }

.mobile_menu[b-uhaw8maiiv] {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
}

.mobile_menu_content[b-uhaw8maiiv] {
    background: #001a49;
    position: relative;
}

    .mobile_menu_content .header_menu[b-uhaw8maiiv] {
        text-align: left;
        position: relative;
    }

        .mobile_menu_content .header_menu li[b-uhaw8maiiv] {
            position: relative;
        }

            .mobile_menu_content .header_menu li.new_icon[b-uhaw8maiiv]::after {
                position: absolute;
                content: "new";
                width: 40px;
                height: 1px;
                text-transform: uppercase;
                top: 50%;
                transform: translateY(-50%);
                right: 20PX;
                color: #00f0ff;
                font-size: 12px;
            }

        .mobile_menu_content .header_menu a[b-uhaw8maiiv] {
            display: block;
            color: #fff;
            padding: 16px 30px 16px;
            font-size: 20px;
            text-decoration: none;
        }

            .mobile_menu_content .header_menu a i[b-uhaw8maiiv] {
                margin-right: 6px;
            }

        .mobile_menu_content .header_menu li > a[b-uhaw8maiiv] {
            position: relative;
        }

            .mobile_menu_content .header_menu li > a:hover[b-uhaw8maiiv] {
                color: #fff;
                text-shadow: 0px 0px 1px #FFF;
            }

        .mobile_menu_content .header_menu > li > a[b-uhaw8maiiv] {
            font-size: 20px;
            color: #ffffff;
        }

        .mobile_menu_content .header_menu li li a[b-uhaw8maiiv] {
            text-transform: none;
            color: #ffffff;
        }

            .mobile_menu_content .header_menu li li a:hover[b-uhaw8maiiv] {
                color: #ffffff;
                text-decoration: none;
                background: none;
            }

        .mobile_menu_content .header_menu > li > ul > li > a[b-uhaw8maiiv] {
            text-transform: none;
            color: #ffffff;
            padding-left: 50px;
            font-size: 16px;
        }

        .mobile_menu_content .header_menu > li > ul > li > ul > li > a[b-uhaw8maiiv] {
            padding-left: 50px;
            font-size: 16px;
        }

        .mobile_menu_content .header_menu li ul[b-uhaw8maiiv] {
            border: 0px;
            padding: 0px;
            display: none;
        }

            .mobile_menu_content .header_menu li ul li:last-child[b-uhaw8maiiv] {
                border: 0;
            }

            .mobile_menu_content .header_menu li ul li:first-child[b-uhaw8maiiv] {
                border-top: 1px solid #bcb5b9;
            }

        .mobile_menu_content .header_menu .sub_menu[b-uhaw8maiiv] {
            display: none;
        }

        .mobile_menu_content .header_menu a[b-uhaw8maiiv] {
            display: block;
            position: relative;
        }

        .mobile_menu_content .header_menu .accordsuffix_box[b-uhaw8maiiv] {
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 32px 30px;
        }

        .mobile_menu_content .header_menu .accordsuffix[b-uhaw8maiiv] {
            display: block;
            color: #FFF;
            width: 20px;
            height: 10px;
            background: url(/wp-content/themes/vt/images/sprite_img.png?v=3) -157px 0px no-repeat;
        }

        .mobile_menu_content .header_menu > li > a .accordsuffix[b-uhaw8maiiv] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu .active .accordsuffix[b-uhaw8maiiv] {
            color: #FFF;
            background-position: -157px -10px;
        }

        .mobile_menu_content .header_menu a.active[b-uhaw8maiiv] {
        }

        .mobile_menu_content .header_menu a:hover .accordsuffix[b-uhaw8maiiv] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu li li .active .accordsuffix[b-uhaw8maiiv] { /* color:#491700;*/
        }

        .mobile_menu_content .header_menu li.menu-item-has-children[b-uhaw8maiiv] {
            border-bottom: 1px solid #bcb5b9;
        }

            .mobile_menu_content .header_menu li.menu-item-has-children > a[b-uhaw8maiiv] {
                padding: 28px 30px 25px;
            }
/*Mobile Header Css ed*/

/*Footer Css*/
#footer[b-uhaw8maiiv] {
    background-color: #001a49;
}

.footer_new[b-uhaw8maiiv] {
    padding: 60px 0 40px;
    color: #031F45;
    font-size: 14px;
}

#footer .footer_new .inner[b-uhaw8maiiv] {
    max-width: 1080px;
    padding: 0 20px;
}

.footer_new .footer_new_head[b-uhaw8maiiv] {
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
}

.footer_new_head .footer_new_left[b-uhaw8maiiv] {
    width: 25%;
    margin-right: 25px;
}

.footer_logo[b-uhaw8maiiv] {
    display: block;
    width: 200px;
    margin: 0 0 40px;
}

    .footer_logo img[b-uhaw8maiiv] {
        display: block;
        width: 100%;
        height: auto;
    }

.footer_new_head .footer_new_left p[b-uhaw8maiiv] {
    max-width: 535px;
}

.footer_new_head .footer_new_left_text[b-uhaw8maiiv] {
    margin-bottom: 30px;
}

.footer_new_head .p_logo[b-uhaw8maiiv] {
    display: flex;
    align-items: center;
}

    .footer_new_head .p_logo strong[b-uhaw8maiiv] {
        margin-right: 30px;
    }

    .footer_new_head .p_logo img[b-uhaw8maiiv] {
        margin-right: 20px;
    }
.footer_new_head .footer_dav[b-uhaw8maiiv] {
    display: flex;
    margin-top:40px;
    justify-content: space-between;
}
.footer_middle_bottom[b-uhaw8maiiv]{padding: 18px 0 0;border-top:1px solid #BDBDBD;display: flex;align-items: center;justify-content: space-between; margin-top: 28px;}
.footer_middle_bottom ul[b-uhaw8maiiv]{display: flex;justify-content: space-between;align-items: center; margin: 0px; padding: 0px;}
.footer_middle_bottom ul li[b-uhaw8maiiv]{color: #031F45;font-size: 15px;font-family: "PublicSans-SemiBold";overflow: hidden;position: relative;}
.footer_middle_bottom ul li:nth-child(2)[b-uhaw8maiiv]{margin: 0 60px;}

.footer_middle_bottom .footer_follow[b-uhaw8maiiv]{display: flex;align-items: center;}
.footer_middle_bottom strong[b-uhaw8maiiv]{color: #031F45;font-size: 15px;font-family: "PublicSans-SemiBold";margin: 0 30px 0 0;}
.footer_middle_bottom .footer_follow a[b-uhaw8maiiv]{transition: transform .3s; margin: 0 12px 0 0;overflow: hidden;width: 32px;height: 32px;background: #031F45;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.footer_middle_bottom .footer_follow a:last-child[b-uhaw8maiiv]{margin: 0;}
.footer_middle_bottom .footer_follow a:hover[b-uhaw8maiiv]{transform: scale(1.1);}
.footer_middle_bottom .footer_follow a.linkein_box:hover[b-uhaw8maiiv]{background-color: #0172B1;}
.footer_middle_bottom .footer_follow a.youtube_box:hover[b-uhaw8maiiv]{background-color: #FF0000;}
.footer_middle_bottom .footer_follow a.twitter_box:hover[b-uhaw8maiiv]{background-color: #323232;}
.footer_middle_bottom .footer_follow a.facebook_box:hover[b-uhaw8maiiv]{background-color: #1A77F2;}

.footer_middle_bottom .footer_follow a.Instagram_box .hover-image[b-uhaw8maiiv] {display: none;}
.footer_middle_bottom .footer_follow a.Instagram_box:hover .normal-image[b-uhaw8maiiv] {display: none;}
.footer_middle_bottom .footer_follow a.Instagram_box:hover .hover-image[b-uhaw8maiiv] {display: block;}
.footer_middle_bottom .footer_icon_box[b-uhaw8maiiv] {display: flex;}
.footer_new_right[b-uhaw8maiiv] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .footer_new_right strong[b-uhaw8maiiv] {
        font-size: 15px;
    }

    .footer_new_right li[b-uhaw8maiiv] {
        margin-bottom: 10px;
    }

        .footer_new_right li a[b-uhaw8maiiv] {
            color: #031F45;
        }

.footer_new_text p[b-uhaw8maiiv] {
    margin-bottom: 28px;
}

    .footer_new_text p a[b-uhaw8maiiv] {
        color: #00f0ff;
        text-decoration: underline;
    }

    .footer_new_text p strong[b-uhaw8maiiv] {
        margin-bottom: 15px;
    }

.footer_new_text_bottom[b-uhaw8maiiv] {
}

.footer_new_head .footer_row3_left_text_hidden[b-uhaw8maiiv] {
    display: none;
}
/*Footer Css ed*/
.back_to_top[b-uhaw8maiiv] {
    display: block;
    width: 72px;
    height: 72px;
    background: #00f0ff;
    border-radius: 50%;
    padding-top: 19px;
    position: absolute;
    right: 20px;
    top: -96px;
    cursor: pointer;
}

    .back_to_top[b-uhaw8maiiv]:before {
        content: "";
        display: block;
        width: 24px;
        height: 34px;
        margin: 0px auto;
        background: url(/wp-content/themes/vt/images/sprite_img.png?v=5) -132px 0px no-repeat;
    }


.title_wrpper[b-uhaw8maiiv] {
    margin-bottom: 134px;
}

    .title_wrpper .inner[b-uhaw8maiiv] {
        min-height: 386px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .title_wrpper h1[b-uhaw8maiiv] {
        color: #ffffff;
        margin: 0px;
    }

    .title_wrpper.page_title_color_blue h1[b-uhaw8maiiv] {
        color: #ffffff;
    }

    .title_wrpper.page_title_color_gray h1[b-uhaw8maiiv] {
        color: #000d28;
    }

.page_banner_wrapper[b-uhaw8maiiv] {
    margin-bottom: 110px;
}

    .page_banner_wrapper .inner[b-uhaw8maiiv] {
        height: 526px;
        position: relative;
    }

    .page_banner_wrapper .text_box[b-uhaw8maiiv] { /*width:660px;*/
        max-width: 58%;
        padding: 80px 0px 10px 92px;
    }

    .page_banner_wrapper .img_box[b-uhaw8maiiv] {
        width: 497px;
        max-width: 42%;
        position: absolute;
        right: -28px;
        bottom: 0px;
    }

    .page_banner_wrapper h1[b-uhaw8maiiv] {
        color: #FFF;
        line-height: 1.1;
    }

    .page_banner_wrapper p[b-uhaw8maiiv] {
        font-size: 24px;
        color: #FFF;
        line-height: 1.5;
        margin-bottom: 45px;
    }

    .page_banner_wrapper .button[b-uhaw8maiiv] {
        width: 178px;
        text-align: center;
        max-width: 100%;
        border-color: #FFF;
    }

    .page_banner_wrapper.page_title_color_blue h1[b-uhaw8maiiv] {
        color: #FFF;
    }

    .page_banner_wrapper.page_title_color_blue p[b-uhaw8maiiv] {
        color: #FFF;
    }

    .page_banner_wrapper.page_title_color_blue .button[b-uhaw8maiiv] {
        border-color: #FFF;
    }

    .page_banner_wrapper.page_title_color_gray h1[b-uhaw8maiiv] {
        color: #000d28;
    }

    .page_banner_wrapper.page_title_color_gray p[b-uhaw8maiiv] {
        color: #000d28;
    }

    .page_banner_wrapper.page_title_color_gray .button[b-uhaw8maiiv] {
        border-color: #0051ff;
    }



.page_top_text[b-uhaw8maiiv] {
    padding-bottom: 80px;
}

    .page_top_text .inner[b-uhaw8maiiv] {
        width: 1064px;
        max-width: 100%;
    }

    .page_top_text h2[b-uhaw8maiiv] {
        text-align: center;
    }

    .page_top_text .page_top_text_box[b-uhaw8maiiv] {
        border-radius: 20px;
        border: solid 1px #b9b9b9;
        padding: 40px;
        margin: 0 0 40px;
    }

    .page_top_text p[b-uhaw8maiiv] {
        font-size: 16px;
        line-height: 1.5;
    }

        .page_top_text p:last-child[b-uhaw8maiiv] {
            margin-bottom: 0px;
        }

.pages_text_and_image_row[b-uhaw8maiiv] {
    position: relative;
    width: 100%;
    margin-bottom: 95px;
}

    .pages_text_and_image_row .inner[b-uhaw8maiiv] {
        background: #f9f9f9;
    }

    .pages_text_and_image_row h2[b-uhaw8maiiv] {
        padding: 100px 0 0 75px;
        margin: 0 0 50px;
    }

    .pages_text_and_image_row.position_img_right[b-uhaw8maiiv]::after {
        content: '';
        position: absolute;
        width: calc(100% - 315px);
        height: 100%;
        right: 0;
        bottom: 0px;
        background: #f9f9f9;
        z-index: -1;
    }

    .pages_text_and_image_row.position_img_left[b-uhaw8maiiv]::after {
        content: '';
        position: absolute;
        width: calc(100% - 315px);
        height: 100%;
        left: 0;
        bottom: 0px;
        background: #f9f9f9;
        z-index: -1;
    }

    .pages_text_and_image_row .text_and_image_content[b-uhaw8maiiv] {
        background: #f9f9f9;
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 0 0 80px;
    }

    .pages_text_and_image_row .img_box[b-uhaw8maiiv] {
        width: 45%;
        overflow: hidden;
    }

    .pages_text_and_image_row.position_img_left .inner[b-uhaw8maiiv] {
        text-align: right;
    }

    .pages_text_and_image_row.position_img_left h2[b-uhaw8maiiv] {
        padding: 100px 75px 0 0;
    }

    .pages_text_and_image_row.position_img_left .text_box[b-uhaw8maiiv] {
        padding-left: 90px;
        padding-right: 75px;
    }

    .pages_text_and_image_row.position_img_left .text_and_image_content[b-uhaw8maiiv] {
        flex-direction: row-reverse;
    }

    .pages_text_and_image_row.position_img_left .img_box[b-uhaw8maiiv] {
        text-align: left;
    }
    /* .pages_text_and_image_row.position_img_left .img_links li img{width:130px;}
.pages_text_and_image_row.position_img_left .img_list li img{width:150px;} */

    .pages_text_and_image_row .text_box[b-uhaw8maiiv] {
        max-width: 100%;
        width: 55%;
        padding-left: 75px;
        padding-right: 90px;
        position: relative;
        z-index: 2;
    }

        .pages_text_and_image_row .text_box .text_box_inner[b-uhaw8maiiv] {
            position: relative;
            padding-left: 32%;
        }

        .pages_text_and_image_row .text_box .icon_box[b-uhaw8maiiv] {
            width: 25%;
            position: absolute;
            left: 0px;
            top: 16px;
        }

        .pages_text_and_image_row .text_box p[b-uhaw8maiiv] {
            line-height: 1.5;
            font-size: 20px;
        }

        .pages_text_and_image_row .text_box ul[b-uhaw8maiiv] {
            padding: 18px 0px 15px;
            margin: 0px;
        }

            .pages_text_and_image_row .text_box ul li[b-uhaw8maiiv] {
                padding: 0px 0px 23px 38px;
                margin: 0px;
                background: url(/wp-content/themes/vt/images/home_protrader_tools_list_icon.png) left 3px no-repeat;
                background-size: 20px auto;
                font-size: 18px;
                line-height: 1.5;
                font-family: "Oblivian-Medium";
            }

        .pages_text_and_image_row .text_box .blue_button[b-uhaw8maiiv] {
            padding-top: 12px;
            padding-bottom: 10px;
        }

        .pages_text_and_image_row .text_box .text_no_icon p[b-uhaw8maiiv] {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 25px;
        }

    .pages_text_and_image_row.position_img_left .text_box .text_no_icon p[b-uhaw8maiiv] {
        text-align: left;
    }
    /*.pages_text_and_image_row.position_img_left ul li{padding: 0px 38px 23px 0px;background-position: right 3px;} */
    .pages_text_and_image_row.position_img_left .bottom_text li[b-uhaw8maiiv] {
        text-align: right;
    }
    /*.pages_text_and_image_row.position_img_left ul li{padding: 0px 38px 23px 0px;background-position: right 3px;} */
    .pages_text_and_image_row.position_img_left .bottom_text li[b-uhaw8maiiv] {
        text-align: right;
    }

    .pages_text_and_image_row .text_box ul.bottom_text[b-uhaw8maiiv] {
        padding: 20px 0px 0px;
    }

        .pages_text_and_image_row .text_box ul.bottom_text li[b-uhaw8maiiv] {
            padding: 0px;
            margin: 0px;
            background: none;
            font-family: "Oblivian-UltraLight";
            font-weight: normal;
            line-height: normal;
            font-size: 24px;
            color: #0051ff;
        }

        .pages_text_and_image_row .text_box ul.bottom_text h3[b-uhaw8maiiv] {
            margin-bottom: 32px;
        }

        .pages_text_and_image_row .text_box ul.bottom_text strong[b-uhaw8maiiv] {
            font-size: 78px;
            font-family: "Oblivian-SemiBold";
            margin: 0px;
            display: block;
            padding: 23px 0px 6px;
            line-height: 1.1;
        }

        .pages_text_and_image_row .text_box ul.bottom_text span[b-uhaw8maiiv] {
            display: block;
            font-family: "Oblivian-SemiBold";
        }

    .pages_text_and_image_row .text_box ul.img_links[b-uhaw8maiiv] {
        padding: 0px 0px 20px 38px;
        margin: 0px;
    }

        .pages_text_and_image_row .text_box ul.img_links li[b-uhaw8maiiv] {
            padding: 0px 20px 10px 0px;
            margin: 0px;
            display: inline-block;
            vertical-align: top;
            background: none;
        }

            .pages_text_and_image_row .text_box ul.img_links li:last-child[b-uhaw8maiiv] {
                padding-right: 0px;
            }

    .pages_text_and_image_row .text_box ul.img_list[b-uhaw8maiiv] {
        padding: 0px 0px 20px;
        margin: 0px;
    }

        .pages_text_and_image_row .text_box ul.img_list li[b-uhaw8maiiv] {
            padding: 0px 20px 10px 0px;
            margin: 0px;
            display: inline-block;
            vertical-align: top;
            background: none;
        }

            .pages_text_and_image_row .text_box ul.img_list li:last-child[b-uhaw8maiiv] {
                padding-right: 0px;
            }

    .pages_text_and_image_row.position_img_left .text_box .text_box_inner[b-uhaw8maiiv] {
        padding-right: 32%;
        padding-left: 0;
    }

    .pages_text_and_image_row.position_img_left .text_box .icon_box[b-uhaw8maiiv] {
        left: auto;
        right: 0;
    }

    .pages_text_and_image_row.position_icon_left .text_box .text_box_inner[b-uhaw8maiiv] {
        padding-left: 32%;
        padding-right: 0;
    }

    .pages_text_and_image_row.position_icon_left .text_box .icon_box[b-uhaw8maiiv] {
        right: auto;
        left: 0;
    }

    .pages_text_and_image_row.position_icon_right .text_box .text_box_inner[b-uhaw8maiiv] {
        padding-right: 32%;
        padding-left: 0;
    }

    .pages_text_and_image_row.position_icon_right .text_box .icon_box[b-uhaw8maiiv] {
        left: auto;
        right: 0;
    }



.home_swiper_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

    .home_swiper_wrapper .inner[b-uhaw8maiiv] {
        max-width: 1280px;
        position: relative;
    }

    .home_swiper_wrapper .swiper-container[b-uhaw8maiiv] {
        padding-top: 48px;
        max-width: 1176px;
    }

    .home_swiper_wrapper .swiper-pagination-bullet[b-uhaw8maiiv] {
        width: auto;
        height: auto;
        padding-bottom: 5px;
        margin: 0 40px;
        border-radius: 0;
        opacity: 1;
        background: none !important;
        margin: 0 40px 0 0 !important;
        outline: none;
    }

        .home_swiper_wrapper .swiper-pagination-bullet:last-child[b-uhaw8maiiv] {
            margin: 0 !important;
        }

    .home_swiper_wrapper .swiper-pagination-bullet-active[b-uhaw8maiiv] {
        border-bottom: 3px solid #00f0ff;
    }

    .home_swiper_wrapper .swiper-pagination[b-uhaw8maiiv] {
        text-align: left;
        position: relative;
        max-width: 1176px;
        margin: 0 auto;
    }

    .home_swiper_wrapper .swiper-container-horizontal > .swiper-pagination-bullets[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-pagination-custom[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-pagination-fraction[b-uhaw8maiiv] {
        top: 0;
        bottom: auto;
    }

    .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv] {
        left: 20px;
    }

    .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv] {
        right: 20px;
    }

    .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv] {
        outline: none;
        background-color: #fff;
    }

        .home_swiper_wrapper .swiper-button-next:hover[b-uhaw8maiiv],
        .home_swiper_wrapper .swiper-button-prev:hover[b-uhaw8maiiv] {
            background-color: #00f0ff;
        }

    .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv] {
        width: 64px;
        height: 64px;
        margin-top: 0;
        box-shadow: 0 9px 35px 0 rgba(0, 0, 0, 0.13);
        border-radius: 50%;
    }

        .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv]:after,
        .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv]:after {
            content: '';
            width: 24px;
            height: 24px;
        }

        .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv]:after {
            background: url(/wp-content/themes/vt/images/icons_swiper.png?v=3) 0 0 no-repeat;
        }

        .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv]:after {
            background: url(/wp-content/themes/vt/images/icons_swiper.png?v=3) -24px 0 no-repeat;
        }

    .home_swiper_wrapper .swiper-slide-title[b-uhaw8maiiv] {
        padding: 25px 80px 25px 25px;
        display: none;
        cursor: pointer;
        border-bottom: 1px solid #cccfd4;
        position: relative;
    }

    .home_swiper_wrapper .swiper-slide:first-child .swiper-slide-title[b-uhaw8maiiv] {
        border-top: 1px solid #cccfd4;
    }

    .home_swiper_wrapper .swiper-slide-title .title_icon[b-uhaw8maiiv] {
        width: 40px;
        height: 40px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.13);
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        right: 25px;
        top: 15px;
    }

        .home_swiper_wrapper .swiper-slide-title .title_icon[b-uhaw8maiiv]:after {
            content: "";
            width: 14px;
            height: 7px;
            background: url(/wp-content/themes/vt/images/accordion_content_list_row_icon.png) left top no-repeat;
            background-size: 14px 14px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .home_swiper_wrapper .swiper-slide.active .swiper-slide-title .title_icon[b-uhaw8maiiv] {
        background-color: #00f0ff;
    }

        .home_swiper_wrapper .swiper-slide.active .swiper-slide-title .title_icon[b-uhaw8maiiv]:after {
            background-position: left bottom;
        }

    .home_swiper_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        width: 100%;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

.home_swiper_row1_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
    padding: 0 50px 35px;
    background: url(/wp-content/themes/vt/images/home_slide_bg.jpg) no-repeat center top;
}

.home_swiper_row1_wrapper .img_box[b-uhaw8maiiv] {
    margin-right: 40px;
    margin-top: -35px;
}

.home_swiper_row1_wrapper .text_box[b-uhaw8maiiv] {
    color: #fff;
    width: 410px;
}

    .home_swiper_row1_wrapper .text_box p[b-uhaw8maiiv] {
        font-size: 20px;
        font-family: "Oblivian-Regular";
    }

    .home_swiper_row1_wrapper .text_box ul[b-uhaw8maiiv] {
        margin-bottom: 45px;
    }

    .home_swiper_row1_wrapper .text_box li[b-uhaw8maiiv] {
        font-size: 18px;
        font-family: "Oblivian-Medium";
        padding-left: 35px;
        margin-bottom: 25px;
        background: url(/wp-content/themes/vt/images/icons-tools-tick.png) no-repeat left center;
    }

        .home_swiper_row1_wrapper .text_box li:last-child[b-uhaw8maiiv] {
            margin-bottom: 0;
        }

    .home_swiper_row1_wrapper .text_box .btn_box[b-uhaw8maiiv] {
        display: flex;
        display: -webkit-flex;
    }

        .home_swiper_row1_wrapper .text_box .btn_box a[b-uhaw8maiiv] {
            margin-right: 15px;
        }

    .home_swiper_row1_wrapper .text_box .button[b-uhaw8maiiv],
    .home_swiper_row1_wrapper .text_box .blue_button[b-uhaw8maiiv] {
        min-width: 178px;
        text-align: center;
        border-color: #fff;
    }
/* .home_swiper_row1_wrapper .text_box .button.none{
    display: none;
} */
.home_swiper_row2_wrapper[b-uhaw8maiiv] {
    margin-top: 70px;
}

    .home_swiper_row2_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        padding: 75px 75px 40px;
        background-image: url(/wp-content/themes/vt/images/home_slide_row2_bg_new.jpg);
        background-size: 100% auto;
        background-position: center 0;
        justify-content: space-between;
    }


    .home_swiper_row2_wrapper .text_box[b-uhaw8maiiv] {
        width: 425px;
        margin-right: 50px;
        color: #fff;
    }

        .home_swiper_row2_wrapper .text_box p[b-uhaw8maiiv] {
            font-family: "Oblivian-Regular";
            margin-bottom: 35px;
            font-size: 20px;
        }

        .home_swiper_row2_wrapper .text_box .button[b-uhaw8maiiv] {
            border-color: #fff;
        }

    .home_swiper_row2_wrapper .right_table[b-uhaw8maiiv] {
        width: 525px;
    }

        .home_swiper_row2_wrapper .right_table table[b-uhaw8maiiv] {
            width: 100%;
        }

        .home_swiper_row2_wrapper .right_table tr:not(:last-child)[b-uhaw8maiiv] {
            border-bottom: 2px solid #6697ff;
        }

        .home_swiper_row2_wrapper .right_table td[b-uhaw8maiiv] {
            width: 33.33%;
            padding: 32px 0;
        }

        .home_swiper_row2_wrapper .right_table .symbol[b-uhaw8maiiv],
        .home_swiper_row2_wrapper .right_table .change[b-uhaw8maiiv] {
            font-size: 24px;
            font-family: "Oblivian-SemiBold";
        }

        .home_swiper_row2_wrapper .right_table .symbol[b-uhaw8maiiv] {
            color: #00f0ff;
        }

        .home_swiper_row2_wrapper .right_table .change[b-uhaw8maiiv] {
            padding-left: 20px;
            color: #ffffff;
        }

        .home_swiper_row2_wrapper .right_table .echarts[b-uhaw8maiiv] {
            height: 53px;
        }

@keyframes rotate_data-b-uhaw8maiiv {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate_data {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate_data {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate_data {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.accordion_content_wrapper[b-uhaw8maiiv] {
}

    .accordion_content_wrapper .inner[b-uhaw8maiiv] {
        width: 1064px;
        max-width: 100%;
    }

    .accordion_content_wrapper .accordion_content_list[b-uhaw8maiiv] {
        padding-bottom: 120px;
    }

    .accordion_content_wrapper .accordion_content_list_title[b-uhaw8maiiv] {
        border-bottom: 1px solid #cfd2d7;
        padding-bottom: 54px;
    }

        .accordion_content_wrapper .accordion_content_list_title h3[b-uhaw8maiiv] {
            padding: 0px;
            margin: 0px;
        }

.accordion_content_list_row[b-uhaw8maiiv] {
    border-bottom: 1px solid #cfd2d7;
}

    .accordion_content_list_row .accordion_content_list_row_title[b-uhaw8maiiv] {
        padding: 50px 75px 50px 0px;
        position: relative;
        cursor: pointer;
    }

        .accordion_content_list_row .accordion_content_list_row_title h5[b-uhaw8maiiv] {
            padding: 0px;
            margin: 0px;
        }

        .accordion_content_list_row .accordion_content_list_row_title i.icon[b-uhaw8maiiv] {
            display: block;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            right: 5px;
            top: 33px;
            -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
            padding-top: 27px;
        }

            .accordion_content_list_row .accordion_content_list_row_title i.icon[b-uhaw8maiiv]:before {
                content: "";
                width: 20px;
                height: 10px;
                display: block;
                background: url(/wp-content/themes/vt/images/accordion_content_list_row_icon.png) left top no-repeat;
                margin: 0px auto;
            }

        .accordion_content_list_row .accordion_content_list_row_title.active i.icon[b-uhaw8maiiv] {
            background: #00f0ff;
        }

            .accordion_content_list_row .accordion_content_list_row_title.active i.icon[b-uhaw8maiiv]:before {
                background-position: left bottom;
            }

    .accordion_content_list_row .accordion_content_list_row_text[b-uhaw8maiiv] {
        display: none;
        padding-bottom: 30px;
    }

        .accordion_content_list_row .accordion_content_list_row_text ul[b-uhaw8maiiv] {
            padding: 0px 0px 10px;
            margin: 0px;
        }

            .accordion_content_list_row .accordion_content_list_row_text ul li[b-uhaw8maiiv] {
                padding: 0px 0px 10px;
                margin: 0px;
                line-height: 1.5;
            }

    .accordion_content_list_row p.img_center[b-uhaw8maiiv] {
        text-align: center;
    }

    .accordion_content_list_row .accordion_table_content[b-uhaw8maiiv] {
        -webkit-box-shadow: 0px 20px 30px rgba(225,225,225,0.5);
        -moz-box-shadow: 0px 20px 30px rgba(225,225,225,0.5);
        box-shadow: 0px 20px 30px rgba(225,225,225,0.5);
        margin-bottom: 30px;
    }

        .accordion_content_list_row .accordion_table_content table[b-uhaw8maiiv] {
            width: 100%;
        }

            .accordion_content_list_row .accordion_table_content table th[b-uhaw8maiiv] {
                background-color: #0051ff;
                padding: 30px 20px;
                font-size: 14px;
                font-family: "Oblivian-Regular";
                line-height: 1.64;
                color: #ffffff;
                text-align: left;
            }

            .accordion_content_list_row .accordion_table_content table td[b-uhaw8maiiv] {
                border-top: solid 1px #cccfd4;
                background-color: #ffffff;
                padding: 33px 20px 30px;
                line-height: 1.57;
                font-size: 14px;
                font-family: "Oblivian-Regular";
                text-align: left;
            }

            .accordion_content_list_row .accordion_table_content table tr:nth-child(2) td[b-uhaw8maiiv] {
                border: 0;
            }

            .accordion_content_list_row .accordion_table_content table td.no_border[b-uhaw8maiiv] {
                border: 0;
                width: 32px;
            }

            .accordion_content_list_row .accordion_table_content table th.no_border[b-uhaw8maiiv] {
                width: 32px;
            }

.accordion_content_wrapper .child_lower_alpha[b-uhaw8maiiv] {
    padding: 0 0 0 50px;
}

    .accordion_content_wrapper .child_lower_alpha li[b-uhaw8maiiv] {
        list-style: lower-alpha;
    }

.accordion_content_wrapper .accordion_content_list_row_text table.none_public[b-uhaw8maiiv] {
    max-width: 700px;
    margin: 0 auto 23px;
    text-align: center;
}

    .accordion_content_wrapper .accordion_content_list_row_text table.none_public td[b-uhaw8maiiv] {
        padding: 20px 0;
    }

        .accordion_content_wrapper .accordion_content_list_row_text table.none_public td:first-child[b-uhaw8maiiv] {
            width: 50%;
        }

.accordion_content_wrapper .roman_numerals[b-uhaw8maiiv] {
    padding: 0 0 0 50px;
}

    .accordion_content_wrapper .roman_numerals li[b-uhaw8maiiv] {
        list-style: lower-roman;
    }

.page_icon_and_text_wrapper[b-uhaw8maiiv] {
    padding: 0px 0px 260px;
}

    .page_icon_and_text_wrapper .page_icon_and_text_content_left[b-uhaw8maiiv] {
        width: 30%;
        float: left;
        padding-top: 180px;
    }

        .page_icon_and_text_wrapper .page_icon_and_text_content_left p[b-uhaw8maiiv] {
            font-size: 20px;
        }

    .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_row[b-uhaw8maiiv] {
        position: relative;
    }

    .page_icon_and_text_wrapper .page_icon_and_text_content_right[b-uhaw8maiiv] {
        float: right;
        width: 68%;
        margin-right: -16px;
    }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box[b-uhaw8maiiv] {
            float: left;
            width: 50%;
            padding: 0px 16px 32px;
        }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box_inner[b-uhaw8maiiv] {
            background: #fff;
            -webkit-box-shadow: 0px 6px 35px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 6px 35px rgba(0,0,0,0.3);
            box-shadow: 0px 6px 35px rgba(0,0,0,0.3);
            padding: 40px 24px 40px;
        }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right .img_box[b-uhaw8maiiv] {
            padding-bottom: 46px;
        }

            .page_icon_and_text_wrapper .page_icon_and_text_content_right .img_box img[b-uhaw8maiiv] {
                display: block;
            }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box_render_box[b-uhaw8maiiv] {
            margin-bottom: 23px;
        }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right h5[b-uhaw8maiiv] {
            margin-bottom: 18px;
        }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right .text_box_inner p:last-child[b-uhaw8maiiv] {
            margin-bottom: 0;
        }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right p[b-uhaw8maiiv] {
            line-height: 1.5;
        }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box.position_box[b-uhaw8maiiv] {
            float: none;
            position: absolute;
            top: 45%;
            right: 0px;
        }

/* remove mobile scroll bar */
.page_unscroll_bar.move[b-uhaw8maiiv]::-webkit-scrollbar {
    display: none;
}

/* Standard STP bottom*/
.standard_stp_bottom[b-uhaw8maiiv] {
    padding: 0px 60px 50px 48px;
}

    .standard_stp_bottom .standard_stp_bottom_title[b-uhaw8maiiv] {
        position: relative;
        margin-bottom: 60px;
    }

        .standard_stp_bottom .standard_stp_bottom_title span[b-uhaw8maiiv] {
            display: inline-block;
            font-family: "Oblivian-UltraLight";
            font-size: 20px;
            line-height: 1.5;
            padding: 13px 34px 8px;
            background-color: #00f0ff;
            border-radius: 21.5px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
        }

    .standard_stp_bottom .standard_stp_bottom_text .standard_stp_bottom_text_box[b-uhaw8maiiv] {
        width: 45%;
    }

    .standard_stp_bottom .standard_stp_bottom_text_box li[b-uhaw8maiiv] {
        border-bottom: solid 1px #cccfd4;
    }

        .standard_stp_bottom .standard_stp_bottom_text_box li span[b-uhaw8maiiv] {
            display: inline-block;
            width: 50%;
            font-size: 20px;
            line-height: 1.5;
        }

            .standard_stp_bottom .standard_stp_bottom_text_box li span:nth-child(1)[b-uhaw8maiiv] {
                text-align: left;
                font-weight: bold;
                vertical-align: middle;
                padding: 32px 0px;
            }

            .standard_stp_bottom .standard_stp_bottom_text_box li span:nth-child(2)[b-uhaw8maiiv] {
                text-align: right;
                font-family: "Oblivian-UltraLight";
                vertical-align: middle;
            }

            .standard_stp_bottom .standard_stp_bottom_text_box li span.small_text[b-uhaw8maiiv] {
                font-size: 16px;
            }
/* Standard STP bottom ed*/

/* Page Product Tabel */
.page_product_tabel[b-uhaw8maiiv] {
    margin: 0px 0px 120px;
}

    .page_product_tabel .inner[b-uhaw8maiiv] {
        max-width: 1086px;
    }

    .page_product_tabel .page_product_tabel_box[b-uhaw8maiiv] {
        background: #0557ff;
        padding: 15px 11px;
        border-radius: 13px;
    }

    .page_product_tabel table[b-uhaw8maiiv] {
        width: 100%;
    }

        .page_product_tabel table th[b-uhaw8maiiv] {
            background-color: #0051ff;
            padding: 32px 0px;
            font-size: 14px;
            font-family: "Oblivian-Regular";
            line-height: 1.64;
            color: #ffffff;
            text-align: center;
        }

            .page_product_tabel table th.no_border[b-uhaw8maiiv] {
                width: 32px;
            }

        .page_product_tabel table td[b-uhaw8maiiv] {
            border-top: solid 1px #cccfd4;
            background-color: #ffffff;
            padding: 35px 0px 30px;
            line-height: 1.57;
            font-size: 14px;
            font-family: "Oblivian-Regular";
            text-align: center;
        }

        .page_product_tabel table tr:nth-child(2) td[b-uhaw8maiiv] {
            border: 0;
        }

        .page_product_tabel table td.no_border[b-uhaw8maiiv] {
            border: 0;
            width: 32px;
        }

        .page_product_tabel table tr.table_more[b-uhaw8maiiv] {
            display: none;
        }

.page_product_tabel_button[b-uhaw8maiiv] {
    width: 100%;
    height: 64px;
    position: relative;
    margin-top: 40px;
}

.page_product_tabel_open[b-uhaw8maiiv] {
    width: 64px;
    height: 64px;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    padding-top: 20px;
    cursor: pointer
}

    .page_product_tabel_open[b-uhaw8maiiv]:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        margin: 0px auto;
        background: url(/wp-content/themes/vt/images/icons-cheveron-down.png) no-repeat;
    }

.page_product_tabel_shut[b-uhaw8maiiv] {
    display: none;
    width: 64px;
    height: 64px;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    padding-top: 20px;
    cursor: pointer
}

    .page_product_tabel_shut[b-uhaw8maiiv]:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        margin: 0px auto;
        background: url(/wp-content/themes/vt/images/icons-cheveron-up.png) no-repeat;
    }
/* Page Product Tabel ed*/

/* Page Zulutrade Css */
.zulutrade_bottom_content[b-uhaw8maiiv] {
    padding: 0px 0px 150px;
}

    .zulutrade_bottom_content .left_box[b-uhaw8maiiv] {
        width: 480px;
        max-width: 46%;
        float: left;
    }

        .zulutrade_bottom_content .left_box p[b-uhaw8maiiv] {
            font-size: 20px;
        }

    .zulutrade_bottom_content .right_box[b-uhaw8maiiv] {
        width: 52%;
        float: right;
        padding-top: 78px;
    }

    .zulutrade_bottom_content ul[b-uhaw8maiiv] {
        padding: 0px 0px 110px;
        margin: 0px;
    }

        .zulutrade_bottom_content ul li[b-uhaw8maiiv] {
            padding: 0px 0px 32px;
            margin: 0px;
            font-size: 24px;
            font-family: "Oblivian-Medium";
            line-height: 1.5;
        }
/* Page Zulutrade Css ed*/

/* post_wrapper  */

.post_wrapper .post_list_box[b-uhaw8maiiv] {
    position: relative;
    display: flex;
    margin-bottom: 36px;
    width: calc(100% - 36px);
    min-height: 260px;
    background: #f9f9f9;
}

    .post_wrapper .post_list_box .post_list_left[b-uhaw8maiiv] {
        display: flex;
        background: #0051ff;
        color: #fff;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        min-width: 230px;
    }

        .post_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv] {
            display: block;
            margin-bottom: 20px;
            font-size: 96px;
            font-family: VisbyCF-Bold;
        }

        .post_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv] {
            display: block;
            margin-bottom: 20px;
            white-space: nowrap;
            font-size: 24px;
            font-family: Oblivian-SemiBold;
        }

    .post_wrapper .post_list_box .post_list_right[b-uhaw8maiiv] {
        padding: 40px 100px 40px 40px;
        width: calc(100% - 196px);
        color: #000d28;
    }

        .post_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv] {
            display: inline-block;
            margin-bottom: 30px;
            font-size: 20px;
            font-family: Oblivian-SemiBold;
        }

        .post_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv] {
            display: -webkit-box;
            overflow: hidden;
            margin: 0;
            text-overflow: ellipsis;
            font-size: 20px;
            font-family: Oblivian-UltraLight;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

    .post_wrapper .post_list_box .post_list_button[b-uhaw8maiiv] {
        position: absolute;
        top: 50%;
        right: -36px;
        display: flex;
        margin-top: -36px;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 9px 35px 0 rgba(0,0,0,.13);
        -moz-box-shadow: 0 9px 35px 0 rgba(0,0,0,.13);
        box-shadow: 0 9px 35px 0 rgba(0,0,0,.13);
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }

.post_wrapper .post_list_turn_item[b-uhaw8maiiv] {
    text-align: right;
}

    .post_wrapper .post_list_turn_item .wp-pagenavi[b-uhaw8maiiv] {
        display: inline-block;
        padding: 0 0 40px;
        font-size: 16px;
    }

        .post_wrapper .post_list_turn_item .wp-pagenavi a[b-uhaw8maiiv], .wp-pagenavi span[b-uhaw8maiiv] {
            display: inline-block;
            margin: 0 5px;
            width: 20px;
            border-bottom: 3px solid transparent;
            text-align: center;
            cursor: pointer;
        }

        .post_wrapper .post_list_turn_item .wp-pagenavi span.current[b-uhaw8maiiv] {
            border-bottom: 3px solid #00f0ff;
        }
/* .wp-pagenavi a, .wp-pagenavi span{border:0px;padding:0px;} */

/* post_wrapper ed */

/* form_text_wrapper*/
.form_text_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

    .form_text_wrapper h2[b-uhaw8maiiv] {
        font-size: 50px;
        line-height: 1.5;
    }

    .form_text_wrapper .form_text_wrapper_main p[b-uhaw8maiiv] {
        font-size: 20px;
    }

    .form_text_wrapper .form_text_wrapper_main[b-uhaw8maiiv] {
        display: flex;
    }

        .form_text_wrapper .form_text_wrapper_main .form_text_wrapper_main_left[b-uhaw8maiiv] {
            width: 41%;
        }

        .form_text_wrapper .form_text_wrapper_main .form_text_wrapper_main_right[b-uhaw8maiiv] {
            display: flex;
            padding-left: 120px;
            width: 60%;
            align-items: center;
        }

    .form_text_wrapper .form_text_wrapper_main_form[b-uhaw8maiiv] {
        display: flex;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: 584px;
        align-items: center;
    }

        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper[b-uhaw8maiiv] {
            margin: 0;
            width: 100%;
            height: 100%;
        }

            .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li[b-uhaw8maiiv] {
                margin-top: 0;
                margin-bottom: 40px !important;
                padding: 30px 0 0;
                position: relative;
            }

            .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gfield_label[b-uhaw8maiiv] {
                font-weight: 400;
                font-size: 20px;
                font-family: 'Oblivian-UltraLight';
                bottom: 18px;
                position: absolute;
                transition: all 0.2s;
            }

                .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gfield_label.active[b-uhaw8maiiv] {
                    bottom: 55px;
                    font-size: 14px;
                    color: #0051ff;
                    font-family: 'Oblivian-Regular';
                }

                .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gfield_label span[b-uhaw8maiiv] {
                    display: none;
                }


    .form_text_wrapper .ginput_container_input_select_icon[b-uhaw8maiiv] {
        position: absolute;
        right: 0;
        bottom: 16px;
        transform: rotate(0deg);
        transition: all 0.2s;
        z-index: -1;
    }

        .form_text_wrapper .ginput_container_input_select_icon.active[b-uhaw8maiiv] {
            transform: rotate(180deg);
        }

    .form_text_wrapper .gform_body .country_code[b-uhaw8maiiv], .form_text_wrapper .gform_body .phone_code[b-uhaw8maiiv] {
        position: absolute;
        display: none;
        max-height: 260px;
        overflow: auto;
        top: 68px;
        background: #fff;
        box-shadow: 0 9px 35px 0 rgba(0, 0, 0, 0.13);
        width: 100%;
        font-size: 14px;
        font-family: 'Oblivian-Medium';
        padding: 16px 24px;
        z-index: 10;
    }

        .form_text_wrapper .gform_body .country_code.active[b-uhaw8maiiv], .form_text_wrapper .gform_body .phone_code.active[b-uhaw8maiiv] {
            display: block;
        }

    .form_text_wrapper .gform_body .country_option[b-uhaw8maiiv], .form_text_wrapper .gform_body .phone_option[b-uhaw8maiiv] {
        padding: 8px 0;
        cursor: pointer;
        word-wrap: break-word;
    }

        .form_text_wrapper .gform_body .country_option.accounr_hover[b-uhaw8maiiv], .form_text_wrapper .gform_body .phone_option.accounr_hover[b-uhaw8maiiv] {
            color: #0051ff;
        }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li.form_code[b-uhaw8maiiv] {
        width: 138px !important;
        margin-right: 30px;
        display: inline-block;
        vertical-align: top;
    }

        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li.form_code input[b-uhaw8maiiv], .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li.form_country input[b-uhaw8maiiv] {
            cursor: pointer;
        }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li.form_phone[b-uhaw8maiiv] {
        width: calc(100% - 168px) !important;
        display: inline-block;
    }

    .form_text_wrapper .form_message_hidden[b-uhaw8maiiv] {
        display: none;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper div.ginput_container[b-uhaw8maiiv] {
        margin-top: 0px !important;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=text][b-uhaw8maiiv],
    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=email][b-uhaw8maiiv],
    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=tel][b-uhaw8maiiv],
    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper textarea[b-uhaw8maiiv] {
        padding: 0px 0 15px !important;
        width: 100% !important;
        height: 46px;
        border: 0;
        border-bottom: 1px solid #cccfd4;
        color: #000d28;
        font-size: 20px !important;
        background: rgba(0, 0, 0, 0);
    }

        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=text]:focus[b-uhaw8maiiv],
        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=email]:focus[b-uhaw8maiiv],
        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=tel]:focus[b-uhaw8maiiv],
        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper textarea:focus[b-uhaw8maiiv] {
            border-bottom: 1px solid #0051ff !important;
            box-shadow: 0px 1px 0 0 #0051ff !important;
        }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper input[type=submit][b-uhaw8maiiv] {
        margin: 0;
        width: 178px;
        height: 46px;
        border: none;
        background-color: #0051ff;
        color: #fff;
        font-size: 14px;
        font-family: Oblivian-SemiBold;
        cursor: pointer;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper li.form_message textarea[b-uhaw8maiiv] {
        height: 126px !important;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper li.form_message .gfield_label[b-uhaw8maiiv] {
        bottom: 104px;
    }

        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper li.form_message .gfield_label.active[b-uhaw8maiiv] {
            bottom: 141px;
        }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.form_message.gfield_error .gfield_label.active[b-uhaw8maiiv] {
        bottom: 165px;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error .gform_validation_errors[b-uhaw8maiiv] {
        display: none;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.gfield_error .gfield_label[b-uhaw8maiiv] {
        bottom: 37px;
        margin-top: 0 !important;
        color: #e91545;
    }

        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.gfield_error .gfield_label.active[b-uhaw8maiiv] {
            bottom: 79px;
        }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.gfield_error .ginput_container_input_select_icon[b-uhaw8maiiv] {
        bottom: 40px;
    }

    .form_text_wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[b-uhaw8maiiv], .form_text_wrapper .gform_wrapper li.gfield_error textarea[b-uhaw8maiiv] {
        border: none;
        border-bottom: 1px solid #e91545
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.gfield_error input[type=text][b-uhaw8maiiv],
    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.gfield_error input[type=email][b-uhaw8maiiv],
    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error li.gfield_error input[type=tel][b-uhaw8maiiv] {
        margin-bottom: 0;
        box-shadow: none;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error .validation_message[b-uhaw8maiiv] {
        padding-top: 8px;
        height: 24px;
        padding-right: 0;
        color: #ed164e;
        font-weight: 400;
        font-family: Oblivian-Regular;
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper.gform_validation_error .gform_body li.gfield_error:not(.gf_left_half):not(.gf_right_half)[b-uhaw8maiiv] {
        width: 100%;
        max-width: 100% !important;
        border: 0;
        background-color: rgba(255,223,224,0);
    }

    .form_text_wrapper .form_text_wrapper_main_form .gform_confirmation_wrapper[b-uhaw8maiiv] {
        padding: 0 50px;
    }

    .form_text_wrapper .form_text_wrapper_main_form .form_text_wrapper_main_form_confirmations_a_blue[b-uhaw8maiiv], .form_text_wrapper .form_text_wrapper_main_form .form_text_wrapper_main_form_confirmations_a_white[b-uhaw8maiiv] {
        display: flex;
        margin: 0 auto;
        width: 200px;
        height: 60px;
        max-width: 100%;
        border-radius: 23px;
        font-size: 14px;
        font-family: Oblivian-SemiBold;
        justify-content: center;
        align-items: center;
    }

    .form_text_wrapper .form_text_wrapper_main_form .form_text_wrapper_main_form_confirmations_a_blue[b-uhaw8maiiv] {
        margin-bottom: 32px;
        background-color: #0051ff;
        color: #fff;
    }

    .form_text_wrapper .form_text_wrapper_main_form .form_text_wrapper_main_form_confirmations_a_white[b-uhaw8maiiv] {
        border: 1px solid #000d28;
        padding-top: 6px;
    }

.form_text_wrapper_main_form .gform_confirm .gfield_checkbox li input[type=checkbox][b-uhaw8maiiv], .form_text_wrapper_main_form .gform_confirm .gfield_label[b-uhaw8maiiv] {
    display: none !important;
}

.form_text_wrapper_main_form .gform_wrapper .gform_body li.gform_confirm[b-uhaw8maiiv] {
    padding-top: 0;
}

    .form_text_wrapper_main_form .gform_wrapper .gform_body li.gform_confirm li[b-uhaw8maiiv] {
        margin-bottom: 0 !important;
    }

.form_text_wrapper_main_form .gform_confirm .ginput_container li label[b-uhaw8maiiv] {
    display: flex;
    width: 100%;
    max-width: 100%;
    color: #000833;
    font-size: 16px;
}

    .form_text_wrapper_main_form .gform_confirm .ginput_container li label[b-uhaw8maiiv]::before {
        display: block;
        margin-top: 3px;
        margin-right: 15px;
        width: 16px;
        height: 16px;
        min-width: 16px;
        border: 1px solid #cccfd4;
        border-radius: 2px;
        background: #fff;
        content: '';
    }

.form_text_wrapper_main_form .gform_wrapper .gform_confirm ul.gfield_checkbox li input[type=checkbox]:checked + label[b-uhaw8maiiv] {
    font-weight: normal;
}

    .form_text_wrapper_main_form .gform_wrapper .gform_confirm ul.gfield_checkbox li input[type=checkbox]:checked + label[b-uhaw8maiiv]::before {
        background: url(/wp-content/themes/vt/images/gform_confirm_icon.png) center no-repeat;
    }

.form_text_wrapper_main_form .gform_wrapper .gform_footer[b-uhaw8maiiv] {
    padding: 20px 0px;
    margin: 0;
}
/* form_text_wrapper ed*/

/* Forex */
.forex_wrapper .forex_tabel[b-uhaw8maiiv] {
    margin: 0px 0px 120px;
}

    .forex_wrapper .forex_tabel .inner[b-uhaw8maiiv] {
        max-width: 1085px;
    }

    .forex_wrapper .forex_tabel .forex_tabel_contont[b-uhaw8maiiv] {
        padding: 60px 13px 15px;
        background: #0051ff;
        border-radius: 13px;
    }

    .forex_wrapper .forex_tabel .forex_tabel_box[b-uhaw8maiiv] {
        background: #ffffff;
        overflow: hidden;
        border-radius: 13px;
    }

    .forex_wrapper .forex_tabel table[b-uhaw8maiiv] {
        width: 100%;
    }

        .forex_wrapper .forex_tabel table tr:nth-child(even)[b-uhaw8maiiv] {
            background: #ffffff;
        }

        .forex_wrapper .forex_tabel table tr:nth-child(odd)[b-uhaw8maiiv] {
            background: #f9f9f9;
        }

        .forex_wrapper .forex_tabel table tr[b-uhaw8maiiv] {
            border: 0;
        }

        .forex_wrapper .forex_tabel table td[b-uhaw8maiiv] {
            padding: 32px 0px 28px;
            line-height: 1.57;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }

/* Indices */
.indices_wrapper .pages_text_and_image_row.position_img_left .text_no_icon h3[b-uhaw8maiiv] {
    margin-right: -15px;
}


/* Standard STP */
.standard_stp_wrapper[b-uhaw8maiiv] {
    padding-bottom: 70px;
}

/* RAW ECN Account */
.raw_ecn_account_wrapper .raw_ecn_account_wrap_bottom[b-uhaw8maiiv] {
    padding-bottom: 115px;
}

/* Trading */
.trading_wrapper .trading_content_row1[b-uhaw8maiiv] {
    margin-bottom: 100px;
}

    .trading_wrapper .trading_content_row1 h2[b-uhaw8maiiv] {
        text-align: center;
    }

    .trading_wrapper .trading_content_row1 p[b-uhaw8maiiv] {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        font-family: "Oblivian-UltraLight";
        max-width: 575px;
        width: 100%;
        margin: 0 auto 58px;
    }

.trading_wrapper .trading_content_row1_info .trading_row1_info_box[b-uhaw8maiiv] {
    padding: 48px 48px 40px 48px;
    width: 49%;
}

    .trading_wrapper .trading_content_row1_info .trading_row1_info_box.left[b-uhaw8maiiv] {
        background-color: #ffffff;
        box-shadow: 0px 20px 35px rgba(200,200,200,0.5);
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_box.right[b-uhaw8maiiv] {
        background-color: #0051ff;
        box-shadow: 0px 20px 35px rgba(65,107,197,0.5);
        color: #ffffff;
    }

.trading_wrapper .trading_content_row1_info .trading_row1_info_title[b-uhaw8maiiv] {
    position: relative;
    margin-bottom: 24px;
}

    .trading_wrapper .trading_content_row1_info .trading_row1_info_title span[b-uhaw8maiiv] {
        display: inline-block;
        font-family: "Oblivian-UltraLight";
        font-size: 20px;
        line-height: 1.5;
        padding: 9px 24px 3px;
        color: #000d28;
        background-color: #00f0ff;
        border-radius: 21.5px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

.trading_wrapper .trading_content_row1_info .trading_row1_info_text[b-uhaw8maiiv] {
    font-family: "Oblivian-UltraLight";
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 30px;
    text-align: left;
}

.trading_wrapper .trading_content_row1_info .trading_row1_info_list_text[b-uhaw8maiiv] {
    margin-bottom: 40px;
}

    .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li[b-uhaw8maiiv] {
        border-bottom: solid 1px #cccfd4;
    }

        .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span[b-uhaw8maiiv] {
            display: inline-block;
            width: 50%;
            font-size: 20px;
            line-height: 1.5;
        }

            .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span:nth-child(1)[b-uhaw8maiiv] {
                text-align: left;
                font-weight: bold;
                vertical-align: middle;
                padding: 32px 0px;
            }

            .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span:nth-child(2)[b-uhaw8maiiv] {
                text-align: right;
                font-family: "Oblivian-UltraLight";
                vertical-align: middle;
            }

            .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span.small_text[b-uhaw8maiiv] {
                font-size: 16px;
            }

.trading_wrapper .trading_content_row1_info .trading_row1_info_button[b-uhaw8maiiv] {
    text-align: center;
}

    .trading_wrapper .trading_content_row1_info .trading_row1_info_button .button[b-uhaw8maiiv] {
        border: 1px solid #fff;
        min-width: 178px;
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_button .blue_button[b-uhaw8maiiv] {
        min-width: 178px;
    }

.trading_wrapper .trading_content_row2[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

    .trading_wrapper .trading_content_row2 .inner[b-uhaw8maiiv] {
        max-width: 1064px;
    }

    .trading_wrapper .trading_content_row2 .trading_content_row2_top_view[b-uhaw8maiiv] {
        position: relative;
    }

        .trading_wrapper .trading_content_row2 .trading_content_row2_top_view p[b-uhaw8maiiv] {
            max-width: 575px;
            font-family: "Oblivian-UltraLight";
            font-size: 20px;
            line-height: 1.5;
            margin: 0px 0px 80px;
        }

.trading_wrapper .trading_content_row2_top_view .trading_content_row2_top_view_box[b-uhaw8maiiv] {
    position: absolute;
    top: 0;
    right: 0;
}

    .trading_wrapper .trading_content_row2_top_view .trading_content_row2_top_view_box span[b-uhaw8maiiv] {
        display: block;
        width: 206px;
        border-bottom: solid 2px #0051ff;
        position: relative;
        padding: 12px 0px;
        font-family: "Oblivian-SemiBold";
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }

        .trading_wrapper .trading_content_row2_top_view .trading_content_row2_top_view_box span[b-uhaw8maiiv]::before {
            content: "";
            display: block;
            width: 24px;
            height: 24px;
            background: url(/wp-content/themes/vt/images/navigation-arrow-right.png) no-repeat;
            background-size: cover;
            position: absolute;
            top: 8px;
            right: 0;
        }
/*  */
.trading_wrapper .post_list_box[b-uhaw8maiiv],
.tools_wrapper .post_list_box[b-uhaw8maiiv],
.company_wrapper .post_list_box[b-uhaw8maiiv] {
    background: #f9f9f9;
    position: relative;
    margin-bottom: 36px;
    display: flex;
    min-height: 260px;
    margin-right: 36px;
}

    .trading_wrapper .post_list_box .post_list_left[b-uhaw8maiiv],
    .tools_wrapper .post_list_box .post_list_left[b-uhaw8maiiv],
    .company_wrapper .post_list_box .post_list_left[b-uhaw8maiiv] {
        background: #0051ff;
        color: #ffffff;
        min-width: 230px;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

        .trading_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv],
        .tools_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv],
        .company_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv] {
            font-size: 96px;
            display: block;
            margin-bottom: 20px;
            font-family: "VisbyCF-Bold";
        }

        .trading_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv],
        .tools_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv],
        .company_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv] {
            font-size: 24px;
            font-family: "Oblivian-SemiBold";
            display: block;
            white-space: nowrap;
            margin-bottom: 20px;
        }

    .trading_wrapper .post_list_box .post_list_right[b-uhaw8maiiv],
    .tools_wrapper .post_list_box .post_list_right[b-uhaw8maiiv],
    .company_wrapper .post_list_box .post_list_right[b-uhaw8maiiv] {
        color: #000d28;
        padding: 40px 100px 40px 40px;
        width: calc(100% - 196px);
    }

        .trading_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv],
        .tools_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv],
        .company_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv] {
            font-size: 20px;
            display: inline-block;
            font-family: "Oblivian-SemiBold";
            margin-bottom: 30px;
        }

        .trading_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv],
        .tools_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv],
        .company_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv] {
            font-size: 20px;
            font-family: "Oblivian-UltraLight";
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

    .trading_wrapper .post_list_box .post_list_button[b-uhaw8maiiv],
    .tools_wrapper .post_list_box .post_list_button[b-uhaw8maiiv],
    .company_wrapper .post_list_box .post_list_button[b-uhaw8maiiv] {
        width: 72px;
        height: 72px;
        box-shadow: 0 9px 35px 0 rgba(0, 0, 0, 0.13);
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -36px;
        margin-top: -36px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
/* .trading_wrapper .home_swiper_row1_wrapper .text_box .btn_box {display: none;} 
.trading_wrapper .home_swiper_row1_wrapper .text_box .button.none{
    display: inline-block;
}*/
.trading_wrapper .home_swiper_row1_wrapper .text_box .button[b-uhaw8maiiv],
.trading_wrapper .home_swiper_row1_wrapper .text_box .blue_button[b-uhaw8maiiv] {
    display: inline-block;
}
/* Tools */
.tools_wrapper[b-uhaw8maiiv] {
}

    .tools_wrapper .tools_content_row1[b-uhaw8maiiv] {
        margin-bottom: 85px;
    }

    .tools_wrapper .tools_content_row1_wrapper_inner[b-uhaw8maiiv] {
        padding: 0 50px 35px;
        width: 100%;
        background: url(/wp-content/themes/vt/images/home_slide_bg.jpg) no-repeat center top;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

        .tools_wrapper .tools_content_row1_wrapper_inner .img_box[b-uhaw8maiiv] {
            margin-right: 40px;
            margin-top: -35px;
        }

        .tools_wrapper .tools_content_row1_wrapper_inner .text_box[b-uhaw8maiiv] {
            color: #fff;
            width: 410px;
        }

            .tools_wrapper .tools_content_row1_wrapper_inner .text_box p[b-uhaw8maiiv] {
                font-size: 20px;
                font-family: "Oblivian-Regular";
            }

            .tools_wrapper .tools_content_row1_wrapper_inner .text_box ul[b-uhaw8maiiv] {
                margin-bottom: 45px;
            }

            .tools_wrapper .tools_content_row1_wrapper_inner .text_box li[b-uhaw8maiiv] {
                font-size: 18px;
                font-family: "Oblivian-Medium";
                padding-left: 35px;
                margin-bottom: 25px;
                background: url(/wp-content/themes/vt/images/icons-tools-tick.png) no-repeat left center;
            }

                .tools_wrapper .tools_content_row1_wrapper_inner .text_box li:last-child[b-uhaw8maiiv] {
                    margin-bottom: 0;
                }

        .tools_wrapper .tools_content_row1_wrapper_inner .button[b-uhaw8maiiv] {
            max-width: 178px;
            display: block;
            text-align: center;
            border-color: #fff
        }

    .tools_wrapper .tools_content_row2[b-uhaw8maiiv] {
        margin-bottom: 120px;
    }

        .tools_wrapper .tools_content_row2 .inner[b-uhaw8maiiv] {
            max-width: 1064px;
        }

        .tools_wrapper .tools_content_row2 .tools_content_row2_top_view[b-uhaw8maiiv] {
            position: relative;
        }

            .tools_wrapper .tools_content_row2 .tools_content_row2_top_view p[b-uhaw8maiiv] {
                max-width: 575px;
                font-family: "Oblivian-UltraLight";
                font-size: 20px;
                line-height: 1.5;
                margin: 0px 0px 80px;
            }

    .tools_wrapper .tools_content_row2_top_view .tools_content_row2_top_view_box[b-uhaw8maiiv] {
        position: absolute;
        top: 0;
        right: 0;
    }

        .tools_wrapper .tools_content_row2_top_view .tools_content_row2_top_view_box span[b-uhaw8maiiv] {
            display: block;
            width: 206px;
            border-bottom: solid 2px #0051ff;
            position: relative;
            padding: 12px 0px;
            font-family: "Oblivian-SemiBold";
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
        }

            .tools_wrapper .tools_content_row2_top_view .tools_content_row2_top_view_box span[b-uhaw8maiiv]::before {
                content: "";
                display: block;
                width: 24px;
                height: 24px;
                background: url(/wp-content/themes/vt/images/navigation-arrow-right.png) no-repeat;
                background-size: cover;
                position: absolute;
                top: 8px;
                right: 0;
            }

    .tools_wrapper .tools_content_row3[b-uhaw8maiiv] {
        margin-bottom: 120px;
    }

        .tools_wrapper .tools_content_row3 .tools_content_row3_wrapper[b-uhaw8maiiv] {
            padding: 88px 76px 88px;
            width: 100%;
            background: url(/wp-content/themes/vt/images/tools_content_row3_bg.jpg) no-repeat center top;
            background-size: cover;
            -webkit-box-shadow: 0px 20px 35px rgba(65,107,197,0.5);
            -moz-box-shadow: 0px 20px 35px rgba(65,107,197,0.5);
            box-shadow: 0px 20px 35px rgba(65,107,197,0.5);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .tools_wrapper .tools_content_row3 .tools_content_row3_video[b-uhaw8maiiv] {
            position: relative;
            width: 400px;
            height: 100%;
            margin: 20px auto;
        }

            .tools_wrapper .tools_content_row3 .tools_content_row3_video iframe[b-uhaw8maiiv] {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

        .tools_wrapper .tools_content_row3 h2[b-uhaw8maiiv] {
            color: #fff;
            max-width: 460px;
        }

        .tools_wrapper .tools_content_row3 p[b-uhaw8maiiv] {
            font-size: 24px;
            color: #ffffff;
            font-weight: bold;
            font-family: "Oblivian-SemiBold";
            max-width: 624px;
        }

        .tools_wrapper .tools_content_row3 a[b-uhaw8maiiv] {
            border: 0;
            font-size: 14px;
            font-family: "Oblivian-SemiBold";
        }
/* Daily video update */
.daily_video_update_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

.daily_video_update_row1[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

.daily_video_update_wrapper .forex_bottomText[b-uhaw8maiiv] {
    padding: 0 57px;
    font-size: 20px;
}

/* Refer a friend */ /* 50% Welcome bonus */ /* 20% Deposit bonus */
.oil_rollver_wrapper .page_top_text[b-uhaw8maiiv], .fifty_welcome_bonus_wrapper .page_top_text[b-uhaw8maiiv], .twenty_deposit_bonus_wrapper .page_top_text[b-uhaw8maiiv] {
    padding-bottom: 40px;
}

.oil_rollver_wrapper .accordion_content_list_row[b-uhaw8maiiv], .fifty_welcome_bonus_wrapper .accordion_content_list_row[b-uhaw8maiiv], .twenty_deposit_bonus_wrapper .accordion_content_list_row[b-uhaw8maiiv], .trading_bonus_wrapper .accordion_content_list_row[b-uhaw8maiiv] {
    border-top: 1px solid #cfd2d7;
}

/* ProTrader Tools */
.protrader_tools_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

    .protrader_tools_wrapper .protrader_tools_row1 .inner[b-uhaw8maiiv] {
        width: 1064px;
        max-width: 100%;
    }

    .protrader_tools_wrapper .protrader_tools_row1 p[b-uhaw8maiiv] {
        font-size: 20px;
        margin: 0px 0px 40px;
    }

    .protrader_tools_wrapper .protrader_tools_row1 .protrader_tools_row1_buttom[b-uhaw8maiiv] {
        text-align: center;
    }

/* Company */
.company_wrapper[b-uhaw8maiiv] {
}

    .company_wrapper .company_content_row2[b-uhaw8maiiv] {
        margin-bottom: 120px;
    }

        .company_wrapper .company_content_row2 .inner[b-uhaw8maiiv] {
            max-width: 1064px;
        }

        .company_wrapper .company_content_row2 .company_content_row2_top_view[b-uhaw8maiiv] {
            position: relative;
        }

            .company_wrapper .company_content_row2 .company_content_row2_top_view p[b-uhaw8maiiv] {
                max-width: 575px;
                font-family: "Oblivian-UltraLight";
                font-size: 20px;
                line-height: 1.5;
                margin: 0px 0px 80px;
            }

        .company_wrapper .company_content_row2 .company_content_row2_top_view_box[b-uhaw8maiiv] {
            position: absolute;
            top: 0;
            right: 0;
        }

            .company_wrapper .company_content_row2 .company_content_row2_top_view_box span[b-uhaw8maiiv] {
                display: block;
                width: 206px;
                border-bottom: solid 2px #0051ff;
                position: relative;
                padding: 12px 0px;
                font-family: "Oblivian-SemiBold";
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
            }

                .company_wrapper .company_content_row2 .company_content_row2_top_view_box span[b-uhaw8maiiv]::before {
                    content: "";
                    display: block;
                    width: 24px;
                    height: 24px;
                    background: url(/wp-content/themes/vt/images/navigation-arrow-right.png) no-repeat;
                    background-size: cover;
                    position: absolute;
                    top: 8px;
                    right: 0;
                }
/* Company regulator_introduction */
.regulator_introduction_content[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

.regulator_introduction_content_top[b-uhaw8maiiv] {
    background-image: url(/wp-content/themes/vt/images/regulator_introduction_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 80px 0px 144px;
    color: #fff;
}

    .regulator_introduction_content_top .inner[b-uhaw8maiiv] {
        position: relative;
    }

    .regulator_introduction_content_top h2[b-uhaw8maiiv] {
        margin-bottom: 24px;
    }

    .regulator_introduction_content_top p[b-uhaw8maiiv] {
        font-size: 20px;
        font-family: "Oblivian-Regular";
        max-width: 575px;
        margin: 0;
    }

    .regulator_introduction_content_top .button[b-uhaw8maiiv] {
        position: absolute;
        bottom: 0;
        right: 20px;
        ;
        border: 5px;
    }

.regulator_introduction_content_bottom[b-uhaw8maiiv] {
    margin-top: -96px;
}

    .regulator_introduction_content_bottom .regulator_introduction_image_wrapper[b-uhaw8maiiv] {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

.regulator_introduction_image_scroll .regulator_introduction_image_list[b-uhaw8maiiv] {
    padding: 60px 26px;
    margin: 0px 15px;
    background: #fff;
    -webkit-box-shadow: 12px 20px 35px rgba(185,179,179,.5);
    -moz-box-shadow: 12px 20px 35px rgba(185,179,179,.5);
    box-shadow: 12px 20px 35px rgba(185,179,179,.5);
}

    .regulator_introduction_image_scroll .regulator_introduction_image_list:first-child[b-uhaw8maiiv] {
        margin-left: 0px;
    }

    .regulator_introduction_image_scroll .regulator_introduction_image_list:last-child[b-uhaw8maiiv] {
        margin-right: 0px;
    }

/* Why choose VT Markets */
.choose_markets_wrapper .regulator_introduction_content_top p[b-uhaw8maiiv] {
    max-width: 765px;
}

.choose_markets_wrapper[b-uhaw8maiiv] {
}

.choose_markets_image_scroll .choose_markets_image_list[b-uhaw8maiiv] {
    padding: 26px 26px;
    background: #fff;
    -webkit-box-shadow: 12px 20px 35px rgba(185,179,179,.5);
    -moz-box-shadow: 12px 20px 35px rgba(185,179,179,.5);
    box-shadow: 12px 20px 35px rgba(185,179,179,.5);
}

.choose_markets_wrapper .regulator_introduction_content_bottom .inner[b-uhaw8maiiv] {
    position: relative;
}

.choose_markets_wrapper .regulator_introduction_content .regulator_navigation_buttom[b-uhaw8maiiv] {
    position: absolute;
    top: -118px;
    right: 20px;
}

    .choose_markets_wrapper .regulator_introduction_content .regulator_navigation_buttom > div[b-uhaw8maiiv] {
        width: 64px;
        height: 64px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        outline: none;
        cursor: pointer;
        padding-top: 20px;
    }

        .choose_markets_wrapper .regulator_introduction_content .regulator_navigation_buttom > div:hover[b-uhaw8maiiv] {
            background-color: #00f0ff;
        }

.choose_markets_wrapper .regulator_introduction_content .regulator-swiper-button-prev[b-uhaw8maiiv] {
    margin-right: 32px;
}

.choose_markets_wrapper .regulator_introduction_content .regulator_navigation_buttom > div[b-uhaw8maiiv]::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    margin: 0px auto;
    background: url(/wp-content/themes/vt/images/icons_swiper.png?v=3) no-repeat;
}

.choose_markets_wrapper .regulator_introduction_content .regulator-swiper-button-next[b-uhaw8maiiv]::before {
    background-position: -24px 0px !important;
}

.choose_markets_wrapper .regulator_introduction_content .regulator-swiper-button-prev[b-uhaw8maiiv]::before {
    background-position: 0px 0px !important;
}

.regulator-swiper-button-prev.swiper-button-disabled[b-uhaw8maiiv], .regulator-swiper-button-next.swiper-button-disabled[b-uhaw8maiiv] {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/* Trading Central MT4 tools */

.trading_central_MT4_wrapper .text_no_icon h3[b-uhaw8maiiv] {
    font-size: 56px;
}

.trading_central_MT4_wrapper .text_no_icon p[b-uhaw8maiiv] {
    font-size: 20px !important;
}
/* Legal document */

.legal_document_wrapper .text_no_icon h3[b-uhaw8maiiv] {
    font-size: 56px;
}

.legal_document_wrapper .text_no_icon p[b-uhaw8maiiv] {
    font-size: 20px !important;
}

/* Who is VT Markets */

.who_is_vt_wrapper .who_is_vt_section_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
    padding: 70px 70px 50px;
    background: url(/wp-content/themes/vt/images/who_is_vt_section_wrapper_bg.jpg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 12px 20px 35px rgba(65,107,197,.5);
    -moz-box-shadow: 12px 20px 35px rgba(65,107,197,.5);
    box-shadow: 12px 20px 35px rgba(65,107,197,.5);
    color: #fff;
}

.who_is_vt_wrapper .who_is_vt_section .who_is_vt_section_wrapper_text[b-uhaw8maiiv] {
    max-width: 580px;
}

    .who_is_vt_wrapper .who_is_vt_section .who_is_vt_section_wrapper_text p[b-uhaw8maiiv] {
        font-size: 20px;
    }

.who_is_vt_wrapper .who_is_vt_section_wrapper .who_is_vt_section_wrapper_items[b-uhaw8maiiv] {
    overflow: hidden;
    padding: 0 20px;
    max-width: 100%;
}

.who_is_vt_wrapper .who_is_vt_section_wrapper .who_is_vt_section_wrapper_item[b-uhaw8maiiv] {
    float: left;
    padding: 20px 40px 10px;
}

    .who_is_vt_wrapper .who_is_vt_section_wrapper .who_is_vt_section_wrapper_item span[b-uhaw8maiiv] {
        display: block;
        margin-bottom: 10px;
    }

        .who_is_vt_wrapper .who_is_vt_section_wrapper .who_is_vt_section_wrapper_item span strong[b-uhaw8maiiv] {
            font-size: 56px;
            font-family: 'Oblivian-SemiBold';
        }

/*Forex signals*/
.forex_signals_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

    .forex_signals_wrapper .forex_signalsbg_bottom[b-uhaw8maiiv] {
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/vt/images/title_wrpper_default_bg.jpg);
        background-size: cover;
    }

        .forex_signals_wrapper .forex_signalsbg_bottom h2[b-uhaw8maiiv] {
            padding: 88px 0 144px;
            color: #fff;
        }

            .forex_signals_wrapper .forex_signalsbg_bottom h2 .forex_text1[b-uhaw8maiiv] {
                display: block;
            }

    .forex_signals_wrapper .forex_signalsbg_bottomBot[b-uhaw8maiiv] {
        margin-top: -125px;
    }

    .forex_signals_wrapper .forex_bottomBot[b-uhaw8maiiv] {
        display: flex;
        justify-content: center;
        margin-bottom: 41px;
    }

        .forex_signals_wrapper .forex_bottomBot .forex_bottomBot_List[b-uhaw8maiiv] {
            padding: 60px 25px;
            box-shadow: 12px 20px 35px rgba(185,179,179,.5);
            background: #fff;
            webkit-box-shadow: 12px 20px 35px rgba(185,179,179,.5);
            -moz-box-shadow: 12px 20px 35px rgba(185,179,179,.5);
        }

            .forex_signals_wrapper .forex_bottomBot .forex_bottomBot_List:nth-child(2)[b-uhaw8maiiv] {
                margin: 0 32px;
            }

    .forex_signals_wrapper .forex_bottomText[b-uhaw8maiiv] {
        padding: 0 76px;
        font-size: 20px;
    }
/*Daily market analysis*/
.daily_market_analysis_wrapper[b-uhaw8maiiv] {
    margin-bottom: 120px;
}

    .daily_market_analysis_wrapper .forex_bottomText[b-uhaw8maiiv] {
        padding: 0 57px;
        font-size: 20px;
    }

    .daily_market_analysis_wrapper .post_list_wrapper[b-uhaw8maiiv] {
        margin-bottom: 20px;
    }

/* Website Registration */
.website_registration_wrapper[b-uhaw8maiiv] {
    padding-top: 125px;
    padding-bottom: 90px;
}

    .website_registration_wrapper .inner[b-uhaw8maiiv] {
        width: 1064px;
        max-width: 100%;
    }

    .website_registration_wrapper .website_registration_content_icon[b-uhaw8maiiv] {
        display: block;
        margin: 0px auto 120px;
    }

    .website_registration_wrapper p[b-uhaw8maiiv] {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

/* Daily video update */
.daily_video_update_wrapper .daily_video_update_row1[b-uhaw8maiiv] {
    position: relative;
}

    .daily_video_update_wrapper .daily_video_update_row1 img[b-uhaw8maiiv] {
        display: block;
        width: 100%;
    }

    .daily_video_update_wrapper .daily_video_update_row1 iframe[b-uhaw8maiiv] {
        position: absolute;
        top: -8px;
        left: -8px;
        width: calc(100% + 16px) !important;
        height: calc(100% + 16px) !important;
    }

/* Terms of Use*/
.terms_of_use_wrapper .terms_of_use_content[b-uhaw8maiiv] {
    padding-bottom: 135px;
}

    .terms_of_use_wrapper .terms_of_use_content .inner[b-uhaw8maiiv] {
        width: 1064px;
        max-width: 100%;
    }

    .terms_of_use_wrapper .terms_of_use_content p[b-uhaw8maiiv] {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 30px;
    }


/* Site map*/
.site_map_wrapper .site_map_content[b-uhaw8maiiv] {
    padding: 60px 0px;
}

    .site_map_wrapper .site_map_content .inner[b-uhaw8maiiv] {
        width: 1064px;
        max-width: 100%;
    }

    .site_map_wrapper .site_map_content li[b-uhaw8maiiv] {
        padding-top: 10px;
    }

    .site_map_wrapper .site_map_content .menu-item li[b-uhaw8maiiv] {
        padding-left: 50px;
    }

/* Contact us */
.contact_us_wrapper .contact_us_table[b-uhaw8maiiv] {
    -webkit-box-shadow: 0px 0px 30px rgba(225,225,225,0.5);
    -moz-box-shadow: 0px 0px 30px rgba(225,225,225,0.5);
    box-shadow: 0px 0px 30px rgba(225,225,225,0.5);
    margin-top: 70px;
    margin-bottom: 60px;
}

    .contact_us_wrapper .contact_us_table table[b-uhaw8maiiv] {
        width: 100%;
        padding: 10px 45px 15px;
        border-collapse: separate;
    }

        .contact_us_wrapper .contact_us_table table td[b-uhaw8maiiv] {
            border-top: solid 1px #cccfd4;
            background-color: #ffffff;
            padding: 35px 10px 30px;
            line-height: 1.57;
            font-size: 18px;
            font-family: "Oblivian-Light";
            text-align: left;
        }

        .contact_us_wrapper .contact_us_table table tr:first-child td[b-uhaw8maiiv] {
            border: none;
        }

        .contact_us_wrapper .contact_us_table table td:first-child[b-uhaw8maiiv] {
            width: 28%;
            padding-left: 0px;
        }

.contact_us_wrapper .contact_us_links[b-uhaw8maiiv] {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

    .contact_us_wrapper .contact_us_links li[b-uhaw8maiiv] {
        text-align: center;
        padding: 0px 28px 20px;
        margin: 0px;
        display: inline-block;
    }

    .contact_us_wrapper .contact_us_links .button[b-uhaw8maiiv],
    .contact_us_wrapper .contact_us_links .blue_button[b-uhaw8maiiv] {
        font-size: 14px;
        padding: 20px;
        width: 203px;
        max-width: 100%;
        border-radius: 22px;
    }

.addtoany_content[b-uhaw8maiiv],
.post_list_box .addtoany_list > a[b-uhaw8maiiv] {
    margin-bottom: 0 !important;
}

@media (max-width:1480px) {
    .header_content[b-uhaw8maiiv] {
        width: 1440px;
        padding: 0px;
    }

        .header_content .inner[b-uhaw8maiiv] {
            padding: 10px 20px;
        }

    .header_left[b-uhaw8maiiv] {
        width: 45%;
    }

    .header_right[b-uhaw8maiiv] {
        width: 48%;
    }

    .mainNav .sf-mega[b-uhaw8maiiv] {
        left: 0;
        right: 0;
    }
}

@media (max-width:1020px) {
    .header[b-uhaw8maiiv] {
        height: auto !important;
    }

    .header_content[b-uhaw8maiiv] {
        padding: 10px 0px 20px;
        width: 100%;
        transform-origin: initial !important;
        transform: scale(1) !important;
    }

        .header_content .inner[b-uhaw8maiiv] {
            flex-direction: column;
            padding: 0px 20px;
        }

    .header_left[b-uhaw8maiiv] {
        width: 100%;
    }

    .header_right[b-uhaw8maiiv] {
        width: 100%;
    }

    .header_links[b-uhaw8maiiv] {
        padding: 0;
    }

    .mainNav .sf-mega[b-uhaw8maiiv] {
        left: auto;
    }
}

@media (max-width:1300px) {
    .header_content .search-form .search-field[b-uhaw8maiiv] {
        width: 250px;
    }

    .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv] {
        width: 40px;
        height: 40px;
    }

    .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv] {
        left: 30px;
    }

    .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv] {
        right: 30px;
    }
}

@media(max-width:1290px) {
    .page_banner_wrapper .img_box[b-uhaw8maiiv] {
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .home_swiper_row1_wrapper .text_box p[b-uhaw8maiiv],
    .home_swiper_row2_wrapper .text_box p[b-uhaw8maiiv] {
        font-size: 18px;
    }

    .home_swiper_row1_wrapper .text_box h2[b-uhaw8maiiv],
    .home_swiper_row2_wrapper .text_box h3[b-uhaw8maiiv] {
        font-size: 32px;
    }

    .home_swiper_row1_wrapper .text_box li[b-uhaw8maiiv] {
        font-size: 16px;
    }

    .home_swiper_row2_wrapper .right_table .symbol[b-uhaw8maiiv],
    .home_swiper_row2_wrapper .right_table .change[b-uhaw8maiiv] {
        font-size: 20px;
    }

    .tools_wrapper .tools_content_row1_wrapper_inner .text_box p[b-uhaw8maiiv] {
        font-size: 18px;
    }

    .tools_wrapper .tools_content_row1_wrapper_inner .text_box h2[b-uhaw8maiiv] {
        font-size: 32px;
    }

    .tools_wrapper .tools_content_row1_wrapper_inner .text_box li[b-uhaw8maiiv] {
        font-size: 16px;
    }

    .regulator_introduction_image_scroll .regulator_introduction_image_list[b-uhaw8maiiv] {
        padding: 40px 1px;
    }
}

@media(max-width:1110px) {
    .sf-mega[b-uhaw8maiiv] {
        width: 740px;
    }

    .header_links .header_open_a_live_button[b-uhaw8maiiv] {
        margin-right: 5px;
    }

    .header_links a[b-uhaw8maiiv] {
        font-size: 14px;
    }

    .header_content .search-form .search-field[b-uhaw8maiiv] {
        width: 250px;
    }


    .page_banner_wrapper .text_box[b-uhaw8maiiv] {
        padding-left: 0px;
    }

    .pages_text_and_image_row .text_and_image_content[b-uhaw8maiiv] {
        align-items: center;
    }
}

@media (max-width: 1020px) {
    .pages_text_and_image_row h2 br[b-uhaw8maiiv] {
        display: none;
    }
}

@media (max-width: 992px) {
    .home_swiper_row1_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        padding: 40px 50px;
        height: 546px;
    }

    .home_swiper_row1_wrapper .img_box[b-uhaw8maiiv] {
        margin-top: 0;
    }

    .home_swiper_row2_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        padding: 40px 75px 0;
        display: block;
        background-image: none;
        background-color: #0051ff;
    }

    .home_swiper_row2_wrapper .text_box[b-uhaw8maiiv],
    .home_swiper_row2_wrapper .right_table[b-uhaw8maiiv] {
        width: 100%;
    }

    .home_swiper_row2_wrapper .text_box[b-uhaw8maiiv] {
        margin-bottom: 30px;
    }

    .home_swiper_row2_wrapper .right_table td[b-uhaw8maiiv] {
        padding: 20px 0;
    }

    .tools_wrapper .tools_content_row1_wrapper_inner[b-uhaw8maiiv] {
        padding: 40px 50px;
    }

        .tools_wrapper .tools_content_row1_wrapper_inner .img_box[b-uhaw8maiiv] {
            margin-top: 0;
        }
}

@media(max-width:980px) {
    .home_swiper_row2_wrapper[b-uhaw8maiiv] {
        margin-bottom: 0;
    }

    .mainNav .sf-mega[b-uhaw8maiiv] {
        top: 45px;
        text-align: left;
        width: 700px;
    }

        .mainNav .sf-mega h5[b-uhaw8maiiv] {
            padding: 0px 50px 20px 0;
        }

    .footer_new_head .footer_new_left_text[b-uhaw8maiiv] {
        display: none;
    }

    .footer_new .footer_new_head[b-uhaw8maiiv] {
        display: block;
        padding: 0;
        margin: 0 0 20px;
    }

    .footer_new .footer_new_left[b-uhaw8maiiv] {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .footer_new_head .p_logo strong[b-uhaw8maiiv] {
        display: none;
    }

    .footer_new_head .footer_new_left[b-uhaw8maiiv], .footer_new_head .footer_new_right[b-uhaw8maiiv] {
        width: 100%;
    }

    .footer_new_head .p_logo[b-uhaw8maiiv] {
        display: block;
        margin-bottom: 0;
    }

    .footer_new .footer_new_left[b-uhaw8maiiv] {
        align-items: end;
        margin-bottom: 40px;
    }

    .footer_new_head .footer_new_left p[b-uhaw8maiiv] {
        margin-bottom: 0;
    }

    .footer_row3_left_text[b-uhaw8maiiv] {
        display: none;
    }

    .footer_new_head .footer_row3_left_text_hidden[b-uhaw8maiiv] {
        display: block;
    }

    .page_banner_wrapper .inner[b-uhaw8maiiv] {
        height: auto;
    }

    .page_banner_wrapper .text_box[b-uhaw8maiiv] {
        padding: 58px 0px;
    }

    .page_banner_wrapper h1[b-uhaw8maiiv] {
        font-size: 48px;
    }

    .page_banner_wrapper p[b-uhaw8maiiv] {
        font-size: 20px;
        margin-bottom: 38px;
    }

    .page_banner_wrapper .button[b-uhaw8maiiv] {
        width: auto;
    }

    .title_wrpper h1[b-uhaw8maiiv] {
        font-size: 42px;
    }

    .page_top_text h2[b-uhaw8maiiv] {
        font-size: 32px;
    }

    .page_top_text .page_top_text_box[b-uhaw8maiiv] {
        padding: 20px;
        margin: 0 0 20px;
    }

    .pages_text_and_image_row[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .pages_text_and_image_row h2[b-uhaw8maiiv] {
            padding: 100px 0 0;
            font-size: 45px;
        }

        .pages_text_and_image_row.position_img_left h2[b-uhaw8maiiv] {
            padding: 100px 0 0;
        }

        .pages_text_and_image_row .text_box[b-uhaw8maiiv] {
            padding: 0 30px 30px 0;
        }

            .pages_text_and_image_row .text_box.no_icon[b-uhaw8maiiv] {
                padding-top: 0px;
            }

            .pages_text_and_image_row .text_box p[b-uhaw8maiiv] {
                font-size: 20px;
            }

            .pages_text_and_image_row .text_box .text_box_inner[b-uhaw8maiiv], .pages_text_and_image_row.position_img_left .text_box .text_box_inner[b-uhaw8maiiv] {
                position: static;
                padding: 0px;
            }

            .pages_text_and_image_row .text_box .icon_box[b-uhaw8maiiv] {
                width: auto;
                position: initial;
                margin-bottom: 10px;
            }

        .pages_text_and_image_row.position_img_left .text_box[b-uhaw8maiiv] {
            padding-right: 0px;
            padding-left: 30px;
        }

            .pages_text_and_image_row.position_img_left .text_box .icon_box[b-uhaw8maiiv] {
                right: auto;
                left: 20px;
                text-align: left;
            }

        .pages_text_and_image_row .text_box .text_no_icon h3[b-uhaw8maiiv] {
            font-size: 32px;
            margin-bottom: 25px;
        }

            .pages_text_and_image_row .text_box .text_no_icon h3 br[b-uhaw8maiiv] {
                display: none;
            }

        .pages_text_and_image_row .text_box ul.bottom_text[b-uhaw8maiiv] {
            padding-top: 26px;
            padding-bottom: 12px;
        }

            .pages_text_and_image_row .text_box ul.bottom_text strong[b-uhaw8maiiv] {
                font-size: 56px;
                padding: 18px 0px 4px;
            }


    .standard_stp_bottom .standard_stp_bottom_text_box li span[b-uhaw8maiiv] {
        font-size: 18px;
    }

    .page_product_tabel .inner[b-uhaw8maiiv] {
        padding-right: 0px;
    }

    .page_product_tabel .page_product_tabel_box[b-uhaw8maiiv] {
        overflow-x: scroll;
    }

    .page_product_tabel table[b-uhaw8maiiv] {
        width: 940px;
    }

        .page_product_tabel table th[b-uhaw8maiiv] {
            padding: 16px 0px 18px;
        }

            .page_product_tabel table th.no_border[b-uhaw8maiiv] {
                width: 24px;
            }

        .page_product_tabel table td.no_border[b-uhaw8maiiv] {
            width: 24px;
        }

    .page_icon_and_text_wrapper .page_icon_and_text_content_left[b-uhaw8maiiv] {
        width: 100%;
        float: none;
        padding-bottom: 30px;
        padding-top: 0px;
    }

        .page_icon_and_text_wrapper .page_icon_and_text_content_left h2[b-uhaw8maiiv] {
            font-size: 32px;
            margin-bottom: 22px;
        }

            .page_icon_and_text_wrapper .page_icon_and_text_content_left h2 br[b-uhaw8maiiv] {
                display: none;
            }

        .page_icon_and_text_wrapper .page_icon_and_text_content_left p[b-uhaw8maiiv] {
            font-size: 18px;
        }

    .page_icon_and_text_wrapper .page_icon_and_text_content_right[b-uhaw8maiiv] {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .zulutrade_bottom_content .left_box h2[b-uhaw8maiiv] {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .zulutrade_bottom_content .left_box p[b-uhaw8maiiv] {
        font-size: 18px;
    }

    .zulutrade_bottom_content ul[b-uhaw8maiiv] {
        padding-bottom: 12px;
    }

        .zulutrade_bottom_content ul li[b-uhaw8maiiv] {
            font-size: 18px;
            padding-bottom: 25px;
        }

    .form_text_wrapper[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .form_text_wrapper h2[b-uhaw8maiiv] {
            margin-bottom: 22px;
            font-size: 32px;
        }

        .form_text_wrapper .form_text_wrapper_main p[b-uhaw8maiiv] {
            font-size: 18px;
        }

        .form_text_wrapper .form_text_wrapper_main[b-uhaw8maiiv] {
            flex-wrap: wrap;
        }

            .form_text_wrapper .form_text_wrapper_main .form_text_wrapper_main_left[b-uhaw8maiiv] {
                margin-bottom: 20px;
                width: 100%;
            }

                .form_text_wrapper .form_text_wrapper_main .form_text_wrapper_main_left h2 br[b-uhaw8maiiv] {
                    display: none;
                }

            .form_text_wrapper .form_text_wrapper_main .form_text_wrapper_main_right[b-uhaw8maiiv] {
                padding: 0;
                width: 100%;
            }

        .form_text_wrapper .form_text_wrapper_main_form .gform_confirmation_wrapper[b-uhaw8maiiv] {
            padding: 0;
        }

        .form_text_wrapper .form_text_wrapper_main_form .form_text_wrapper_main_form_confirmations_a_blue[b-uhaw8maiiv], .form_text_wrapper .form_text_wrapper_main_form .form_text_wrapper_main_form_confirmations_a_white[b-uhaw8maiiv] {
            margin-left: 0;
        }


    .forex_wrapper .forex_tabel .forex_tabel_box[b-uhaw8maiiv] {
        padding: 0px 26px 0px 24px;
    }

    .forex_wrapper .forex_tabel table td[b-uhaw8maiiv] {
        padding: 35px 0px 30px;
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_box[b-uhaw8maiiv] {
        float: none;
        margin: 0 auto 25px;
        max-width: 450px;
        width: 100%;
    }

    .trading_wrapper .trading_content_row2 .trading_content_row2_top_view p[b-uhaw8maiiv] {
        max-width: 500px;
    }

    .tools_wrapper .tools_content_row2 .tools_content_row2_top_view p[b-uhaw8maiiv] {
        max-width: 500px;
    }

    .company_wrapper .company_content_row2 .company_content_row2_top_view p[b-uhaw8maiiv] {
        max-width: 500px;
    }

    .daily_video_update_wrapper .forex_bottomText[b-uhaw8maiiv] {
        font-size: 18px;
    }

    .regulator_introduction_image_scroll .regulator_introduction_image_list[b-uhaw8maiiv] {
        padding: 32px 14px;
    }

        .regulator_introduction_image_scroll .regulator_introduction_image_list img[b-uhaw8maiiv] {
            max-width: 114px;
        }

    .choose_markets_wrapper .regulator_introduction_content_bottom[b-uhaw8maiiv] {
        margin-top: -50px;
    }

    .choose_markets_wrapper .regulator_introduction_content .regulator_navigation_buttom[b-uhaw8maiiv] {
        top: -80px;
    }

    /* Trading Central MT4 tools */
    .trading_central_MT4_wrapper .text_no_icon p[b-uhaw8maiiv] {
        font-size: 18px !important;
    }

    /* Legal document */
    .legal_document_wrapper .text_no_icon p[b-uhaw8maiiv] {
        font-size: 18px !important;
    }

    /* Who is VT Markets */
    .who_is_vt_wrapper .who_is_vt_section_wrapper[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

    .who_is_vt_wrapper .who_is_vt_section h2[b-uhaw8maiiv] {
        font-size: 48px;
    }

    .forex_signals_wrapper .forex_bottomText[b-uhaw8maiiv], .daily_market_analysis_wrapper .forex_bottomText[b-uhaw8maiiv] {
        font-size: 18px;
    }

    .indices_wrapper .pages_text_and_image_row.position_img_left .text_no_icon h3[b-uhaw8maiiv] {
        margin-right: 0px;
    }
}

@media (min-width: 769px) {
    .choose_markets_image_scroll[b-uhaw8maiiv] {
        overflow: hidden;
        padding: 0px 20px 40px;
    }
}

@media(max-width:768px) {
    .header_top[b-uhaw8maiiv] {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .banner_height_wrapper[b-uhaw8maiiv] {
        padding-top: 40px !important;
    }

    /* page_header_wrapper */
    .page_header_wrapper .trading_bonus_header_content[b-uhaw8maiiv] {
        flex-wrap: wrap;
    }

        .page_header_wrapper .trading_bonus_header_content .logo[b-uhaw8maiiv] {
            width: 105px;
        }

            .page_header_wrapper .trading_bonus_header_content .logo a[b-uhaw8maiiv] {
                margin: 0;
            }

        .page_header_wrapper .trading_bonus_header_content a.blue_button[b-uhaw8maiiv] {
            padding: 0px;
            color: #06122d;
            border: none;
            border-radius: 0px;
            font-size: 16px;
            background: none;
            margin-right: 10px;
        }

    /* ol list-style */
    .ol_decimal[b-uhaw8maiiv], .ol_disc[b-uhaw8maiiv] {
        padding: 0 0 0 20px
    }

    /* .header{position: sticky;background: #001a49;box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);} */
    .header[b-uhaw8maiiv] {
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    }

        .header .logo[b-uhaw8maiiv] {
            width: 150px;
        }

        .header.active[b-uhaw8maiiv] {
            background: #001a49;
        }

            .header.active .logo[b-uhaw8maiiv] {
                background: url(/wp-content/themes/vt/images/footer_logo.png?v=20201229) left top no-repeat;
                background-size: contain;
            }

                .header.active .logo img[b-uhaw8maiiv] {
                    opacity: 0;
                }

            .header.active .header_links a.button[b-uhaw8maiiv] {
                color: #fff;
            }

                .header.active .header_links a.button:hover[b-uhaw8maiiv] {
                    color: #fff;
                }

            .header.active .mobile_menu_hamburger i[b-uhaw8maiiv] {
                background: #fff;
                opacity: 0;
            }

            .header.active .mobile_menu_hamburger[b-uhaw8maiiv]::after, .header.active .mobile_menu_hamburger[b-uhaw8maiiv]::before {
                position: absolute;
                top: 50%;
                left: 0;
                display: block;
                width: 100%;
                height: 2px;
                background: #fff;
                content: '';
                transform: rotate3d(0,0,1,45deg);
                transform-origin: 50% 50%;
            }

            .header.active .mobile_menu_hamburger[b-uhaw8maiiv]::before {
                transform: rotate3d(0,0,1,-45deg);
            }

    .header_content .inner[b-uhaw8maiiv] {
        flex-direction: initial;
    }

    .header_left[b-uhaw8maiiv] {
        width: auto;
    }

    .header_right[b-uhaw8maiiv] {
        width: auto;
        margin: 0;
    }

    .header_links[b-uhaw8maiiv] {
        padding: 0 20px;
    }

        .header_links a.request_a_dem_link[b-uhaw8maiiv], .header_links a.partnerships_link[b-uhaw8maiiv] {
            display: none;
        }
        /* .header_links{ position:absolute;} */
        .header_links .header_open_a_live_button[b-uhaw8maiiv] {
            display: none;
        }

    .mainNav[b-uhaw8maiiv] {
        display: none;
    }

    .mobile_menu_hamburger[b-uhaw8maiiv] {
        display: block;
    }

    .header_content[b-uhaw8maiiv] {
        padding: 20px 0px;
        ;
    }

        .header_content .search_box[b-uhaw8maiiv] {
            margin: 0 20px 0 0;
        }

            .header_content .search_box .search_form_button[b-uhaw8maiiv] {
                width: 20px;
                height: 20px;
                background-size: cover;
            }

    .header_links a.button[b-uhaw8maiiv] {
        color: #fff;
        padding: 0px;
        border: none;
        border-radius: 0px;
        font-size: 16px;
        background: none;
    }

    .header.blue_header .header_links .header_login_button[b-uhaw8maiiv] {
        border: none;
    }

    .header_top_bar[b-uhaw8maiiv] {
        display: none;
        position: absolute;
        top: 60px;
        background: #001a49;
        right: 0px;
        width: 100%;
    }

    .header_top_links[b-uhaw8maiiv] {
        position: static;
        padding: 32px 0px 30px;
        border-top: 1px solid #bcb5b9;
        text-align: center;
    }

        .header_top_links li[b-uhaw8maiiv] {
            padding: 0 5px 5px;
        }

            .header_top_links li a[b-uhaw8maiiv] {
                width: 200px;
            }
            /*.header_top_links li.partnerships_link{ display:none;}*/
            /*.header_top_links li.register_now_link a{ background:#0051ff; border-radius:35px; padding:14px 20px 12px; display:inline-block; color:#fff; font-size:15px; border:1px solid #fff; text-decoration:none; font-family: "Oblivian-Medium";}
    .header_top_links li.register_now_link a:hover{ background:#0051ff; color:#fff; text-decoration:none;}*/

            .header_top_links li.request_a_dem_link[b-uhaw8maiiv] {
                display: inline-block;
            }

                .header_top_links li.request_a_dem_link a[b-uhaw8maiiv] {
                    background: #0051ff;
                    border-radius: 35px;
                    padding: 14px 20px 12px;
                    display: inline-block;
                    color: #fff;
                    font-size: 15px;
                    border: 1px solid #0051ff;
                    text-decoration: none;
                    font-family: "Oblivian-Medium";
                }

                    .header_top_links li.request_a_dem_link a:hover[b-uhaw8maiiv] {
                        background: #00f0ff;
                        border-color: #00f0ff;
                        color: #000;
                        text-decoration: none;
                    }


    .header_content .new_country[b-uhaw8maiiv] {
        position: initial;
    }
        /* .header_content .new_country .new_country_block span{ display:inline-block;} */
        .header_content .new_country .new_country_hide[b-uhaw8maiiv] {
            right: 50%;
            top: 62px;
            transform: translateX(50%);
            width: calc(90% - 40px);
            padding: 25px 25px 5px;
        }

            .header_content .new_country .new_country_hide .new_country_hide_box[b-uhaw8maiiv] {
                flex-wrap: wrap;
            }

            .header_content .new_country .new_country_hide .new_country_hide_left[b-uhaw8maiiv] {
                padding: 0 30px 0 0;
            }

            .header_content .new_country .new_country_hide .new_country_hide_box ul[b-uhaw8maiiv] {
                margin: 0 0 20px;
            }
    /* .header_content .new_country div a:hover{ color:#fff;}	 */


    .header_content .search-form[b-uhaw8maiiv] {
        top: -3px;
    }

        .header_content .search-form .search-field[b-uhaw8maiiv] {
            height: 30px;
            padding: 5px 30px 5px 20px;
            background-position: 90% 6px;
            background-size: 20px;
        }

        .header_content .search-form .search_close_button[b-uhaw8maiiv] {
            top: 17px;
            right: 10px;
            width: 14px;
            height: 14px;
            background: url(/wp-content/themes/vt/images/sprite_img.png) -74px -2px no-repeat;
        }

    .mobile_menu[b-uhaw8maiiv] {
        display: block;
    }

    .footer_new[b-uhaw8maiiv] {
        padding: 40px 0 20px;
    }

    .footer_logo[b-uhaw8maiiv] {
        width: 100px;
    }

    .footer_new_right[b-uhaw8maiiv] {
        flex-wrap: wrap;
    }

        .footer_new_right ul[b-uhaw8maiiv] {
            width: 48%;
            margin-bottom: 20px;
        }

    .footer_new_text_bottom p br[b-uhaw8maiiv] {
        display: none;
    }

    .footer_new_text_bottom[b-uhaw8maiiv] {
        padding: 20px 0 0;
    }

    .back_to_top[b-uhaw8maiiv] {
        width: 48px;
        height: 48px;
        padding-top: 14px;
        top: -66px;
        right: 37px;
    }

        .back_to_top[b-uhaw8maiiv]:before {
            width: 14px;
            height: 20px;
            background-position: -157px -23px;
        }

    .page_banner_wrapper[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .page_banner_wrapper .text_box[b-uhaw8maiiv] {
            width: 100%;
            max-width: 100%;
        }

        .page_banner_wrapper .img_box[b-uhaw8maiiv] {
            display: none;
        }

    .title_wrpper[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .title_wrpper .inner[b-uhaw8maiiv] {
            min-height: 200px;
        }

    .tableBox[b-uhaw8maiiv] {
        padding: 0;
    }

    .page_top_text[b-uhaw8maiiv] {
        padding-bottom: 40px;
    }

    .standard_stp_bottom[b-uhaw8maiiv] {
        padding: 37px 24px 50px;
        background-color: #fff;
        box-shadow: 0px -10px 30px -2px #e4e4e4d6;
    }

        .standard_stp_bottom .standard_stp_bottom_title[b-uhaw8maiiv] {
            margin-bottom: 35px;
        }

            .standard_stp_bottom .standard_stp_bottom_title h4[b-uhaw8maiiv] {
                font-size: 24px;
                padding-right: 75px;
                margin: 0;
            }

            .standard_stp_bottom .standard_stp_bottom_title span[b-uhaw8maiiv] {
                font-size: 14px;
                padding: 9px 24px 4px;
            }

        .standard_stp_bottom .standard_stp_bottom_text .standard_stp_bottom_text_box[b-uhaw8maiiv] {
            float: none;
            width: 100%;
        }

        .standard_stp_bottom .standard_stp_bottom_text_box li span:nth-child(1)[b-uhaw8maiiv] {
            font-weight: normal;
            padding: 16px 0px;
        }

        .standard_stp_bottom .standard_stp_bottom_text_box li span.small_text[b-uhaw8maiiv] {
            font-size: 12px;
        }

    .raw_ecn_account_wrapper .raw_ecn_account_wrap_bottom[b-uhaw8maiiv] {
        padding-bottom: 75px;
    }

    .page_product_tabel[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

    .page_product_tabel_button[b-uhaw8maiiv] {
        margin-top: 25px;
    }

    .page_product_tabel_open[b-uhaw8maiiv] {
        width: 48px;
        height: 48px;
        padding-top: 18px;
        right: 0;
    }

        .page_product_tabel_open[b-uhaw8maiiv]:before {
            background-size: cover;
            width: 12px;
            height: 12px;
        }

    .page_product_tabel_shut[b-uhaw8maiiv] {
        width: 48px;
        height: 48px;
        padding-top: 18px;
        right: 0;
    }

        .page_product_tabel_shut[b-uhaw8maiiv]:before {
            background-size: cover;
            width: 12px;
            height: 12px;
        }

    .pages_text_and_image_row.position_img_left .bottom_text li[b-uhaw8maiiv],
    .pages_text_and_image_row.position_img_left .inner[b-uhaw8maiiv] {
        text-align: left;
    }

    .pages_text_and_image_row .inner[b-uhaw8maiiv] {
        padding: 0;
    }

    .pages_text_and_image_row h2[b-uhaw8maiiv] {
        padding: 30px 20px 0;
        font-size: 40px;
        margin: 0 0 25px;
    }

    .pages_text_and_image_row.position_img_left h2[b-uhaw8maiiv] {
        padding: 30px 20px 0;
    }

    .pages_text_and_image_row .text_and_image_content[b-uhaw8maiiv] {
        flex-wrap: wrap;
        padding: 0 0 30px;
    }

    .pages_text_and_image_row .img_box[b-uhaw8maiiv] {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .pages_text_and_image_row.position_img_left .img_box[b-uhaw8maiiv] {
        text-align: center;
    }

    .pages_text_and_image_row .text_box[b-uhaw8maiiv] {
        width: 100%;
        padding: 0 20px 30px;
    }

        .pages_text_and_image_row .text_box .text_no_icon p[b-uhaw8maiiv] {
            margin: 0 0 10px;
            font-size: 16px;
        }

        .pages_text_and_image_row .text_box ul.bottom_text[b-uhaw8maiiv] {
            padding-top: 10px;
        }

            .pages_text_and_image_row .text_box ul.bottom_text strong[b-uhaw8maiiv] {
                font-size: 48px;
            }

    .pages_text_and_image_row.position_img_left .text_box[b-uhaw8maiiv] {
        padding: 0px 20px 30px;
    }

    .pages_text_and_image_row .text_and_image_content[b-uhaw8maiiv] {
        justify-content: flex-start;
    }

    .pages_text_and_image_row.position_img_left .text_and_image_content[b-uhaw8maiiv] {
        justify-content: flex-start;
        flex-direction: inherit;
    }

    .pages_text_and_image_row .text_box h2[b-uhaw8maiiv] {
        margin-bottom: 15px;
    }

    .pages_text_and_image_row .text_box ul.img_links li[b-uhaw8maiiv] {
        padding-right: 20px;
    }

    .pages_text_and_image_row .text_box ul.img_list li[b-uhaw8maiiv] {
        padding-right: 20px;
    }

    .pages_text_and_image_row .text_box ul li[b-uhaw8maiiv] {
        text-align: left;
    }

    .pages_text_and_image_row.position_img_left .text_box .text_no_icon p[b-uhaw8maiiv] {
        text-align: left;
    }

    .pages_text_and_image_row.position_img_left ul li[b-uhaw8maiiv] {
        padding: 0px 0px 23px 38px;
        background-position: left 3px;
    }

    .pages_text_and_image_row .text_box ul.img_links[b-uhaw8maiiv] {
        padding: 0 20px 0 0;
    }





    .accordion_content_wrapper .accordion_content_list[b-uhaw8maiiv] {
        padding-bottom: 60px;
    }

    .accordion_content_wrapper .accordion_content_list_title[b-uhaw8maiiv] {
        padding-bottom: 32px;
    }

        .accordion_content_wrapper .accordion_content_list_title h3[b-uhaw8maiiv] {
            font-size: 32px
        }

    .accordion_content_list_row .accordion_content_list_row_text[b-uhaw8maiiv] {
        padding-bottom: 20px;
    }

    .accordion_content_list_row .accordion_content_list_row_title[b-uhaw8maiiv] {
        padding: 32px 50px 32px 0px;
    }

        .accordion_content_list_row .accordion_content_list_row_title h5[b-uhaw8maiiv] {
            font-size: 20px;
        }

        .accordion_content_list_row .accordion_content_list_row_title i.icon[b-uhaw8maiiv] {
            width: 40px;
            height: 40px;
            right: 2px;
            top: 24px;
            padding-top: 16px;
        }

            .accordion_content_list_row .accordion_content_list_row_title i.icon[b-uhaw8maiiv]:before {
                width: 14px;
                height: 7px;
                background-size: 14px 14px;
            }

    .accordion_content_list_row .accordion_table_content[b-uhaw8maiiv] {
        overflow-x: scroll;
        margin-bottom: 20px;
        margin-right: -20px;
    }

        .accordion_content_list_row .accordion_table_content table[b-uhaw8maiiv] {
            width: 712px;
        }

            .accordion_content_list_row .accordion_table_content table th[b-uhaw8maiiv] {
                padding: 28px 20px;
            }

            .accordion_content_list_row .accordion_table_content table td[b-uhaw8maiiv] {
                padding: 30px 20px;
            }

                .accordion_content_list_row .accordion_table_content table td.no_border[b-uhaw8maiiv] {
                    width: 20px;
                    padding-left: 0px;
                    padding-right: 0px;
                }

            .accordion_content_list_row .accordion_table_content table th.no_border[b-uhaw8maiiv] {
                width: 20px;
                padding-left: 0px;
                padding-right: 0px;
            }

    .page_icon_and_text_wrapper[b-uhaw8maiiv] {
        padding-bottom: 30px;
    }

        .page_icon_and_text_wrapper .page_icon_and_text_content_right[b-uhaw8maiiv] {
            width: 330px;
            max-width: 100%;
            margin: 0px auto;
        }

            .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box[b-uhaw8maiiv] {
                padding-left: 0px;
                padding-right: 0px;
                float: none;
                width: 100%;
            }

                .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box.position_box[b-uhaw8maiiv] {
                    position: static;
                }

            .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box_render_box[b-uhaw8maiiv] {
                height: auto !important;
            }

            .page_icon_and_text_wrapper .page_icon_and_text_content_right .icon_and_text_list_box_inner[b-uhaw8maiiv] {
                padding-bottom: 30px;
            }

    .zulutrade_bottom_content[b-uhaw8maiiv] {
        padding-bottom: 60px;
    }

        .zulutrade_bottom_content .left_box[b-uhaw8maiiv] {
            float: none;
            width: 100%;
            max-width: 100%;
        }

            .zulutrade_bottom_content .left_box h2[b-uhaw8maiiv] {
                margin-bottom: 15px;
            }

            .zulutrade_bottom_content .left_box p[b-uhaw8maiiv] {
                line-height: 1.5;
            }

        .zulutrade_bottom_content .right_box[b-uhaw8maiiv] {
            float: none;
            width: 100%;
            max-width: 100%;
            padding-top: 0px;
        }

    .post_wrapper .post_list_box[b-uhaw8maiiv] {
        display: block;
        width: calc(100% - 20px);
    }

        .post_wrapper .post_list_box .post_list_left[b-uhaw8maiiv] {
            padding: 14px 24px 20px 24px;
            flex-direction: row;
            justify-content: flex-start;
        }

            .post_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv] {
                margin-bottom: 0;
                font-size: 64px;
            }

            .post_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv] {
                display: flex;
                margin-bottom: 0;
                margin-left: 15px;
                padding-top: 21px;
                font-size: 20px;
                align-items: center;
            }

        .post_wrapper .post_list_box .post_list_right[b-uhaw8maiiv] {
            padding: 24px;
            width: 100%;
        }

            .post_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv] {
                margin-bottom: 5px;
                font-size: 14px;
            }

            .post_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv] {
                display: inline-block;
                text-overflow: clip;
                font-size: 16px;
            }

        .post_wrapper .post_list_box .post_list_button[b-uhaw8maiiv] {
            top: 36px;
            right: -20px;
            margin-top: 0;
            width: 40px;
            height: 40px;
        }

            .post_wrapper .post_list_box .post_list_button img[b-uhaw8maiiv] {
                width: 18px;
            }

    .post_wrapper .post_list_turn_item[b-uhaw8maiiv] {
        text-align: center;
    }

    .form_text_wrapper .form_text_wrapper_main_form[b-uhaw8maiiv] {
        margin-left: 0;
        max-width: 100%;
    }

        .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li.form_code[b-uhaw8maiiv], .form_text_wrapper .form_text_wrapper_main_form .gform_wrapper .gform_body li.form_phone[b-uhaw8maiiv] {
            width: 100% !important;
            margin-right: 0px;
            display: inherit;
        }

    .forex_wrapper .forex_tabel[b-uhaw8maiiv] {
        margin: 0px 0px 60px;
    }

        .forex_wrapper .forex_tabel .inner[b-uhaw8maiiv] {
            padding-right: 0;
        }

        .forex_wrapper .forex_tabel .forex_tabel_box[b-uhaw8maiiv] {
            overflow-x: scroll;
        }

        .forex_wrapper .forex_tabel table[b-uhaw8maiiv] {
            width: 700px;
            padding-right: 20px;
            border-collapse: separate;
        }

    .trading_wrapper .trading_content_row1[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .trading_wrapper .trading_content_row1 h2[b-uhaw8maiiv] {
            font-size: 32px;
            line-height: 1.25;
            margin-bottom: 24px;
        }

        .trading_wrapper .trading_content_row1 p[b-uhaw8maiiv] {
            font-size: 18px;
            line-height: 1.44;
            margin: 0 auto 40px;
        }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_box[b-uhaw8maiiv] {
        padding: 40px 24px 40px 24px;
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_title h4[b-uhaw8maiiv] {
        font-size: 24px;
        line-height: 1.33;
        padding-right: 64px;
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_title span[b-uhaw8maiiv] {
        font-size: 14px;
        padding: 7px 20px 2px;
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_text[b-uhaw8maiiv] {
        margin-bottom: 24px;
    }

    .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span[b-uhaw8maiiv] {
        font-size: 18px;
    }

        .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span.small_text[b-uhaw8maiiv] {
            font-size: 12px;
        }

        .trading_wrapper .trading_content_row1_info .trading_row1_info_list_text li span:nth-child(1)[b-uhaw8maiiv] {
            padding: 16px 0px;
            font-weight: normal;
        }

    .trading_wrapper .trading_content_row2[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .trading_wrapper .trading_content_row2 h2[b-uhaw8maiiv] {
            font-size: 32px;
            line-height: 1.25;
            margin-bottom: 24px;
        }

        .trading_wrapper .trading_content_row2 .trading_content_row2_top_view p[b-uhaw8maiiv] {
            font-size: 18px;
            line-height: 1.44;
            margin: 0px 0px 40px;
        }

    .trading_wrapper .trading_content_row2_top_view .trading_content_row2_top_view_box[b-uhaw8maiiv] {
        position: static;
        margin: 0px 0px 55px;
    }

    /*  */
    .trading_wrapper .post_list_box[b-uhaw8maiiv], .tools_wrapper .post_list_box[b-uhaw8maiiv], .company_wrapper .post_list_box[b-uhaw8maiiv] {
        display: block;
        width: calc(100% - 20px);
    }

        .trading_wrapper .post_list_box .post_list_left[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_left[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_left[b-uhaw8maiiv] {
            flex-direction: row;
            justify-content: flex-start;
            padding: 14px 24px 20px 24px;
        }

            .trading_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_left .post_list_time_day[b-uhaw8maiiv] {
                font-size: 64px;
                margin-bottom: 0;
            }

            .trading_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_left .post_list_time_year[b-uhaw8maiiv] {
                display: flex;
                align-items: center;
                font-size: 20px;
                padding-top: 21px;
                margin-left: 15px;
                margin-bottom: 0;
            }

        .trading_wrapper .post_list_box .post_list_right[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_right[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_right[b-uhaw8maiiv] {
            padding: 24px;
            width: 100%;
        }

            .trading_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_right a[b-uhaw8maiiv] {
                font-size: 14px;
                margin-bottom: 5px;
            }

            .trading_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_right p[b-uhaw8maiiv] {
                font-size: 16px;
                display: inline-block;
                text-overflow: clip;
            }

        .trading_wrapper .post_list_box .post_list_button[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_button[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_button[b-uhaw8maiiv] {
            width: 40px;
            height: 40px;
            top: 36px;
            right: -20px;
            margin-top: 0;
        }

            .trading_wrapper .post_list_box .post_list_button img[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_button img[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_button img[b-uhaw8maiiv] {
                width: 18px;
            }

    .tools_wrapper .tools_content_row1[b-uhaw8maiiv], .tools_wrapper .tools_content_row2[b-uhaw8maiiv], .tools_wrapper .tools_content_row3[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .tools_wrapper .tools_content_row1 .inner[b-uhaw8maiiv], .tools_wrapper .tools_content_row3 .inner[b-uhaw8maiiv] {
            padding: 0;
        }

    .tools_wrapper .tools_content_row1_wrapper_inner[b-uhaw8maiiv] {
        padding: 40px 20px;
        background-image: none;
        background-color: #0051ff;
    }

        .tools_wrapper .tools_content_row1_wrapper_inner .img_box[b-uhaw8maiiv] {
            display: none;
        }

        .tools_wrapper .tools_content_row1_wrapper_inner .text_box[b-uhaw8maiiv] {
            width: 100%;
        }

            .tools_wrapper .tools_content_row1_wrapper_inner .text_box .button[b-uhaw8maiiv] {
                display: inline-block;
            }

    .tools_wrapper .tools_content_row2 h2[b-uhaw8maiiv] {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .tools_wrapper .tools_content_row2 .tools_content_row2_top_view p[b-uhaw8maiiv] {
        font-size: 18px;
        line-height: 1.44;
        margin: 0px 0px 40px;
    }

    .tools_wrapper .tools_content_row2_top_view .tools_content_row2_top_view_box[b-uhaw8maiiv] {
        position: static;
        margin: 0px 0px 55px;
    }

    .tools_wrapper .tools_content_row3 .tools_content_row3_wrapper[b-uhaw8maiiv] {
        padding: 54px 30px 24px;
    }

    .tools_wrapper .tools_content_row3 h2[b-uhaw8maiiv] {
        font-size: 48px;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .tools_wrapper .tools_content_row3 p[b-uhaw8maiiv] {
        font-size: 20px;
        line-height: 1.44;
    }

    .daily_video_update_row1[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

    .daily_video_update_wrapper .forex_bottomText[b-uhaw8maiiv] {
        font-size: 16px;
        padding: 0;
    }

    .protrader_tools_wrapper .protrader_tools_row1 p[b-uhaw8maiiv] {
        font-size: 18px;
        margin: 0px 0px 23px;
    }

    .company_wrapper .company_content_row2[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

        .company_wrapper .company_content_row2 h2[b-uhaw8maiiv] {
            font-size: 32px;
            line-height: 1.25;
            margin-bottom: 24px;
        }

        .company_wrapper .company_content_row2 .company_content_row2_top_view p[b-uhaw8maiiv] {
            font-size: 18px;
            line-height: 1.44;
            margin: 0px 0px 40px;
        }

    .company_wrapper .company_content_row2_top_view .company_content_row2_top_view_box[b-uhaw8maiiv] {
        position: static;
        margin: 0px 0px 55px;
    }

    .regulator_introduction_content[b-uhaw8maiiv] {
        margin-bottom: 60px;
    }

    .regulator_introduction_content_top[b-uhaw8maiiv] {
        padding: 56px 0 85px;
    }

        .regulator_introduction_content_top h2[b-uhaw8maiiv] {
            font-size: 32px;
            margin-bottom: 16px;
        }

        .regulator_introduction_content_top p[b-uhaw8maiiv] {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .regulator_introduction_content_top .button[b-uhaw8maiiv] {
            position: static;
        }

    .regulator_introduction_content_bottom[b-uhaw8maiiv] {
        margin-top: -45px;
    }

        .regulator_introduction_content_bottom .inner[b-uhaw8maiiv] {
            padding-right: 0px;
        }

        .regulator_introduction_content_bottom .regulator_introduction_image_scroll[b-uhaw8maiiv] {
            overflow-x: scroll;
        }

        .regulator_introduction_content_bottom .regulator_introduction_image_wrapper[b-uhaw8maiiv] {
            width: 740px;
        }

    .choose_markets_wrapper .regulator_introduction_content_bottom[b-uhaw8maiiv] {
        overflow: hidden;
        padding-bottom: 40px;
        margin-top: -45px;
    }

        .choose_markets_wrapper .regulator_introduction_content_bottom .inner[b-uhaw8maiiv] {
            padding-right: 20px;
        }

    .choose_markets_wrapper .choose_markets_image_wrapper[b-uhaw8maiiv] {
        display: flex;
        width: auto;
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        transform: none !important;
    }

    .choose_markets_image_scroll .choose_markets_image_list[b-uhaw8maiiv] {
        width: auto !important;
        height: auto !important;
        margin: 0px 12px 24px !important;
        padding: 14px 14px !important;
    }

        .choose_markets_image_scroll .choose_markets_image_list img[b-uhaw8maiiv] {
            max-width: 114px;
        }

    .choose_markets_wrapper .regulator_introduction_content .regulator_navigation_buttom[b-uhaw8maiiv] {
        display: none;
    }

    /* Who is VT Markets */
    .who_is_vt_wrapper .who_is_vt_section_wrapper[b-uhaw8maiiv] {
        padding: 50px 30px 30px;
        margin: 0 -20px 60px;
    }

        .who_is_vt_wrapper .who_is_vt_section_wrapper .who_is_vt_section_wrapper_item[b-uhaw8maiiv] {
            width: 100%;
            float: none;
            padding: 20px 0px 10px;
        }

        .who_is_vt_wrapper .who_is_vt_section_wrapper .who_is_vt_section_wrapper_items[b-uhaw8maiiv] {
            padding: 0;
        }

    .forex_signals_wrapper[b-uhaw8maiiv], .daily_market_analysis_wrapper[b-uhaw8maiiv] {
        margin-bottom: 50px;
    }

        .forex_signals_wrapper .forex_signalsbg_bottom h2[b-uhaw8maiiv] {
            font-size: 32px;
            padding: 56px 0 104px;
            line-height: 40px;
        }

            .forex_signals_wrapper .forex_signalsbg_bottom h2 .forex_text2[b-uhaw8maiiv] {
                display: block;
            }

            .forex_signals_wrapper .forex_signalsbg_bottom h2 .forex_text3[b-uhaw8maiiv] {
                display: block;
            }

            .forex_signals_wrapper .forex_signalsbg_bottom h2 .forex_text1[b-uhaw8maiiv] {
                display: inline;
            }

        .forex_signals_wrapper .forex_bottomBot .forex_bottomBot_List[b-uhaw8maiiv] {
            padding: 32px 14px;
        }

            .forex_signals_wrapper .forex_bottomBot .forex_bottomBot_List img[b-uhaw8maiiv] {
                max-width: 114px;
            }

        .forex_signals_wrapper .forex_signalsbg_bottomBot[b-uhaw8maiiv] {
            margin-top: -70px;
        }

        .forex_signals_wrapper .forex_bottomBot .forex_bottomBot_List:nth-child(2)[b-uhaw8maiiv] {
            margin: 0 24px;
        }

        .forex_signals_wrapper .forex_bottomText[b-uhaw8maiiv], .daily_market_analysis_wrapper .forex_bottomText[b-uhaw8maiiv] {
            font-size: 16px;
            padding: 0;
        }

        .daily_market_analysis_wrapper .post_list_wrapper[b-uhaw8maiiv] {
            margin-bottom: 0px;
        }

    .website_registration_wrapper[b-uhaw8maiiv] {
        padding: 60px 0px 50px;
    }

        .website_registration_wrapper .website_registration_content_icon[b-uhaw8maiiv] {
            margin-bottom: 50px;
            width: 120px;
            height: auto;
        }

        .website_registration_wrapper p[b-uhaw8maiiv] {
            font-size: 16px;
            margin-bottom: 20px;
        }

    .terms_of_use_wrapper .terms_of_use_content p[b-uhaw8maiiv] {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .terms_of_use_wrapper .terms_of_use_content[b-uhaw8maiiv] {
        padding-bottom: 60px;
    }

    .contact_us_wrapper .contact_us_table[b-uhaw8maiiv] {
        margin-top: 50px;
        margin-bottom: 30px;
    }

        .contact_us_wrapper .contact_us_table table td[b-uhaw8maiiv] {
            font-size: 14px;
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media only screen and (max-width: 641px) {
    .form_text_wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file])[b-uhaw8maiiv] {
        line-height: 1;
        min-height: 1rem;
    }
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
    .form_text_wrapper .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error[b-uhaw8maiiv] {
        margin-top: 0px;
    }
}

@media (max-width:767px) {
    .home_swiper_row1_wrapper[b-uhaw8maiiv] {
        margin-bottom: 70px;
    }

    .home_swiper_wrapper .inner[b-uhaw8maiiv] {
        padding: 0;
    }

    .home_swiper_row1_wrapper .swiper-slide-inner[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-pagination[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-button-next[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-button-prev[b-uhaw8maiiv] {
        display: none;
    }

    .home_swiper_wrapper .swiper-container[b-uhaw8maiiv] {
        padding-top: 20px;
    }

    .home_swiper_wrapper .swiper-wrapper[b-uhaw8maiiv],
    .home_swiper_wrapper .swiper-slide-title[b-uhaw8maiiv] {
        display: block;
    }

    .home_swiper_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        background-image: none;
        background-color: #0051ff;
    }

    .home_swiper_row1_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        padding: 40px 20px;
        height: auto;
    }

    .home_swiper_row1_wrapper .text_box[b-uhaw8maiiv] {
        width: 100%;
    }

    .home_swiper_row2_wrapper[b-uhaw8maiiv] {
        margin-top: 35px;
    }

        .home_swiper_row2_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
            padding: 40px 25px 0;
            position: absolute;
            left: -9999px;
        }

        .home_swiper_row2_wrapper .swiper-slide.active .swiper-slide-inner[b-uhaw8maiiv] {
            position: static;
            left: 0;
        }

        .home_swiper_row2_wrapper .right_table td[b-uhaw8maiiv] {
            display: inline-block;
        }

        .home_swiper_row2_wrapper .right_table .symbol[b-uhaw8maiiv],
        .home_swiper_row2_wrapper .right_table .change[b-uhaw8maiiv] {
            padding: 30px 0 20px;
            width: 50%;
        }

        .home_swiper_row2_wrapper .right_table .symbol[b-uhaw8maiiv] {
            color: #fff;
        }

        .home_swiper_row2_wrapper .right_table .change[b-uhaw8maiiv] {
            text-align: right;
        }

        .home_swiper_row2_wrapper .right_table .echarts_wrapper[b-uhaw8maiiv] {
            width: 100%;
            padding: 0 0 30px;
            display: block;
        }
}

@media (max-width: 650px) {
    .header_content .new_country .new_country_hide[b-uhaw8maiiv] {
        padding: 25px 10px 15px;
    }

        .header_content .new_country .new_country_hide .new_country_hide_left[b-uhaw8maiiv] {
            padding: 0 10px 0 0;
        }

        .header_content .new_country .new_country_hide li[b-uhaw8maiiv] {
            padding: 0 0 15px;
        }

        .header_content .new_country .new_country_hide .title[b-uhaw8maiiv] {
            margin: 0 0 20px;
        }
}

@media (max-width: 580px) {
    .forex_signals_bottom > .inner[b-uhaw8maiiv] {
        padding-right: 0px;
    }

    .forex_signals_wrapper .forex_signals_Scroll[b-uhaw8maiiv] {
        overflow-x: scroll;
    }

    .forex_signals_wrapper .forex_bottomBot[b-uhaw8maiiv] {
        width: 530px;
        padding-left: 20px;
    }
}

@media (max-width: 550px) {
    .header_content .new_country .new_country_hide[b-uhaw8maiiv] {
        width: calc(100% - 24px)
    }

    .home_swiper_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        flex-direction: column;
    }

    .home_swiper_row1_wrapper .swiper-slide-inner[b-uhaw8maiiv] {
        padding: 20px;
    }

    .home_swiper_row1_wrapper .img_box[b-uhaw8maiiv] {
        margin: 0;
        max-width: 300px;
    }
}

@media (max-width: 530px) {
    .forex_signals_wrapper .forex_bottomBot[b-uhaw8maiiv] {
        justify-content: initial;
    }
}

@media(max-width:500px) {
    /*.contact_us_wrapper .contact_us_table{ overflow-x:scroll;}*/
    .contact_us_wrapper .contact_us_table table[b-uhaw8maiiv] { /*width:480px;*/
        padding: 10px 20px 15px;
        border-collapse: separate;
    }

    .contact_us_wrapper .contact_us_links li[b-uhaw8maiiv] {
        padding: 0px 5px 10px;
    }

    .contact_us_wrapper .contact_us_links .button[b-uhaw8maiiv],
    .contact_us_wrapper .contact_us_links .blue_button[b-uhaw8maiiv] {
        font-size: 14px;
        padding: 10px 20px;
        width: auto;
    }

    .header_content .search-form .search-field[b-uhaw8maiiv] {
        padding: 5px 30px 5px 5px;
        width: calc(100vw - 200px);
    }
}

@media(max-width:460px) {
    .header_content .new_country .new_country_hide .new_country_hide_box[b-uhaw8maiiv] {
        height: 500px;
    }

    .header_content .new_country .new_country_hide[b-uhaw8maiiv] {
        overflow: auto;
        width: calc(100% - 24px)
    }
}

@media(max-width:414px) {
    .page_header_wrapper .trading_bonus_header_content[b-uhaw8maiiv] {
        padding: 28px 0 0;
    }

        .page_header_wrapper .trading_bonus_header_content .header_links[b-uhaw8maiiv] {
            width: 100%;
            padding: 28px 0;
        }
}

@media(max-width:400px) {
    .header_content .search_box[b-uhaw8maiiv] {
        margin: 0 10px 0 0;
    }

    .header_content .inner[b-uhaw8maiiv] {
        flex-direction: column;
    }

    .header_right[b-uhaw8maiiv] {
        width: 100%;
    }

    .header_content .search-form .search-field[b-uhaw8maiiv] {
        padding: 5px 30px 5px 5px;
        width: calc(100vw - 150px);
    }

    .header_content .new_country .new_country_hide[b-uhaw8maiiv] {
        top: 84px;
    }

    .footer_new_right ul[b-uhaw8maiiv] {
        width: 100%;
    }

    .footer_new_head .p_logo img[b-uhaw8maiiv] {
        height: 14px;
        margin-right: 12px;
    }
}

@media (max-width:340px) {
    .header_top_links li.partnerships_link[b-uhaw8maiiv] {
        display: block;
        padding: 0 5px 10px;
    }

    .post_wrapper .post_list_box[b-uhaw8maiiv] {
        width: 100%;
    }

        .post_wrapper .post_list_box .post_list_left[b-uhaw8maiiv] {
            padding: 14px 20px 20px 12px;
        }

    .trading_wrapper .post_list_box[b-uhaw8maiiv], .tools_wrapper .post_list_box[b-uhaw8maiiv], .company_wrapper .post_list_box[b-uhaw8maiiv] {
        width: 100%;
    }

        .trading_wrapper .post_list_box .post_list_left[b-uhaw8maiiv], .tools_wrapper .post_list_box .post_list_left[b-uhaw8maiiv], .company_wrapper .post_list_box .post_list_left[b-uhaw8maiiv] {
            padding: 14px 20px 20px 12px;
        }
}

.home_strat_trading[b-uhaw8maiiv] {
    background: white;
    padding: 80px 0;
}

    .home_strat_trading .inner[b-uhaw8maiiv] {
        max-width: 1160px;
        text-align: center;
        padding: 0 20px;
    }

        .home_strat_trading .inner h2[b-uhaw8maiiv] {
            margin-bottom: 36px;
            line-height: 1.25;
        }

            .home_strat_trading .inner h2 span[b-uhaw8maiiv] {
                color: #0051ff;
            }

        .home_strat_trading .inner ul[b-uhaw8maiiv] {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin: auto;
            margin-bottom: 10px;
            max-width: 1000px;
        }

            .home_strat_trading .inner ul li[b-uhaw8maiiv] {
                max-width: 300px;
            }

            .home_strat_trading .inner ul .li_left[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
                position: absolute;
                margin-top: 35px;
            }

                .home_strat_trading .inner ul .li_left img[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right img[b-uhaw8maiiv] {
                    z-index: 1;
                    margin: 0;
                }

            .home_strat_trading .inner ul .li_left[b-uhaw8maiiv] {
                left: 203px;
                top: 0px;
            }

            .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
                right: 200px;
                top: 0px;
            }

            .home_strat_trading .inner ul li img[b-uhaw8maiiv] {
                position: relative;
                z-index: 10;
                margin-bottom: 25px;
            }

            .home_strat_trading .inner ul li h5[b-uhaw8maiiv] {
                margin-bottom: 23px;
                line-height: 1.25;
            }

            .home_strat_trading .inner ul li p[b-uhaw8maiiv] {
                line-height: 1.125;
            }

            .home_strat_trading .inner ul li .icon[b-uhaw8maiiv] {
            }

                .home_strat_trading .inner ul li .icon img[b-uhaw8maiiv] {
                    margin-bottom: 17px;
                }

    .home_strat_trading .home_brand_a .blue_button[b-uhaw8maiiv] {
        font-size: 15px;
        padding: 13px 30px 12px;
    }

    .home_strat_trading .mobile_p[b-uhaw8maiiv] {
        display: none;
    }

.home_strat_trading_img5[b-uhaw8maiiv] {
    display: none;
}

@media(max-width:1100px) {
    .home_strat_trading .home_brand_a .blue_button[b-uhaw8maiiv] {
        font-size: 14px;
    }
}

@media(max-width:1040px) {
    .home_strat_trading .inner h2[b-uhaw8maiiv] {
        font-size: 40px;
    }
}

@media(max-width:980px) {
    .home_strat_trading .inner ul .li_left[b-uhaw8maiiv] {
        left: 106px;
    }

    .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
        right: 105px;
    }
}

@media(max-width:880px) {
    .home_strat_trading .inner h2 br[b-uhaw8maiiv] {
        display: none;
    }

    .home_strat_trading .inner ul li p br[b-uhaw8maiiv] {
        display: none;
    }
}

@media(max-width:850px) {
    .home_strat_trading .inner h2[b-uhaw8maiiv] {
        font-size: 32px;
    }

    .home_strat_trading .inner ul[b-uhaw8maiiv] {
        margin: auto;
        max-width: 650px;
    }

        .home_strat_trading .inner ul li img[b-uhaw8maiiv] {
            width: 65px;
        }

        .home_strat_trading .inner ul .li_left[b-uhaw8maiiv] {
            left: 12%;
        }

        .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
            right: 10%;
        }

        .home_strat_trading .inner ul .li_left[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
            width: 36%;
            margin-top: 23px;
            background: url(/wp-content/themes/vt/images/footer_row1_img4.png) no-repeat;
            background-position-y: center;
        }

            .home_strat_trading .inner ul .li_left img[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right img[b-uhaw8maiiv] {
                opacity: 0;
            }

        .home_strat_trading .inner ul li h5[b-uhaw8maiiv] {
            margin-bottom: 20px;
        }

    .home_strat_trading .mobile_p[b-uhaw8maiiv] {
        display: block;
    }
}

@media(max-width:768px) {
    .home_strat_trading[b-uhaw8maiiv] {
        padding: 40px 0;
    }

    .home_strat_trading_img4[b-uhaw8maiiv] {
        display: none;
    }

    .home_strat_trading_img5[b-uhaw8maiiv] {
        display: block;
    }

    .home_strat_trading .inner ul[b-uhaw8maiiv] {
        margin: 0 0 20px;
        display: block;
    }

        .home_strat_trading .inner ul li[b-uhaw8maiiv] {
            display: flex;
            align-items: start;
            max-width: 100%;
            margin-bottom: 65px;
        }

            .home_strat_trading .inner ul li img[b-uhaw8maiiv] {
                width: 48px;
                margin-right: 25px;
                margin-bottom: 0;
            }

        .home_strat_trading .inner ul .li_left[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
            width: 36%;
            margin-top: 15px;
        }

        .home_strat_trading .inner ul li p[b-uhaw8maiiv] {
            margin: 0;
        }

            .home_strat_trading .inner ul li p br[b-uhaw8maiiv] {
                display: none;
            }

    .home_strat_trading .inner[b-uhaw8maiiv] {
        text-align: left;
    }

        .home_strat_trading .inner ul li h5[b-uhaw8maiiv] {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .home_strat_trading .inner ul .li_left[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
            width: auto;
            background: none;
            margin: 0;
            left: 22px;
        }

        .home_strat_trading .inner ul .li_left[b-uhaw8maiiv] {
            top: 20%;
        }

        .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
            bottom: 22%;
            top: auto;
        }

            .home_strat_trading .inner ul .li_left img[b-uhaw8maiiv], .home_strat_trading .inner ul .li_right img[b-uhaw8maiiv] {
                opacity: 1;
                width: auto;
            }

    .home_strat_trading .home_brand_a .blue_button[b-uhaw8maiiv] {
        padding: 13px 30px 10px;
    }
}

@media (max-width:450px) {
    .home_strat_trading .inner ul .li_right[b-uhaw8maiiv] {
        bottom: 27%;
    }
}

@media (max-width:375px) {
    .home_strat_trading .home_brand_a[b-uhaw8maiiv] {
        text-align: left !important;
    }
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Login/Header.razor.rz.scp.css */
.navbar-warp[b-8vznj10rgs] {
    box-shadow: 0px 9px 10px #00000026;
    height: 86px;
}

.navbar-warp .container[b-8vznj10rgs] {
    height: 100%;
}

.navbar-warp .container .navbar[b-8vznj10rgs] {
    height: 100%;
}

.navbar-brand[b-8vznj10rgs]{
    margin-top:-5px;
}
.menu-button[b-8vznj10rgs] {
    border: 1px solid white;
    border-radius: 2em;
    padding-left: 2em;
    padding-right: 2em;
    font-size:1em;
}

.menu-button.solid[b-8vznj10rgs]{
    background-color:white;
    color:black;
}

.text-smaller[b-8vznj10rgs]{
    font-size:small;
}

.right-align[b-8vznj10rgs] {
    flex-direction: row-reverse;
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Login/LanguageDropdown.razor.rz.scp.css */
button#dropdownMenuButton[b-5tmq0ua84w] {
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

#dropdownMenuButton img[b-5tmq0ua84w] {
    vertical-align: middle;
}

#dropdownMenuButton span[b-5tmq0ua84w] {
    display: inline-block;
    color: #032045;
    line-height: 1.2;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: -webkit-baseline-middle;
    font-family: PublicSans;
}
.dropdown-menu.show[b-5tmq0ua84w] {
    padding: 0;
}

.dropdown .dropdown-menu[b-5tmq0ua84w] {
    transition: all 0.2s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1,0);
    display: block;
    font-family: PublicSans;
}

.dropdown.show .dropdown-menu[b-5tmq0ua84w] {
    transform: scale(1);
}

a.list-group-item.list-group-item-action[b-5tmq0ua84w] {
    width: 250px;
    border-left: none;
    border-right: none;
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Trader/Components/ActionButtons.razor.rz.scp.css */
a.btn.btn-action-local[b-90fbt8lozo] {
    border: 1px solid rgb(146, 151, 152);
    color: black;
    background-color:white;
}

a.btn.btn-action-local:hover[b-90fbt8lozo] {
    border: 1px solid rgb(102 105 106 / 80%);
    color: rgb(102 105 106 / 80%);
}

.btn-action[b-90fbt8lozo] {
    background: rgb(233, 28, 44);
    color: white;
}

.btn-action:hover[b-90fbt8lozo] {
    background: rgb(204,13, 28);
    color: #ffffffcc;
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Trader/Components/Menu.razor.rz.scp.css */
.navbar span.beta-text[b-y7cv0eqzdi] {
    font-size: 0.8em;
    vertical-align: top;
    color: #88c3ff;
}

.navbar span.beta-content[b-y7cv0eqzdi] {
    font-size: 0.8em;
    vertical-align: top;
    margin-left: 0.5em;
}

.navbar span.beta-content a[b-y7cv0eqzdi] {
    color: #88c3ff;
}

.navbar[b-y7cv0eqzdi] {
    border-bottom: 1px solid #2a2e39;
    padding-right: 2px;
    height: 56px;
    background: #010082;
}

.navbar .navbar-brand[b-y7cv0eqzdi] {
    line-height: 1;
}

body.protrader .navbar[b-y7cv0eqzdi] {
    background-color: #353a3f;
}
.nav-item[b-y7cv0eqzdi], .nav-item .btn[b-y7cv0eqzdi] {
    font-size: 13px;
}

.navbar-dark .dropdown-menu[b-y7cv0eqzdi] {
    background-color: #131722;
    color: #b9bcbe;
    border-color: #f5f5f6;
    padding: 1em 0;
}

.navbar-dark .dropdown-menu > div[b-y7cv0eqzdi] {
    line-height: 2em;
    vertical-align: middle;
}

.navbar-dark .dropdown-menu > div > a[b-y7cv0eqzdi] {
    height: 2em;
    vertical-align: middle;
    line-height: 100%
}

.navbar-dark .dropdown-menu > div:hover[b-y7cv0eqzdi] {
    background-color: #2a2e39
}

span#nav-login-username[b-y7cv0eqzdi] {
    text-transform: capitalize;
}

.dropdown-menu-settings a[b-y7cv0eqzdi] {
    color: inherit;
    cursor: pointer;
}

.dropdown-menu > div[b-y7cv0eqzdi] {
    white-space: nowrap;
    padding: 0 2em;
}

#menu-settings-button[b-y7cv0eqzdi] {
    height: 34px;
    padding: 4px 10px;
}

    #menu-settings-button:hover i[b-y7cv0eqzdi] {
        transform: rotate(-180deg);
        transition: 1s;
    }

    #menu-settings-button i[b-y7cv0eqzdi] {
        transform: rotate(0deg);
        transition: 1s;
    }

li.seperator[b-y7cv0eqzdi]:after {
    height: 1.2em;
    border-left: 1px solid #959595;
    position: absolute;
    top: 1.2em;
}

@media (min-width: 768px) {
    li.seperator[b-y7cv0eqzdi]:after {
        content: "";
        height: 1.2em;
        border-left: 1px solid #959595;
        position: absolute;
        top: 1.2em;
    }
}

.user-avatar[b-y7cv0eqzdi] {
    font-size: 1.5em;
    vertical-align: bottom;
}

.navbar-dark .navbar-nav .nav-link[b-y7cv0eqzdi],
.navbar-dark .navbar-nav .nav-link:hover[b-y7cv0eqzdi] {
    color: rgba(255,255,255);
}

a.btn.btn-action-local[b-y7cv0eqzdi] {
    border: 1px solid rgb(146, 151, 152);
    color: rgb(146, 151, 152);
}

    a.btn.btn-action-local:hover[b-y7cv0eqzdi] {
        border: 1px solid rgb(102 105 106 / 80%);
        color: rgb(102 105 106 / 80%);
    }

.btn-action[b-y7cv0eqzdi] {
    background: rgb(233, 28, 44);
    color: white;
}

.btn-action:hover[b-y7cv0eqzdi] {
    background: rgb(204,13, 28);
    color: #ffffffcc;
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Trader/Components/UserInfo.razor.rz.scp.css */
.navbar-dark .navbar-nav .nav-link[b-7jmfaw5siw] {
    color: rgba(255,255,255);
}
.navbar-dark .navbar-nav .nav-link:hover[b-7jmfaw5siw] {
    color: rgba(255,255,255, 0.8);
}
/* _content/WebTrader.WebApp/Pages/Branding/VT/Trader/Trader.razor.rz.scp.css */
#tv_chart_container[b-v3t4m6snu2] {
    height: calc(100vh - 56px);
}
/* _content/WebTrader.WebApp/Pages/Components/FeedBackModal.razor.rz.scp.css */

/* feed back modal*/
.feedback-modal[b-90h90sb0xk] {
    max-width: 350px;
}

ul.validation-errors[b-90h90sb0xk] {
    list-style: none;
    padding: 0;
}

/*end feed back modal*/
/* _content/WebTrader.WebApp/Pages/Components/LoginFormFooter.CIMA.razor.rz.scp.css */
@charset "utf-8";

.fa[b-jhbcw7ow57] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg[b-jhbcw7ow57] {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x[b-jhbcw7ow57] {
    font-size: 2em;
}

.fa-3x[b-jhbcw7ow57] {
    font-size: 3em;
}

.fa-4x[b-jhbcw7ow57] {
    font-size: 4em;
}

.fa-5x[b-jhbcw7ow57] {
    font-size: 5em;
}

.fa-fw[b-jhbcw7ow57] {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul[b-jhbcw7ow57] {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li[b-jhbcw7ow57] {
        position: relative;
    }

.fa-li[b-jhbcw7ow57] {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg[b-jhbcw7ow57] {
        left: -1.85714286em;
    }

.fa-border[b-jhbcw7ow57] {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left[b-jhbcw7ow57] {
    float: left;
}

.fa-pull-right[b-jhbcw7ow57] {
    float: right;
}

.fa.fa-pull-left[b-jhbcw7ow57] {
    margin-right: .3em;
}

.fa.fa-pull-right[b-jhbcw7ow57] {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right[b-jhbcw7ow57] {
    float: right;
}

.pull-left[b-jhbcw7ow57] {
    float: left;
}

.fa.pull-left[b-jhbcw7ow57] {
    margin-right: .3em;
}

.fa.pull-right[b-jhbcw7ow57] {
    margin-left: .3em;
}

.fa-spin[b-jhbcw7ow57] {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin-b-jhbcw7ow57 2s infinite linear;
}

.fa-pulse[b-jhbcw7ow57] {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin-b-jhbcw7ow57 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-b-jhbcw7ow57 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90[b-jhbcw7ow57] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180[b-jhbcw7ow57] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270[b-jhbcw7ow57] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal[b-jhbcw7ow57] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical[b-jhbcw7ow57] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90[b-jhbcw7ow57],
:root .fa-rotate-180[b-jhbcw7ow57],
:root .fa-rotate-270[b-jhbcw7ow57],
:root .fa-flip-horizontal[b-jhbcw7ow57],
:root .fa-flip-vertical[b-jhbcw7ow57] {
    filter: none;
}

.fa-stack[b-jhbcw7ow57] {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x[b-jhbcw7ow57],
.fa-stack-2x[b-jhbcw7ow57] {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x[b-jhbcw7ow57] {
    line-height: inherit;
}

.fa-stack-2x[b-jhbcw7ow57] {
    font-size: 2em;
}

.fa-inverse[b-jhbcw7ow57] {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass[b-jhbcw7ow57]:before {
    content: "\f000";
}

.fa-music[b-jhbcw7ow57]:before {
    content: "\f001";
}

.fa-search[b-jhbcw7ow57]:before {
    content: "\f002";
}

.fa-envelope-o[b-jhbcw7ow57]:before {
    content: "\f003";
}

.fa-heart[b-jhbcw7ow57]:before {
    content: "\f004";
}

.fa-star[b-jhbcw7ow57]:before {
    content: "\f005";
}

.fa-star-o[b-jhbcw7ow57]:before {
    content: "\f006";
}

.fa-user[b-jhbcw7ow57]:before {
    content: "\f007";
}

.fa-film[b-jhbcw7ow57]:before {
    content: "\f008";
}

.fa-th-large[b-jhbcw7ow57]:before {
    content: "\f009";
}

.fa-th[b-jhbcw7ow57]:before {
    content: "\f00a";
}

.fa-th-list[b-jhbcw7ow57]:before {
    content: "\f00b";
}

.fa-check[b-jhbcw7ow57]:before {
    content: "\f00c";
}

.fa-remove[b-jhbcw7ow57]:before,
.fa-close[b-jhbcw7ow57]:before,
.fa-times[b-jhbcw7ow57]:before {
    content: "\f00d";
}

.fa-search-plus[b-jhbcw7ow57]:before {
    content: "\f00e";
}

.fa-search-minus[b-jhbcw7ow57]:before {
    content: "\f010";
}

.fa-power-off[b-jhbcw7ow57]:before {
    content: "\f011";
}

.fa-signal[b-jhbcw7ow57]:before {
    content: "\f012";
}

.fa-gear[b-jhbcw7ow57]:before,
.fa-cog[b-jhbcw7ow57]:before {
    content: "\f013";
}

.fa-trash-o[b-jhbcw7ow57]:before {
    content: "\f014";
}

.fa-home[b-jhbcw7ow57]:before {
    content: "\f015";
}

.fa-file-o[b-jhbcw7ow57]:before {
    content: "\f016";
}

.fa-clock-o[b-jhbcw7ow57]:before {
    content: "\f017";
}

.fa-road[b-jhbcw7ow57]:before {
    content: "\f018";
}

.fa-download[b-jhbcw7ow57]:before {
    content: "\f019";
}

.fa-arrow-circle-o-down[b-jhbcw7ow57]:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up[b-jhbcw7ow57]:before {
    content: "\f01b";
}

.fa-inbox[b-jhbcw7ow57]:before {
    content: "\f01c";
}

.fa-play-circle-o[b-jhbcw7ow57]:before {
    content: "\f01d";
}

.fa-rotate-right[b-jhbcw7ow57]:before,
.fa-repeat[b-jhbcw7ow57]:before {
    content: "\f01e";
}

.fa-refresh[b-jhbcw7ow57]:before {
    content: "\f021";
}

.fa-list-alt[b-jhbcw7ow57]:before {
    content: "\f022";
}

.fa-lock[b-jhbcw7ow57]:before {
    content: "\f023";
}

.fa-flag[b-jhbcw7ow57]:before {
    content: "\f024";
}

.fa-headphones[b-jhbcw7ow57]:before {
    content: "\f025";
}

.fa-volume-off[b-jhbcw7ow57]:before {
    content: "\f026";
}

.fa-volume-down[b-jhbcw7ow57]:before {
    content: "\f027";
}

.fa-volume-up[b-jhbcw7ow57]:before {
    content: "\f028";
}

.fa-qrcode[b-jhbcw7ow57]:before {
    content: "\f029";
}

.fa-barcode[b-jhbcw7ow57]:before {
    content: "\f02a";
}

.fa-tag[b-jhbcw7ow57]:before {
    content: "\f02b";
}

.fa-tags[b-jhbcw7ow57]:before {
    content: "\f02c";
}

.fa-book[b-jhbcw7ow57]:before {
    content: "\f02d";
}

.fa-bookmark[b-jhbcw7ow57]:before {
    content: "\f02e";
}

.fa-print[b-jhbcw7ow57]:before {
    content: "\f02f";
}

.fa-camera[b-jhbcw7ow57]:before {
    content: "\f030";
}

.fa-font[b-jhbcw7ow57]:before {
    content: "\f031";
}

.fa-bold[b-jhbcw7ow57]:before {
    content: "\f032";
}

.fa-italic[b-jhbcw7ow57]:before {
    content: "\f033";
}

.fa-text-height[b-jhbcw7ow57]:before {
    content: "\f034";
}

.fa-text-width[b-jhbcw7ow57]:before {
    content: "\f035";
}

.fa-align-left[b-jhbcw7ow57]:before {
    content: "\f036";
}

.fa-align-center[b-jhbcw7ow57]:before {
    content: "\f037";
}

.fa-align-right[b-jhbcw7ow57]:before {
    content: "\f038";
}

.fa-align-justify[b-jhbcw7ow57]:before {
    content: "\f039";
}

.fa-list[b-jhbcw7ow57]:before {
    content: "\f03a";
}

.fa-dedent[b-jhbcw7ow57]:before,
.fa-outdent[b-jhbcw7ow57]:before {
    content: "\f03b";
}

.fa-indent[b-jhbcw7ow57]:before {
    content: "\f03c";
}

.fa-video-camera[b-jhbcw7ow57]:before {
    content: "\f03d";
}

.fa-photo[b-jhbcw7ow57]:before,
.fa-image[b-jhbcw7ow57]:before,
.fa-picture-o[b-jhbcw7ow57]:before {
    content: "\f03e";
}

.fa-pencil[b-jhbcw7ow57]:before {
    content: "\f040";
}

.fa-map-marker[b-jhbcw7ow57]:before {
    content: "\f041";
}

.fa-adjust[b-jhbcw7ow57]:before {
    content: "\f042";
}

.fa-tint[b-jhbcw7ow57]:before {
    content: "\f043";
}

.fa-edit[b-jhbcw7ow57]:before,
.fa-pencil-square-o[b-jhbcw7ow57]:before {
    content: "\f044";
}

.fa-share-square-o[b-jhbcw7ow57]:before {
    content: "\f045";
}

.fa-check-square-o[b-jhbcw7ow57]:before {
    content: "\f046";
}

.fa-arrows[b-jhbcw7ow57]:before {
    content: "\f047";
}

.fa-step-backward[b-jhbcw7ow57]:before {
    content: "\f048";
}

.fa-fast-backward[b-jhbcw7ow57]:before {
    content: "\f049";
}

.fa-backward[b-jhbcw7ow57]:before {
    content: "\f04a";
}

.fa-play[b-jhbcw7ow57]:before {
    content: "\f04b";
}

.fa-pause[b-jhbcw7ow57]:before {
    content: "\f04c";
}

.fa-stop[b-jhbcw7ow57]:before {
    content: "\f04d";
}

.fa-forward[b-jhbcw7ow57]:before {
    content: "\f04e";
}

.fa-fast-forward[b-jhbcw7ow57]:before {
    content: "\f050";
}

.fa-step-forward[b-jhbcw7ow57]:before {
    content: "\f051";
}

.fa-eject[b-jhbcw7ow57]:before {
    content: "\f052";
}

.fa-chevron-left[b-jhbcw7ow57]:before {
    content: "\f053";
}

.fa-chevron-right[b-jhbcw7ow57]:before {
    content: "\f054";
}

.fa-plus-circle[b-jhbcw7ow57]:before {
    content: "\f055";
}

.fa-minus-circle[b-jhbcw7ow57]:before {
    content: "\f056";
}

.fa-times-circle[b-jhbcw7ow57]:before {
    content: "\f057";
}

.fa-check-circle[b-jhbcw7ow57]:before {
    content: "\f058";
}

.fa-question-circle[b-jhbcw7ow57]:before {
    content: "\f059";
}

.fa-info-circle[b-jhbcw7ow57]:before {
    content: "\f05a";
}

.fa-crosshairs[b-jhbcw7ow57]:before {
    content: "\f05b";
}

.fa-times-circle-o[b-jhbcw7ow57]:before {
    content: "\f05c";
}

.fa-check-circle-o[b-jhbcw7ow57]:before {
    content: "\f05d";
}

.fa-ban[b-jhbcw7ow57]:before {
    content: "\f05e";
}

.fa-arrow-left[b-jhbcw7ow57]:before {
    content: "\f060";
}

.fa-arrow-right[b-jhbcw7ow57]:before {
    content: "\f061";
}

.fa-arrow-up[b-jhbcw7ow57]:before {
    content: "\f062";
}

.fa-arrow-down[b-jhbcw7ow57]:before {
    content: "\f063";
}

.fa-mail-forward[b-jhbcw7ow57]:before,
.fa-share[b-jhbcw7ow57]:before {
    content: "\f064";
}

.fa-expand[b-jhbcw7ow57]:before {
    content: "\f065";
}

.fa-compress[b-jhbcw7ow57]:before {
    content: "\f066";
}

.fa-plus[b-jhbcw7ow57]:before {
    content: "\f067";
}

.fa-minus[b-jhbcw7ow57]:before {
    content: "\f068";
}

.fa-asterisk[b-jhbcw7ow57]:before {
    content: "\f069";
}

.fa-exclamation-circle[b-jhbcw7ow57]:before {
    content: "\f06a";
}

.fa-gift[b-jhbcw7ow57]:before {
    content: "\f06b";
}

.fa-leaf[b-jhbcw7ow57]:before {
    content: "\f06c";
}

.fa-fire[b-jhbcw7ow57]:before {
    content: "\f06d";
}

.fa-eye[b-jhbcw7ow57]:before {
    content: "\f06e";
}

.fa-eye-slash[b-jhbcw7ow57]:before {
    content: "\f070";
}

.fa-warning[b-jhbcw7ow57]:before,
.fa-exclamation-triangle[b-jhbcw7ow57]:before {
    content: "\f071";
}

.fa-plane[b-jhbcw7ow57]:before {
    content: "\f072";
}

.fa-calendar[b-jhbcw7ow57]:before {
    content: "\f073";
}

.fa-random[b-jhbcw7ow57]:before {
    content: "\f074";
}

.fa-comment[b-jhbcw7ow57]:before {
    content: "\f075";
}

.fa-magnet[b-jhbcw7ow57]:before {
    content: "\f076";
}

.fa-chevron-up[b-jhbcw7ow57]:before {
    content: "\f077";
}

.fa-chevron-down[b-jhbcw7ow57]:before {
    content: "\f078";
}

.fa-retweet[b-jhbcw7ow57]:before {
    content: "\f079";
}

.fa-shopping-cart[b-jhbcw7ow57]:before {
    content: "\f07a";
}

.fa-folder[b-jhbcw7ow57]:before {
    content: "\f07b";
}

.fa-folder-open[b-jhbcw7ow57]:before {
    content: "\f07c";
}

.fa-arrows-v[b-jhbcw7ow57]:before {
    content: "\f07d";
}

.fa-arrows-h[b-jhbcw7ow57]:before {
    content: "\f07e";
}

.fa-bar-chart-o[b-jhbcw7ow57]:before,
.fa-bar-chart[b-jhbcw7ow57]:before {
    content: "\f080";
}

.fa-twitter-square[b-jhbcw7ow57]:before {
    content: "\f081";
}

.fa-facebook-square[b-jhbcw7ow57]:before {
    content: "\f082";
}

.fa-camera-retro[b-jhbcw7ow57]:before {
    content: "\f083";
}

.fa-key[b-jhbcw7ow57]:before {
    content: "\f084";
}

.fa-gears[b-jhbcw7ow57]:before,
.fa-cogs[b-jhbcw7ow57]:before {
    content: "\f085";
}

.fa-comments[b-jhbcw7ow57]:before {
    content: "\f086";
}

.fa-thumbs-o-up[b-jhbcw7ow57]:before {
    content: "\f087";
}

.fa-thumbs-o-down[b-jhbcw7ow57]:before {
    content: "\f088";
}

.fa-star-half[b-jhbcw7ow57]:before {
    content: "\f089";
}

.fa-heart-o[b-jhbcw7ow57]:before {
    content: "\f08a";
}

.fa-sign-out[b-jhbcw7ow57]:before {
    content: "\f08b";
}

.fa-linkedin-square[b-jhbcw7ow57]:before {
    content: "\f08c";
}

.fa-thumb-tack[b-jhbcw7ow57]:before {
    content: "\f08d";
}

.fa-external-link[b-jhbcw7ow57]:before {
    content: "\f08e";
}

.fa-sign-in[b-jhbcw7ow57]:before {
    content: "\f090";
}

.fa-trophy[b-jhbcw7ow57]:before {
    content: "\f091";
}

.fa-github-square[b-jhbcw7ow57]:before {
    content: "\f092";
}

.fa-upload[b-jhbcw7ow57]:before {
    content: "\f093";
}

.fa-lemon-o[b-jhbcw7ow57]:before {
    content: "\f094";
}

.fa-phone[b-jhbcw7ow57]:before {
    content: "\f095";
}

.fa-square-o[b-jhbcw7ow57]:before {
    content: "\f096";
}

.fa-bookmark-o[b-jhbcw7ow57]:before {
    content: "\f097";
}

.fa-phone-square[b-jhbcw7ow57]:before {
    content: "\f098";
}

.fa-twitter[b-jhbcw7ow57]:before {
    content: "\f099";
}

.fa-facebook-f[b-jhbcw7ow57]:before,
.fa-facebook[b-jhbcw7ow57]:before {
    content: "\f09a";
}

.fa-github[b-jhbcw7ow57]:before {
    content: "\f09b";
}

.fa-unlock[b-jhbcw7ow57]:before {
    content: "\f09c";
}

.fa-credit-card[b-jhbcw7ow57]:before {
    content: "\f09d";
}

.fa-feed[b-jhbcw7ow57]:before,
.fa-rss[b-jhbcw7ow57]:before {
    content: "\f09e";
}

.fa-hdd-o[b-jhbcw7ow57]:before {
    content: "\f0a0";
}

.fa-bullhorn[b-jhbcw7ow57]:before {
    content: "\f0a1";
}

.fa-bell[b-jhbcw7ow57]:before {
    content: "\f0f3";
}

.fa-certificate[b-jhbcw7ow57]:before {
    content: "\f0a3";
}

.fa-hand-o-right[b-jhbcw7ow57]:before {
    content: "\f0a4";
}

.fa-hand-o-left[b-jhbcw7ow57]:before {
    content: "\f0a5";
}

.fa-hand-o-up[b-jhbcw7ow57]:before {
    content: "\f0a6";
}

.fa-hand-o-down[b-jhbcw7ow57]:before {
    content: "\f0a7";
}

.fa-arrow-circle-left[b-jhbcw7ow57]:before {
    content: "\f0a8";
}

.fa-arrow-circle-right[b-jhbcw7ow57]:before {
    content: "\f0a9";
}

.fa-arrow-circle-up[b-jhbcw7ow57]:before {
    content: "\f0aa";
}

.fa-arrow-circle-down[b-jhbcw7ow57]:before {
    content: "\f0ab";
}

.fa-globe[b-jhbcw7ow57]:before {
    content: "\f0ac";
}

.fa-wrench[b-jhbcw7ow57]:before {
    content: "\f0ad";
}

.fa-tasks[b-jhbcw7ow57]:before {
    content: "\f0ae";
}

.fa-filter[b-jhbcw7ow57]:before {
    content: "\f0b0";
}

.fa-briefcase[b-jhbcw7ow57]:before {
    content: "\f0b1";
}

.fa-arrows-alt[b-jhbcw7ow57]:before {
    content: "\f0b2";
}

.fa-group[b-jhbcw7ow57]:before,
.fa-users[b-jhbcw7ow57]:before {
    content: "\f0c0";
}

.fa-chain[b-jhbcw7ow57]:before,
.fa-link[b-jhbcw7ow57]:before {
    content: "\f0c1";
}

.fa-cloud[b-jhbcw7ow57]:before {
    content: "\f0c2";
}

.fa-flask[b-jhbcw7ow57]:before {
    content: "\f0c3";
}

.fa-cut[b-jhbcw7ow57]:before,
.fa-scissors[b-jhbcw7ow57]:before {
    content: "\f0c4";
}

.fa-copy[b-jhbcw7ow57]:before,
.fa-files-o[b-jhbcw7ow57]:before {
    content: "\f0c5";
}

.fa-paperclip[b-jhbcw7ow57]:before {
    content: "\f0c6";
}

.fa-save[b-jhbcw7ow57]:before,
.fa-floppy-o[b-jhbcw7ow57]:before {
    content: "\f0c7";
}

.fa-square[b-jhbcw7ow57]:before {
    content: "\f0c8";
}

.fa-navicon[b-jhbcw7ow57]:before,
.fa-reorder[b-jhbcw7ow57]:before,
.fa-bars[b-jhbcw7ow57]:before {
    content: "\f0c9";
}

.fa-list-ul[b-jhbcw7ow57]:before {
    content: "\f0ca";
}

.fa-list-ol[b-jhbcw7ow57]:before {
    content: "\f0cb";
}

.fa-strikethrough[b-jhbcw7ow57]:before {
    content: "\f0cc";
}

.fa-underline[b-jhbcw7ow57]:before {
    content: "\f0cd";
}

.fa-table[b-jhbcw7ow57]:before {
    content: "\f0ce";
}

.fa-magic[b-jhbcw7ow57]:before {
    content: "\f0d0";
}

.fa-truck[b-jhbcw7ow57]:before {
    content: "\f0d1";
}

.fa-pinterest[b-jhbcw7ow57]:before {
    content: "\f0d2";
}

.fa-pinterest-square[b-jhbcw7ow57]:before {
    content: "\f0d3";
}

.fa-google-plus-square[b-jhbcw7ow57]:before {
    content: "\f0d4";
}

.fa-google-plus[b-jhbcw7ow57]:before {
    content: "\f0d5";
}

.fa-money[b-jhbcw7ow57]:before {
    content: "\f0d6";
}

.fa-caret-down[b-jhbcw7ow57]:before {
    content: "\f0d7";
}

.fa-caret-up[b-jhbcw7ow57]:before {
    content: "\f0d8";
}

.fa-caret-left[b-jhbcw7ow57]:before {
    content: "\f0d9";
}

.fa-caret-right[b-jhbcw7ow57]:before {
    content: "\f0da";
}

.fa-columns[b-jhbcw7ow57]:before {
    content: "\f0db";
}

.fa-unsorted[b-jhbcw7ow57]:before,
.fa-sort[b-jhbcw7ow57]:before {
    content: "\f0dc";
}

.fa-sort-down[b-jhbcw7ow57]:before,
.fa-sort-desc[b-jhbcw7ow57]:before {
    content: "\f0dd";
}

.fa-sort-up[b-jhbcw7ow57]:before,
.fa-sort-asc[b-jhbcw7ow57]:before {
    content: "\f0de";
}

.fa-envelope[b-jhbcw7ow57]:before {
    content: "\f0e0";
}

.fa-linkedin[b-jhbcw7ow57]:before {
    content: "\f0e1";
}

.fa-rotate-left[b-jhbcw7ow57]:before,
.fa-undo[b-jhbcw7ow57]:before {
    content: "\f0e2";
}

.fa-legal[b-jhbcw7ow57]:before,
.fa-gavel[b-jhbcw7ow57]:before {
    content: "\f0e3";
}

.fa-dashboard[b-jhbcw7ow57]:before,
.fa-tachometer[b-jhbcw7ow57]:before {
    content: "\f0e4";
}

.fa-comment-o[b-jhbcw7ow57]:before {
    content: "\f0e5";
}

.fa-comments-o[b-jhbcw7ow57]:before {
    content: "\f0e6";
}

.fa-flash[b-jhbcw7ow57]:before,
.fa-bolt[b-jhbcw7ow57]:before {
    content: "\f0e7";
}

.fa-sitemap[b-jhbcw7ow57]:before {
    content: "\f0e8";
}

.fa-umbrella[b-jhbcw7ow57]:before {
    content: "\f0e9";
}

.fa-paste[b-jhbcw7ow57]:before,
.fa-clipboard[b-jhbcw7ow57]:before {
    content: "\f0ea";
}

.fa-lightbulb-o[b-jhbcw7ow57]:before {
    content: "\f0eb";
}

.fa-exchange[b-jhbcw7ow57]:before {
    content: "\f0ec";
}

.fa-cloud-download[b-jhbcw7ow57]:before {
    content: "\f0ed";
}

.fa-cloud-upload[b-jhbcw7ow57]:before {
    content: "\f0ee";
}

.fa-user-md[b-jhbcw7ow57]:before {
    content: "\f0f0";
}

.fa-stethoscope[b-jhbcw7ow57]:before {
    content: "\f0f1";
}

.fa-suitcase[b-jhbcw7ow57]:before {
    content: "\f0f2";
}

.fa-bell-o[b-jhbcw7ow57]:before {
    content: "\f0a2";
}

.fa-coffee[b-jhbcw7ow57]:before {
    content: "\f0f4";
}

.fa-cutlery[b-jhbcw7ow57]:before {
    content: "\f0f5";
}

.fa-file-text-o[b-jhbcw7ow57]:before {
    content: "\f0f6";
}

.fa-building-o[b-jhbcw7ow57]:before {
    content: "\f0f7";
}

.fa-hospital-o[b-jhbcw7ow57]:before {
    content: "\f0f8";
}

.fa-ambulance[b-jhbcw7ow57]:before {
    content: "\f0f9";
}

.fa-medkit[b-jhbcw7ow57]:before {
    content: "\f0fa";
}

.fa-fighter-jet[b-jhbcw7ow57]:before {
    content: "\f0fb";
}

.fa-beer[b-jhbcw7ow57]:before {
    content: "\f0fc";
}

.fa-h-square[b-jhbcw7ow57]:before {
    content: "\f0fd";
}

.fa-plus-square[b-jhbcw7ow57]:before {
    content: "\f0fe";
}

.fa-angle-double-left[b-jhbcw7ow57]:before {
    content: "\f100";
}

.fa-angle-double-right[b-jhbcw7ow57]:before {
    content: "\f101";
}

.fa-angle-double-up[b-jhbcw7ow57]:before {
    content: "\f102";
}

.fa-angle-double-down[b-jhbcw7ow57]:before {
    content: "\f103";
}

.fa-angle-left[b-jhbcw7ow57]:before {
    content: "\f104";
}

.fa-angle-right[b-jhbcw7ow57]:before {
    content: "\f105";
}

.fa-angle-up[b-jhbcw7ow57]:before {
    content: "\f106";
}

.fa-angle-down[b-jhbcw7ow57]:before {
    content: "\f107";
}

.fa-desktop[b-jhbcw7ow57]:before {
    content: "\f108";
}

.fa-laptop[b-jhbcw7ow57]:before {
    content: "\f109";
}

.fa-tablet[b-jhbcw7ow57]:before {
    content: "\f10a";
}

.fa-mobile-phone[b-jhbcw7ow57]:before,
.fa-mobile[b-jhbcw7ow57]:before {
    content: "\f10b";
}

.fa-circle-o[b-jhbcw7ow57]:before {
    content: "\f10c";
}

.fa-quote-left[b-jhbcw7ow57]:before {
    content: "\f10d";
}

.fa-quote-right[b-jhbcw7ow57]:before {
    content: "\f10e";
}

.fa-spinner[b-jhbcw7ow57]:before {
    content: "\f110";
}

.fa-circle[b-jhbcw7ow57]:before {
    content: "\f111";
}

.fa-mail-reply[b-jhbcw7ow57]:before,
.fa-reply[b-jhbcw7ow57]:before {
    content: "\f112";
}

.fa-github-alt[b-jhbcw7ow57]:before {
    content: "\f113";
}

.fa-folder-o[b-jhbcw7ow57]:before {
    content: "\f114";
}

.fa-folder-open-o[b-jhbcw7ow57]:before {
    content: "\f115";
}

.fa-smile-o[b-jhbcw7ow57]:before {
    content: "\f118";
}

.fa-frown-o[b-jhbcw7ow57]:before {
    content: "\f119";
}

.fa-meh-o[b-jhbcw7ow57]:before {
    content: "\f11a";
}

.fa-gamepad[b-jhbcw7ow57]:before {
    content: "\f11b";
}

.fa-keyboard-o[b-jhbcw7ow57]:before {
    content: "\f11c";
}

.fa-flag-o[b-jhbcw7ow57]:before {
    content: "\f11d";
}

.fa-flag-checkered[b-jhbcw7ow57]:before {
    content: "\f11e";
}

.fa-terminal[b-jhbcw7ow57]:before {
    content: "\f120";
}

.fa-code[b-jhbcw7ow57]:before {
    content: "\f121";
}

.fa-mail-reply-all[b-jhbcw7ow57]:before,
.fa-reply-all[b-jhbcw7ow57]:before {
    content: "\f122";
}

.fa-star-half-empty[b-jhbcw7ow57]:before,
.fa-star-half-full[b-jhbcw7ow57]:before,
.fa-star-half-o[b-jhbcw7ow57]:before {
    content: "\f123";
}

.fa-location-arrow[b-jhbcw7ow57]:before {
    content: "\f124";
}

.fa-crop[b-jhbcw7ow57]:before {
    content: "\f125";
}

.fa-code-fork[b-jhbcw7ow57]:before {
    content: "\f126";
}

.fa-unlink[b-jhbcw7ow57]:before,
.fa-chain-broken[b-jhbcw7ow57]:before {
    content: "\f127";
}

.fa-question[b-jhbcw7ow57]:before {
    content: "\f128";
}

.fa-info[b-jhbcw7ow57]:before {
    content: "\f129";
}

.fa-exclamation[b-jhbcw7ow57]:before {
    content: "\f12a";
}

.fa-superscript[b-jhbcw7ow57]:before {
    content: "\f12b";
}

.fa-subscript[b-jhbcw7ow57]:before {
    content: "\f12c";
}

.fa-eraser[b-jhbcw7ow57]:before {
    content: "\f12d";
}

.fa-puzzle-piece[b-jhbcw7ow57]:before {
    content: "\f12e";
}

.fa-microphone[b-jhbcw7ow57]:before {
    content: "\f130";
}

.fa-microphone-slash[b-jhbcw7ow57]:before {
    content: "\f131";
}

.fa-shield[b-jhbcw7ow57]:before {
    content: "\f132";
}

.fa-calendar-o[b-jhbcw7ow57]:before {
    content: "\f133";
}

.fa-fire-extinguisher[b-jhbcw7ow57]:before {
    content: "\f134";
}

.fa-rocket[b-jhbcw7ow57]:before {
    content: "\f135";
}

.fa-maxcdn[b-jhbcw7ow57]:before {
    content: "\f136";
}

.fa-chevron-circle-left[b-jhbcw7ow57]:before {
    content: "\f137";
}

.fa-chevron-circle-right[b-jhbcw7ow57]:before {
    content: "\f138";
}

.fa-chevron-circle-up[b-jhbcw7ow57]:before {
    content: "\f139";
}

.fa-chevron-circle-down[b-jhbcw7ow57]:before {
    content: "\f13a";
}

.fa-html5[b-jhbcw7ow57]:before {
    content: "\f13b";
}

.fa-css3[b-jhbcw7ow57]:before {
    content: "\f13c";
}

.fa-anchor[b-jhbcw7ow57]:before {
    content: "\f13d";
}

.fa-unlock-alt[b-jhbcw7ow57]:before {
    content: "\f13e";
}

.fa-bullseye[b-jhbcw7ow57]:before {
    content: "\f140";
}

.fa-ellipsis-h[b-jhbcw7ow57]:before {
    content: "\f141";
}

.fa-ellipsis-v[b-jhbcw7ow57]:before {
    content: "\f142";
}

.fa-rss-square[b-jhbcw7ow57]:before {
    content: "\f143";
}

.fa-play-circle[b-jhbcw7ow57]:before {
    content: "\f144";
}

.fa-ticket[b-jhbcw7ow57]:before {
    content: "\f145";
}

.fa-minus-square[b-jhbcw7ow57]:before {
    content: "\f146";
}

.fa-minus-square-o[b-jhbcw7ow57]:before {
    content: "\f147";
}

.fa-level-up[b-jhbcw7ow57]:before {
    content: "\f148";
}

.fa-level-down[b-jhbcw7ow57]:before {
    content: "\f149";
}

.fa-check-square[b-jhbcw7ow57]:before {
    content: "\f14a";
}

.fa-pencil-square[b-jhbcw7ow57]:before {
    content: "\f14b";
}

.fa-external-link-square[b-jhbcw7ow57]:before {
    content: "\f14c";
}

.fa-share-square[b-jhbcw7ow57]:before {
    content: "\f14d";
}

.fa-compass[b-jhbcw7ow57]:before {
    content: "\f14e";
}

.fa-toggle-down[b-jhbcw7ow57]:before,
.fa-caret-square-o-down[b-jhbcw7ow57]:before {
    content: "\f150";
}

.fa-toggle-up[b-jhbcw7ow57]:before,
.fa-caret-square-o-up[b-jhbcw7ow57]:before {
    content: "\f151";
}

.fa-toggle-right[b-jhbcw7ow57]:before,
.fa-caret-square-o-right[b-jhbcw7ow57]:before {
    content: "\f152";
}

.fa-euro[b-jhbcw7ow57]:before,
.fa-eur[b-jhbcw7ow57]:before {
    content: "\f153";
}

.fa-gbp[b-jhbcw7ow57]:before {
    content: "\f154";
}

.fa-dollar[b-jhbcw7ow57]:before,
.fa-usd[b-jhbcw7ow57]:before {
    content: "\f155";
}

.fa-rupee[b-jhbcw7ow57]:before,
.fa-inr[b-jhbcw7ow57]:before {
    content: "\f156";
}

.fa-cny[b-jhbcw7ow57]:before,
.fa-rmb[b-jhbcw7ow57]:before,
.fa-yen[b-jhbcw7ow57]:before,
.fa-jpy[b-jhbcw7ow57]:before {
    content: "\f157";
}

.fa-ruble[b-jhbcw7ow57]:before,
.fa-rouble[b-jhbcw7ow57]:before,
.fa-rub[b-jhbcw7ow57]:before {
    content: "\f158";
}

.fa-won[b-jhbcw7ow57]:before,
.fa-krw[b-jhbcw7ow57]:before {
    content: "\f159";
}

.fa-bitcoin[b-jhbcw7ow57]:before,
.fa-btc[b-jhbcw7ow57]:before {
    content: "\f15a";
}

.fa-file[b-jhbcw7ow57]:before {
    content: "\f15b";
}

.fa-file-text[b-jhbcw7ow57]:before {
    content: "\f15c";
}

.fa-sort-alpha-asc[b-jhbcw7ow57]:before {
    content: "\f15d";
}

.fa-sort-alpha-desc[b-jhbcw7ow57]:before {
    content: "\f15e";
}

.fa-sort-amount-asc[b-jhbcw7ow57]:before {
    content: "\f160";
}

.fa-sort-amount-desc[b-jhbcw7ow57]:before {
    content: "\f161";
}

.fa-sort-numeric-asc[b-jhbcw7ow57]:before {
    content: "\f162";
}

.fa-sort-numeric-desc[b-jhbcw7ow57]:before {
    content: "\f163";
}

.fa-thumbs-up[b-jhbcw7ow57]:before {
    content: "\f164";
}

.fa-thumbs-down[b-jhbcw7ow57]:before {
    content: "\f165";
}

.fa-youtube-square[b-jhbcw7ow57]:before {
    content: "\f166";
}

.fa-youtube[b-jhbcw7ow57]:before {
    content: "\f167";
}

.fa-xing[b-jhbcw7ow57]:before {
    content: "\f168";
}

.fa-xing-square[b-jhbcw7ow57]:before {
    content: "\f169";
}

.fa-youtube-play[b-jhbcw7ow57]:before {
    content: "\f16a";
}

.fa-dropbox[b-jhbcw7ow57]:before {
    content: "\f16b";
}

.fa-stack-overflow[b-jhbcw7ow57]:before {
    content: "\f16c";
}

.fa-instagram[b-jhbcw7ow57]:before {
    content: "\f16d";
}

.fa-flickr[b-jhbcw7ow57]:before {
    content: "\f16e";
}

.fa-adn[b-jhbcw7ow57]:before {
    content: "\f170";
}

.fa-bitbucket[b-jhbcw7ow57]:before {
    content: "\f171";
}

.fa-bitbucket-square[b-jhbcw7ow57]:before {
    content: "\f172";
}

.fa-tumblr[b-jhbcw7ow57]:before {
    content: "\f173";
}

.fa-tumblr-square[b-jhbcw7ow57]:before {
    content: "\f174";
}

.fa-long-arrow-down[b-jhbcw7ow57]:before {
    content: "\f175";
}

.fa-long-arrow-up[b-jhbcw7ow57]:before {
    content: "\f176";
}

.fa-long-arrow-left[b-jhbcw7ow57]:before {
    content: "\f177";
}

.fa-long-arrow-right[b-jhbcw7ow57]:before {
    content: "\f178";
}

.fa-apple[b-jhbcw7ow57]:before {
    content: "\f179";
}

.fa-windows[b-jhbcw7ow57]:before {
    content: "\f17a";
}

.fa-android[b-jhbcw7ow57]:before {
    content: "\f17b";
}

.fa-linux[b-jhbcw7ow57]:before {
    content: "\f17c";
}

.fa-dribbble[b-jhbcw7ow57]:before {
    content: "\f17d";
}

.fa-skype[b-jhbcw7ow57]:before {
    content: "\f17e";
}

.fa-foursquare[b-jhbcw7ow57]:before {
    content: "\f180";
}

.fa-trello[b-jhbcw7ow57]:before {
    content: "\f181";
}

.fa-female[b-jhbcw7ow57]:before {
    content: "\f182";
}

.fa-male[b-jhbcw7ow57]:before {
    content: "\f183";
}

.fa-gittip[b-jhbcw7ow57]:before,
.fa-gratipay[b-jhbcw7ow57]:before {
    content: "\f184";
}

.fa-sun-o[b-jhbcw7ow57]:before {
    content: "\f185";
}

.fa-moon-o[b-jhbcw7ow57]:before {
    content: "\f186";
}

.fa-archive[b-jhbcw7ow57]:before {
    content: "\f187";
}

.fa-bug[b-jhbcw7ow57]:before {
    content: "\f188";
}

.fa-vk[b-jhbcw7ow57]:before {
    content: "\f189";
}

.fa-weibo[b-jhbcw7ow57]:before {
    content: "\f18a";
}

.fa-renren[b-jhbcw7ow57]:before {
    content: "\f18b";
}

.fa-pagelines[b-jhbcw7ow57]:before {
    content: "\f18c";
}

.fa-stack-exchange[b-jhbcw7ow57]:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right[b-jhbcw7ow57]:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left[b-jhbcw7ow57]:before {
    content: "\f190";
}

.fa-toggle-left[b-jhbcw7ow57]:before,
.fa-caret-square-o-left[b-jhbcw7ow57]:before {
    content: "\f191";
}

.fa-dot-circle-o[b-jhbcw7ow57]:before {
    content: "\f192";
}

.fa-wheelchair[b-jhbcw7ow57]:before {
    content: "\f193";
}

.fa-vimeo-square[b-jhbcw7ow57]:before {
    content: "\f194";
}

.fa-turkish-lira[b-jhbcw7ow57]:before,
.fa-try[b-jhbcw7ow57]:before {
    content: "\f195";
}

.fa-plus-square-o[b-jhbcw7ow57]:before {
    content: "\f196";
}

.fa-space-shuttle[b-jhbcw7ow57]:before {
    content: "\f197";
}

.fa-slack[b-jhbcw7ow57]:before {
    content: "\f198";
}

.fa-envelope-square[b-jhbcw7ow57]:before {
    content: "\f199";
}

.fa-wordpress[b-jhbcw7ow57]:before {
    content: "\f19a";
}

.fa-openid[b-jhbcw7ow57]:before {
    content: "\f19b";
}

.fa-institution[b-jhbcw7ow57]:before,
.fa-bank[b-jhbcw7ow57]:before,
.fa-university[b-jhbcw7ow57]:before {
    content: "\f19c";
}

.fa-mortar-board[b-jhbcw7ow57]:before,
.fa-graduation-cap[b-jhbcw7ow57]:before {
    content: "\f19d";
}

.fa-yahoo[b-jhbcw7ow57]:before {
    content: "\f19e";
}

.fa-google[b-jhbcw7ow57]:before {
    content: "\f1a0";
}

.fa-reddit[b-jhbcw7ow57]:before {
    content: "\f1a1";
}

.fa-reddit-square[b-jhbcw7ow57]:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle[b-jhbcw7ow57]:before {
    content: "\f1a3";
}

.fa-stumbleupon[b-jhbcw7ow57]:before {
    content: "\f1a4";
}

.fa-delicious[b-jhbcw7ow57]:before {
    content: "\f1a5";
}

.fa-digg[b-jhbcw7ow57]:before {
    content: "\f1a6";
}

.fa-pied-piper-pp[b-jhbcw7ow57]:before {
    content: "\f1a7";
}

.fa-pied-piper-alt[b-jhbcw7ow57]:before {
    content: "\f1a8";
}

.fa-drupal[b-jhbcw7ow57]:before {
    content: "\f1a9";
}

.fa-joomla[b-jhbcw7ow57]:before {
    content: "\f1aa";
}

.fa-language[b-jhbcw7ow57]:before {
    content: "\f1ab";
}

.fa-fax[b-jhbcw7ow57]:before {
    content: "\f1ac";
}

.fa-building[b-jhbcw7ow57]:before {
    content: "\f1ad";
}

.fa-child[b-jhbcw7ow57]:before {
    content: "\f1ae";
}

.fa-paw[b-jhbcw7ow57]:before {
    content: "\f1b0";
}

.fa-spoon[b-jhbcw7ow57]:before {
    content: "\f1b1";
}

.fa-cube[b-jhbcw7ow57]:before {
    content: "\f1b2";
}

.fa-cubes[b-jhbcw7ow57]:before {
    content: "\f1b3";
}

.fa-behance[b-jhbcw7ow57]:before {
    content: "\f1b4";
}

.fa-behance-square[b-jhbcw7ow57]:before {
    content: "\f1b5";
}

.fa-steam[b-jhbcw7ow57]:before {
    content: "\f1b6";
}

.fa-steam-square[b-jhbcw7ow57]:before {
    content: "\f1b7";
}

.fa-recycle[b-jhbcw7ow57]:before {
    content: "\f1b8";
}

.fa-automobile[b-jhbcw7ow57]:before,
.fa-car[b-jhbcw7ow57]:before {
    content: "\f1b9";
}

.fa-cab[b-jhbcw7ow57]:before,
.fa-taxi[b-jhbcw7ow57]:before {
    content: "\f1ba";
}

.fa-tree[b-jhbcw7ow57]:before {
    content: "\f1bb";
}

.fa-spotify[b-jhbcw7ow57]:before {
    content: "\f1bc";
}

.fa-deviantart[b-jhbcw7ow57]:before {
    content: "\f1bd";
}

.fa-soundcloud[b-jhbcw7ow57]:before {
    content: "\f1be";
}

.fa-database[b-jhbcw7ow57]:before {
    content: "\f1c0";
}

.fa-file-pdf-o[b-jhbcw7ow57]:before {
    content: "\f1c1";
}

.fa-file-word-o[b-jhbcw7ow57]:before {
    content: "\f1c2";
}

.fa-file-excel-o[b-jhbcw7ow57]:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o[b-jhbcw7ow57]:before {
    content: "\f1c4";
}

.fa-file-photo-o[b-jhbcw7ow57]:before,
.fa-file-picture-o[b-jhbcw7ow57]:before,
.fa-file-image-o[b-jhbcw7ow57]:before {
    content: "\f1c5";
}

.fa-file-zip-o[b-jhbcw7ow57]:before,
.fa-file-archive-o[b-jhbcw7ow57]:before {
    content: "\f1c6";
}

.fa-file-sound-o[b-jhbcw7ow57]:before,
.fa-file-audio-o[b-jhbcw7ow57]:before {
    content: "\f1c7";
}

.fa-file-movie-o[b-jhbcw7ow57]:before,
.fa-file-video-o[b-jhbcw7ow57]:before {
    content: "\f1c8";
}

.fa-file-code-o[b-jhbcw7ow57]:before {
    content: "\f1c9";
}

.fa-vine[b-jhbcw7ow57]:before {
    content: "\f1ca";
}

.fa-codepen[b-jhbcw7ow57]:before {
    content: "\f1cb";
}

.fa-jsfiddle[b-jhbcw7ow57]:before {
    content: "\f1cc";
}

.fa-life-bouy[b-jhbcw7ow57]:before,
.fa-life-buoy[b-jhbcw7ow57]:before,
.fa-life-saver[b-jhbcw7ow57]:before,
.fa-support[b-jhbcw7ow57]:before,
.fa-life-ring[b-jhbcw7ow57]:before {
    content: "\f1cd";
}

.fa-circle-o-notch[b-jhbcw7ow57]:before {
    content: "\f1ce";
}

.fa-ra[b-jhbcw7ow57]:before,
.fa-resistance[b-jhbcw7ow57]:before,
.fa-rebel[b-jhbcw7ow57]:before {
    content: "\f1d0";
}

.fa-ge[b-jhbcw7ow57]:before,
.fa-empire[b-jhbcw7ow57]:before {
    content: "\f1d1";
}

.fa-git-square[b-jhbcw7ow57]:before {
    content: "\f1d2";
}

.fa-git[b-jhbcw7ow57]:before {
    content: "\f1d3";
}

.fa-y-combinator-square[b-jhbcw7ow57]:before,
.fa-yc-square[b-jhbcw7ow57]:before,
.fa-hacker-news[b-jhbcw7ow57]:before {
    content: "\f1d4";
}

.fa-tencent-weibo[b-jhbcw7ow57]:before {
    content: "\f1d5";
}

.fa-qq[b-jhbcw7ow57]:before {
    content: "\f1d6";
}

.fa-wechat[b-jhbcw7ow57]:before,
.fa-weixin[b-jhbcw7ow57]:before {
    content: "\f1d7";
}

.fa-send[b-jhbcw7ow57]:before,
.fa-paper-plane[b-jhbcw7ow57]:before {
    content: "\f1d8";
}

.fa-send-o[b-jhbcw7ow57]:before,
.fa-paper-plane-o[b-jhbcw7ow57]:before {
    content: "\f1d9";
}

.fa-history[b-jhbcw7ow57]:before {
    content: "\f1da";
}

.fa-circle-thin[b-jhbcw7ow57]:before {
    content: "\f1db";
}

.fa-header[b-jhbcw7ow57]:before {
    content: "\f1dc";
}

.fa-paragraph[b-jhbcw7ow57]:before {
    content: "\f1dd";
}

.fa-sliders[b-jhbcw7ow57]:before {
    content: "\f1de";
}

.fa-share-alt[b-jhbcw7ow57]:before {
    content: "\f1e0";
}

.fa-share-alt-square[b-jhbcw7ow57]:before {
    content: "\f1e1";
}

.fa-bomb[b-jhbcw7ow57]:before {
    content: "\f1e2";
}

.fa-soccer-ball-o[b-jhbcw7ow57]:before,
.fa-futbol-o[b-jhbcw7ow57]:before {
    content: "\f1e3";
}

.fa-tty[b-jhbcw7ow57]:before {
    content: "\f1e4";
}

.fa-binoculars[b-jhbcw7ow57]:before {
    content: "\f1e5";
}

.fa-plug[b-jhbcw7ow57]:before {
    content: "\f1e6";
}

.fa-slideshare[b-jhbcw7ow57]:before {
    content: "\f1e7";
}

.fa-twitch[b-jhbcw7ow57]:before {
    content: "\f1e8";
}

.fa-yelp[b-jhbcw7ow57]:before {
    content: "\f1e9";
}

.fa-newspaper-o[b-jhbcw7ow57]:before {
    content: "\f1ea";
}

.fa-wifi[b-jhbcw7ow57]:before {
    content: "\f1eb";
}

.fa-calculator[b-jhbcw7ow57]:before {
    content: "\f1ec";
}

.fa-paypal[b-jhbcw7ow57]:before {
    content: "\f1ed";
}

.fa-google-wallet[b-jhbcw7ow57]:before {
    content: "\f1ee";
}

.fa-cc-visa[b-jhbcw7ow57]:before {
    content: "\f1f0";
}

.fa-cc-mastercard[b-jhbcw7ow57]:before {
    content: "\f1f1";
}

.fa-cc-discover[b-jhbcw7ow57]:before {
    content: "\f1f2";
}

.fa-cc-amex[b-jhbcw7ow57]:before {
    content: "\f1f3";
}

.fa-cc-paypal[b-jhbcw7ow57]:before {
    content: "\f1f4";
}

.fa-cc-stripe[b-jhbcw7ow57]:before {
    content: "\f1f5";
}

.fa-bell-slash[b-jhbcw7ow57]:before {
    content: "\f1f6";
}

.fa-bell-slash-o[b-jhbcw7ow57]:before {
    content: "\f1f7";
}

.fa-trash[b-jhbcw7ow57]:before {
    content: "\f1f8";
}

.fa-copyright[b-jhbcw7ow57]:before {
    content: "\f1f9";
}

.fa-at[b-jhbcw7ow57]:before {
    content: "\f1fa";
}

.fa-eyedropper[b-jhbcw7ow57]:before {
    content: "\f1fb";
}

.fa-paint-brush[b-jhbcw7ow57]:before {
    content: "\f1fc";
}

.fa-birthday-cake[b-jhbcw7ow57]:before {
    content: "\f1fd";
}

.fa-area-chart[b-jhbcw7ow57]:before {
    content: "\f1fe";
}

.fa-pie-chart[b-jhbcw7ow57]:before {
    content: "\f200";
}

.fa-line-chart[b-jhbcw7ow57]:before {
    content: "\f201";
}

.fa-lastfm[b-jhbcw7ow57]:before {
    content: "\f202";
}

.fa-lastfm-square[b-jhbcw7ow57]:before {
    content: "\f203";
}

.fa-toggle-off[b-jhbcw7ow57]:before {
    content: "\f204";
}

.fa-toggle-on[b-jhbcw7ow57]:before {
    content: "\f205";
}

.fa-bicycle[b-jhbcw7ow57]:before {
    content: "\f206";
}

.fa-bus[b-jhbcw7ow57]:before {
    content: "\f207";
}

.fa-ioxhost[b-jhbcw7ow57]:before {
    content: "\f208";
}

.fa-angellist[b-jhbcw7ow57]:before {
    content: "\f209";
}

.fa-cc[b-jhbcw7ow57]:before {
    content: "\f20a";
}

.fa-shekel[b-jhbcw7ow57]:before,
.fa-sheqel[b-jhbcw7ow57]:before,
.fa-ils[b-jhbcw7ow57]:before {
    content: "\f20b";
}

.fa-meanpath[b-jhbcw7ow57]:before {
    content: "\f20c";
}

.fa-buysellads[b-jhbcw7ow57]:before {
    content: "\f20d";
}

.fa-connectdevelop[b-jhbcw7ow57]:before {
    content: "\f20e";
}

.fa-dashcube[b-jhbcw7ow57]:before {
    content: "\f210";
}

.fa-forumbee[b-jhbcw7ow57]:before {
    content: "\f211";
}

.fa-leanpub[b-jhbcw7ow57]:before {
    content: "\f212";
}

.fa-sellsy[b-jhbcw7ow57]:before {
    content: "\f213";
}

.fa-shirtsinbulk[b-jhbcw7ow57]:before {
    content: "\f214";
}

.fa-simplybuilt[b-jhbcw7ow57]:before {
    content: "\f215";
}

.fa-skyatlas[b-jhbcw7ow57]:before {
    content: "\f216";
}

.fa-cart-plus[b-jhbcw7ow57]:before {
    content: "\f217";
}

.fa-cart-arrow-down[b-jhbcw7ow57]:before {
    content: "\f218";
}

.fa-diamond[b-jhbcw7ow57]:before {
    content: "\f219";
}

.fa-ship[b-jhbcw7ow57]:before {
    content: "\f21a";
}

.fa-user-secret[b-jhbcw7ow57]:before {
    content: "\f21b";
}

.fa-motorcycle[b-jhbcw7ow57]:before {
    content: "\f21c";
}

.fa-street-view[b-jhbcw7ow57]:before {
    content: "\f21d";
}

.fa-heartbeat[b-jhbcw7ow57]:before {
    content: "\f21e";
}

.fa-venus[b-jhbcw7ow57]:before {
    content: "\f221";
}

.fa-mars[b-jhbcw7ow57]:before {
    content: "\f222";
}

.fa-mercury[b-jhbcw7ow57]:before {
    content: "\f223";
}

.fa-intersex[b-jhbcw7ow57]:before,
.fa-transgender[b-jhbcw7ow57]:before {
    content: "\f224";
}

.fa-transgender-alt[b-jhbcw7ow57]:before {
    content: "\f225";
}

.fa-venus-double[b-jhbcw7ow57]:before {
    content: "\f226";
}

.fa-mars-double[b-jhbcw7ow57]:before {
    content: "\f227";
}

.fa-venus-mars[b-jhbcw7ow57]:before {
    content: "\f228";
}

.fa-mars-stroke[b-jhbcw7ow57]:before {
    content: "\f229";
}

.fa-mars-stroke-v[b-jhbcw7ow57]:before {
    content: "\f22a";
}

.fa-mars-stroke-h[b-jhbcw7ow57]:before {
    content: "\f22b";
}

.fa-neuter[b-jhbcw7ow57]:before {
    content: "\f22c";
}

.fa-genderless[b-jhbcw7ow57]:before {
    content: "\f22d";
}

.fa-facebook-official[b-jhbcw7ow57]:before {
    content: "\f230";
}

.fa-pinterest-p[b-jhbcw7ow57]:before {
    content: "\f231";
}

.fa-whatsapp[b-jhbcw7ow57]:before {
    content: "\f232";
}

.fa-server[b-jhbcw7ow57]:before {
    content: "\f233";
}

.fa-user-plus[b-jhbcw7ow57]:before {
    content: "\f234";
}

.fa-user-times[b-jhbcw7ow57]:before {
    content: "\f235";
}

.fa-hotel[b-jhbcw7ow57]:before,
.fa-bed[b-jhbcw7ow57]:before {
    content: "\f236";
}

.fa-viacoin[b-jhbcw7ow57]:before {
    content: "\f237";
}

.fa-train[b-jhbcw7ow57]:before {
    content: "\f238";
}

.fa-subway[b-jhbcw7ow57]:before {
    content: "\f239";
}

.fa-medium[b-jhbcw7ow57]:before {
    content: "\f23a";
}

.fa-yc[b-jhbcw7ow57]:before,
.fa-y-combinator[b-jhbcw7ow57]:before {
    content: "\f23b";
}

.fa-optin-monster[b-jhbcw7ow57]:before {
    content: "\f23c";
}

.fa-opencart[b-jhbcw7ow57]:before {
    content: "\f23d";
}

.fa-expeditedssl[b-jhbcw7ow57]:before {
    content: "\f23e";
}

.fa-battery-4[b-jhbcw7ow57]:before,
.fa-battery[b-jhbcw7ow57]:before,
.fa-battery-full[b-jhbcw7ow57]:before {
    content: "\f240";
}

.fa-battery-3[b-jhbcw7ow57]:before,
.fa-battery-three-quarters[b-jhbcw7ow57]:before {
    content: "\f241";
}

.fa-battery-2[b-jhbcw7ow57]:before,
.fa-battery-half[b-jhbcw7ow57]:before {
    content: "\f242";
}

.fa-battery-1[b-jhbcw7ow57]:before,
.fa-battery-quarter[b-jhbcw7ow57]:before {
    content: "\f243";
}

.fa-battery-0[b-jhbcw7ow57]:before,
.fa-battery-empty[b-jhbcw7ow57]:before {
    content: "\f244";
}

.fa-mouse-pointer[b-jhbcw7ow57]:before {
    content: "\f245";
}

.fa-i-cursor[b-jhbcw7ow57]:before {
    content: "\f246";
}

.fa-object-group[b-jhbcw7ow57]:before {
    content: "\f247";
}

.fa-object-ungroup[b-jhbcw7ow57]:before {
    content: "\f248";
}

.fa-sticky-note[b-jhbcw7ow57]:before {
    content: "\f249";
}

.fa-sticky-note-o[b-jhbcw7ow57]:before {
    content: "\f24a";
}

.fa-cc-jcb[b-jhbcw7ow57]:before {
    content: "\f24b";
}

.fa-cc-diners-club[b-jhbcw7ow57]:before {
    content: "\f24c";
}

.fa-clone[b-jhbcw7ow57]:before {
    content: "\f24d";
}

.fa-balance-scale[b-jhbcw7ow57]:before {
    content: "\f24e";
}

.fa-hourglass-o[b-jhbcw7ow57]:before {
    content: "\f250";
}

.fa-hourglass-1[b-jhbcw7ow57]:before,
.fa-hourglass-start[b-jhbcw7ow57]:before {
    content: "\f251";
}

.fa-hourglass-2[b-jhbcw7ow57]:before,
.fa-hourglass-half[b-jhbcw7ow57]:before {
    content: "\f252";
}

.fa-hourglass-3[b-jhbcw7ow57]:before,
.fa-hourglass-end[b-jhbcw7ow57]:before {
    content: "\f253";
}

.fa-hourglass[b-jhbcw7ow57]:before {
    content: "\f254";
}

.fa-hand-grab-o[b-jhbcw7ow57]:before,
.fa-hand-rock-o[b-jhbcw7ow57]:before {
    content: "\f255";
}

.fa-hand-stop-o[b-jhbcw7ow57]:before,
.fa-hand-paper-o[b-jhbcw7ow57]:before {
    content: "\f256";
}

.fa-hand-scissors-o[b-jhbcw7ow57]:before {
    content: "\f257";
}

.fa-hand-lizard-o[b-jhbcw7ow57]:before {
    content: "\f258";
}

.fa-hand-spock-o[b-jhbcw7ow57]:before {
    content: "\f259";
}

.fa-hand-pointer-o[b-jhbcw7ow57]:before {
    content: "\f25a";
}

.fa-hand-peace-o[b-jhbcw7ow57]:before {
    content: "\f25b";
}

.fa-trademark[b-jhbcw7ow57]:before {
    content: "\f25c";
}

.fa-registered[b-jhbcw7ow57]:before {
    content: "\f25d";
}

.fa-creative-commons[b-jhbcw7ow57]:before {
    content: "\f25e";
}

.fa-gg[b-jhbcw7ow57]:before {
    content: "\f260";
}

.fa-gg-circle[b-jhbcw7ow57]:before {
    content: "\f261";
}

.fa-tripadvisor[b-jhbcw7ow57]:before {
    content: "\f262";
}

.fa-odnoklassniki[b-jhbcw7ow57]:before {
    content: "\f263";
}

.fa-odnoklassniki-square[b-jhbcw7ow57]:before {
    content: "\f264";
}

.fa-get-pocket[b-jhbcw7ow57]:before {
    content: "\f265";
}

.fa-wikipedia-w[b-jhbcw7ow57]:before {
    content: "\f266";
}

.fa-safari[b-jhbcw7ow57]:before {
    content: "\f267";
}

.fa-chrome[b-jhbcw7ow57]:before {
    content: "\f268";
}

.fa-firefox[b-jhbcw7ow57]:before {
    content: "\f269";
}

.fa-opera[b-jhbcw7ow57]:before {
    content: "\f26a";
}

.fa-internet-explorer[b-jhbcw7ow57]:before {
    content: "\f26b";
}

.fa-tv[b-jhbcw7ow57]:before,
.fa-television[b-jhbcw7ow57]:before {
    content: "\f26c";
}

.fa-contao[b-jhbcw7ow57]:before {
    content: "\f26d";
}

.fa-500px[b-jhbcw7ow57]:before {
    content: "\f26e";
}

.fa-amazon[b-jhbcw7ow57]:before {
    content: "\f270";
}

.fa-calendar-plus-o[b-jhbcw7ow57]:before {
    content: "\f271";
}

.fa-calendar-minus-o[b-jhbcw7ow57]:before {
    content: "\f272";
}

.fa-calendar-times-o[b-jhbcw7ow57]:before {
    content: "\f273";
}

.fa-calendar-check-o[b-jhbcw7ow57]:before {
    content: "\f274";
}

.fa-industry[b-jhbcw7ow57]:before {
    content: "\f275";
}

.fa-map-pin[b-jhbcw7ow57]:before {
    content: "\f276";
}

.fa-map-signs[b-jhbcw7ow57]:before {
    content: "\f277";
}

.fa-map-o[b-jhbcw7ow57]:before {
    content: "\f278";
}

.fa-map[b-jhbcw7ow57]:before {
    content: "\f279";
}

.fa-commenting[b-jhbcw7ow57]:before {
    content: "\f27a";
}

.fa-commenting-o[b-jhbcw7ow57]:before {
    content: "\f27b";
}

.fa-houzz[b-jhbcw7ow57]:before {
    content: "\f27c";
}

.fa-vimeo[b-jhbcw7ow57]:before {
    content: "\f27d";
}

.fa-black-tie[b-jhbcw7ow57]:before {
    content: "\f27e";
}

.fa-fonticons[b-jhbcw7ow57]:before {
    content: "\f280";
}

.fa-reddit-alien[b-jhbcw7ow57]:before {
    content: "\f281";
}

.fa-edge[b-jhbcw7ow57]:before {
    content: "\f282";
}

.fa-credit-card-alt[b-jhbcw7ow57]:before {
    content: "\f283";
}

.fa-codiepie[b-jhbcw7ow57]:before {
    content: "\f284";
}

.fa-modx[b-jhbcw7ow57]:before {
    content: "\f285";
}

.fa-fort-awesome[b-jhbcw7ow57]:before {
    content: "\f286";
}

.fa-usb[b-jhbcw7ow57]:before {
    content: "\f287";
}

.fa-product-hunt[b-jhbcw7ow57]:before {
    content: "\f288";
}

.fa-mixcloud[b-jhbcw7ow57]:before {
    content: "\f289";
}

.fa-scribd[b-jhbcw7ow57]:before {
    content: "\f28a";
}

.fa-pause-circle[b-jhbcw7ow57]:before {
    content: "\f28b";
}

.fa-pause-circle-o[b-jhbcw7ow57]:before {
    content: "\f28c";
}

.fa-stop-circle[b-jhbcw7ow57]:before {
    content: "\f28d";
}

.fa-stop-circle-o[b-jhbcw7ow57]:before {
    content: "\f28e";
}

.fa-shopping-bag[b-jhbcw7ow57]:before {
    content: "\f290";
}

.fa-shopping-basket[b-jhbcw7ow57]:before {
    content: "\f291";
}

.fa-hashtag[b-jhbcw7ow57]:before {
    content: "\f292";
}

.fa-bluetooth[b-jhbcw7ow57]:before {
    content: "\f293";
}

.fa-bluetooth-b[b-jhbcw7ow57]:before {
    content: "\f294";
}

.fa-percent[b-jhbcw7ow57]:before {
    content: "\f295";
}

.fa-gitlab[b-jhbcw7ow57]:before {
    content: "\f296";
}

.fa-wpbeginner[b-jhbcw7ow57]:before {
    content: "\f297";
}

.fa-wpforms[b-jhbcw7ow57]:before {
    content: "\f298";
}

.fa-envira[b-jhbcw7ow57]:before {
    content: "\f299";
}

.fa-universal-access[b-jhbcw7ow57]:before {
    content: "\f29a";
}

.fa-wheelchair-alt[b-jhbcw7ow57]:before {
    content: "\f29b";
}

.fa-question-circle-o[b-jhbcw7ow57]:before {
    content: "\f29c";
}

.fa-blind[b-jhbcw7ow57]:before {
    content: "\f29d";
}

.fa-audio-description[b-jhbcw7ow57]:before {
    content: "\f29e";
}

.fa-volume-control-phone[b-jhbcw7ow57]:before {
    content: "\f2a0";
}

.fa-braille[b-jhbcw7ow57]:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems[b-jhbcw7ow57]:before {
    content: "\f2a2";
}

.fa-asl-interpreting[b-jhbcw7ow57]:before,
.fa-american-sign-language-interpreting[b-jhbcw7ow57]:before {
    content: "\f2a3";
}

.fa-deafness[b-jhbcw7ow57]:before,
.fa-hard-of-hearing[b-jhbcw7ow57]:before,
.fa-deaf[b-jhbcw7ow57]:before {
    content: "\f2a4";
}

.fa-glide[b-jhbcw7ow57]:before {
    content: "\f2a5";
}

.fa-glide-g[b-jhbcw7ow57]:before {
    content: "\f2a6";
}

.fa-signing[b-jhbcw7ow57]:before,
.fa-sign-language[b-jhbcw7ow57]:before {
    content: "\f2a7";
}

.fa-low-vision[b-jhbcw7ow57]:before {
    content: "\f2a8";
}

.fa-viadeo[b-jhbcw7ow57]:before {
    content: "\f2a9";
}

.fa-viadeo-square[b-jhbcw7ow57]:before {
    content: "\f2aa";
}

.fa-snapchat[b-jhbcw7ow57]:before {
    content: "\f2ab";
}

.fa-snapchat-ghost[b-jhbcw7ow57]:before {
    content: "\f2ac";
}

.fa-snapchat-square[b-jhbcw7ow57]:before {
    content: "\f2ad";
}

.fa-pied-piper[b-jhbcw7ow57]:before {
    content: "\f2ae";
}

.fa-first-order[b-jhbcw7ow57]:before {
    content: "\f2b0";
}

.fa-yoast[b-jhbcw7ow57]:before {
    content: "\f2b1";
}

.fa-themeisle[b-jhbcw7ow57]:before {
    content: "\f2b2";
}

.fa-google-plus-circle[b-jhbcw7ow57]:before,
.fa-google-plus-official[b-jhbcw7ow57]:before {
    content: "\f2b3";
}

.fa-fa[b-jhbcw7ow57]:before,
.fa-font-awesome[b-jhbcw7ow57]:before {
    content: "\f2b4";
}

.fa-handshake-o[b-jhbcw7ow57]:before {
    content: "\f2b5";
}

.fa-envelope-open[b-jhbcw7ow57]:before {
    content: "\f2b6";
}

.fa-envelope-open-o[b-jhbcw7ow57]:before {
    content: "\f2b7";
}

.fa-linode[b-jhbcw7ow57]:before {
    content: "\f2b8";
}

.fa-address-book[b-jhbcw7ow57]:before {
    content: "\f2b9";
}

.fa-address-book-o[b-jhbcw7ow57]:before {
    content: "\f2ba";
}

.fa-vcard[b-jhbcw7ow57]:before,
.fa-address-card[b-jhbcw7ow57]:before {
    content: "\f2bb";
}

.fa-vcard-o[b-jhbcw7ow57]:before,
.fa-address-card-o[b-jhbcw7ow57]:before {
    content: "\f2bc";
}

.fa-user-circle[b-jhbcw7ow57]:before {
    content: "\f2bd";
}

.fa-user-circle-o[b-jhbcw7ow57]:before {
    content: "\f2be";
}

.fa-user-o[b-jhbcw7ow57]:before {
    content: "\f2c0";
}

.fa-id-badge[b-jhbcw7ow57]:before {
    content: "\f2c1";
}

.fa-drivers-license[b-jhbcw7ow57]:before,
.fa-id-card[b-jhbcw7ow57]:before {
    content: "\f2c2";
}

.fa-drivers-license-o[b-jhbcw7ow57]:before,
.fa-id-card-o[b-jhbcw7ow57]:before {
    content: "\f2c3";
}

.fa-quora[b-jhbcw7ow57]:before {
    content: "\f2c4";
}

.fa-free-code-camp[b-jhbcw7ow57]:before {
    content: "\f2c5";
}

.fa-telegram[b-jhbcw7ow57]:before {
    content: "\f2c6";
}

.fa-thermometer-4[b-jhbcw7ow57]:before,
.fa-thermometer[b-jhbcw7ow57]:before,
.fa-thermometer-full[b-jhbcw7ow57]:before {
    content: "\f2c7";
}

.fa-thermometer-3[b-jhbcw7ow57]:before,
.fa-thermometer-three-quarters[b-jhbcw7ow57]:before {
    content: "\f2c8";
}

.fa-thermometer-2[b-jhbcw7ow57]:before,
.fa-thermometer-half[b-jhbcw7ow57]:before {
    content: "\f2c9";
}

.fa-thermometer-1[b-jhbcw7ow57]:before,
.fa-thermometer-quarter[b-jhbcw7ow57]:before {
    content: "\f2ca";
}

.fa-thermometer-0[b-jhbcw7ow57]:before,
.fa-thermometer-empty[b-jhbcw7ow57]:before {
    content: "\f2cb";
}

.fa-shower[b-jhbcw7ow57]:before {
    content: "\f2cc";
}

.fa-bathtub[b-jhbcw7ow57]:before,
.fa-s15[b-jhbcw7ow57]:before,
.fa-bath[b-jhbcw7ow57]:before {
    content: "\f2cd";
}

.fa-podcast[b-jhbcw7ow57]:before {
    content: "\f2ce";
}

.fa-window-maximize[b-jhbcw7ow57]:before {
    content: "\f2d0";
}

.fa-window-minimize[b-jhbcw7ow57]:before {
    content: "\f2d1";
}

.fa-window-restore[b-jhbcw7ow57]:before {
    content: "\f2d2";
}

.fa-times-rectangle[b-jhbcw7ow57]:before,
.fa-window-close[b-jhbcw7ow57]:before {
    content: "\f2d3";
}

.fa-times-rectangle-o[b-jhbcw7ow57]:before,
.fa-window-close-o[b-jhbcw7ow57]:before {
    content: "\f2d4";
}

.fa-bandcamp[b-jhbcw7ow57]:before {
    content: "\f2d5";
}

.fa-grav[b-jhbcw7ow57]:before {
    content: "\f2d6";
}

.fa-etsy[b-jhbcw7ow57]:before {
    content: "\f2d7";
}

.fa-imdb[b-jhbcw7ow57]:before {
    content: "\f2d8";
}

.fa-ravelry[b-jhbcw7ow57]:before {
    content: "\f2d9";
}

.fa-eercast[b-jhbcw7ow57]:before {
    content: "\f2da";
}

.fa-microchip[b-jhbcw7ow57]:before {
    content: "\f2db";
}

.fa-snowflake-o[b-jhbcw7ow57]:before {
    content: "\f2dc";
}

.fa-superpowers[b-jhbcw7ow57]:before {
    content: "\f2dd";
}

.fa-wpexplorer[b-jhbcw7ow57]:before {
    content: "\f2de";
}

.fa-meetup[b-jhbcw7ow57]:before {
    content: "\f2e0";
}

.sr-only[b-jhbcw7ow57] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active[b-jhbcw7ow57],
.sr-only-focusable:focus[b-jhbcw7ow57] {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}



/*
Theme Name: VFX New
*/
@font-face {
    font-family: "Gilroy-UltraLightItalic";
    src: url('/fonts/webFonts/GilroyUltraLightItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyUltraLightItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-MediumItalic";
    src: url('/fonts/webFonts/GilroyMediumItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyMediumItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Thin";
    src: url('/fonts/webFonts/GilroyThin/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyThin/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url('/fonts/webFonts/GilroyExtraBold/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyExtraBold/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-ExtraBoldItalic";
    src: url('/fonts/webFonts/GilroyExtraBoldItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyExtraBoldItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Black";
    src: url('/fonts/webFonts/GilroyBlack/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBlack/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-HeavyItalic";
    src: url('/fonts/webFonts/GilroyHeavyItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyHeavyItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url('/fonts/webFonts/GilroyMedium/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyMedium/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-BlackItalic";
    src: url('/fonts/webFonts/GilroyBlackItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBlackItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-BoldItalic";
    src: url('/fonts/webFonts/GilroyBoldItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBoldItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url('/fonts/webFonts/GilroyBold/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBold/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-UltraLight";
    src: url('/fonts/webFonts/GilroyUltraLight/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyUltraLight/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url('/fonts/webFonts/GilroySemiBold/font.woff2') format('woff2'), url('/fonts/webFonts/GilroySemiBold/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-RegularItalic";
    src: url('/fonts/webFonts/GilroyRegularItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyRegularItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-SemiBoldItalic";
    src: url('/fonts/webFonts/GilroySemiBoldItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroySemiBoldItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Light";
    src: url('/fonts/webFonts/GilroyLight/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyLight/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url('/fonts/webFonts/GilroyHeavy/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyHeavy/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url('/fonts/webFonts/GilroyRegular/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyRegular/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-ThinItalic";
    src: url('/fonts/webFonts/GilroyThinItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyThinItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-LightItalic";
    src: url('/fonts/webFonts/GilroyLightItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyLightItalic/font.woff') format('woff');
}

*[b-jhbcw7ow57],
*[b-jhbcw7ow57]:before,
*[b-jhbcw7ow57]:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html[b-jhbcw7ow57] {
    background: none;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body[b-jhbcw7ow57] {
    background: #f5f5f5;
    font-size: 14px;
    color: #646464;
    font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
}


    /*Google Language Translator Css Start*/
    body font[b-jhbcw7ow57] {
        vertical-align: baseline !important;
    }
/*Google Language Translator Css End*/


a[b-jhbcw7ow57] {
    color: #646464;
    text-decoration: underline;
    outline-style: none;
}

    a:hover[b-jhbcw7ow57] {
        color: #646464;
        text-decoration: underline;
    }

p[b-jhbcw7ow57] {
    line-height: 20px;
    margin: 0 0 20px;
}

li[b-jhbcw7ow57] {
    list-style: none outside none;
}

strong[b-jhbcw7ow57],
b[b-jhbcw7ow57] {
    font-weight: normal;
    font-family: 'Gilroy-SemiBold';
}

em[b-jhbcw7ow57],
i[b-jhbcw7ow57] {
    font-style: normal;
    font-family: 'Gilroy-RegularItalic';
}

    strong em[b-jhbcw7ow57],
    em strong[b-jhbcw7ow57] {
        font-style: normal;
        font-weight: normal;
        font-family: 'Gilroy-SemiBoldItalic';
    }

h1[b-jhbcw7ow57],
h2[b-jhbcw7ow57],
h3[b-jhbcw7ow57],
h4[b-jhbcw7ow57],
h5[b-jhbcw7ow57],
h6[b-jhbcw7ow57],
h7[b-jhbcw7ow57] {
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1;
    font-family: 'Gilroy-SemiBold';
}

h1[b-jhbcw7ow57] {
    font-size: 42px;
    font-family: 'Gilroy-Bold';
    line-height: 50px;
}

h2[b-jhbcw7ow57] {
    font-size: 42px;
    line-height: 50px;
}

h3[b-jhbcw7ow57] {
    font-size: 36px;
    line-height: 45px;
}

h4[b-jhbcw7ow57] {
    font-size: 20px;
    font-family: 'Gilroy-Medium';
    line-height: 25px;
}

h5[b-jhbcw7ow57] {
    font-size: 18px;
    font-family: 'Gilroy-Medium';
    line-height: 30px;
}

h6[b-jhbcw7ow57] {
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    line-height: 30px;
}

h7[b-jhbcw7ow57] {
    font-size: 16px;
    line-height: 20px;
}

img[b-jhbcw7ow57] {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr[b-jhbcw7ow57] {
    clear: both;
    margin: 40px 0;
    border: 0;
    border-bottom: 0;
    padding: 0px;
    width: 100%;
    background: #e1e0da;
    height: 1px;
}

pre[b-jhbcw7ow57] {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.left[b-jhbcw7ow57] {
    float: left;
}

.right[b-jhbcw7ow57] {
    float: right;
}

.clear[b-jhbcw7ow57] {
    clear: both;
    height: 0;
    font-size: 0;
    width: 100%;
}

.alignleft[b-jhbcw7ow57] {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.alignright[b-jhbcw7ow57] {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter[b-jhbcw7ow57] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.alignnone[b-jhbcw7ow57] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.tableBox[b-jhbcw7ow57] {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.table_cellBox[b-jhbcw7ow57] {
    display: table-cell;
    vertical-align: middle;
}

.inner[b-jhbcw7ow57] {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.white_button[b-jhbcw7ow57] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #6b6b6b;
    padding: 10px 25px;
    display: inline-block;
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .white_button:hover[b-jhbcw7ow57] {
        background: #ffffff;
        border-color: #e35728;
        color: #e35728;
        text-decoration: none;
    }

.orange_button[b-jhbcw7ow57] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #e35728;
    border-radius: 25px;
    border: 1px solid #e35728;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .orange_button:hover[b-jhbcw7ow57] {
        background: #ff8e5c;
        border-color: #ff8e5c;
        color: #fff;
        text-decoration: none;
    }

.green_button[b-jhbcw7ow57] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #034854;
    border-radius: 25px;
    border: 1px solid #034854;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .green_button:hover[b-jhbcw7ow57] {
        background: #147875;
        border-color: #147875;
        color: #fff;
        text-decoration: none;
    }

.white_arrow_button[b-jhbcw7ow57] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 35px;
    border: 1px solid #6b6b6b;
    padding: 11px 18px;
    display: inline-block;
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .white_arrow_button:hover[b-jhbcw7ow57] {
        background: #ffffff;
        border-color: #e35728;
        color: #e35728;
        text-decoration: none;
    }

    .white_arrow_button[b-jhbcw7ow57]:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 20px;
    }

.orange_arrow_button[b-jhbcw7ow57] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #e35728;
    border-radius: 35px;
    border: 1px solid #e35728;
    padding: 11px 18px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .orange_arrow_button:hover[b-jhbcw7ow57] {
        background: #ff8e5c;
        border-color: #ff8e5c;
        color: #FFF;
        text-decoration: none;
    }

    .orange_arrow_button[b-jhbcw7ow57]:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 20px;
    }

.green_arrow_button[b-jhbcw7ow57] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #034854;
    border-radius: 35px;
    border: 1px solid #034854;
    padding: 11px 18px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .green_arrow_button:hover[b-jhbcw7ow57] {
        background: #147875;
        border-color: #147875;
        color: #FFF;
        text-decoration: none;
    }

    .green_arrow_button[b-jhbcw7ow57]:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 20px;
    }


input[b-jhbcw7ow57],
button[b-jhbcw7ow57],
textarea[b-jhbcw7ow57],
select[b-jhbcw7ow57] {
    outline-style: none;
}

.wrapper[b-jhbcw7ow57] {
    width: 100%;
    overflow: hidden;
}

.clearfix[b-jhbcw7ow57]:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix[b-jhbcw7ow57] {
    zoom: 1; /*IE6,7 Compatibility Settings for*/
}

/*Header Css Start*/
.header[b-jhbcw7ow57] {
    position: relative;
    width: 100%;
    z-index: 100;
}

.header_top_bar[b-jhbcw7ow57] {
    padding: 5px 0px 5px;
    background: #e2e2e2;
}

    .header_top_bar .inner[b-jhbcw7ow57] {
        position: relative;
    }

    .header_top_bar .left_link[b-jhbcw7ow57] {
        float: left;
        padding-top: 4px;
    }

    .header_top_bar .top_bar_link[b-jhbcw7ow57] {
        font-family: 'Gilroy-SemiBold';
        position: relative;
        font-size: 16px;
        color: #646464;
        text-decoration: none;
        display: inline-block;
        margin-right: 30px;
        vertical-align: middle;
    }

        .header_top_bar .top_bar_link[b-jhbcw7ow57]:before {
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .header_top_bar .top_bar_link:hover[b-jhbcw7ow57] {
            color: #646464;
            text-decoration: none;
        }

    .header_top_bar .header_protrader_link[b-jhbcw7ow57] {
        padding: 0px 0px 0px 38px;
    }

        .header_top_bar .header_protrader_link[b-jhbcw7ow57]:before {
            width: 31px;
            height: 16px;
            background: url(/wp-content/themes/vfx_new/images/header_protrader_link_icon.png?v=3) left top no-repeat;
            background-size: 100% 100%;
            top: 0px;
        }

    .header_top_bar .header_webtrader_link[b-jhbcw7ow57] {
        padding: 0px 0px 0px 32px;
    }

        .header_top_bar .header_webtrader_link[b-jhbcw7ow57]:before {
            width: 24px;
            height: 24px;
            background: url(/wp-content/themes/vfx_new/images/header_webtrader_link_icon.png) left top no-repeat;
            background-size: 100% 100%;
            top: -4px;
        }

    .header_top_bar .header_app_link[b-jhbcw7ow57] {
        padding: 0px 0px 0px 24px;
    }

        .header_top_bar .header_app_link[b-jhbcw7ow57]:before {
            width: 16px;
            height: 22px;
            background: url(/wp-content/themes/vfx_new/images/header_app_link_icon.png) left top no-repeat;
            background-size: 100% 100%;
            top: -2px;
        }

.header_language[b-jhbcw7ow57] {
    float: right;
    position: relative;
    text-align: left;
    z-index: 12;
    padding-left: 25px;
    padding-right: 55px;
}

.header_language_nav[b-jhbcw7ow57] {
    position: relative;
    font-size: 19px;
    color: #646464;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gilroy-SemiBold';
}

    .header_language_nav[b-jhbcw7ow57]:after {
        content: "\f107";
        font-family: 'FontAwesome';
        margin-left: 5px;
        font-size: 26px;
        vertical-align: -2px;
    }

    .header_language_nav.active[b-jhbcw7ow57]:after {
        content: "\f106";
    }

.header_language_inner[b-jhbcw7ow57] {
    display: none;
    width: 402px;
    position: absolute;
    right: 45px;
    top: 35px;
    background: #222e3e;
    padding: 6px 0px;
    z-index: 9;
}

    .header_language_inner ul[b-jhbcw7ow57] {
        padding: 12px 20px 16px;
        margin: 0px;
        width: 50%;
        float: left;
    }

        .header_language_inner ul li[b-jhbcw7ow57] {
            padding: 9px 5px;
            margin: 0px;
        }

    .header_language_inner a[b-jhbcw7ow57] {
        display: block;
        font-size: 12px;
        color: #ffffff;
        padding: 6px 0px 6px 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .header_language_inner a[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            clear: both;
        }

        .header_language_inner a:hover[b-jhbcw7ow57] {
            text-decoration: none;
            color: #ffffff;
            background: #147875;
        }

    .header_language_inner li.active a[b-jhbcw7ow57] {
        color: #ffffff;
        background: #147875;
    }

.header_language span[b-jhbcw7ow57] {
    display: inline-block;
    float: left;
    width: 19px;
    height: 13px;
    margin-right: 8px;
}

    .header_language span.icon_english[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_english.png) left top no-repeat;
    }

    .header_language span.icon_france[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_france.png) left top no-repeat;
    }

    .header_language span.icon_german[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_german.png) left top no-repeat;
    }

    .header_language span.icon_italy[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_italy.png) left top no-repeat;
    }

    .header_language span.icon_spain[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_spain.png) left top no-repeat;
    }

    .header_language span.icon_arab[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_arab.png) left top no-repeat;
    }

    .header_language span.icon_portugal[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_portugal.png) left top no-repeat;
    }

    .header_language span.icon_thailand[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_thailand.png) left top no-repeat;
    }

    .header_language span.icon_malaysia[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_malaysia.png) left top no-repeat;
    }

    .header_language span.icon_chinese[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_chinese.png) left top no-repeat;
    }

    .header_language span.icon_vn[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_vn.png) left top no-repeat;
    }

    .header_language span.icon_indonesia[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_id.png) left top no-repeat;
    }

    .header_language span.icon_kr[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_kr.png) left top no-repeat;
    }

    .header_language span.icon_japanese[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_japanese.png?v=1) left top no-repeat;
    }

    .header_language span.icon_india[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_india.png) left top no-repeat;
    }

    .header_language span.icon_mongolia[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_mn.png?v=1) left top no-repeat;
    }

    .header_language span.icon_russian[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_russian.png) left top no-repeat;
    }

    .header_language span.icon_kz[b-jhbcw7ow57] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_kz.png) left top no-repeat;
    }

.search_box[b-jhbcw7ow57] {
    position: absolute;
    z-index: 20;
    right: 20px;
    top: -2px;
}

    .search_box .search_box_button[b-jhbcw7ow57] {
        width: 24px;
        height: 24px;
        background: url(/wp-content/themes/vfx_new/images/search_box_button_icon.png) left top no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        margin-top: 5px;
    }

.search-form[b-jhbcw7ow57] {
    position: absolute;
    right: 0px;
    top: -3px;
    z-index: 10;
    display: none;
}

    .search-form .search-field[b-jhbcw7ow57] {
        width: 230px;
        padding: 0px 0px 0px 34px;
        border: 1px solid grey;
        height: 37px;
        color: #000;
        line-height: 35px;
        font-size: 16px;
        background: #FFF;
    }

    .search-form .search_icon[b-jhbcw7ow57] {
        content: "";
        display: block;
        position: absolute;
        left: 8px;
        top: 6px;
        background: url(/wp-content/themes/vfx_new/images/search_box_button_icon.png) left top no-repeat;
        width: 26px;
        height: 26px;
    }

    .search-form .search-field:focus[b-jhbcw7ow57] {
        background-color: #fff;
        border: 1px solid #a3a3a4;
        width: 230px;
        cursor: text;
        outline: none;
    }

.search-submit[b-jhbcw7ow57] {
    display: none;
}

.header_menu_wrapper .right_link[b-jhbcw7ow57] {
    float: right;
    padding-right: 37px;
    margin-top: -5px;
}

    .header_menu_wrapper .right_link .btn_link[b-jhbcw7ow57] {
        margin-left: 6px;
        font-size: 14px;
        padding: 10px 25px;
    }

.header_logo[b-jhbcw7ow57] {
    float: left;
    display: block;
    width: 160px;
    padding: 0px;
    margin: 0px auto;
}

    .header_logo img[b-jhbcw7ow57] {
        display: block;
        width: 100%;
        height: auto;
    }

.header_menu_wrapper[b-jhbcw7ow57] {
    background: rgba(255,255,255,1);
    position: relative;
    width: 100%;
    padding: 24px 0px 0px 0px;
}

    .header_menu_wrapper .inner[b-jhbcw7ow57] {
        position: relative;
        z-index: 9;
        max-width: 1314px;
    }

    .header_menu_wrapper .header_menu_tabs[b-jhbcw7ow57] {
        padding: 0px;
        margin: 0px;
    }

        .header_menu_wrapper .header_menu_tabs > li[b-jhbcw7ow57] {
            padding: 0px 11px;
            margin: 0px;
            float: left;
        }

            .header_menu_wrapper .header_menu_tabs > li > a[b-jhbcw7ow57] {
                font-family: 'Gilroy-SemiBold';
                display: block;
                padding: 5px 0px 29px;
                font-size: 16px;
                color: #646464;
                text-decoration: none;
                font-weight: bold;
                position: relative;
                transition: all .3s;
            }

                .header_menu_wrapper .header_menu_tabs > li > a:hover[b-jhbcw7ow57] {
                    color: #e35728;
                }

.header_menu_container[b-jhbcw7ow57] {
    float: left;
    padding-left: 52px;
}

.header_menu_tab_content[b-jhbcw7ow57] {
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 0px 20px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .header_menu_tab_content[b-jhbcw7ow57]:before {
        content: "";
        display: block;
        position: absolute;
        width: 1600px;
        height: 100%;
        right: 50%;
        top: 0px;
        background: rgba(245,245,245,1);
        z-index: 9;
    }

    .header_menu_tab_content[b-jhbcw7ow57]:after {
        content: "";
        display: block;
        position: absolute;
        width: 1600px;
        height: 100%;
        left: 50%;
        top: 0px;
        background: rgba(245,245,245,1);
        z-index: 10;
    }

.header_menu_wrapper .header_menu_tabs > li:hover .header_menu_tab_content[b-jhbcw7ow57] {
    height: auto;
    opacity: 1;
    top: 100%;
    overflow: inherit;
}

.header_menu_tab_content_inner[b-jhbcw7ow57] {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 83px;
    padding-bottom: 50px;
}

.header_menu_tab_content .header_menu_links[b-jhbcw7ow57] {
    width: 312px;
    max-width: 27%;
    text-align: center;
    padding-top: 7px;
    padding-right: 20px;
}

    .header_menu_tab_content .header_menu_links .orange_arrow_button[b-jhbcw7ow57],
    .header_menu_tab_content .header_menu_links .green_arrow_button[b-jhbcw7ow57] {
        padding-left: 15px;
        padding-right: 15px;
        width: 218px;
        display: block;
        margin: 0px auto 18px;
        max-width: 100%;
        text-align: left;
    }



.header_menu_tab_content .sub_menu_box[b-jhbcw7ow57] {
    padding: 0px 0px 30px;
    width: 73%;
    margin: 0px;
    position: relative;
    z-index: 3;
}

.header_menu_tab_content .sub_menu[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .header_menu_tab_content .sub_menu[b-jhbcw7ow57]:after {
        content: "";
        display: block;
        clear: both;
    }

    .header_menu_tab_content .sub_menu > li[b-jhbcw7ow57] {
        padding: 0px 15px 0px 0px;
        margin: 0px;
        width: 33.333%;
    }

        .header_menu_tab_content .sub_menu > li h4[b-jhbcw7ow57] {
            display: block;
            font-size: 22px;
            color: #034854;
            padding: 0px 0px 38px;
            margin: 0px;
            font-family: 'Gilroy-SemiBold';
            text-transform: lowercase;
        }

    .header_menu_tab_content .sub_menu li ul li a[b-jhbcw7ow57] {
        font-size: 14px;
        color: #646464;
        display: inline-block;
        padding: 4px 0px;
        text-decoration: none;
        font-family: 'Gilroy-Regular';
    }

        .header_menu_tab_content .sub_menu li ul li a:hover[b-jhbcw7ow57] {
            text-decoration: none;
            color: #034854;
        }

    .header_menu_tab_content .sub_menu li a.menu_popular_icon[b-jhbcw7ow57] {
        padding-right: 60px;
        position: relative;
    }

        .header_menu_tab_content .sub_menu li a.menu_popular_icon[b-jhbcw7ow57]:after {
            content: "Popular";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 6px;
            font-size: 12px;
            color: #00ddce;
            text-transform: uppercase;
            font-family: 'Gilroy-ExtraBold';
        }

    .header_menu_tab_content .sub_menu li a.menu_new_icon[b-jhbcw7ow57] {
        padding-right: 32px;
        position: relative;
    }

        .header_menu_tab_content .sub_menu li a.menu_new_icon[b-jhbcw7ow57]:after {
            content: "New";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 6px;
            font-size: 12px;
            color: #00ddce;
            text-transform: uppercase;
            font-family: 'Gilroy-ExtraBold';
        }

.header_menu_tab_content#header_menu_contnet3 .sub_menu > li[b-jhbcw7ow57] {
    width: 25%;
}


#fixed_header[b-jhbcw7ow57] {
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    display: none;
}

    #fixed_header .inner[b-jhbcw7ow57] {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #fixed_header .fixed_header_logo[b-jhbcw7ow57] {
        display: block;
        width: 160px;
        max-width: 100%;
        position: absolute;
        left: 36.8%;
        top: 24px;
    }

        #fixed_header .fixed_header_logo img[b-jhbcw7ow57] {
            display: block;
            width: 100%;
            height: auto;
        }

    #fixed_header .left_link[b-jhbcw7ow57] {
        float: left;
    }

        #fixed_header .left_link .white_button[b-jhbcw7ow57] {
            min-width: 150px;
            border-color: #034854;
            color: #034854;
            margin-right: 8px;
            padding-left: 5px;
            padding-right: 5px;
        }

            #fixed_header .left_link .white_button:hover[b-jhbcw7ow57] {
                color: #147875;
                border-color: #147875;
                color: #147875;
            }

    #fixed_header .right_link[b-jhbcw7ow57] {
        float: right;
    }

        #fixed_header .right_link a.btn_link[b-jhbcw7ow57] {
            margin-left: 8px;
            min-width: 150px;
            padding-left: 5px;
            padding-right: 5px;
        }
/*Header Css End*/

/*Mobile menu Css Start*/
.mobile_menu_hamburger[b-jhbcw7ow57] {
    width: 25px;
    padding: 4px 0px 0px;
    text-align: center;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    bottom: 5px;
}

    .mobile_menu_hamburger i[b-jhbcw7ow57] {
        font-family: 'FontAwesome';
        font-size: 32px;
        color: #e35728;
    }

.mobile_menu[b-jhbcw7ow57] {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    z-index: 97;
    text-align: center;
}

.mobile_menu_content[b-jhbcw7ow57] {
    background: rgba(29,40,54,0.9);
    position: relative;
    padding-top: 0px;
}

    .mobile_menu_content .home_icon_link[b-jhbcw7ow57] {
        padding: 0px;
    }

        .mobile_menu_content .home_icon_link a[b-jhbcw7ow57] {
            font-size: 20px;
            color: #fff;
            display: block;
            text-align: left;
            text-decoration: none;
            padding: 0px 0px;
        }

            .mobile_menu_content .home_icon_link a:hover[b-jhbcw7ow57] {
                text-decoration: none;
                color: #fff;
                background: #147875;
            }

            .mobile_menu_content .home_icon_link a i[b-jhbcw7ow57] {
                margin-right: 6px;
            }

            .mobile_menu_content .home_icon_link a span[b-jhbcw7ow57] {
                display: block;
                padding: 15px 50px 15px;
                border-bottom: 1px solid #147875;
            }

            .mobile_menu_content .home_icon_link a:hover span[b-jhbcw7ow57] {
                border-bottom: 1px solid #147875;
            }

    .mobile_menu_content .header_menu[b-jhbcw7ow57] {
        text-align: left;
        position: relative;
    }

        .mobile_menu_content .header_menu a[b-jhbcw7ow57] {
            font-weight: 300;
            display: block;
            color: #fff;
            padding: 15px 50px 15px;
            font-size: 18px;
            text-decoration: none;
        }

            .mobile_menu_content .header_menu a i[b-jhbcw7ow57] {
                margin-right: 6px;
            }

        .mobile_menu_content .header_menu li > a[b-jhbcw7ow57] {
            position: relative;
            text-transform: uppercase;
        }

            .mobile_menu_content .header_menu li > a[b-jhbcw7ow57]::before {
                background: #147875;
                content: "";
                display: block;
                height: 1px;
                left: 0px;
                position: absolute;
                bottom: -1px;
                width: calc(100% - 0px);
            }

            .mobile_menu_content .header_menu li > a:hover[b-jhbcw7ow57]::before {
                display: none;
            }

            .mobile_menu_content .header_menu li > a:hover[b-jhbcw7ow57] {
                background: #147875;
                color: #fff;
            }

        .mobile_menu_content .header_menu > li.button[b-jhbcw7ow57],
        .mobile_menu_content .header_menu > li.blue_button[b-jhbcw7ow57] {
            display: none;
        }

        .mobile_menu_content .header_menu > li > a[b-jhbcw7ow57] {
            font-size: 16px;
            color: #ffffff;
            font-weight: 300;
        }

        .mobile_menu_content .header_menu li li a[b-jhbcw7ow57] {
            text-transform: none;
            color: #ffffff;
        }

            .mobile_menu_content .header_menu li li a:hover[b-jhbcw7ow57] {
                color: #fff;
                text-decoration: underline;
                background: none;
            }

                .mobile_menu_content .header_menu li li a:hover[b-jhbcw7ow57]::before {
                    display: block;
                }

                .mobile_menu_content .header_menu li li a:hover .accordsuffix[b-jhbcw7ow57] {
                    color: #147875;
                }

        .mobile_menu_content .header_menu > li > ul > li > a[b-jhbcw7ow57] {
            text-transform: none;
            color: #ffffff;
            padding-left: 80px;
        }

        .mobile_menu_content .header_menu > li > ul > li > ul > li > a[b-jhbcw7ow57] {
            padding-left: 110px;
        }

        .mobile_menu_content .header_menu li ul[b-jhbcw7ow57] {
            border: 0px;
            padding: 0px;
        }

            .mobile_menu_content .header_menu li ul li:liast-child a[b-jhbcw7ow57] {
                border: 0;
            }

        .mobile_menu_content .header_menu .sub_menu[b-jhbcw7ow57] {
            display: none;
        }

        .mobile_menu_content .header_menu a[b-jhbcw7ow57] {
            display: block;
            position: relative;
        }

        .mobile_menu_content .header_menu .accordsuffix[b-jhbcw7ow57] {
            display: block;
            position: absolute;
            color: #FFF;
            right: 50px;
            top: 13px;
        }

        .mobile_menu_content .header_menu > li > a .accordsuffix[b-jhbcw7ow57] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu .accordsuffix[b-jhbcw7ow57]:before {
            content: "\f055";
            font-family: 'FontAwesome';
            font-size: 16px;
        }

        .mobile_menu_content .header_menu .active .accordsuffix[b-jhbcw7ow57]:before {
            content: "\f056";
            color: #FFF;
        }

        .mobile_menu_content .header_menu .active:hover .accordsuffix[b-jhbcw7ow57] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu a.active[b-jhbcw7ow57] {
        }

        .mobile_menu_content .header_menu a:hover .accordsuffix[b-jhbcw7ow57] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu li li .active .accordsuffix[b-jhbcw7ow57] { /* color:#491700;*/
        }

        .mobile_menu_content .header_menu > li a i.fa-envelope-o[b-jhbcw7ow57] {
            margin-right: 5px;
        }
/*Mobile menu Css End*/

/*Concise Header Css Start*/
.concise_header[b-jhbcw7ow57] {
    width: 100%;
    background: #fff;
}

    .concise_header .inner[b-jhbcw7ow57] {
        padding-top: 25px;
        padding-bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

.concise_header_logo[b-jhbcw7ow57] {
    display: block;
    width: 160px;
    margin-left: -35px;
}

    .concise_header_logo img[b-jhbcw7ow57] {
        display: block;
        width: 100%;
        height: auto;
    }

.concise_header ul[b-jhbcw7ow57] {
    padding: 6px 0px 0px;
    margin: 0px;
}

    .concise_header ul li[b-jhbcw7ow57] {
        display: inline-block;
        color: #646464;
        padding: 0px 0px 5px 54px;
        margin: 0px;
        font-size: 16px;
        font-family: 'Gilroy-Medium';
    }

        .concise_header ul li a[b-jhbcw7ow57] {
            color: #646464;
            text-decoration: none;
        }

            .concise_header ul li a:hover[b-jhbcw7ow57] {
                color: #646464;
                text-decoration: none;
            }
/*Concise Header Css End*/

/*Footer Css Start*/
#footer[b-jhbcw7ow57] {
    background: #fff;
    padding-bottom: 90px;
}

.footer_top[b-jhbcw7ow57] {
    width: 100%;
    padding: 72px 0px 46px;
}

    .footer_top h2[b-jhbcw7ow57] {
        font-size: 15px;
        font-family: 'Gilroy-SemiBold';
        color: #034854;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .footer_top .footer_top_left[b-jhbcw7ow57] {
        width: 42.5%;
        float: left;
        padding-left: 104px;
        padding-right: 50px;
        position: relative;
    }

.footer_logo[b-jhbcw7ow57] {
    display: block;
    width: 36px;
    position: absolute;
    left: 0px;
    top: 5px;
}

    .footer_logo img[b-jhbcw7ow57] {
        display: block;
        width: 100%;
        height: auto;
    }

.footer_top .footer_top_left p[b-jhbcw7ow57] {
    font-size: 14px;
    font-family: 'Gilroy-Medium';
    color: #646464;
    line-height: 1.8;
    padding: 0px;
    margin: 0px 0px 30px;
    width: 347px;
    max-width: 100%;
}

    .footer_top .footer_top_left p strong[b-jhbcw7ow57] {
        font-family: 'Gilroy-Bold';
    }

.subscribe_form[b-jhbcw7ow57] {
    padding-top: 14px;
}

    .subscribe_form h3[b-jhbcw7ow57] {
        font-size: 15px;
        font-family: 'Gilroy-SemiBold';
        color: #034854;
        margin-bottom: 17px;
    }

    .subscribe_form .gform_legacy_markup_wrapper[b-jhbcw7ow57] {
        padding: 0px;
        margin: 0px;
        width: 290px;
        max-width: 100%;
    }

        .subscribe_form .gform_legacy_markup_wrapper form[b-jhbcw7ow57] {
            position: relative;
        }

body .subscribe_form .gform_legacy_markup_wrapper ul li.gfield[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label .gfield_label[b-jhbcw7ow57],
.subscribe_form .gform_legacy_markup_wrapper legend.gfield_label[b-jhbcw7ow57] {
    display: none;
}

body .subscribe_form .gform_legacy_markup_wrapper .top_label div.ginput_container[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label input.large[b-jhbcw7ow57] {
    border: 2px solid #e25628;
    height: 38px;
    color: #c6c6c6;
    font-family: 'Gilroy-SemiBold' !important;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px !important;
    padding: 0px 30px 0px 12px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label [b-jhbcw7ow57]::-webkit-input-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label :-moz-placeholder[b-jhbcw7ow57] {
    color: #c6c6c6;
    opacity: 1;
    font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label [b-jhbcw7ow57]::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label :-ms-input-placeholder[b-jhbcw7ow57] {
    color: #c6c6c6;
    opacity: 1;
    font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .gform_footer[b-jhbcw7ow57] {
    padding: 8px 0px 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px !important;
}

    .subscribe_form .gform_legacy_markup_wrapper .gform_footer input.button[b-jhbcw7ow57],
    .subscribe_form .gform_legacy_markup_wrapper .gform_footer input[type=submit][b-jhbcw7ow57],
    .subscribe_form .gform_legacy_markup_wrapper .gform_page_footer input.button[b-jhbcw7ow57],
    .subscribe_form .gform_legacy_markup_wrapper .gform_page_footer input[type=submit][b-jhbcw7ow57] {
        display: block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        text-indent: -9999em;
        border: none;
        background: url(/wp-content/themes/vfx_new/images/subscribe_form_button_1200v2_icon.png) left top no-repeat;
        background-size: 100% 100%;
        line-height: normal !important;
        min-height: inherit !important;
    }

@media only screen and (min-width: 641px) {
    .subscribe_form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)[b-jhbcw7ow57] {
        max-width: calc(100% - 0px) !important;
    }
}

.subscribe_form .gform_legacy_markup_wrapper li.gfield.gfield_error[b-jhbcw7ow57],
.subscribe_form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning[b-jhbcw7ow57] {
    background: none;
    margin-bottom: 0px !important;
    border: none;
    padding: 0px;
    margin: 0px;
}

.subscribe_form .gform_legacy_markup_wrapper div.validation_error[b-jhbcw7ow57] {
    display: none;
}

.subscribe_form .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[b-jhbcw7ow57], .gform_legacy_markup_wrapper li.gfield_error textarea[b-jhbcw7ow57] {
    border: 2px solid #f00;
}

.subscribe_form .gform_legacy_markup_wrapper .validation_message[b-jhbcw7ow57] {
    color: #f00;
    padding-top: 10px;
}

.footer_top .footer_top_center[b-jhbcw7ow57] {
    width: 32%;
    float: left;
}

.footer_top_icon_list[b-jhbcw7ow57] {
    padding: 0px 0px 12px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .footer_top_icon_list li[b-jhbcw7ow57] {
        padding: 0px 18px 12px 0px;
        margin: 0px 0px 5px;
        display: inline-block;
    }

        .footer_top_icon_list li img[b-jhbcw7ow57] {
            display: inline-block;
        }

.footer_grade[b-jhbcw7ow57] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer_grade_item[b-jhbcw7ow57] {
    max-width: 180px;
    width: 50%;
}

    .footer_grade_item.google[b-jhbcw7ow57] {
        margin-top: -5px;
    }

    .footer_grade_item a[b-jhbcw7ow57] {
        text-decoration: none;
    }

        .footer_grade_item a:hover[b-jhbcw7ow57] {
            text-decoration: none;
        }

    .footer_grade_item .footer_grade_score[b-jhbcw7ow57] {
        font-size: 14px;
        color: #646464;
        line-height: 1.2;
        margin-bottom: 6px;
        font-family: 'Gilroy-Medium';
    }

        .footer_grade_item .footer_grade_score .footer_grade_score_branch[b-jhbcw7ow57],
        .footer_grade_item .footer_grade_score .footer_grade_score_total[b-jhbcw7ow57] {
        }

.footer_grade_score_img[b-jhbcw7ow57] {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}

.footer_grade_item_score_img_item_active[b-jhbcw7ow57] {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

    .footer_grade_item_score_img_item_active img[b-jhbcw7ow57] {
        max-width: initial;
    }

.footer_grade_item.google .footer_grade_score[b-jhbcw7ow57] {
    display: inline-block;
    margin-bottom: 8px;
}

.footer_grade_item.google .footer_grade_score_img[b-jhbcw7ow57] {
    margin-bottom: 0px;
    vertical-align: 3px;
}


.footer_top .footer_top_right[b-jhbcw7ow57] {
    float: right;
    width: 290px;
    max-width: 25%;
}

    .footer_top .footer_top_right .text_box[b-jhbcw7ow57] {
        padding-bottom: 32px;
    }

        .footer_top .footer_top_right .text_box p[b-jhbcw7ow57] {
            line-height: 1.3;
        }

    .footer_top .footer_top_right p[b-jhbcw7ow57] {
        font-size: 16px;
        font-family: 'Gilroy-Medium';
        color: #646464;
        line-height: 1.62;
        padding: 0px;
        margin: 0px 0px 7px;
    }

        .footer_top .footer_top_right p a[b-jhbcw7ow57] {
            color: #646464;
            text-decoration: none;
        }

        .footer_top .footer_top_right p:hover a[b-jhbcw7ow57] {
            color: #646464;
            text-decoration: none;
        }

.footer_middle[b-jhbcw7ow57] {
    padding: 0px 0px 15px 104px;
}

    .footer_middle hr[b-jhbcw7ow57] {
        padding: 0px;
        margin: 0px 0px 20px;
        border-bottom: 2px solid #c5c5c5;
        width: 100%;
        clear: both;
    }

    .footer_middle ul[b-jhbcw7ow57] {
        padding: 0px;
        margin: 0px;
        float: left;
    }

        .footer_middle ul li[b-jhbcw7ow57] {
            padding: 0px 42px 5px 0px;
            margin: 0px;
            display: inline-block;
            font-size: 12px;
            color: #aecaea;
            line-height: 1.4;
            position: relative;
        }

            .footer_middle ul li a[b-jhbcw7ow57] {
                text-decoration: none;
                font-size: 14px;
                font-family: 'Gilroy-SemiBold';
                color: #646464;
            }

                .footer_middle ul li a:hover[b-jhbcw7ow57] {
                    color: #034854;
                    text-decoration: none;
                }

    .footer_middle .footer_share_list[b-jhbcw7ow57] {
        display: block;
        float: right;
        padding-right: 45px;
    }

        .footer_middle .footer_share_list a[b-jhbcw7ow57] {
            display: inline-block;
            margin: 0px 0px 6px 20px;
            vertical-align: middle;
            color: #646464;
            text-decoration: none;
        }

            .footer_middle .footer_share_list a:hover[b-jhbcw7ow57] {
                color: #e35728;
                text-decoration: none;
            }

            .footer_middle .footer_share_list a i[b-jhbcw7ow57] {
                font-family: 'FontAwesome';
                font-size: 24px;
            }

.footer_bottom[b-jhbcw7ow57] {
    background: #f1f1f1;
}

    .footer_bottom .inner[b-jhbcw7ow57] {
        padding-top: 73px;
        padding-bottom: 42px;
        padding-left: 124px;
    }

    .footer_bottom .footer_bottom_text[b-jhbcw7ow57] {
        padding-bottom: 5px;
    }

    .footer_bottom p[b-jhbcw7ow57] {
        font-size: 14px;
        font-family: 'Gilroy-Medium';
        color: #646464;
        line-height: 1.18;
        padding: 0px;
        margin: 0px 0px 18px;
        text-align: justify;
    }

        .footer_bottom p a[b-jhbcw7ow57] {
            color: #646464;
            text-decoration: underline;
        }

            .footer_bottom p a:hover[b-jhbcw7ow57] {
                color: #646464;
                text-decoration: none;
            }

    .footer_bottom ul[b-jhbcw7ow57] {
        padding: 0;
        margin-left: -20px;
        margin-right: -18px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .footer_bottom ul li[b-jhbcw7ow57] {
            margin: 0px;
            padding: 0px 20px 7px;
            list-style-type: none;
            width: 33.3333%;
        }

            .footer_bottom ul li p[b-jhbcw7ow57] {
                text-align: justify;
            }

.footer_bottom_bar[b-jhbcw7ow57] {
}

    .footer_bottom_bar p[b-jhbcw7ow57] {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        color: #034854;
        line-height: 1.2;
        font-family: 'Gilroy-Bold';
    }
/*Footer Css End*/


/* Live and Demo Header Start */
.open_account_header[b-jhbcw7ow57] {
    background: rgba(255,255,255,1);
    position: relative;
    width: 100%;
    padding: 23px 0px 0px 0px;
}

    .open_account_header .inner[b-jhbcw7ow57] {
        position: relative;
        z-index: 9;
        max-width: 1300px;
    }

    .open_account_header .open_account_header_logo[b-jhbcw7ow57] {
        float: left;
        display: block;
        width: 162px;
        padding: 0px;
        margin: 0 auto;
    }

    .open_account_header .open_account_link_box[b-jhbcw7ow57] {
        padding-left: 40px;
        float: left;
    }

    .open_account_header .open_account_link[b-jhbcw7ow57] {
        padding: 0px 18px;
        margin: 0px;
        float: left;
    }

        .open_account_header .open_account_link a[b-jhbcw7ow57] {
            font-family: 'Gilroy-Medium';
            display: block;
            padding: 5px 0px 32px;
            font-size: 16px;
            color: #646464;
            text-decoration: none;
            position: relative;
            transition: all .3s;
        }

            .open_account_header .open_account_link a:hover[b-jhbcw7ow57] {
                color: #e35728;
            }

    .open_account_header .search_box[b-jhbcw7ow57] {
        top: 2px;
    }

..open_account_header search_box .search_box_button[b-jhbcw7ow57] {
    margin-top: 2px;
}
/* Live and Demo Header end */



/*Page encryption Css Start*/
form.post-password-form[b-jhbcw7ow57] {
    background: #147875;
    width: 600px;
    max-width: 100%;
    text-align: center;
    padding: 50px 20px;
    margin: 0px auto;
    text-align: center;
}

    form.post-password-form p:first-child[b-jhbcw7ow57] {
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        color: #FFF;
        line-height: 1.2;
    }

    form.post-password-form p label[b-jhbcw7ow57] {
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
        width: 280px;
        max-width: 100%;
        margin: 0px auto;
        display: block;
        text-align: left;
        line-height: 1.2;
    }

        form.post-password-form p label input[type=password][b-jhbcw7ow57] {
            display: block;
            width: 100%;
            color: #000;
            height: 40px;
            line-height: 28px;
            margin-top: 6px;
            padding: 5px 10px;
        }

    form.post-password-form input[type=submit][b-jhbcw7ow57] {
        text-transform: uppercase;
        background: #e35728;
        border-radius: 5px;
        border: none;
        display: block;
        text-shadow: 0px 0px 1px #e35728;
        color: #FFF;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        cursor: pointer;
        width: 140px;
        margin: 10px auto 0px;
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        height: 42px;
        font-size: 14px !important;
    }

        form.post-password-form input[type=submit]:hover[b-jhbcw7ow57] {
            background: #ff8e5c;
            color: #FFF;
            text-decoration: none;
        }
/*Page encryption Css End*/

.fast_easy_wrapper[b-jhbcw7ow57] {
    background: #e25628;
    width: 100%;
    overflow: hidden;
}

    .fast_easy_wrapper .inner[b-jhbcw7ow57] {
        position: relative;
    }

.fast_easy_content[b-jhbcw7ow57] {
    width: 800px;
    max-width: 65%;
    position: relative;
    text-align: left;
    padding: 80px 0px 90px;
    z-index: 9;
}

    .fast_easy_content h3[b-jhbcw7ow57] {
        color: #fff;
        margin-bottom: 40px;
    }

    .fast_easy_content ul[b-jhbcw7ow57] {
        display: flex;
        padding: 0px 0px 10px;
        margin: 0px;
    }

        .fast_easy_content ul li[b-jhbcw7ow57] {
            padding: 0px 20px 25px 0px;
            margin: 0px;
            width: 33.333%;
        }

.fast_easy_wrapper ul li .text_box[b-jhbcw7ow57] {
    position: relative;
    padding: 0px;
}

    .fast_easy_wrapper ul li .text_box[b-jhbcw7ow57]:before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        color: #e25628;
        border-radius: 50%;
        font-size: 24px;
        margin-bottom: 17px;
        text-align: center;
        line-height: 44px;
        font-family: 'Gilroy-Bold';
        background: #fff;
    }

.fast_easy_wrapper ul li:nth-child(1) .text_box[b-jhbcw7ow57]:before {
    content: "1";
}

.fast_easy_wrapper ul li:nth-child(2) .text_box[b-jhbcw7ow57]:before {
    content: "2";
}

.fast_easy_wrapper ul li:nth-child(3) .text_box[b-jhbcw7ow57]:before {
    content: "3";
}

.fast_easy_wrapper ul li .text_box h4[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px 0px 3px;
    color: #fff;
    font-family: 'Gilroy-Medium';
}

.fast_easy_wrapper ul li .text_box p[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
    width: 185px;
    max-width: 100%;
    color: #fff;
    font-family: 'Gilroy-Regular';
}

.fast_easy_wrapper h6[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px 0px 45px;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Gilroy-SemiBold';
    color: #fff;
}

.fast_easy_wrapper_img_box[b-jhbcw7ow57] {
    width: 35%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

    .fast_easy_wrapper_img_box img[b-jhbcw7ow57] {
        display: block;
        margin: 0px auto;
        width: auto;
        height: auto;
    }


/*Pages Banner Css Start*/
.page_banner_content_wrapper[b-jhbcw7ow57] {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .page_banner_content_wrapper .banner_bottom[b-jhbcw7ow57] {
        bottom: 0px;
    }

.page_banner_content[b-jhbcw7ow57] {
}

    .page_banner_content .inner[b-jhbcw7ow57] {
        height: 648px;
        padding-bottom: 90px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .page_banner_content h1[b-jhbcw7ow57] {
        color: #fff;
        margin-bottom: 32px;
    }

        .page_banner_content h1 img[b-jhbcw7ow57] {
            vertical-align: bottom;
        }

    .page_banner_content .white h1[b-jhbcw7ow57] {
        color: #fff;
    }

    .page_banner_content .blue h1[b-jhbcw7ow57] {
        color: #034854;
    }

    .page_banner_content .orange h1[b-jhbcw7ow57] {
        color: #e35728;
    }

    .page_banner_content h1.page_banner_title[b-jhbcw7ow57] {
        margin-bottom: 0px;
    }

    .page_banner_content h2[b-jhbcw7ow57] {
        color: #fff;
        margin-bottom: 50px;
    }

    .page_banner_content .white h2[b-jhbcw7ow57] {
        color: #fff;
    }

    .page_banner_content .blue h2[b-jhbcw7ow57] {
        color: #034854;
    }

    .page_banner_content .orange h2[b-jhbcw7ow57] {
        color: #e35728;
    }
/*Pages Banner Css End*/

/*Default page content Css Start*/
.default_page_content[b-jhbcw7ow57] {
}

    .default_page_content .inner[b-jhbcw7ow57] {
        padding-top: 80px;
        padding-bottom: 70px;
    }
/*Default page content Css End*/

/*Pages text and image Css Start*/
.pages_text_and_image_row_wrapper[b-jhbcw7ow57] {
    background: #f5f5f5;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.pages_text_and_image_row[b-jhbcw7ow57] {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

    .pages_text_and_image_row .text_and_image_inner[b-jhbcw7ow57] {
        width: 1200px;
        max-width: 100%;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pages_text_and_image_row .text_box[b-jhbcw7ow57] {
        width: 49%;
        padding: 75px 85px 0px;
        position: relative;
        background: #fff;
        border-radius: 25px 0px 0px 25px;
    }

    .pages_text_and_image_row .img_box[b-jhbcw7ow57] {
        width: 51%;
        position: relative;
        border-radius: 0px 25px 25px 0px;
    }

        .pages_text_and_image_row .img_box img[b-jhbcw7ow57] {
            opacity: 0;
        }

    .pages_text_and_image_row.text_and_image_position_left .text_and_image_inner[b-jhbcw7ow57] {
        flex-direction: row-reverse;
    }

    .pages_text_and_image_row.text_and_image_position_left .text_box[b-jhbcw7ow57] {
        border-radius: 0px 25px 25px 0px;
    }

    .pages_text_and_image_row h3[b-jhbcw7ow57] {
        color: #034854;
        margin-bottom: 40px;
    }

    .pages_text_and_image_row p[b-jhbcw7ow57] {
        color: #646464;
        font-family: 'Gilroy-Regular';
        margin-bottom: 15px;
    }

    .pages_text_and_image_row .text_box .dotted_ul li[b-jhbcw7ow57] {
        position: relative;
        padding-left: 30px;
        color: #646464;
        font-size: 14px;
        line-height: 1.3;
        font-family: 'Gilroy-Medium';
        margin-bottom: 15px;
    }

        .pages_text_and_image_row .text_box .dotted_ul li[b-jhbcw7ow57]::after {
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            background: #646464;
            border-radius: 100%;
            position: absolute;
            top: 7px;
            left: 12px;
        }

    .pages_text_and_image_row h5 strong[b-jhbcw7ow57] {
        color: #e35728;
    }


    .pages_text_and_image_row .bottom_text[b-jhbcw7ow57] {
        position: absolute;
        left: 85px;
        bottom: 80px;
        padding-right: 85px;
    }

        .pages_text_and_image_row .bottom_text p[b-jhbcw7ow57] {
            font-size: 14px;
            color: #034854;
            margin-bottom: 2px;
            font-family: 'Gilroy-Medium';
        }

            .pages_text_and_image_row .bottom_text p strong[b-jhbcw7ow57] {
                font-size: 36px;
                color: #e35728;
                font-family: 'Gilroy-SemiBold';
            }

            .pages_text_and_image_row .bottom_text p span[b-jhbcw7ow57] {
                font-family: 'Gilroy-SemiBold';
            }

            .pages_text_and_image_row .bottom_text p:first-child[b-jhbcw7ow57] {
                margin-bottom: 12px;
            }

        .pages_text_and_image_row .bottom_text img[b-jhbcw7ow57] {
            position: absolute;
            left: 100%;
            bottom: 0px;
            max-width: none;
        }

    .pages_text_and_image_row .img_box span[b-jhbcw7ow57] {
        display: inline-block;
        position: absolute;
        right: -8px;
        top: 92px;
        background: #e35728;
        border-radius: 25px 12px 0px 25px;
        font-size: 14px;
        color: #fff;
        padding: 12px 30px 11px 25px;
        text-transform: uppercase;
        line-height: 1.15;
        font-family: 'Gilroy-Regular';
        background: #147875;
        text-align: left;
    }

        .pages_text_and_image_row .img_box span[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 8px;
            height: 7px;
            position: absolute;
            right: 0px;
            top: 100%;
            background: url(/wp-content/themes/vfx_new/images/pages_text_and_image_row_right_icon2.png) left top no-repeat;
            background-size: 100% 100%;
        }

        .pages_text_and_image_row .img_box span strong[b-jhbcw7ow57] {
            font-family: 'Gilroy-SemiBold';
        }

    .pages_text_and_image_row.text_and_image_position_left .img_box[b-jhbcw7ow57] {
        border-radius: 25px 0px 0px 25px;
    }

        .pages_text_and_image_row.text_and_image_position_left .img_box span[b-jhbcw7ow57] {
            right: auto;
            left: -8px;
            padding: 12px 25px 11px 30px;
            border-radius: 12px 25px 25px 0px;
        }

            .pages_text_and_image_row.text_and_image_position_left .img_box span[b-jhbcw7ow57]:after {
                right: auto;
                left: 0px;
                background: url(/wp-content/themes/vfx_new/images/pages_text_and_image_row_left_icon2.png) left top no-repeat;
                background-size: 100% 100%;
            }
/*Pages text and image Css End*/

/*Experience our spreads Css Start*/
.experience_our_spreads_wrapper[b-jhbcw7ow57] {
    background: #034854;
}

    .experience_our_spreads_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
    }

        .experience_our_spreads_wrapper .inner[b-jhbcw7ow57]:before {
            content: "";
            display: block;
            width: 450px;
            height: 411px;
            background: url(/wp-content/themes/vfx_new/images/experience_our_spreads_wrapper_icon.png) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 8;
            left: -205px;
            top: 0px;
        }

        .experience_our_spreads_wrapper .inner[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 100%;
            clear: both;
        }

    .experience_our_spreads_wrapper .experience_our_spreads_content[b-jhbcw7ow57] {
        width: 1000px;
        padding-right: 15px;
        float: right;
        max-width: 100%;
        position: relative;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .experience_our_spreads_wrapper .text_box[b-jhbcw7ow57] {
        width: 34%;
        padding-bottom: 30px;
    }

        .experience_our_spreads_wrapper .text_box h3[b-jhbcw7ow57] {
            color: #fff;
            margin-bottom: 60px;
        }

    .experience_our_spreads_wrapper .rawecn_box[b-jhbcw7ow57] {
        width: 630px;
        max-width: 630px;
    }

.rawecn_list .rawecn_content[b-jhbcw7ow57] {
    background: #fff;
    border-radius: 0px 0px 25px 25px;
    padding: 29px 36px 15px;
    min-height: 268px;
}

    .rawecn_list .rawecn_content .row_top[b-jhbcw7ow57] {
        display: flex;
        border-bottom: 1px solid #c6c6c6;
        padding-bottom: 12px;
        margin-bottom: 13px;
    }

        .rawecn_list .rawecn_content .row_top .row_top_item[b-jhbcw7ow57] {
            width: 25%;
            text-align: center;
            font-size: 16px;
            color: #034854;
            font-family: 'Gilroy-SemiBold';
        }

    .rawecn_list .rawecn_content .row[b-jhbcw7ow57] {
        padding-top: 10px;
        padding-bottom: 12px;
        display: flex;
    }

        .rawecn_list .rawecn_content .row span[b-jhbcw7ow57] {
            width: 25%;
            float: left;
            text-align: center;
            font-size: 18px;
            color: #505050;
            font-family: 'Gilroy-Medium';
        }

            .rawecn_list .rawecn_content .row span.spread[b-jhbcw7ow57] {
                font-family: 'Gilroy-Bold';
                color: #034854;
            }

.rawecn_list .rawecn_nav[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

    .rawecn_list .rawecn_nav li[b-jhbcw7ow57] {
        width: 33.333%;
        position: relative;
        cursor: pointer;
    }

        .rawecn_list .rawecn_nav li.rawecn_active[b-jhbcw7ow57] {
            z-index: 20;
        }

        .rawecn_list .rawecn_nav li[b-jhbcw7ow57]:before,
        .rawecn_list .rawecn_nav li[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 60%;
            height: 100%;
            position: absolute;
            background-color: #c5c5c5;
            transform: skewX(-25deg);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            top: 0px;
        }

        .rawecn_list .rawecn_nav li[b-jhbcw7ow57]:before {
            left: -1px;
        }

        .rawecn_list .rawecn_nav li[b-jhbcw7ow57]:after {
            right: -1px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active[b-jhbcw7ow57]:before,
        .rawecn_list .rawecn_nav li.rawecn_active[b-jhbcw7ow57]:after {
            background: #e35728;
        }

        .rawecn_list .rawecn_nav li span[b-jhbcw7ow57] {
            display: block;
            padding: 10px 2px 10px 0px;
            color: #FFF;
            font-size: 16px;
            font-family: 'Gilroy-SemiBold';
            text-transform: uppercase;
            text-align: center;
            position: relative;
            z-index: 9;
        }

        .rawecn_list .rawecn_nav li.rawecn_active span[b-jhbcw7ow57] {
            font-size: 24px;
            z-index: 10;
            padding: 13px 0px 12px;
        }

        .rawecn_list .rawecn_nav li span[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 22px;
            height: 43px;
            background: url(/wp-content/themes/vfx_new/images/home_row1_tab_title_li_shadow.png?v=4) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 8;
            left: -8px;
            bottom: -2px;
            transform: rotate(11deg);
        }

        .rawecn_list .rawecn_nav li:first-child span[b-jhbcw7ow57]::after {
            display: none;
        }

        .rawecn_list .rawecn_nav li:first-child[b-jhbcw7ow57]:before {
            left: 0px;
            transform: skewX(0deg);
            -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
            -moz-transform: skewX(0deg);
        }

        .rawecn_list .rawecn_nav li:last-child[b-jhbcw7ow57]:after {
            right: -9px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active:first-child[b-jhbcw7ow57]:before {
            left: 0;
            transform: skewX(0deg);
            -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
            -moz-transform: skewX(0deg);
        }

        .rawecn_list .rawecn_nav li.rawecn_active[b-jhbcw7ow57]:after {
            right: -5px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active:last-child[b-jhbcw7ow57]:after {
            right: -13px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active span[b-jhbcw7ow57]:after {
            left: -12px;
        }
/*Experience our spreads Css End*/

/*Single Css Start*/
.educations_content[b-jhbcw7ow57] {
    padding-top: 103px;
    padding-bottom: 60px;
}

.educations_content_left[b-jhbcw7ow57] {
    float: right;
    width: 67%;
}

    .educations_content_left .new_single[b-jhbcw7ow57] {
        background: #fff;
        border-radius: 16px;
        padding: 30px 58px 50px;
    }

    .educations_content_left h2.single_title[b-jhbcw7ow57] {
        font-size: 36px;
        color: #e35728;
        margin-bottom: 35px;
        line-height: 1.3;
    }

    .educations_content_left h2[b-jhbcw7ow57] {
        font-family: 'Gilroy-SemiBold';
        font-size: 14px;
        color: #646464;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .educations_content_left p[b-jhbcw7ow57] {
        color: #646464;
    }

        .educations_content_left p a[b-jhbcw7ow57] {
            color: #646464;
            text-decoration: underline;
        }

            .educations_content_left p a:hover[b-jhbcw7ow57] {
                color: #646464;
                text-decoration: underline;
            }

.mt4_manuals_single_content h2.single_title[b-jhbcw7ow57] {
    color: #034854;
}

.mt4_basics_single_content h2.single_title[b-jhbcw7ow57] {
    color: #034854;
}

.smarttrader_tools_videos_single_content h2.single_title[b-jhbcw7ow57] {
    color: #034854;
}


.educations_content_left .addtoany_content[b-jhbcw7ow57] {
    display: none !important;
}

.educations_content_left .new_single ul[b-jhbcw7ow57],
.educations_content_left .new_single ol[b-jhbcw7ow57] {
    margin: 0px 0px 20px 25px;
    padding-left: 0 !important;
}

    .educations_content_left .new_single ul ul[b-jhbcw7ow57] {
        margin: 15px 0px 0px 25px;
    }

.educations_content_left .new_single li[b-jhbcw7ow57] {
    font-size: 14px;
    list-style: disc outside none;
    color: #646464;
    padding-bottom: 3px;
}

.educations_content_left .new_single ol ol[b-jhbcw7ow57] {
    margin: 15px 0px 0px 25px;
}

.educations_content_left .new_single ul li[b-jhbcw7ow57] {
    list-style: disc outside none;
}

.educations_content_left .new_single ol li[b-jhbcw7ow57] {
    list-style: decimal outside none;
    margin-bottom: 15px;
}

.educations_content_left .new_single ol[b-jhbcw7ow57] {
    margin-bottom: 0px;
}

.educations_newer_older[b-jhbcw7ow57] {
    text-align: center;
    padding-top: 36px;
}

    .educations_newer_older .prev_link[b-jhbcw7ow57],
    .educations_newer_older .next_link[b-jhbcw7ow57] {
        display: inline-block;
        vertical-align: top;
        padding: 0px 5px 10px;
    }

    .educations_newer_older a[b-jhbcw7ow57] {
        font-family: 'Gilroy-Medium';
        text-transform: uppercase;
        background: #034854;
        border-radius: 25px;
        border: 2px solid #034854;
        padding: 6px 25px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        text-decoration: none;
        cursor: pointer;
        margin: 0px;
    }

        .educations_newer_older a:hover[b-jhbcw7ow57] {
            background: #147875;
            border-color: #147875;
            color: #fff;
            text-decoration: none;
        }

    .educations_newer_older .prev_link a[b-jhbcw7ow57] {
        background: none;
        color: #034854;
    }

        .educations_newer_older .prev_link a:hover[b-jhbcw7ow57] {
            background: none;
            color: #147875;
        }


.educations_content_sidebar[b-jhbcw7ow57] {
    width: 28.5%;
    float: left;
}

.educations_content_sidebar_box[b-jhbcw7ow57] {
    background: #fff;
    border-radius: 16px;
    padding: 40px 25px 30px 32px;
    margin-bottom: 62px;
}

    .educations_content_sidebar_box:last-child[b-jhbcw7ow57] {
        margin-bottom: 0px;
    }

    .educations_content_sidebar_box .accordionContent_inner[b-jhbcw7ow57] {
        padding-top: 15px;
        padding-bottom: 28px;
    }

.educations_content_sidebar h2[b-jhbcw7ow57] {
    font-size: 20px;
    color: #e35728;
    line-height: 1.2;
    padding: 0px;
    margin: 0px 0px 37px;
    font-family: 'Gilroy-Medium';
}

.educations_content_sidebar h3[b-jhbcw7ow57] {
    font-size: 22px;
    color: #034854;
    margin-bottom: 22px;
    font-family: 'Gilroy-SemiBold';
    line-height: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    cursor: pointer;
}

    .educations_content_sidebar h3[b-jhbcw7ow57]:before {
        content: "\f067";
        font-family: 'FontAwesome';
        font-size: 14px;
        position: absolute;
        right: 0px;
        top: 5px;
        font-weight: normal;
    }

    .educations_content_sidebar h3.selected[b-jhbcw7ow57]:before {
        content: "\f068";
    }

.educations_content_sidebar h4[b-jhbcw7ow57] {
    font-size: 18px;
    color: #646464;
    padding: 0px 0px 6px 16px;
    position: relative;
    margin: 0px;
    font-family: 'Gilroy-SemiBold';
    line-height: 1.2;
}

    .educations_content_sidebar h4[b-jhbcw7ow57]:before {
        content: "\f067";
        font-family: 'FontAwesome';
        font-size: 12px;
        position: absolute;
        left: 0px;
        top: 3px;
        font-weight: normal;
    }

    .educations_content_sidebar h4.selected[b-jhbcw7ow57]:before {
        content: "\f068";
    }

    .educations_content_sidebar h4.title[b-jhbcw7ow57] {
        cursor: pointer;
    }

.educations_content_sidebar ul[b-jhbcw7ow57] {
    padding: 0px 0px 2px 18px;
    margin: 0px;
}

    .educations_content_sidebar ul li[b-jhbcw7ow57] {
        padding: 0px 0px 8px 16px;
        margin: 0px;
        font-size: 18px;
        color: #646464;
        font-family: 'Gilroy-Medium';
        line-height: 1.2;
        position: relative;
    }

        .educations_content_sidebar ul li[b-jhbcw7ow57]:before {
            content: "\f068";
            font-family: 'FontAwesome';
            font-size: 12px;
            position: absolute;
            left: 0px;
            top: 3px;
            font-weight: normal;
        }

        .educations_content_sidebar ul li a[b-jhbcw7ow57] {
            text-decoration: none;
        }

            .educations_content_sidebar ul li a:hover[b-jhbcw7ow57] {
                text-decoration: underline;
            }

            .educations_content_sidebar ul li a.active[b-jhbcw7ow57] {
                text-decoration: underline;
            }

.educations_content_left table[b-jhbcw7ow57] {
    border-left: 0;
    border-top: 0;
    margin: 0 0 20px;
    color: #797979;
    border: none;
}

    .educations_content_left table td[b-jhbcw7ow57] {
        border-bottom: 0;
        border-right: 0;
        background: #e1e1e1;
    }

    .educations_content_left table th[b-jhbcw7ow57],
    .educations_content_left table td[b-jhbcw7ow57] {
        padding: 5px 20px;
        text-align: left;
        line-height: 20px;
        border: none;
    }

    .educations_content_left table th[b-jhbcw7ow57] {
        color: #2c2c2c;
        font-weight: bold;
        border-bottom: 0;
        border-right: 0;
        background: #e1e1e1;
        text-transform: none;
    }

    .educations_content_left table tr:nth-child(2n) td[b-jhbcw7ow57] {
        background: #FFF;
    }

.educations_content_sidebar_box.tags_list_content[b-jhbcw7ow57] {
    padding-right: 20px;
}

.tags_list_content h2[b-jhbcw7ow57] {
    margin-bottom: 15px;
}

.educations_content_sidebar_box .tags_list[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}

    .educations_content_sidebar_box .tags_list li[b-jhbcw7ow57] {
        padding: 0px 5px 18px 0px;
        margin: 0px;
    }

        .educations_content_sidebar_box .tags_list li[b-jhbcw7ow57]:before {
            display: none;
        }

        .educations_content_sidebar_box .tags_list li a[b-jhbcw7ow57] {
            display: inline-block;
            padding: 2px 16px 3px;
            font-size: 14px;
            color: #646464;
            font-family: 'Gilroy-Regular';
            border: 1px solid #034854;
            border-radius: 15px;
            text-decoration: none;
        }

            .educations_content_sidebar_box .tags_list li a:hover[b-jhbcw7ow57] {
                border-color: #e35728;
                color: #646464;
                text-decoration: none;
            }

.mt4_videos_content[b-jhbcw7ow57] {
    position: relative;
    margin-bottom: 25px;
}

    .mt4_videos_content img[b-jhbcw7ow57] {
        display: block;
        width: 100%;
        height: auto;
    }

    .mt4_videos_content iframe[b-jhbcw7ow57] {
        display: block;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.smarttrader_tools_videos_box_wrapper[b-jhbcw7ow57] {
    margin-bottom: 25px;
}

.wp-pagenavi[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .wp-pagenavi .pages[b-jhbcw7ow57] {
        display: none;
    }

    .wp-pagenavi a[b-jhbcw7ow57],
    .wp-pagenavi a:hover[b-jhbcw7ow57],
    .wp-pagenavi span[b-jhbcw7ow57] {
        font-family: 'Gilroy-SemiBold';
        font-size: 18px;
        border: none;
        margin: 0px 14px 5px;
        color: #646464;
        padding: 0px;
        display: inline-block;
        text-decoration: none;
        vertical-align: top;
    }

        .wp-pagenavi span.current[b-jhbcw7ow57] {
            border: 0;
            background: none;
            color: #000000;
        }

        .wp-pagenavi a.nextpostslink[b-jhbcw7ow57],
        .wp-pagenavi a.previouspostslink[b-jhbcw7ow57],
        .wp-pagenavi a.last[b-jhbcw7ow57],
        .wp-pagenavi a.first[b-jhbcw7ow57] {
            background: none;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            color: #e25628;
            font-family: 'Gilroy-SemiBold';
            padding-top: 2px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .wp-pagenavi span.extend[b-jhbcw7ow57] {
            border: none;
        }
/*Single Css End*/


/*Refer and Earn 1,2,3 Css Start*/
.refer_and_earn_wrapper[b-jhbcw7ow57] {
    background: #034854;
}

    .refer_and_earn_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 80px;
        padding-bottom: 90px;
        position: relative;
    }

        .refer_and_earn_wrapper .inner[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 430px;
            height: 399px;
            background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row3_icon.png) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: -90px;
            top: 0px;
        }

    .refer_and_earn_wrapper .refer_and_earn_content[b-jhbcw7ow57] {
        width: 796px;
        max-width: 76%;
        float: right;
        position: relative;
        z-index: 9;
    }

    .refer_and_earn_wrapper h3[b-jhbcw7ow57] {
        color: #fff;
        margin-bottom: 40px;
    }

    .refer_and_earn_wrapper ul[b-jhbcw7ow57] {
        padding: 0px 0px 18px;
        margin: 0px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        .refer_and_earn_wrapper ul li[b-jhbcw7ow57] {
            padding: 0px 20px 25px 0px;
            margin: 0px;
            width: 33.333%;
        }

            .refer_and_earn_wrapper ul li:nth-child(1)[b-jhbcw7ow57] {
                width: 34.5%;
            }

            .refer_and_earn_wrapper ul li:nth-child(2)[b-jhbcw7ow57] {
                width: 37.2%;
            }

            .refer_and_earn_wrapper ul li:nth-child(3)[b-jhbcw7ow57] {
                width: 28.3%;
                padding-right: 0px;
            }

            .refer_and_earn_wrapper ul li .text_box[b-jhbcw7ow57] {
                position: relative;
                padding: 0px;
            }

                .refer_and_earn_wrapper ul li .text_box[b-jhbcw7ow57]:before {
                    content: "";
                    display: block;
                    width: 44px;
                    height: 44px;
                    color: #034854;
                    border-radius: 50%;
                    font-size: 24px;
                    margin-bottom: 17px;
                    text-align: center;
                    line-height: 44px;
                    font-family: 'Gilroy-Bold';
                    background: #fff;
                }

            .refer_and_earn_wrapper ul li:nth-child(1) .text_box[b-jhbcw7ow57]:before {
                content: "1";
            }

            .refer_and_earn_wrapper ul li:nth-child(2) .text_box[b-jhbcw7ow57]:before {
                content: "2";
            }

            .refer_and_earn_wrapper ul li:nth-child(3) .text_box[b-jhbcw7ow57]:before {
                content: "3";
            }

            .refer_and_earn_wrapper ul li .text_box h4[b-jhbcw7ow57] {
                padding: 0px;
                margin: 0px 0px 3px;
                color: #fff;
                font-family: 'Gilroy-Medium';
            }

            .refer_and_earn_wrapper ul li .text_box p[b-jhbcw7ow57] {
                padding: 0px;
                margin: 0px;
                width: 220px;
                max-width: 100%;
                color: #fff;
                font-family: 'Gilroy-Regular';
            }
/*Refer and Earn 1,2,3 Css End*/


/*Transparent. Profitable. Robust. css Start*/
.transparent_profitable_robust_row[b-jhbcw7ow57] {
    background: #fff;
}

    .transparent_profitable_robust_row .inner[b-jhbcw7ow57] {
        padding-top: 170px;
        padding-bottom: 130px;
        position: relative;
        z-index: 9;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .transparent_profitable_robust_row .inner[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 380px;
            height: 350px;
            position: absolute;
            right: -170px;
            top: 0;
            background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row2_icon.png) left top no-repeat;
            background-size: 100% 100%;
        }

    .transparent_profitable_robust_row .img_box[b-jhbcw7ow57] {
        width: 306px;
        max-width: 26%;
        padding-right: 20px;
        position: relative;
        z-index: 9;
    }

    .transparent_profitable_robust_row .text_box[b-jhbcw7ow57] {
        width: 73%;
        position: relative;
        z-index: 9;
    }

        .transparent_profitable_robust_row .text_box ul[b-jhbcw7ow57] {
            padding: 20px 0px 22px;
            margin: 0px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
        }

            .transparent_profitable_robust_row .text_box ul li[b-jhbcw7ow57] {
                padding: 0px 102px 30px 0px;
                margin: 0px;
            }

                .transparent_profitable_robust_row .text_box ul li:last-child[b-jhbcw7ow57] {
                    padding-right: 0px;
                }

                .transparent_profitable_robust_row .text_box ul li .icon_box[b-jhbcw7ow57] {
                    padding-bottom: 12px;
                }

                .transparent_profitable_robust_row .text_box ul li h3[b-jhbcw7ow57] {
                    color: #034854;
                }

        .transparent_profitable_robust_row .text_box .text[b-jhbcw7ow57] {
            width: 440px;
            max-width: 100%;
        }

        .transparent_profitable_robust_row .text_box p[b-jhbcw7ow57] {
            color: #646464;
        }

        .transparent_profitable_robust_row .text_box .text .green_arrow_button[b-jhbcw7ow57] {
            margin-top: 25px;
        }

        .transparent_profitable_robust_row .text_box .text .orange_arrow_button[b-jhbcw7ow57] {
            margin-top: 25px;
        }
/*Transparent. Profitable. Robust. css End*/


/*Page Content Form css Start*/
.page_content_form[b-jhbcw7ow57] {
    background: url(/wp-content/themes/vfx_new/images/page_content_form_wrapper_bg.jpg) center top no-repeat;
    background-size: cover;
}

    .page_content_form .inner[b-jhbcw7ow57] {
        padding-top: 90px;
        padding-bottom: 90px;
    }

.page_content_form_content[b-jhbcw7ow57] {
    border-radius: 20px;
    background: #fff;
    padding: 68px 30px 90px;
    overflow: hidden;
}

.page_content_form_content_inner[b-jhbcw7ow57] {
    width: 1025px;
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page_content_form .text_box[b-jhbcw7ow57] {
    width: 320px;
    max-width: 32%;
    padding-top: 6px;
    padding-right: 20px;
}

    .page_content_form .text_box h3[b-jhbcw7ow57] {
        color: #eb5629;
        margin-bottom: 30px;
    }

    .page_content_form .text_box p[b-jhbcw7ow57] {
        color: #646464;
    }

.page_content_form .page_content_form_box[b-jhbcw7ow57] {
    width: 620px;
    max-width: 67%;
}

.page_content_form .gform_wrapper[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.page_content_form .gform_legacy_markup_wrapper ul.gform_fields[b-jhbcw7ow57] {
    margin-left: -30px !important;
    margin-right: -30px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

body .page_content_form .gform_wrapper ul li.gfield[b-jhbcw7ow57] {
    padding: 0px 30px 25px;
    margin: 0px;
    width: 50%;
}

    body .page_content_form .gform_wrapper ul li.gfield.field_full[b-jhbcw7ow57] {
        width: 100%;
    }

.page_content_form .gform_wrapper .top_label .gfield_label[b-jhbcw7ow57],
.page_content_form .gform_wrapper legend.gfield_label[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #17307d;
    line-height: 1.65;
    display: none;
}

body .page_content_form .gform_wrapper .top_label div.ginput_container[b-jhbcw7ow57] {
    padding: 0px;
    margin: 0px;
}

.page_content_form .gform_wrapper .top_label input.medium[b-jhbcw7ow57],
.page_content_form .gform_wrapper .top_label select.medium[b-jhbcw7ow57],
.page_content_form .gform_wrapper textarea.medium[b-jhbcw7ow57] {
    width: 100%;
    font-size: 20px !important;
    color: #c6c6c6 !important;
    padding: 0px 18px !important;
    margin: 0px !important;
    line-height: 1.2 !important;
    font-family: 'Gilroy-Medium' !important;
    height: 55px;
    border: 0px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: none;
    letter-spacing: 0px !important;
}

.page_content_form .gform_wrapper .top_label select.medium[b-jhbcw7ow57] {
    padding: 0px 12px !important;
}

.page_content_form .gform_wrapper textarea.medium[b-jhbcw7ow57] {
    height: 160px;
    border: 1px solid #e1e1e1;
    padding-top: 14px !important;
    margin-top: 22px !important;
}

.page_content_form .gform_wrapper .top_label li.field_name input.medium[b-jhbcw7ow57] {
    background-image: url(/wp-content/themes/vfx_new/images/gform_wrapper_name_icon.png);
    background-position: calc(100% - 15px) 17px;
    background-repeat: no-repeat;
}


.page_content_form .gform_wrapper .top_label [b-jhbcw7ow57]::-webkit-input-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper .top_label :-moz-placeholder[b-jhbcw7ow57] {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper .top_label [b-jhbcw7ow57]::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper .top_label :-ms-input-placeholder[b-jhbcw7ow57] {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper ul.gform_fields li.gfield .gfield_checkbox[b-jhbcw7ow57] {
    padding: 7px 0px 15px;
    margin: 0px;
}

    .page_content_form .gform_wrapper ul.gform_fields li.gfield .gfield_checkbox li input[type=checkbox][b-jhbcw7ow57] {
        vertical-align: top;
        margin: 0px !important;
        opacity: 0;
        position: absolute;
    }

.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li label[b-jhbcw7ow57] {
    display: block;
    color: #2544a2;
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 22px;
    position: relative;
    max-width: 100%;
}

    .page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li label[b-jhbcw7ow57]::after {
        content: '';
        background: #FFF;
        border-radius: 2px;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0px;
        top: 3px;
    }

.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox input[type=checkbox]:checked + label[b-jhbcw7ow57]:after {
    background: #2544a2;
}

.page_content_form .gchoice_select_all[b-jhbcw7ow57],
.page_content_form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label[b-jhbcw7ow57],
.page_content_form .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label[b-jhbcw7ow57] {
    font-weight: normal;
}

.page_content_form .gform_wrapper .gform_footer[b-jhbcw7ow57] {
    padding: 18px 0px 0px;
    margin: 0px;
}

    .page_content_form .gform_wrapper .gform_footer input.button[b-jhbcw7ow57],
    .page_content_form .gform_wrapper .gform_footer input[type=submit][b-jhbcw7ow57],
    .page_content_form .gform_wrapper .gform_page_footer input.button[b-jhbcw7ow57],
    .page_content_form .gform_wrapper .gform_page_footer input[type=submit][b-jhbcw7ow57],
    .page_content_form .gform_legacy_markup_wrapper .gform_footer input.button[b-jhbcw7ow57],
    .page_content_form .gform_legacy_markup_wrapper .gform_footer input[type=submit][b-jhbcw7ow57] {
        font-family: 'Gilroy-Medium';
        text-transform: uppercase;
        background: #e35728 url(/wp-content/themes/vfx_new/images/gform_footer_button_icon.png) calc(100% - 15px) 14px no-repeat;
        border-radius: 35px;
        border: 1px solid #e35728;
        padding: 0px 107px 0px 20px;
        height: 45px;
        display: inline-block;
        width: auto;
        margin-bottom: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        text-decoration: none;
        cursor: pointer;
    }

        .page_content_form .gform_wrapper .gform_footer input.button:hover[b-jhbcw7ow57],
        .page_content_form .gform_wrapper .gform_footer input[type=submit]:hover[b-jhbcw7ow57],
        .page_content_form .gform_wrapper .gform_page_footer input.button:hover[b-jhbcw7ow57],
        .page_content_form .gform_wrapper .gform_page_footer input[type=submit]:hover[b-jhbcw7ow57],
        .page_content_form .gform_legacy_markup_wrapper .gform_footer input.button:hover[b-jhbcw7ow57],
        .page_content_form .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover[b-jhbcw7ow57] {
            background-color: #ff8e5c;
            border-color: #ff8e5c;
            color: #FFF;
            text-decoration: none;
        }

.page_content_form .gform_confirmation_message[b-jhbcw7ow57] {
    font-size: 20px;
    padding: 30px 0px;
    text-align: center;
}

.page_content_form .gform_wrapper div.validation_error[b-jhbcw7ow57] {
    display: none;
}

.page_content_form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)[b-jhbcw7ow57] {
    max-width: calc(100% - 0px) !important;
}

.page_content_form .gform_wrapper li.gfield.gfield_error[b-jhbcw7ow57] {
    border: 0px;
    background: none;
}

.page_content_form .gform_wrapper.gform_validation_error .top_label input.medium[b-jhbcw7ow57],
.page_content_form .gform_wrapper.gform_validation_error .top_label select.medium[b-jhbcw7ow57] {
    width: 100%;
}

.page_content_form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[b-jhbcw7ow57] {
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

.page_content_form .gform_wrapper li.gfield_error textarea[b-jhbcw7ow57] {
    border: none;
    border: 1px solid #e1e1e1;
}

.page_content_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container[b-jhbcw7ow57],
.page_content_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label[b-jhbcw7ow57] {
    margin-top: 0px;
}

.page_content_form .gform_wrapper .top_label .gfield_error[b-jhbcw7ow57] {
    width: 50%;
}

.page_content_form .gform_legacy_markup_wrapper li.gfield.gfield_error[b-jhbcw7ow57] {
    margin-bottom: 0px !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description[b-jhbcw7ow57] {
    padding-top: 10px !important;
    font-weight: normal;
    font-family: 'Gilroy-Bold';
}

@media only screen and (min-width: 641px) {
    .page_content_form .gform_wrapper .top_label li ul.gfield_checkbox[b-jhbcw7ow57],
    .page_content_form .gform_wrapper .top_label li ul.gfield_radio[b-jhbcw7ow57] {
        width: calc(100% + 0px);
    }
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
    .page_content_form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error[b-jhbcw7ow57] {
        margin-top: 0px;
    }
}

.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=email][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=number][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=password][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=text][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=url][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error select[b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error textarea[b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=email][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=number][b-jhbcw7ow57],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=tel][b-jhbcw7ow57], {
    margin-bottom: 0px;
}
/*Page Content Form css End*/


/*Products page Css Start*/
.products_page_table_wrapper[b-jhbcw7ow57] {
    background: #e35728;
    padding: 90px 0px 90px;
}

    .products_page_table_wrapper h3[b-jhbcw7ow57] {
        color: #fff;
        line-height: 1.3;
        text-align: center;
        margin-top: -15px;
        margin-bottom: 38px;
    }

.products_page_table_content[b-jhbcw7ow57] {
    padding-right: 20px;
}

.products_page_table_wrapper table[b-jhbcw7ow57] {
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}

    .products_page_table_wrapper table th[b-jhbcw7ow57],
    .products_page_table_wrapper table td[b-jhbcw7ow57] {
        border: 0px;
        text-align: center;
        background: #ffffff;
    }

    .products_page_table_wrapper table th[b-jhbcw7ow57] {
        background: #034854;
        color: #fff;
        font-size: 16px;
        font-family: 'Gilroy-SemiBold';
        line-height: 1.3;
        padding: 15px 3px;
        position: relative;
        z-index: 9;
    }

        .products_page_table_wrapper table th span[b-jhbcw7ow57] {
            font-family: 'Gilroy-Medium';
        }

    .products_page_table_wrapper table tr th:last-child[b-jhbcw7ow57] {
        position: relative;
    }

        .products_page_table_wrapper table tr th:last-child strong[b-jhbcw7ow57] {
            position: relative;
            z-index: 9;
        }

        .products_page_table_wrapper table tr th:last-child[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 50px;
            height: 100%;
            position: absolute;
            right: -20px;
            top: 0px;
            background: #034854;
            transform: skewX(-20deg);
            -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
        }

    .products_page_table_wrapper table tr:nth-child(odd) td[b-jhbcw7ow57] {
        background: #f5f5f5;
    }

    .products_page_table_wrapper table td[b-jhbcw7ow57] {
        font-size: 14px;
        line-height: 1.2;
        color: #646464;
        padding: 10px 3px;
        font-family: 'Gilroy-Regular';
    }

    .products_page_table_wrapper table tr:nth-child(2) td[b-jhbcw7ow57] {
        padding-top: 25px;
    }

    .products_page_table_wrapper table tr:last-child td[b-jhbcw7ow57] {
        padding-bottom: 25px;
    }

        .products_page_table_wrapper table tr:last-child td:first-child[b-jhbcw7ow57] {
            border-radius: 0px 0px 0px 18px;
        }

        .products_page_table_wrapper table tr:last-child td:last-child[b-jhbcw7ow57] {
            border-radius: 0px 0px 18px 0px;
        }

.products_page_bottom_table_wrapper[b-jhbcw7ow57] {
    background: #f5f5f5;
}

    .products_page_bottom_table_wrapper .inner[b-jhbcw7ow57] {
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .products_page_bottom_table_wrapper .inner[b-jhbcw7ow57]:before {
            content: "";
            display: block;
            width: 451px;
            height: 412px;
            background: url(/wp-content/themes/vfx_new/images/products_page_bottom_table_icon_orange.png) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            top: 0px;
            left: -212px;
        }

        .products_page_bottom_table_wrapper .inner.add_green_icon[b-jhbcw7ow57]:before {
            width: 449px;
            height: 410px;
            background: url(/wp-content/themes/vfx_new/images/products_page_bottom_table_icon_green.png) left top no-repeat;
            background-size: 100% 100%;
        }

    .products_page_bottom_table_wrapper .text_box[b-jhbcw7ow57] {
        position: relative;
        z-index: 9;
        width: 41%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 62px;
        text-align: center;
    }

        .products_page_bottom_table_wrapper .text_box h3[b-jhbcw7ow57] {
            display: inline-block;
            text-align: left;
            color: #034854;
            line-height: 1.2;
            padding: 0px;
            margin: 0px;
        }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-jhbcw7ow57] {
        position: relative;
        z-index: 9;
        padding-right: 20px;
        width: 59%;
    }

.products_page_bottom_table_content table[b-jhbcw7ow57] {
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}

    .products_page_bottom_table_content table th[b-jhbcw7ow57],
    .products_page_bottom_table_content table td[b-jhbcw7ow57] {
        border: 0px;
        text-align: center;
        background: #ffffff;
    }

    .products_page_bottom_table_content table th[b-jhbcw7ow57] {
        background: #034854;
        color: #fff;
        font-size: 24px;
        font-family: 'Gilroy-Bold';
        line-height: 1.3;
        padding: 13px 3px;
        text-transform: uppercase;
        position: relative;
        z-index: 9;
    }

    .products_page_bottom_table_content table tr th:last-child[b-jhbcw7ow57] {
        position: relative;
    }

        .products_page_bottom_table_content table tr th:last-child strong[b-jhbcw7ow57] {
            position: relative;
            z-index: 9;
        }

        .products_page_bottom_table_content table tr th:last-child[b-jhbcw7ow57]:after {
            content: "";
            display: block;
            width: 50px;
            height: 100%;
            position: absolute;
            right: -10px;
            top: 0px;
            background: #034854;
            transform: skewX(-20deg);
            -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
        }

    .products_page_bottom_table_content table td[b-jhbcw7ow57] {
        font-size: 18px;
        line-height: 1.2;
        color: #505050;
        padding: 12px 3px;
        font-family: 'Gilroy-Medium';
        width: 40%;
    }

        .products_page_bottom_table_content table td:last-child[b-jhbcw7ow57] {
            width: 60%;
        }

    .products_page_bottom_table_content table tr:nth-child(2) td[b-jhbcw7ow57] {
        padding-top: 28px;
    }

    .products_page_bottom_table_content table tr:last-child td[b-jhbcw7ow57] {
        padding-bottom: 40px;
    }

        .products_page_bottom_table_content table tr:last-child td:first-child[b-jhbcw7ow57] {
            border-radius: 0px 0px 0px 18px;
        }

        .products_page_bottom_table_content table tr:last-child td:last-child[b-jhbcw7ow57] {
            border-radius: 0px 0px 18px 0px;
        }


.products_text_and_image_wrapper[b-jhbcw7ow57] {
    background: #f5f5f5;
}

    .products_text_and_image_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .products_text_and_image_wrapper ul[b-jhbcw7ow57] {
        padding: 0px;
        margin: 0px -20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .products_text_and_image_wrapper ul li[b-jhbcw7ow57] {
            padding: 0px 20px 90px;
            margin: 0px;
            width: 50%;
        }

.products_text_and_image_box[b-jhbcw7ow57] {
    border-radius: 25px;
    background: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 140px;
}

    .products_text_and_image_box .img_box[b-jhbcw7ow57] {
        position: relative;
        border-radius: 25px 25px 0px 0px;
    }

        .products_text_and_image_box .img_box img[b-jhbcw7ow57] {
            display: block;
            width: 100%;
            height: auto;
            opacity: 0;
        }

        .products_text_and_image_box .img_box span[b-jhbcw7ow57] {
            display: inline-block;
            position: absolute;
            left: -12px;
            top: 50px;
            background: #e35728;
            padding: 14px 25px 13px 25px;
            min-width: 207px;
            border-radius: 12px 25px 25px 0px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            line-height: 1.15;
            font-family: 'Gilroy-Regular';
            background: #147875;
            text-align: left;
        }

            .products_text_and_image_box .img_box span[b-jhbcw7ow57]:after {
                content: "";
                display: block;
                width: 12px;
                height: 9px;
                position: absolute;
                left: 0px;
                top: 100%;
                background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row1_box_icon.png) left top no-repeat;
                background-size: 100% 100%;
            }

    .products_text_and_image_box .text_box[b-jhbcw7ow57] {
        padding-left: 20px;
        padding-right: 20px;
    }

        .products_text_and_image_box .text_box .text_box_inner[b-jhbcw7ow57] {
            width: 410px;
            padding-top: 46px;
            margin: 0px auto;
            max-width: 100%;
        }

    .products_text_and_image_box h3[b-jhbcw7ow57] {
        font-size: 24px;
        color: #e35728;
        font-family: 'Gilroy-Bold';
        line-height: 1.1;
        margin-bottom: 34px;
    }

    .products_text_and_image_box .bottom_text[b-jhbcw7ow57] {
        width: 410px;
        position: absolute;
        left: 50%;
        margin-left: -205px;
        bottom: 50px;
    }

        .products_text_and_image_box .bottom_text p[b-jhbcw7ow57] {
            font-size: 14px;
            color: #034854;
            margin-bottom: 2px;
            font-family: 'Gilroy-Medium';
        }

            .products_text_and_image_box .bottom_text p strong[b-jhbcw7ow57] {
                font-size: 36px;
                color: #e35728;
                font-family: 'Gilroy-SemiBold';
            }

            .products_text_and_image_box .bottom_text p span[b-jhbcw7ow57] {
                font-family: 'Gilroy-SemiBold';
            }

            .products_text_and_image_box .bottom_text p:first-child[b-jhbcw7ow57] {
                margin-bottom: 12px;
            }
/*Products page Css End*/


@media (max-width:1370px) {
    .concise_header_logo[b-jhbcw7ow57] {
        margin-left: 0px;
    }
}

@media(max-width:1300px) {
    .header_menu_container[b-jhbcw7ow57] {
        padding-left: 40px;
    }

    .header_menu_wrapper .right_link[b-jhbcw7ow57] {
        padding-right: 0px;
    }
}

@media(max-width:1250px) {
    .header_menu_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 32px;
    }

    .header_menu_wrapper .right_link[b-jhbcw7ow57] {
        position: absolute;
        right: 20px;
        top: -15px;
        margin-top: 0px;
        text-align: right;
        width: 100%;
    }

        .header_menu_wrapper .right_link .btn_link[b-jhbcw7ow57] {
            padding: 8px 15px;
            font-size: 13px;
        }
}

@media (max-width:1210px) {
    #footer[b-jhbcw7ow57] {
        padding-bottom: 62px;
    }

    .footer_top .footer_top_left p[b-jhbcw7ow57] {
        line-height: 1.6;
        margin: 0px 0px 20px;
    }

    .footer_middle ul li[b-jhbcw7ow57] {
        padding-right: 20px;
    }

    .footer_middle .footer_share_list[b-jhbcw7ow57] {
        padding-right: 0px;
    }

    .pages_text_and_image_row .text_box[b-jhbcw7ow57] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pages_text_and_image_row .bottom_text[b-jhbcw7ow57] {
        left: 40px;
        padding-right: 40px;
    }

    .products_page_table_content[b-jhbcw7ow57] {
        padding-right: 0px;
    }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-jhbcw7ow57] {
        padding-right: 0px;
    }

    .products_page_table_wrapper table tr th:last-child[b-jhbcw7ow57]:after {
        display: none;
    }
}

@media(max-width:1120px) {
    .header_top_bar .left_link[b-jhbcw7ow57] {
        padding-top: 2px;
    }

    .header_top_bar .top_bar_link[b-jhbcw7ow57] {
        font-size: 14px;
        margin-right: 15px;
    }

    .search_box .search_box_button[b-jhbcw7ow57] {
        margin-top: 0px;
    }

    .header_menu_wrapper .header_menu_tabs > li > a[b-jhbcw7ow57] {
        padding-bottom: 40px;
    }
}

@media(max-width:1050px) {
    #fixed_header .fixed_header_logo[b-jhbcw7ow57] {
        left: 34%;
    }

    #fixed_header .left_link .white_button[b-jhbcw7ow57] {
        width: 120px;
        margin-right: 5px;
    }

    #fixed_header .right_link a.btn_link[b-jhbcw7ow57] {
        width: 136px;
        margin-left: 5px;
    }
}

@media(max-width:1000px) {
    .products_page_table_content[b-jhbcw7ow57] {
        width: 100%;
        overflow: auto;
    }

    .products_page_table_wrapper table[b-jhbcw7ow57] {
        width: 990px;
    }

        .products_page_table_wrapper table tr th:last-child[b-jhbcw7ow57]:after {
            display: none;
        }
}

@media (max-width: 990px) {
    .open_account_header .open_account_link_box[b-jhbcw7ow57] {
        padding-left: 18px;
    }
}

@media(max-width:980px) {
    .fast_easy_wrapper_img_box[b-jhbcw7ow57] {
        right: 5px;
    }

    .footer_top[b-jhbcw7ow57] {
        padding-top: 50px;
    }

        .footer_top .footer_top_left[b-jhbcw7ow57] {
            padding-left: 0px;
            width: 100%;
            padding-right: 0px;
            padding-bottom: 30px;
        }

    .footer_logo[b-jhbcw7ow57] {
        position: static;
        margin-bottom: 20px;
    }

    .footer_top .footer_top_left p[b-jhbcw7ow57] {
        width: 100%;
    }

    .subscribe_form[b-jhbcw7ow57] {
        width: 420px;
        max-width: 100%;
        padding-top: 0px;
    }

    .footer_top .footer_top_center[b-jhbcw7ow57] {
        width: 48%;
    }

    .footer_top .footer_top_right[b-jhbcw7ow57] {
        width: 48%;
        max-width: 48%;
    }

    .footer_middle[b-jhbcw7ow57] {
        padding-left: 0px;
    }

    .footer_bottom .inner[b-jhbcw7ow57] {
        padding-left: 20px;
        padding-top: 50px;
    }

    .experience_our_spreads_wrapper .inner[b-jhbcw7ow57]:before {
        width: 300px;
        height: 274px;
        left: -140px;
    }

    .rawecn_list .rawecn_nav li span[b-jhbcw7ow57] {
        font-size: 14px;
    }

    .rawecn_list .rawecn_nav li.rawecn_active span[b-jhbcw7ow57] {
        font-size: 20px;
    }

    .rawecn_list .rawecn_nav li span[b-jhbcw7ow57]:after {
        height: 40px;
        transform: rotate(10deg);
    }

    .pages_text_and_image_row .bottom_text img[b-jhbcw7ow57] {
        height: auto;
        bottom: auto;
        top: 5px;
    }

    .educations_content[b-jhbcw7ow57] {
        padding-top: 60px;
    }

    .educations_content_left[b-jhbcw7ow57] {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }

        .educations_content_left .new_single[b-jhbcw7ow57] {
            padding: 40px 30px 30px;
        }

    .educations_content_sidebar[b-jhbcw7ow57] {
        width: 320px;
        margin: 0px auto;
        float: none;
        max-width: 100%;
    }

    .educations_content_sidebar_box[b-jhbcw7ow57] {
        margin-bottom: 30px;
    }

    .transparent_profitable_robust_row .text_box ul[b-jhbcw7ow57] {
        padding-top: 0px;
    }

        .transparent_profitable_robust_row .text_box ul li[b-jhbcw7ow57] {
            width: 33.333%;
            padding-right: 20px;
        }

    .products_page_bottom_table_wrapper .inner[b-jhbcw7ow57]:before {
        width: 320px;
        height: 292px;
        left: -152px;
    }

    .products_page_bottom_table_wrapper .inner.add_green_icon[b-jhbcw7ow57]:before {
        width: 320px;
        height: 292px;
    }


    .products_text_and_image_box .bottom_text[b-jhbcw7ow57] {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        left: 0px;
        margin-left: 0px;
    }
}

@media(max-width:940px) {
    h1[b-jhbcw7ow57] {
        font-size: 32px;
        line-height: 38px;
    }

    h2[b-jhbcw7ow57] {
        font-size: 32px;
        line-height: 38px;
    }

    h3[b-jhbcw7ow57] {
        font-size: 30px;
        line-height: 36px;
    }

    h4[b-jhbcw7ow57] {
        font-size: 18px;
        line-height: 24px;
    }

    h5[b-jhbcw7ow57] {
        font-size: 16px;
        line-height: 22px;
    }

    h6[b-jhbcw7ow57] {
        font-size: 16px;
        line-height: 22px;
    }

    h7[b-jhbcw7ow57] {
        font-size: 14px;
        line-height: 20px;
    }

    .white_button[b-jhbcw7ow57],
    .orange_button[b-jhbcw7ow57],
    .green_button[b-jhbcw7ow57] {
        border-radius: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .white_arrow_button[b-jhbcw7ow57],
    .orange_arrow_button[b-jhbcw7ow57],
    .green_arrow_button[b-jhbcw7ow57] {
        border-radius: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .white_arrow_button[b-jhbcw7ow57]:after,
        .orange_arrow_button[b-jhbcw7ow57]:after,
        .green_arrow_button[b-jhbcw7ow57]:after {
            margin-left: 15px;
        }

    .header_menu_tab_content_inner[b-jhbcw7ow57] {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .header_menu_wrapper .header_menu_tabs > li[b-jhbcw7ow57] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header_menu_tab_content .sub_menu > li h4[b-jhbcw7ow57] {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .header_menu_tab_content .header_menu_links[b-jhbcw7ow57] {
        width: 225px;
        max-width: none;
    }

    .header_menu_tab_content .sub_menu_box[b-jhbcw7ow57] {
        width: calc(100% - 225px);
    }

    .header_menu_tab_content .sub_menu > li[b-jhbcw7ow57] {
        width: 50%;
        padding-bottom: 20px;
    }

    .header_menu_tab_content#header_menu_contnet3 .sub_menu > li[b-jhbcw7ow57] {
        width: 50%;
    }

    .header_menu_tab_content .header_menu_links .orange_arrow_button[b-jhbcw7ow57],
    .header_menu_tab_content .header_menu_links .green_arrow_button[b-jhbcw7ow57] {
        text-align: center;
    }

    #fixed_header[b-jhbcw7ow57] {
        display: none !important;
    }

    #footer[b-jhbcw7ow57] {
        padding-bottom: 0px;
    }

    .footer_bottom .inner[b-jhbcw7ow57] {
        padding-bottom: 20px;
    }

    .fast_easy_content[b-jhbcw7ow57] {
        width: 66%;
        max-width: 66%;
    }

    .page_banner_content .inner[b-jhbcw7ow57] {
        height: 520px;
        padding-bottom: 0px;
    }

    .page_banner_content h1[b-jhbcw7ow57] {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .page_banner_content h2[b-jhbcw7ow57] {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .page_content_form .text_box[b-jhbcw7ow57] {
        width: 100%;
        max-width: 100%;
        padding: 0px 0px 10px;
    }

    .page_content_form .page_content_form_box[b-jhbcw7ow57] {
        width: 100%;
        max-width: 100%;
    }


    .transparent_profitable_robust_row .inner[b-jhbcw7ow57] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .transparent_profitable_robust_row .inner[b-jhbcw7ow57]:after {
            width: 250px;
            height: 230px;
            right: 0px;
        }

    .transparent_profitable_robust_row .img_box[b-jhbcw7ow57] {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .transparent_profitable_robust_row .text_box[b-jhbcw7ow57] {
        width: 100%;
    }

        .transparent_profitable_robust_row .text_box ul[b-jhbcw7ow57] {
            width: 700px;
            max-width: 100%;
            padding-bottom: 0px;
        }

            .transparent_profitable_robust_row .text_box ul li[b-jhbcw7ow57] {
                padding-bottom: 10px;
            }

        .transparent_profitable_robust_row .text_box .text .green_arrow_button[b-jhbcw7ow57] {
            margin-top: 0px;
        }

        .transparent_profitable_robust_row .text_box .text .orange_arrow_button[b-jhbcw7ow57] {
            margin-top: 0px;
        }
}

@media(max-width:900px) {
    .footer_middle ul[b-jhbcw7ow57] {
        float: none;
        padding-top: 0px;
        padding-bottom: 10px;
    }

        .footer_middle ul li[b-jhbcw7ow57] {
            padding-left: 0px;
            padding-right: 10px;
        }

    .footer_middle .footer_share_list[b-jhbcw7ow57] {
        float: none;
    }

        .footer_middle .footer_share_list a[b-jhbcw7ow57] {
            margin-left: 0px;
            margin-right: 10px;
        }
}

@media only screen and (min-width: 769px) {
    .mobile_menu[b-jhbcw7ow57] {
        display: none !important;
    }
}

@media(max-width:768px) {
    .white_button[b-jhbcw7ow57],
    .orange_button[b-jhbcw7ow57],
    .green_button[b-jhbcw7ow57] {
        padding: 8px 12px;
        line-height: 18px;
    }

    .white_arrow_button[b-jhbcw7ow57],
    .orange_arrow_button[b-jhbcw7ow57],
    .green_arrow_button[b-jhbcw7ow57] {
        padding: 10px 20px;
        line-height: 18px;
    }

        .white_arrow_button[b-jhbcw7ow57]:after,
        .orange_arrow_button[b-jhbcw7ow57]:after,
        .green_arrow_button[b-jhbcw7ow57]:after {
            margin-left: 15px;
        }

    .mobile_menu_hamburger[b-jhbcw7ow57] {
        display: block;
    }

    .header_menu_container[b-jhbcw7ow57] {
        display: none;
    }

    .header_menu_wrapper[b-jhbcw7ow57] {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .header_logo[b-jhbcw7ow57] {
        float: none;
        margin: 0px auto;
        width: 220px;
    }

    .header_menu_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 0px;
    }

    .header_menu_wrapper .right_link[b-jhbcw7ow57] {
        position: static;
        float: none;
        padding-bottom: 15px;
        text-align: center;
        width: 100%;
        clear: both;
    }

        .header_menu_wrapper .right_link .btn_link[b-jhbcw7ow57] {
            margin-right: 2px;
            margin-left: 2px;
            margin-bottom: 5px;
            font-size: 12px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    /*.search_box .search_box_button{ width:21px; height:21px;}*/

    .footer_top h2[b-jhbcw7ow57] {
        margin-bottom: 15px;
    }

    .footer_top .footer_top_left[b-jhbcw7ow57] {
        padding-left: 0px;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .footer_logo[b-jhbcw7ow57] {
        position: static;
        margin-bottom: 20px;
    }

    .footer_top .footer_top_left p[b-jhbcw7ow57] {
        width: 100%;
    }

    .subscribe_form[b-jhbcw7ow57] {
        width: 320px;
        max-width: 100%;
        padding-top: 0px;
    }

    .footer_top .footer_top_center[b-jhbcw7ow57] {
        width: 48%;
    }

    .footer_top .footer_top_right[b-jhbcw7ow57] {
        width: 48%;
        max-width: 48%;
    }

    .footer_middle[b-jhbcw7ow57] {
        padding-left: 0px;
    }

    .footer_bottom .inner[b-jhbcw7ow57] {
        padding-left: 20px;
    }

    .footer_top .footer_top_left p[b-jhbcw7ow57] {
        line-height: 1.5;
        margin: 0px 0px 15px;
    }

    .footer_top .footer_top_right p[b-jhbcw7ow57] {
        font-size: 14px;
    }


    .header_top_bar .top_bar_link[b-jhbcw7ow57] {
        font-size: 12px;
    }

    .header_top_bar .header_protrader_link[b-jhbcw7ow57] {
        padding-left: 30px;
    }

        .header_top_bar .header_protrader_link[b-jhbcw7ow57]:before {
            width: 25px;
            height: 13px;
        }

    .header_top_bar .header_webtrader_link[b-jhbcw7ow57] {
        padding-left: 23px;
    }

        .header_top_bar .header_webtrader_link[b-jhbcw7ow57]:before {
            width: 18px;
            height: 18px;
        }

    .header_top_bar .header_app_link[b-jhbcw7ow57] {
        padding-left: 17px;
    }

        .header_top_bar .header_app_link[b-jhbcw7ow57]:before {
            width: 12px;
            height: 17px;
        }

    .header_top_bar .right_link .white_button[b-jhbcw7ow57],
    .header_top_bar .right_link .orange_button[b-jhbcw7ow57],
    .header_top_bar .right_link .green_button[b-jhbcw7ow57] {
        border-radius: 18px;
        padding: 4px 12px;
        font-size: 12px;
    }

    .header_language_nav[b-jhbcw7ow57] {
        font-size: 18px;
        padding-top: 0px;
    }

        .header_language_nav[b-jhbcw7ow57]:after {
            font-size: 18px;
        }


    .concise_header .inner[b-jhbcw7ow57] {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .concise_header_logo[b-jhbcw7ow57] {
        width: 200px;
    }

    .concise_header ul[b-jhbcw7ow57] {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

        .concise_header ul li[b-jhbcw7ow57] {
            padding-left: 10px;
            padding-right: 10px;
        }

    .open_account_header .open_account_link_box[b-jhbcw7ow57] {
        padding-left: 9px;
    }

    .open_account_header .open_account_link[b-jhbcw7ow57] {
        padding: 0px 9px;
    }


    .fast_easy_content[b-jhbcw7ow57] {
        padding-top: 45px;
        padding-bottom: 50px;
        width: 100%;
        max-width: 100%;
    }

        .fast_easy_content h3[b-jhbcw7ow57] {
            margin-bottom: 20px;
        }

    .fast_easy_wrapper ul li .text_box[b-jhbcw7ow57]:before {
        margin-bottom: 10px;
    }

    .fast_easy_wrapper_img_box[b-jhbcw7ow57] {
        position: static;
        width: 260px;
        max-width: 100%;
        margin: 0px auto;
    }


    .page_banner_content .inner[b-jhbcw7ow57] {
        height: 400px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .page_banner_content h1[b-jhbcw7ow57] {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .page_banner_content h2[b-jhbcw7ow57] {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .page_banner_content .inner.banner_text_add_bg_color[b-jhbcw7ow57] {
        background: rgba(0,0,0,0.5);
    }

        .page_banner_content .inner.banner_text_add_bg_color h1[b-jhbcw7ow57],
        .page_banner_content .inner.banner_text_add_bg_color h2[b-jhbcw7ow57] {
            color: #fff !important;
        }

    .pages_text_and_image_row_wrapper[b-jhbcw7ow57] {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .pages_text_and_image_row .text_and_image_inner[b-jhbcw7ow57] {
    }

    .pages_text_and_image_row h3[b-jhbcw7ow57] {
        margin-bottom: 20px;
    }

    .pages_text_and_image_row .text_box[b-jhbcw7ow57] {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px !important;
        height: auto !important;
        border-radius: 20px 20px 0px 0px;
    }

    .pages_text_and_image_row.text_and_image_position_left .text_box[b-jhbcw7ow57] {
        border-radius: 20px 20px 0px 0px;
    }

    .pages_text_and_image_row .img_box[b-jhbcw7ow57] {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .pages_text_and_image_row.text_and_image_position_left .img_box[b-jhbcw7ow57] {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .pages_text_and_image_row .bottom_text[b-jhbcw7ow57] {
        position: static;
        padding-right: 0px;
        padding-top: 20px;
    }

        .pages_text_and_image_row .bottom_text img[b-jhbcw7ow57] {
            position: static;
            width: auto;
            margin-top: 10px;
            max-width: 100%;
        }

    .default_page_content .inner[b-jhbcw7ow57] {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .experience_our_spreads_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 45px;
        padding-bottom: 50px;
    }

        .experience_our_spreads_wrapper .inner[b-jhbcw7ow57]:before {
            width: 200px;
            height: 183px;
            left: -90px;
        }

    .experience_our_spreads_wrapper .experience_our_spreads_content[b-jhbcw7ow57] {
        float: none;
        align-items: flex-start;
        padding-right: 0px;
    }

    .experience_our_spreads_wrapper .text_box[b-jhbcw7ow57] {
        width: 100%;
        padding-bottom: 45px;
    }

        .experience_our_spreads_wrapper .text_box h3[b-jhbcw7ow57] {
            margin-bottom: 20px;
        }

    .experience_our_spreads_wrapper .rawecn_box[b-jhbcw7ow57] {
        max-width: 100%;
    }

    .rawecn_list .rawecn_content[b-jhbcw7ow57] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .educations_content_left h2.single_title[b-jhbcw7ow57] {
        font-size: 30px;
        line-height: 38px;
    }

    .educations_content_left .new_single[b-jhbcw7ow57] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .educations_content_sidebar_box[b-jhbcw7ow57] {
        padding: 30px 20px;
    }


    .refer_and_earn_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .refer_and_earn_wrapper .inner[b-jhbcw7ow57]:after {
            width: 260px;
            height: 241px;
            left: -120px;
        }

    .refer_and_earn_wrapper h3[b-jhbcw7ow57] {
        margin-bottom: 25px;
    }

    .refer_and_earn_wrapper .refer_and_earn_content[b-jhbcw7ow57] {
        max-width: 100%;
        width: 100%;
    }


    .transparent_profitable_robust_row .text_box ul li[b-jhbcw7ow57] {
        width: auto;
        padding-right: 20px;
    }

    .page_content_form .inner[b-jhbcw7ow57] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page_content_form_content[b-jhbcw7ow57] {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page_content_form .text_box h3[b-jhbcw7ow57] {
        margin-bottom: 20px;
    }

    .page_content_form .page_content_form_box[b-jhbcw7ow57] {
        padding-right: 0px;
    }

    .page_content_form .gform_legacy_markup_wrapper ul.gform_fields[b-jhbcw7ow57] {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    body .page_content_form .gform_wrapper ul li.gfield[b-jhbcw7ow57] {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .page_content_form .gform_wrapper .top_label .gfield_error[b-jhbcw7ow57] {
        width: 100%;
    }

    .page_content_form .gform_wrapper textarea.medium[b-jhbcw7ow57] {
        margin-top: 0px !important;
    }

    .page_content_form .gform_wrapper .gform_footer[b-jhbcw7ow57] {
        padding-top: 0px;
    }

    .products_page_table_wrapper[b-jhbcw7ow57] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .products_page_bottom_table_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .products_page_bottom_table_wrapper .text_box[b-jhbcw7ow57] {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
    }

        .products_page_bottom_table_wrapper .text_box h3[b-jhbcw7ow57] {
            display: block;
            text-align: center;
        }

            .products_page_bottom_table_wrapper .text_box h3 br[b-jhbcw7ow57] {
                display: none;
            }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-jhbcw7ow57] {
        width: 100%;
    }

    .products_page_bottom_table_content table th[b-jhbcw7ow57] {
        font-size: 20px;
    }

    .products_page_bottom_table_content table td[b-jhbcw7ow57] {
        font-size: 16px;
    }

    .products_page_bottom_table_wrapper .inner[b-jhbcw7ow57]:before {
        width: 240px;
        height: 219px;
        left: -110px;
    }

    .products_page_bottom_table_wrapper .inner.add_green_icon[b-jhbcw7ow57]:before {
        width: 240px;
        height: 219px;
    }

    .products_text_and_image_wrapper .inner[b-jhbcw7ow57] {
        padding-top: 50px;
    }

    .products_text_and_image_wrapper ul[b-jhbcw7ow57] {
        width: 520px;
        margin: 0px auto;
        max-width: 100%;
    }

        .products_text_and_image_wrapper ul li[b-jhbcw7ow57] {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 50px;
        }

    .products_text_and_image_box[b-jhbcw7ow57] {
        padding-bottom: 30px;
    }

        .products_text_and_image_box .text_box .text_box_inner[b-jhbcw7ow57] {
            padding-top: 30px;
        }

        .products_text_and_image_box h3[b-jhbcw7ow57] {
            margin-bottom: 20px;
        }

        .products_text_and_image_box .bottom_text[b-jhbcw7ow57] {
            position: static;
            padding-left: 0px;
            padding-right: 0px;
        }
}

@media(max-width:650px) {
    .footer_top[b-jhbcw7ow57] {
        padding-bottom: 20px;
    }

        .footer_top .footer_top_center[b-jhbcw7ow57] {
            width: 100%;
            padding-bottom: 20px;
        }

        .footer_top .footer_top_right[b-jhbcw7ow57] {
            width: 100%;
            max-width: 100%;
        }

    .footer_bottom ul li[b-jhbcw7ow57] {
        width: 100%;
        padding-bottom: 0px;
    }

    .footer_top .footer_top_right .text_box[b-jhbcw7ow57] {
        padding-bottom: 10px;
    }

    .footer_top[b-jhbcw7ow57] {
        padding-top: 50px;
    }

    .footer_top_icon_list[b-jhbcw7ow57] {
        padding-bottom: 10px;
    }

    .footer_bottom_bar p[b-jhbcw7ow57] {
        font-size: 16px;
    }

    .fast_easy_content ul[b-jhbcw7ow57] {
        flex-wrap: wrap;
    }

        .fast_easy_content ul li[b-jhbcw7ow57] {
            width: 100%;
            padding-right: 0px;
            padding-bottom: 20px;
        }

    .fast_easy_wrapper ul li .text_box h4[b-jhbcw7ow57] {
        font-size: 16px;
        line-height: 24px;
    }

    .fast_easy_wrapper ul li .text_box p[b-jhbcw7ow57] {
        width: 220px;
    }

    .fast_easy_wrapper h6[b-jhbcw7ow57] {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-jhbcw7ow57] {
        width: 100%;
        overflow: auto;
    }

    .products_page_bottom_table_content table[b-jhbcw7ow57] {
        width: 620px;
    }

        .products_page_bottom_table_content table tr th:last-child[b-jhbcw7ow57]:after {
            display: none
        }
}

@media(max-width:600px) {
    .open_account_header .open_account_header_logo[b-jhbcw7ow57] {
        float: none;
    }

    .open_account_header .open_account_link_box[b-jhbcw7ow57] {
        padding: 5px 0px 19px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .open_account_header .open_account_link[b-jhbcw7ow57] {
        float: none;
        display: inline-block;
        padding: 0px 7px;
    }

        .open_account_header .open_account_link a[b-jhbcw7ow57] {
            padding: 5px 0px;
        }

    .open_account_header .search_box[b-jhbcw7ow57] {
        position: absolute;
        top: 2px;
        display: block;
        right: 10px;
    }

    .open_account_header .search-form[b-jhbcw7ow57] {
        right: auto;
        left: -210px;
        top: -6px;
        margin: 0;
    }

    .refer_and_earn_wrapper ul li:nth-child(1)[b-jhbcw7ow57],
    .refer_and_earn_wrapper ul li:nth-child(2)[b-jhbcw7ow57],
    .refer_and_earn_wrapper ul li:nth-child(3)[b-jhbcw7ow57] {
        width: 100%;
        padding-right: 0px;
    }

    .refer_and_earn_wrapper ul li .text_box p[b-jhbcw7ow57] {
        width: 320px;
    }
}

@media(max-width:500px) {
    .header_top_bar[b-jhbcw7ow57] {
        text-align: center;
        padding-bottom: 3px;
    }

        .header_top_bar .left_link[b-jhbcw7ow57] {
            float: none;
            width: 100%;
            padding-top: 0px;
            text-align: center;
        }

        .header_top_bar .top_bar_link[b-jhbcw7ow57] {
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 8px;
            vertical-align: top;
        }

    .header_language[b-jhbcw7ow57] {
        float: none;
        display: inline-block;
        padding-right: 5px;
    }

    .header_language_inner[b-jhbcw7ow57] {
        right: 0px;
    }

    .search_box[b-jhbcw7ow57] {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
    }

        .search_box .search_box_button[b-jhbcw7ow57] {
            width: 20px;
            height: 20px;
        }

    .search-form[b-jhbcw7ow57] {
        right: auto;
        left: 50%;
        margin-left: -115px;
    }

    .header_language_inner ul[b-jhbcw7ow57] {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .header_language_inner[b-jhbcw7ow57] {
        width: 170px;
        padding: 15px 0px;
    }

        .header_language_inner ul li[b-jhbcw7ow57] {
            padding: 5px 10px;
        }

    .pages_text_and_image_row h3[b-jhbcw7ow57] {
        font-size: 24px;
        line-height: 32px;
    }

    .pages_text_and_image_row .img_box span[b-jhbcw7ow57] {
        font-size: 12px;
        top: 45px;
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .educations_content_left h2.single_title[b-jhbcw7ow57] {
        font-size: 24px;
        line-height: 32px;
    }

    .educations_content_left h2[b-jhbcw7ow57] {
        font-size: 20px;
        line-height: 30px;
    }

    .rawecn_list .rawecn_nav[b-jhbcw7ow57] {
        border-radius: 20px 20px 0px 0px;
        overflow: hidden;
    }

        .rawecn_list .rawecn_nav li[b-jhbcw7ow57] {
            width: 50%;
        }

            .rawecn_list .rawecn_nav li.commodities[b-jhbcw7ow57] {
                width: 100%;
            }

            .rawecn_list .rawecn_nav li[b-jhbcw7ow57]:after,
            .rawecn_list .rawecn_nav li[b-jhbcw7ow57]:before,
            .rawecn_list .rawecn_nav li.rawecn_active[b-jhbcw7ow57]:after,
            .rawecn_list .rawecn_nav li.rawecn_active[b-jhbcw7ow57]:before {
                display: none !important;
            }

            .rawecn_list .rawecn_nav li span[b-jhbcw7ow57] {
                background: #c5c5c5;
                padding: 12px 2px 13px 0px;
            }

            .rawecn_list .rawecn_nav li.rawecn_active span[b-jhbcw7ow57] {
                font-size: 14px;
                padding: 12px 2px 13px 0px;
                background: #e35728;
            }

            .rawecn_list .rawecn_nav li span[b-jhbcw7ow57]:after {
                display: none;
            }

    .rawecn_list .rawecn_content .row span[b-jhbcw7ow57] {
        font-size: 14px;
    }

    .rawecn_list .rawecn_content[b-jhbcw7ow57] {
        min-height: 236px;
        padding-top: 20px;
    }
}

@media(max-width:360px) {
    .header_logo[b-jhbcw7ow57] {
        width: 200px;
    }

    .footer_top .footer_top_center[b-jhbcw7ow57] {
        padding-bottom: 10px;
    }

    .footer_grade_item[b-jhbcw7ow57] {
        width: 100%;
        padding-bottom: 20px;
    }

        .footer_grade_item.google[b-jhbcw7ow57] {
            margin-top: 0px;
        }

    .transparent_profitable_robust_row .text_box ul li .icon_box[b-jhbcw7ow57] {
        padding-bottom: 10px;
    }

    .transparent_profitable_robust_row .text_box ul li[b-jhbcw7ow57] {
        width: 100%;
        padding-right: 0px;
    }
}
/* Country icon */
.country_list_icon[b-jhbcw7ow57] {
    display: inline-block;
    width: 22px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/wp-content/themes/vfx_new/images/country_list_icon.png?v=20210107);
    background-repeat: no-repeat;
}

.form_ad_country_icon[b-jhbcw7ow57] {
    background-position: 0px 0px;
}

.form_ae_country_icon[b-jhbcw7ow57] {
    background-position: -23px 0px;
}

.form_af_country_icon[b-jhbcw7ow57] {
    background-position: -46px 0px;
}

.form_ag_country_icon[b-jhbcw7ow57] {
    background-position: -69px 0px;
}

.form_ai_country_icon[b-jhbcw7ow57] {
    background-position: -92px 0px;
}

.form_al_country_icon[b-jhbcw7ow57] {
    background-position: -115px 0px;
}

.form_am_country_icon[b-jhbcw7ow57] {
    background-position: -138px 0px;
}

.form_an_country_icon[b-jhbcw7ow57] {
    background-position: -161px 0px;
}

.form_ao_country_icon[b-jhbcw7ow57] {
    background-position: -184px 0px;
}

.form_aq_country_icon[b-jhbcw7ow57] {
    background-position: -207px 0px;
}

.form_ar_country_icon[b-jhbcw7ow57] {
    background-position: 0px -16px;
}

.form_as_country_icon[b-jhbcw7ow57] {
    background-position: -23px -16px;
}

.form_at_country_icon[b-jhbcw7ow57] {
    background-position: -46px -16px;
}

.form_au_country_icon[b-jhbcw7ow57] {
    background-position: -69px -16px;
}

.form_aw_country_icon[b-jhbcw7ow57] {
    background-position: -92px -16px;
}

.form_ax_country_icon[b-jhbcw7ow57] {
    background-position: -115px -16px;
}

.form_az_country_icon[b-jhbcw7ow57] {
    background-position: -138px -16px;
}

.form_ba_country_icon[b-jhbcw7ow57] {
    background-position: -161px -16px;
}

.form_bb_country_icon[b-jhbcw7ow57] {
    background-position: -184px -16px;
}

.form_bd_country_icon[b-jhbcw7ow57] {
    background-position: -207px -16px;
}

.form_be_country_icon[b-jhbcw7ow57] {
    background-position: 0px -32px;
}

.form_bf_country_icon[b-jhbcw7ow57] {
    background-position: -23px -32px;
}

.form_bg_country_icon[b-jhbcw7ow57] {
    background-position: -46px -32px;
}

.form_bh_country_icon[b-jhbcw7ow57] {
    background-position: -69px -32px;
}

.form_bi_country_icon[b-jhbcw7ow57] {
    background-position: -92px -32px;
}

.form_bj_country_icon[b-jhbcw7ow57] {
    background-position: -115px -32px;
}

.form_bl_country_icon[b-jhbcw7ow57] {
    background-position: -138px -32px;
}

.form_bm_country_icon[b-jhbcw7ow57] {
    background-position: -161px -32px;
}

.form_bn_country_icon[b-jhbcw7ow57] {
    background-position: -184px -32px;
}

.form_bo_country_icon[b-jhbcw7ow57] {
    background-position: -207px -32px;
}

.form_bq_country_icon[b-jhbcw7ow57] {
    background-position: 0px -48px;
}

.form_br_country_icon[b-jhbcw7ow57] {
    background-position: -23px -48px;
}

.form_bs_country_icon[b-jhbcw7ow57] {
    background-position: -46px -48px;
}

.form_bt_country_icon[b-jhbcw7ow57] {
    background-position: -69px -48px;
}

.form_bv_country_icon[b-jhbcw7ow57] {
    background-position: -92px -48px;
}

.form_bw_country_icon[b-jhbcw7ow57] {
    background-position: -115px -48px;
}

.form_by_country_icon[b-jhbcw7ow57] {
    background-position: -138px -48px;
}

.form_bz_country_icon[b-jhbcw7ow57] {
    background-position: -161px -48px;
}

.form_ca_country_icon[b-jhbcw7ow57] {
    background-position: -184px -48px;
}

.form_cc_country_icon[b-jhbcw7ow57] {
    background-position: -207px -48px;
}

.form_cd_country_icon[b-jhbcw7ow57] {
    background-position: 0px -64px;
}

.form_cf_country_icon[b-jhbcw7ow57] {
    background-position: -23px -64px;
}

.form_cg_country_icon[b-jhbcw7ow57] {
    background-position: -46px -64px;
}

.form_ch_country_icon[b-jhbcw7ow57] {
    background-position: -69px -64px;
}

.form_ci_country_icon[b-jhbcw7ow57] {
    background-position: -92px -64px;
}

.form_ck_country_icon[b-jhbcw7ow57] {
    background-position: -115px -64px;
}

.form_cl_country_icon[b-jhbcw7ow57] {
    background-position: -138px -64px;
}

.form_cm_country_icon[b-jhbcw7ow57] {
    background-position: -161px -64px;
}

.form_cn_country_icon[b-jhbcw7ow57] {
    background-position: -184px -64px;
}

.form_co_country_icon[b-jhbcw7ow57] {
    background-position: -207px -64px;
}

.form_cr_country_icon[b-jhbcw7ow57] {
    background-position: 0px -80px;
}

.form_cu_country_icon[b-jhbcw7ow57] {
    background-position: -23px -80px;
}

.form_cv_country_icon[b-jhbcw7ow57] {
    background-position: -46px -80px;
}

.form_cw_country_icon[b-jhbcw7ow57] {
    background-position: -69px -80px;
}

.form_cx_country_icon[b-jhbcw7ow57] {
    background-position: -92px -80px;
}

.form_cy_country_icon[b-jhbcw7ow57] {
    background-position: -115px -80px;
}

.form_cz_country_icon[b-jhbcw7ow57] {
    background-position: -138px -80px;
}

.form_de_country_icon[b-jhbcw7ow57] {
    background-position: -161px -80px;
}

.form_dj_country_icon[b-jhbcw7ow57] {
    background-position: -184px -80px;
}

.form_dk_country_icon[b-jhbcw7ow57] {
    background-position: -207 -80px;
}

.form_dm_country_icon[b-jhbcw7ow57] {
    background-position: 0px -96px;
}

.form_do_country_icon[b-jhbcw7ow57] {
    background-position: -23px -96px;
}

.form_dz_country_icon[b-jhbcw7ow57] {
    background-position: -46px -96px;
}

.form_ec_country_icon[b-jhbcw7ow57] {
    background-position: -69px -96px;
}

.form_ee_country_icon[b-jhbcw7ow57] {
    background-position: -92px -96px;
}

.form_eg_country_icon[b-jhbcw7ow57] {
    background-position: -115px -96px;
}

.form_eh_country_icon[b-jhbcw7ow57] {
    background-position: -138px -96px;
}

.form_er_country_icon[b-jhbcw7ow57] {
    background-position: -161px -96px;
}

.form_es_country_icon[b-jhbcw7ow57] {
    background-position: -184px -96px;
}

.form_et_country_icon[b-jhbcw7ow57] {
    background-position: -207px -96px;
}

.form_eu_country_icon[b-jhbcw7ow57] {
    background-position: 0px -112px;
}

.form_fi_country_icon[b-jhbcw7ow57] {
    background-position: -23px -112px;
}

.form_fj_country_icon[b-jhbcw7ow57] {
    background-position: -46px -112px;
}

.form_fk_country_icon[b-jhbcw7ow57] {
    background-position: -69px -112px;
}

.form_fm_country_icon[b-jhbcw7ow57] {
    background-position: -92px -112px;
}

.form_fo_country_icon[b-jhbcw7ow57] {
    background-position: -115px -112px;
}

.form_fr_country_icon[b-jhbcw7ow57] {
    background-position: -138px -112px;
}

.form_ga_country_icon[b-jhbcw7ow57] {
    background-position: -161px -112px;
}

.form_gb_country_icon[b-jhbcw7ow57] {
    background-position: -184px -112px;
}

.form_gd_country_icon[b-jhbcw7ow57] {
    background-position: -207px -112px;
}

.form_ge_country_icon[b-jhbcw7ow57] {
    background-position: 0px -128px;
}

.form_gf_country_icon[b-jhbcw7ow57] {
    background-position: -23px -128px;
}

.form_gg_country_icon[b-jhbcw7ow57] {
    background-position: -46px -128px;
}

.form_gh_country_icon[b-jhbcw7ow57] {
    background-position: -69px -128px;
}

.form_gi_country_icon[b-jhbcw7ow57] {
    background-position: -92px -128px;
}

.form_gl_country_icon[b-jhbcw7ow57] {
    background-position: -115px -128px;
}

.form_gm_country_icon[b-jhbcw7ow57] {
    background-position: -138px -128px;
}

.form_gn_country_icon[b-jhbcw7ow57] {
    background-position: -161px -128px;
}

.form_gp_country_icon[b-jhbcw7ow57] {
    background-position: -184px -128px;
}

.form_gq_country_icon[b-jhbcw7ow57] {
    background-position: -207px -128px;
}

.form_gr_country_icon[b-jhbcw7ow57] {
    background-position: 0px -144px;
}

.form_gs_country_icon[b-jhbcw7ow57] {
    background-position: -23px -144px;
}

.form_gt_country_icon[b-jhbcw7ow57] {
    background-position: -46px -144px;
}

.form_gu_country_icon[b-jhbcw7ow57] {
    background-position: -69px -144px;
}

.form_gw_country_icon[b-jhbcw7ow57] {
    background-position: -92px -144px;
}

.form_gy_country_icon[b-jhbcw7ow57] {
    background-position: -115px -144px;
}

.form_hk_country_icon[b-jhbcw7ow57] {
    background-position: -138px -144px;
}

.form_hm_country_icon[b-jhbcw7ow57] {
    background-position: -161px -144px;
}

.form_hn_country_icon[b-jhbcw7ow57] {
    background-position: -184px -144px;
}

.form_hr_country_icon[b-jhbcw7ow57] {
    background-position: -207px -144px;
}

.form_ht_country_icon[b-jhbcw7ow57] {
    background-position: 0px -160px;
}

.form_hu_country_icon[b-jhbcw7ow57] {
    background-position: -23px -160px;
}

.form_id_country_icon[b-jhbcw7ow57] {
    background-position: -46px -160px;
}

.form_ie_country_icon[b-jhbcw7ow57] {
    background-position: -69px -160px;
}

.form_il_country_icon[b-jhbcw7ow57] {
    background-position: -92px -160px;
}

.form_im_country_icon[b-jhbcw7ow57] {
    background-position: -115px -160px;
}

.form_in_country_icon[b-jhbcw7ow57] {
    background-position: -138px -160px;
}

.form_io_country_icon[b-jhbcw7ow57] {
    background-position: -161px -160px;
}

.form_iq_country_icon[b-jhbcw7ow57] {
    background-position: -184px -160px;
}

.form_ir_country_icon[b-jhbcw7ow57] {
    background-position: -207px -160px;
}

.form_is_country_icon[b-jhbcw7ow57] {
    background-position: 0px -176px;
}

.form_it_country_icon[b-jhbcw7ow57] {
    background-position: -23px -176px;
}

.form_je_country_icon[b-jhbcw7ow57] {
    background-position: -46px -176px;
}

.form_jm_country_icon[b-jhbcw7ow57] {
    background-position: -69px -176px;
}

.form_jo_country_icon[b-jhbcw7ow57] {
    background-position: -92px -176px;
}

.form_jp_country_icon[b-jhbcw7ow57] {
    background-position: -115px -176px;
}

.form_ke_country_icon[b-jhbcw7ow57] {
    background-position: -138px -176px;
}

.form_kg_country_icon[b-jhbcw7ow57] {
    background-position: -161px -176px;
}

.form_kh_country_icon[b-jhbcw7ow57] {
    background-position: -184px -176px;
}

.form_ki_country_icon[b-jhbcw7ow57] {
    background-position: -207px -176px;
}

.form_km_country_icon[b-jhbcw7ow57] {
    background-position: 0px -192px;
}

.form_kn_country_icon[b-jhbcw7ow57] {
    background-position: -23px -192px;
}

.form_kp_country_icon[b-jhbcw7ow57] {
    background-position: -46px -192px;
}

.form_kr_country_icon[b-jhbcw7ow57] {
    background-position: -69px -192px;
}

.form_kw_country_icon[b-jhbcw7ow57] {
    background-position: -92px -192px;
}

.form_ky_country_icon[b-jhbcw7ow57] {
    background-position: -115px -192px;
}

.form_kz_country_icon[b-jhbcw7ow57] {
    background-position: -138px -192px;
}

.form_la_country_icon[b-jhbcw7ow57] {
    background-position: -161px -192px;
}

.form_lb_country_icon[b-jhbcw7ow57] {
    background-position: -184px -192px;
}

.form_lc_country_icon[b-jhbcw7ow57] {
    background-position: -207px -192px;
}

.form_li_country_icon[b-jhbcw7ow57] {
    background-position: 0px -208px;
}

.form_lk_country_icon[b-jhbcw7ow57] {
    background-position: -23px -208px;
}

.form_lr_country_icon[b-jhbcw7ow57] {
    background-position: -46px -208px;
}

.form_ls_country_icon[b-jhbcw7ow57] {
    background-position: -69px -208px;
}

.form_lt_country_icon[b-jhbcw7ow57] {
    background-position: -92px -208px;
}

.form_lu_country_icon[b-jhbcw7ow57] {
    background-position: -115px -208px;
}

.form_lv_country_icon[b-jhbcw7ow57] {
    background-position: -138px -208px;
}

.form_ly_country_icon[b-jhbcw7ow57] {
    background-position: -161px -208px;
}

.form_ma_country_icon[b-jhbcw7ow57] {
    background-position: -184px -208px;
}

.form_mc_country_icon[b-jhbcw7ow57] {
    background-position: -207px -208px;
}

.form_md_country_icon[b-jhbcw7ow57] {
    background-position: 0px -224px;
}

.form_me_country_icon[b-jhbcw7ow57] {
    background-position: -23px -224px;
}

.form_mf_country_icon[b-jhbcw7ow57] {
    background-position: -46px -224px;
}

.form_mg_country_icon[b-jhbcw7ow57] {
    background-position: -69px -224px;
}

.form_mh_country_icon[b-jhbcw7ow57] {
    background-position: -92px -224px;
}

.form_mk_country_icon[b-jhbcw7ow57] {
    background-position: -115px -224px;
}

.form_ml_country_icon[b-jhbcw7ow57] {
    background-position: -138px -224px;
}

.form_mm_country_icon[b-jhbcw7ow57] {
    background-position: -161px -224px;
}

.form_mn_country_icon[b-jhbcw7ow57] {
    background-position: -184px -224px;
}

.form_mo_country_icon[b-jhbcw7ow57] {
    background-position: -207px -224px;
}

.form_mp_country_icon[b-jhbcw7ow57] {
    background-position: 0px -240px;
}

.form_mq_country_icon[b-jhbcw7ow57] {
    background-position: -23px -240px;
}

.form_mr_country_icon[b-jhbcw7ow57] {
    background-position: -46px -240px;
}

.form_ms_country_icon[b-jhbcw7ow57] {
    background-position: -69px -240px;
}

.form_mt_country_icon[b-jhbcw7ow57] {
    background-position: -92px -240px;
}

.form_mu_country_icon[b-jhbcw7ow57] {
    background-position: -115px -240px;
}

.form_mv_country_icon[b-jhbcw7ow57] {
    background-position: -138px -240px;
}

.form_mw_country_icon[b-jhbcw7ow57] {
    background-position: -161px -240px;
}

.form_mx_country_icon[b-jhbcw7ow57] {
    background-position: -184px -240px;
}

.form_my_country_icon[b-jhbcw7ow57] {
    background-position: -207px -240px;
}

.form_mz_country_icon[b-jhbcw7ow57] {
    background-position: 0px -256px;
}

.form_na_country_icon[b-jhbcw7ow57] {
    background-position: -23px -256px;
}

.form_nc_country_icon[b-jhbcw7ow57] {
    background-position: -46px -256px;
}

.form_ne_country_icon[b-jhbcw7ow57] {
    background-position: -69px -256px;
}

.form_nf_country_icon[b-jhbcw7ow57] {
    background-position: -92px -256px;
}

.form_ng_country_icon[b-jhbcw7ow57] {
    background-position: -115px -256px;
}

.form_ni_country_icon[b-jhbcw7ow57] {
    background-position: -138px -256px;
}

.form_nl_country_icon[b-jhbcw7ow57] {
    background-position: -161px -256px;
}

.form_no_country_icon[b-jhbcw7ow57] {
    background-position: -184px -256px;
}

.form_np_country_icon[b-jhbcw7ow57] {
    background-position: -207px -256px;
}

.form_nr_country_icon[b-jhbcw7ow57] {
    background-position: 0px -272px;
}

.form_nu_country_icon[b-jhbcw7ow57] {
    background-position: -23px -272px;
}

.form_nz_country_icon[b-jhbcw7ow57] {
    background-position: -46px -272px;
}

.form_om_country_icon[b-jhbcw7ow57] {
    background-position: -69px -272px;
}

.form_pa_country_icon[b-jhbcw7ow57] {
    background-position: -92px -272px;
}

.form_pe_country_icon[b-jhbcw7ow57] {
    background-position: -115px -272px;
}

.form_pf_country_icon[b-jhbcw7ow57] {
    background-position: -138px -272px;
}

.form_pg_country_icon[b-jhbcw7ow57] {
    background-position: -161px -272px;
}

.form_ph_country_icon[b-jhbcw7ow57] {
    background-position: -184px -272px;
}

.form_pk_country_icon[b-jhbcw7ow57] {
    background-position: -207px -272px;
}

.form_pl_country_icon[b-jhbcw7ow57] {
    background-position: 0px -288px;
}

.form_pm_country_icon[b-jhbcw7ow57] {
    background-position: -23px -288px;
}

.form_pn_country_icon[b-jhbcw7ow57] {
    background-position: -46px -288px;
}

.form_pr_country_icon[b-jhbcw7ow57] {
    background-position: -69px -288px;
}

.form_ps_country_icon[b-jhbcw7ow57] {
    background-position: -92px -288px;
}

.form_pt_country_icon[b-jhbcw7ow57] {
    background-position: -115px -288px;
}

.form_pw_country_icon[b-jhbcw7ow57] {
    background-position: -138px -288px;
}

.form_py_country_icon[b-jhbcw7ow57] {
    background-position: -161px -288px;
}

.form_qa_country_icon[b-jhbcw7ow57] {
    background-position: -184px -288px;
}

.form_re_country_icon[b-jhbcw7ow57] {
    background-position: -207px -288px;
}

.form_ro_country_icon[b-jhbcw7ow57] {
    background-position: 0px -304px;
}

.form_rs_country_icon[b-jhbcw7ow57] {
    background-position: -23px -304px;
}

.form_ru_country_icon[b-jhbcw7ow57] {
    background-position: -46px -304px;
}

.form_rw_country_icon[b-jhbcw7ow57] {
    background-position: -69px -304px;
}

.form_sa_country_icon[b-jhbcw7ow57] {
    background-position: -92px -304px;
}

.form_sb_country_icon[b-jhbcw7ow57] {
    background-position: -115px -304px;
}

.form_sc_country_icon[b-jhbcw7ow57] {
    background-position: -138px -304px;
}

.form_sd_country_icon[b-jhbcw7ow57] {
    background-position: -161px -304px;
}

.form_se_country_icon[b-jhbcw7ow57] {
    background-position: -184px -304px;
}

.form_sg_country_icon[b-jhbcw7ow57] {
    background-position: -207px -304px;
}

.form_sh_country_icon[b-jhbcw7ow57] {
    background-position: 0px -320px;
}

.form_si_country_icon[b-jhbcw7ow57] {
    background-position: -23px -320px;
}

.form_sj_country_icon[b-jhbcw7ow57] {
    background-position: -46px -320px;
}

.form_sk_country_icon[b-jhbcw7ow57] {
    background-position: -69px -320px;
}

.form_sl_country_icon[b-jhbcw7ow57] {
    background-position: -92px -320px;
}

.form_sm_country_icon[b-jhbcw7ow57] {
    background-position: -115px -320px;
}

.form_sn_country_icon[b-jhbcw7ow57] {
    background-position: -138px -320px;
}

.form_so_country_icon[b-jhbcw7ow57] {
    background-position: -161px -320px;
}

.form_sr_country_icon[b-jhbcw7ow57] {
    background-position: -184px -320px;
}

.form_ss_country_icon[b-jhbcw7ow57] {
    background-position: -207px -320px;
}

.form_st_country_icon[b-jhbcw7ow57] {
    background-position: 0px -336px;
}

.form_sv_country_icon[b-jhbcw7ow57] {
    background-position: -23px -336px;
}

.form_sx_country_icon[b-jhbcw7ow57] {
    background-position: -46px -336px;
}

.form_sy_country_icon[b-jhbcw7ow57] {
    background-position: -69px -336px;
}

.form_sz_country_icon[b-jhbcw7ow57] {
    background-position: -92px -336px;
}

.form_tc_country_icon[b-jhbcw7ow57] {
    background-position: -115px -336px;
}

.form_td_country_icon[b-jhbcw7ow57] {
    background-position: -138px -336px;
}

.form_tf_country_icon[b-jhbcw7ow57] {
    background-position: -161px -336px;
}

.form_tg_country_icon[b-jhbcw7ow57] {
    background-position: -184px -336px;
}

.form_th_country_icon[b-jhbcw7ow57] {
    background-position: -207px -336px;
}

.form_tj_country_icon[b-jhbcw7ow57] {
    background-position: 0px -352px;
}

.form_tk_country_icon[b-jhbcw7ow57] {
    background-position: -23px -352px;
}

.form_tl_country_icon[b-jhbcw7ow57] {
    background-position: -46px -352px;
}

.form_tm_country_icon[b-jhbcw7ow57] {
    background-position: -69px -352px;
}

.form_tn_country_icon[b-jhbcw7ow57] {
    background-position: -92px -352px;
}

.form_to_country_icon[b-jhbcw7ow57] {
    background-position: -115px -352px;
}

.form_tr_country_icon[b-jhbcw7ow57] {
    background-position: -138px -352px;
}

.form_tt_country_icon[b-jhbcw7ow57] {
    background-position: -161px -352px;
}

.form_tv_country_icon[b-jhbcw7ow57] {
    background-position: -184px -352px;
}

.form_tw_country_icon[b-jhbcw7ow57] {
    background-position: -207px -352px;
}

.form_tz_country_icon[b-jhbcw7ow57] {
    background-position: 0px -368px;
}

.form_ua_country_icon[b-jhbcw7ow57] {
    background-position: -23px -368px;
}

.form_ug_country_icon[b-jhbcw7ow57] {
    background-position: -46px -368px;
}

.form_um_country_icon[b-jhbcw7ow57] {
    background-position: -69px -368px;
}

.form_us_country_icon[b-jhbcw7ow57] {
    background-position: -92px -368px;
}

.form_uy_country_icon[b-jhbcw7ow57] {
    background-position: -115px -368px;
}

.form_uz_country_icon[b-jhbcw7ow57] {
    background-position: -138px -368px;
}

.form_va_country_icon[b-jhbcw7ow57] {
    background-position: -161px -368px;
}

.form_vc_country_icon[b-jhbcw7ow57] {
    background-position: -184px -368px;
}

.form_ve_country_icon[b-jhbcw7ow57] {
    background-position: -207px -368px;
}

.form_vg_country_icon[b-jhbcw7ow57] {
    background-position: 0px -384px;
}

.form_vi_country_icon[b-jhbcw7ow57] {
    background-position: -23px -384px;
}

.form_vn_country_icon[b-jhbcw7ow57] {
    background-position: -46px -384px;
}

.form_vu_country_icon[b-jhbcw7ow57] {
    background-position: -69px -384px;
}

.form_wf_country_icon[b-jhbcw7ow57] {
    background-position: -92px -384px;
}

.form_ws_country_icon[b-jhbcw7ow57] {
    background-position: -115px -384px;
}

.form_xk_country_icon[b-jhbcw7ow57] {
    background-position: -138px -384px;
}

.form_ye_country_icon[b-jhbcw7ow57] {
    background-position: -161px -384px;
}

.form_yt_country_icon[b-jhbcw7ow57] {
    background-position: -184px -384px;
}

.form_za_country_icon[b-jhbcw7ow57] {
    background-position: -207px -384px;
}

.form_zm_country_icon[b-jhbcw7ow57] {
    background-position: 0px -400px;
}

.form_zw_country_icon[b-jhbcw7ow57] {
    background-position: -23px -400px;
}

.form_eg_country_icon[b-jhbcw7ow57] {
    background-position: -46px -400px;
}

.form_tn_country_icon[b-jhbcw7ow57] {
    background-position: -69px -400px;
}

.form_ru_country_icon[b-jhbcw7ow57] {
    background-position: -92px -400px;
}

.form_ua_country_icon[b-jhbcw7ow57] {
    background-position: -115px -400px;
}


.fa[b-jhbcw7ow57] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg[b-jhbcw7ow57] {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x[b-jhbcw7ow57] {
  font-size: 2em;
}
.fa-3x[b-jhbcw7ow57] {
  font-size: 3em;
}
.fa-4x[b-jhbcw7ow57] {
  font-size: 4em;
}
.fa-5x[b-jhbcw7ow57] {
  font-size: 5em;
}
.fa-fw[b-jhbcw7ow57] {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul[b-jhbcw7ow57] {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li[b-jhbcw7ow57] {
  position: relative;
}
.fa-li[b-jhbcw7ow57] {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg[b-jhbcw7ow57] {
  left: -1.85714286em;
}
.fa-border[b-jhbcw7ow57] {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left[b-jhbcw7ow57] {
  float: left;
}
.fa-pull-right[b-jhbcw7ow57] {
  float: right;
}
.fa.fa-pull-left[b-jhbcw7ow57] {
  margin-right: .3em;
}
.fa.fa-pull-right[b-jhbcw7ow57] {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right[b-jhbcw7ow57] {
  float: right;
}
.pull-left[b-jhbcw7ow57] {
  float: left;
}
.fa.pull-left[b-jhbcw7ow57] {
  margin-right: .3em;
}
.fa.pull-right[b-jhbcw7ow57] {
  margin-left: .3em;
}
.fa-spin[b-jhbcw7ow57] {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin-b-jhbcw7ow57 2s infinite linear;
}
.fa-pulse[b-jhbcw7ow57] {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin-b-jhbcw7ow57 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-b-jhbcw7ow57 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90[b-jhbcw7ow57] {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180[b-jhbcw7ow57] {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270[b-jhbcw7ow57] {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal[b-jhbcw7ow57] {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical[b-jhbcw7ow57] {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90[b-jhbcw7ow57],
:root .fa-rotate-180[b-jhbcw7ow57],
:root .fa-rotate-270[b-jhbcw7ow57],
:root .fa-flip-horizontal[b-jhbcw7ow57],
:root .fa-flip-vertical[b-jhbcw7ow57] {
  filter: none;
}
.fa-stack[b-jhbcw7ow57] {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x[b-jhbcw7ow57],
.fa-stack-2x[b-jhbcw7ow57] {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x[b-jhbcw7ow57] {
  line-height: inherit;
}
.fa-stack-2x[b-jhbcw7ow57] {
  font-size: 2em;
}
.fa-inverse[b-jhbcw7ow57] {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass[b-jhbcw7ow57]:before {
  content: "\f000";
}
.fa-music[b-jhbcw7ow57]:before {
  content: "\f001";
}
.fa-search[b-jhbcw7ow57]:before {
  content: "\f002";
}
.fa-envelope-o[b-jhbcw7ow57]:before {
  content: "\f003";
}
.fa-heart[b-jhbcw7ow57]:before {
  content: "\f004";
}
.fa-star[b-jhbcw7ow57]:before {
  content: "\f005";
}
.fa-star-o[b-jhbcw7ow57]:before {
  content: "\f006";
}
.fa-user[b-jhbcw7ow57]:before {
  content: "\f007";
}
.fa-film[b-jhbcw7ow57]:before {
  content: "\f008";
}
.fa-th-large[b-jhbcw7ow57]:before {
  content: "\f009";
}
.fa-th[b-jhbcw7ow57]:before {
  content: "\f00a";
}
.fa-th-list[b-jhbcw7ow57]:before {
  content: "\f00b";
}
.fa-check[b-jhbcw7ow57]:before {
  content: "\f00c";
}
.fa-remove[b-jhbcw7ow57]:before,
.fa-close[b-jhbcw7ow57]:before,
.fa-times[b-jhbcw7ow57]:before {
  content: "\f00d";
}
.fa-search-plus[b-jhbcw7ow57]:before {
  content: "\f00e";
}
.fa-search-minus[b-jhbcw7ow57]:before {
  content: "\f010";
}
.fa-power-off[b-jhbcw7ow57]:before {
  content: "\f011";
}
.fa-signal[b-jhbcw7ow57]:before {
  content: "\f012";
}
.fa-gear[b-jhbcw7ow57]:before,
.fa-cog[b-jhbcw7ow57]:before {
  content: "\f013";
}
.fa-trash-o[b-jhbcw7ow57]:before {
  content: "\f014";
}
.fa-home[b-jhbcw7ow57]:before {
  content: "\f015";
}
.fa-file-o[b-jhbcw7ow57]:before {
  content: "\f016";
}
.fa-clock-o[b-jhbcw7ow57]:before {
  content: "\f017";
}
.fa-road[b-jhbcw7ow57]:before {
  content: "\f018";
}
.fa-download[b-jhbcw7ow57]:before {
  content: "\f019";
}
.fa-arrow-circle-o-down[b-jhbcw7ow57]:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up[b-jhbcw7ow57]:before {
  content: "\f01b";
}
.fa-inbox[b-jhbcw7ow57]:before {
  content: "\f01c";
}
.fa-play-circle-o[b-jhbcw7ow57]:before {
  content: "\f01d";
}
.fa-rotate-right[b-jhbcw7ow57]:before,
.fa-repeat[b-jhbcw7ow57]:before {
  content: "\f01e";
}
.fa-refresh[b-jhbcw7ow57]:before {
  content: "\f021";
}
.fa-list-alt[b-jhbcw7ow57]:before {
  content: "\f022";
}
.fa-lock[b-jhbcw7ow57]:before {
  content: "\f023";
}
.fa-flag[b-jhbcw7ow57]:before {
  content: "\f024";
}
.fa-headphones[b-jhbcw7ow57]:before {
  content: "\f025";
}
.fa-volume-off[b-jhbcw7ow57]:before {
  content: "\f026";
}
.fa-volume-down[b-jhbcw7ow57]:before {
  content: "\f027";
}
.fa-volume-up[b-jhbcw7ow57]:before {
  content: "\f028";
}
.fa-qrcode[b-jhbcw7ow57]:before {
  content: "\f029";
}
.fa-barcode[b-jhbcw7ow57]:before {
  content: "\f02a";
}
.fa-tag[b-jhbcw7ow57]:before {
  content: "\f02b";
}
.fa-tags[b-jhbcw7ow57]:before {
  content: "\f02c";
}
.fa-book[b-jhbcw7ow57]:before {
  content: "\f02d";
}
.fa-bookmark[b-jhbcw7ow57]:before {
  content: "\f02e";
}
.fa-print[b-jhbcw7ow57]:before {
  content: "\f02f";
}
.fa-camera[b-jhbcw7ow57]:before {
  content: "\f030";
}
.fa-font[b-jhbcw7ow57]:before {
  content: "\f031";
}
.fa-bold[b-jhbcw7ow57]:before {
  content: "\f032";
}
.fa-italic[b-jhbcw7ow57]:before {
  content: "\f033";
}
.fa-text-height[b-jhbcw7ow57]:before {
  content: "\f034";
}
.fa-text-width[b-jhbcw7ow57]:before {
  content: "\f035";
}
.fa-align-left[b-jhbcw7ow57]:before {
  content: "\f036";
}
.fa-align-center[b-jhbcw7ow57]:before {
  content: "\f037";
}
.fa-align-right[b-jhbcw7ow57]:before {
  content: "\f038";
}
.fa-align-justify[b-jhbcw7ow57]:before {
  content: "\f039";
}
.fa-list[b-jhbcw7ow57]:before {
  content: "\f03a";
}
.fa-dedent[b-jhbcw7ow57]:before,
.fa-outdent[b-jhbcw7ow57]:before {
  content: "\f03b";
}
.fa-indent[b-jhbcw7ow57]:before {
  content: "\f03c";
}
.fa-video-camera[b-jhbcw7ow57]:before {
  content: "\f03d";
}
.fa-photo[b-jhbcw7ow57]:before,
.fa-image[b-jhbcw7ow57]:before,
.fa-picture-o[b-jhbcw7ow57]:before {
  content: "\f03e";
}
.fa-pencil[b-jhbcw7ow57]:before {
  content: "\f040";
}
.fa-map-marker[b-jhbcw7ow57]:before {
  content: "\f041";
}
.fa-adjust[b-jhbcw7ow57]:before {
  content: "\f042";
}
.fa-tint[b-jhbcw7ow57]:before {
  content: "\f043";
}
.fa-edit[b-jhbcw7ow57]:before,
.fa-pencil-square-o[b-jhbcw7ow57]:before {
  content: "\f044";
}
.fa-share-square-o[b-jhbcw7ow57]:before {
  content: "\f045";
}
.fa-check-square-o[b-jhbcw7ow57]:before {
  content: "\f046";
}
.fa-arrows[b-jhbcw7ow57]:before {
  content: "\f047";
}
.fa-step-backward[b-jhbcw7ow57]:before {
  content: "\f048";
}
.fa-fast-backward[b-jhbcw7ow57]:before {
  content: "\f049";
}
.fa-backward[b-jhbcw7ow57]:before {
  content: "\f04a";
}
.fa-play[b-jhbcw7ow57]:before {
  content: "\f04b";
}
.fa-pause[b-jhbcw7ow57]:before {
  content: "\f04c";
}
.fa-stop[b-jhbcw7ow57]:before {
  content: "\f04d";
}
.fa-forward[b-jhbcw7ow57]:before {
  content: "\f04e";
}
.fa-fast-forward[b-jhbcw7ow57]:before {
  content: "\f050";
}
.fa-step-forward[b-jhbcw7ow57]:before {
  content: "\f051";
}
.fa-eject[b-jhbcw7ow57]:before {
  content: "\f052";
}
.fa-chevron-left[b-jhbcw7ow57]:before {
  content: "\f053";
}
.fa-chevron-right[b-jhbcw7ow57]:before {
  content: "\f054";
}
.fa-plus-circle[b-jhbcw7ow57]:before {
  content: "\f055";
}
.fa-minus-circle[b-jhbcw7ow57]:before {
  content: "\f056";
}
.fa-times-circle[b-jhbcw7ow57]:before {
  content: "\f057";
}
.fa-check-circle[b-jhbcw7ow57]:before {
  content: "\f058";
}
.fa-question-circle[b-jhbcw7ow57]:before {
  content: "\f059";
}
.fa-info-circle[b-jhbcw7ow57]:before {
  content: "\f05a";
}
.fa-crosshairs[b-jhbcw7ow57]:before {
  content: "\f05b";
}
.fa-times-circle-o[b-jhbcw7ow57]:before {
  content: "\f05c";
}
.fa-check-circle-o[b-jhbcw7ow57]:before {
  content: "\f05d";
}
.fa-ban[b-jhbcw7ow57]:before {
  content: "\f05e";
}
.fa-arrow-left[b-jhbcw7ow57]:before {
  content: "\f060";
}
.fa-arrow-right[b-jhbcw7ow57]:before {
  content: "\f061";
}
.fa-arrow-up[b-jhbcw7ow57]:before {
  content: "\f062";
}
.fa-arrow-down[b-jhbcw7ow57]:before {
  content: "\f063";
}
.fa-mail-forward[b-jhbcw7ow57]:before,
.fa-share[b-jhbcw7ow57]:before {
  content: "\f064";
}
.fa-expand[b-jhbcw7ow57]:before {
  content: "\f065";
}
.fa-compress[b-jhbcw7ow57]:before {
  content: "\f066";
}
.fa-plus[b-jhbcw7ow57]:before {
  content: "\f067";
}
.fa-minus[b-jhbcw7ow57]:before {
  content: "\f068";
}
.fa-asterisk[b-jhbcw7ow57]:before {
  content: "\f069";
}
.fa-exclamation-circle[b-jhbcw7ow57]:before {
  content: "\f06a";
}
.fa-gift[b-jhbcw7ow57]:before {
  content: "\f06b";
}
.fa-leaf[b-jhbcw7ow57]:before {
  content: "\f06c";
}
.fa-fire[b-jhbcw7ow57]:before {
  content: "\f06d";
}
.fa-eye[b-jhbcw7ow57]:before {
  content: "\f06e";
}
.fa-eye-slash[b-jhbcw7ow57]:before {
  content: "\f070";
}
.fa-warning[b-jhbcw7ow57]:before,
.fa-exclamation-triangle[b-jhbcw7ow57]:before {
  content: "\f071";
}
.fa-plane[b-jhbcw7ow57]:before {
  content: "\f072";
}
.fa-calendar[b-jhbcw7ow57]:before {
  content: "\f073";
}
.fa-random[b-jhbcw7ow57]:before {
  content: "\f074";
}
.fa-comment[b-jhbcw7ow57]:before {
  content: "\f075";
}
.fa-magnet[b-jhbcw7ow57]:before {
  content: "\f076";
}
.fa-chevron-up[b-jhbcw7ow57]:before {
  content: "\f077";
}
.fa-chevron-down[b-jhbcw7ow57]:before {
  content: "\f078";
}
.fa-retweet[b-jhbcw7ow57]:before {
  content: "\f079";
}
.fa-shopping-cart[b-jhbcw7ow57]:before {
  content: "\f07a";
}
.fa-folder[b-jhbcw7ow57]:before {
  content: "\f07b";
}
.fa-folder-open[b-jhbcw7ow57]:before {
  content: "\f07c";
}
.fa-arrows-v[b-jhbcw7ow57]:before {
  content: "\f07d";
}
.fa-arrows-h[b-jhbcw7ow57]:before {
  content: "\f07e";
}
.fa-bar-chart-o[b-jhbcw7ow57]:before,
.fa-bar-chart[b-jhbcw7ow57]:before {
  content: "\f080";
}
.fa-twitter-square[b-jhbcw7ow57]:before {
  content: "\f081";
}
.fa-facebook-square[b-jhbcw7ow57]:before {
  content: "\f082";
}
.fa-camera-retro[b-jhbcw7ow57]:before {
  content: "\f083";
}
.fa-key[b-jhbcw7ow57]:before {
  content: "\f084";
}
.fa-gears[b-jhbcw7ow57]:before,
.fa-cogs[b-jhbcw7ow57]:before {
  content: "\f085";
}
.fa-comments[b-jhbcw7ow57]:before {
  content: "\f086";
}
.fa-thumbs-o-up[b-jhbcw7ow57]:before {
  content: "\f087";
}
.fa-thumbs-o-down[b-jhbcw7ow57]:before {
  content: "\f088";
}
.fa-star-half[b-jhbcw7ow57]:before {
  content: "\f089";
}
.fa-heart-o[b-jhbcw7ow57]:before {
  content: "\f08a";
}
.fa-sign-out[b-jhbcw7ow57]:before {
  content: "\f08b";
}
.fa-linkedin-square[b-jhbcw7ow57]:before {
  content: "\f08c";
}
.fa-thumb-tack[b-jhbcw7ow57]:before {
  content: "\f08d";
}
.fa-external-link[b-jhbcw7ow57]:before {
  content: "\f08e";
}
.fa-sign-in[b-jhbcw7ow57]:before {
  content: "\f090";
}
.fa-trophy[b-jhbcw7ow57]:before {
  content: "\f091";
}
.fa-github-square[b-jhbcw7ow57]:before {
  content: "\f092";
}
.fa-upload[b-jhbcw7ow57]:before {
  content: "\f093";
}
.fa-lemon-o[b-jhbcw7ow57]:before {
  content: "\f094";
}
.fa-phone[b-jhbcw7ow57]:before {
  content: "\f095";
}
.fa-square-o[b-jhbcw7ow57]:before {
  content: "\f096";
}
.fa-bookmark-o[b-jhbcw7ow57]:before {
  content: "\f097";
}
.fa-phone-square[b-jhbcw7ow57]:before {
  content: "\f098";
}
.fa-twitter[b-jhbcw7ow57]:before {
  content: "\f099";
}
.fa-facebook-f[b-jhbcw7ow57]:before,
.fa-facebook[b-jhbcw7ow57]:before {
  content: "\f09a";
}
.fa-github[b-jhbcw7ow57]:before {
  content: "\f09b";
}
.fa-unlock[b-jhbcw7ow57]:before {
  content: "\f09c";
}
.fa-credit-card[b-jhbcw7ow57]:before {
  content: "\f09d";
}
.fa-feed[b-jhbcw7ow57]:before,
.fa-rss[b-jhbcw7ow57]:before {
  content: "\f09e";
}
.fa-hdd-o[b-jhbcw7ow57]:before {
  content: "\f0a0";
}
.fa-bullhorn[b-jhbcw7ow57]:before {
  content: "\f0a1";
}
.fa-bell[b-jhbcw7ow57]:before {
  content: "\f0f3";
}
.fa-certificate[b-jhbcw7ow57]:before {
  content: "\f0a3";
}
.fa-hand-o-right[b-jhbcw7ow57]:before {
  content: "\f0a4";
}
.fa-hand-o-left[b-jhbcw7ow57]:before {
  content: "\f0a5";
}
.fa-hand-o-up[b-jhbcw7ow57]:before {
  content: "\f0a6";
}
.fa-hand-o-down[b-jhbcw7ow57]:before {
  content: "\f0a7";
}
.fa-arrow-circle-left[b-jhbcw7ow57]:before {
  content: "\f0a8";
}
.fa-arrow-circle-right[b-jhbcw7ow57]:before {
  content: "\f0a9";
}
.fa-arrow-circle-up[b-jhbcw7ow57]:before {
  content: "\f0aa";
}
.fa-arrow-circle-down[b-jhbcw7ow57]:before {
  content: "\f0ab";
}
.fa-globe[b-jhbcw7ow57]:before {
  content: "\f0ac";
}
.fa-wrench[b-jhbcw7ow57]:before {
  content: "\f0ad";
}
.fa-tasks[b-jhbcw7ow57]:before {
  content: "\f0ae";
}
.fa-filter[b-jhbcw7ow57]:before {
  content: "\f0b0";
}
.fa-briefcase[b-jhbcw7ow57]:before {
  content: "\f0b1";
}
.fa-arrows-alt[b-jhbcw7ow57]:before {
  content: "\f0b2";
}
.fa-group[b-jhbcw7ow57]:before,
.fa-users[b-jhbcw7ow57]:before {
  content: "\f0c0";
}
.fa-chain[b-jhbcw7ow57]:before,
.fa-link[b-jhbcw7ow57]:before {
  content: "\f0c1";
}
.fa-cloud[b-jhbcw7ow57]:before {
  content: "\f0c2";
}
.fa-flask[b-jhbcw7ow57]:before {
  content: "\f0c3";
}
.fa-cut[b-jhbcw7ow57]:before,
.fa-scissors[b-jhbcw7ow57]:before {
  content: "\f0c4";
}
.fa-copy[b-jhbcw7ow57]:before,
.fa-files-o[b-jhbcw7ow57]:before {
  content: "\f0c5";
}
.fa-paperclip[b-jhbcw7ow57]:before {
  content: "\f0c6";
}
.fa-save[b-jhbcw7ow57]:before,
.fa-floppy-o[b-jhbcw7ow57]:before {
  content: "\f0c7";
}
.fa-square[b-jhbcw7ow57]:before {
  content: "\f0c8";
}
.fa-navicon[b-jhbcw7ow57]:before,
.fa-reorder[b-jhbcw7ow57]:before,
.fa-bars[b-jhbcw7ow57]:before {
  content: "\f0c9";
}
.fa-list-ul[b-jhbcw7ow57]:before {
  content: "\f0ca";
}
.fa-list-ol[b-jhbcw7ow57]:before {
  content: "\f0cb";
}
.fa-strikethrough[b-jhbcw7ow57]:before {
  content: "\f0cc";
}
.fa-underline[b-jhbcw7ow57]:before {
  content: "\f0cd";
}
.fa-table[b-jhbcw7ow57]:before {
  content: "\f0ce";
}
.fa-magic[b-jhbcw7ow57]:before {
  content: "\f0d0";
}
.fa-truck[b-jhbcw7ow57]:before {
  content: "\f0d1";
}
.fa-pinterest[b-jhbcw7ow57]:before {
  content: "\f0d2";
}
.fa-pinterest-square[b-jhbcw7ow57]:before {
  content: "\f0d3";
}
.fa-google-plus-square[b-jhbcw7ow57]:before {
  content: "\f0d4";
}
.fa-google-plus[b-jhbcw7ow57]:before {
  content: "\f0d5";
}
.fa-money[b-jhbcw7ow57]:before {
  content: "\f0d6";
}
.fa-caret-down[b-jhbcw7ow57]:before {
  content: "\f0d7";
}
.fa-caret-up[b-jhbcw7ow57]:before {
  content: "\f0d8";
}
.fa-caret-left[b-jhbcw7ow57]:before {
  content: "\f0d9";
}
.fa-caret-right[b-jhbcw7ow57]:before {
  content: "\f0da";
}
.fa-columns[b-jhbcw7ow57]:before {
  content: "\f0db";
}
.fa-unsorted[b-jhbcw7ow57]:before,
.fa-sort[b-jhbcw7ow57]:before {
  content: "\f0dc";
}
.fa-sort-down[b-jhbcw7ow57]:before,
.fa-sort-desc[b-jhbcw7ow57]:before {
  content: "\f0dd";
}
.fa-sort-up[b-jhbcw7ow57]:before,
.fa-sort-asc[b-jhbcw7ow57]:before {
  content: "\f0de";
}
.fa-envelope[b-jhbcw7ow57]:before {
  content: "\f0e0";
}
.fa-linkedin[b-jhbcw7ow57]:before {
  content: "\f0e1";
}
.fa-rotate-left[b-jhbcw7ow57]:before,
.fa-undo[b-jhbcw7ow57]:before {
  content: "\f0e2";
}
.fa-legal[b-jhbcw7ow57]:before,
.fa-gavel[b-jhbcw7ow57]:before {
  content: "\f0e3";
}
.fa-dashboard[b-jhbcw7ow57]:before,
.fa-tachometer[b-jhbcw7ow57]:before {
  content: "\f0e4";
}
.fa-comment-o[b-jhbcw7ow57]:before {
  content: "\f0e5";
}
.fa-comments-o[b-jhbcw7ow57]:before {
  content: "\f0e6";
}
.fa-flash[b-jhbcw7ow57]:before,
.fa-bolt[b-jhbcw7ow57]:before {
  content: "\f0e7";
}
.fa-sitemap[b-jhbcw7ow57]:before {
  content: "\f0e8";
}
.fa-umbrella[b-jhbcw7ow57]:before {
  content: "\f0e9";
}
.fa-paste[b-jhbcw7ow57]:before,
.fa-clipboard[b-jhbcw7ow57]:before {
  content: "\f0ea";
}
.fa-lightbulb-o[b-jhbcw7ow57]:before {
  content: "\f0eb";
}
.fa-exchange[b-jhbcw7ow57]:before {
  content: "\f0ec";
}
.fa-cloud-download[b-jhbcw7ow57]:before {
  content: "\f0ed";
}
.fa-cloud-upload[b-jhbcw7ow57]:before {
  content: "\f0ee";
}
.fa-user-md[b-jhbcw7ow57]:before {
  content: "\f0f0";
}
.fa-stethoscope[b-jhbcw7ow57]:before {
  content: "\f0f1";
}
.fa-suitcase[b-jhbcw7ow57]:before {
  content: "\f0f2";
}
.fa-bell-o[b-jhbcw7ow57]:before {
  content: "\f0a2";
}
.fa-coffee[b-jhbcw7ow57]:before {
  content: "\f0f4";
}
.fa-cutlery[b-jhbcw7ow57]:before {
  content: "\f0f5";
}
.fa-file-text-o[b-jhbcw7ow57]:before {
  content: "\f0f6";
}
.fa-building-o[b-jhbcw7ow57]:before {
  content: "\f0f7";
}
.fa-hospital-o[b-jhbcw7ow57]:before {
  content: "\f0f8";
}
.fa-ambulance[b-jhbcw7ow57]:before {
  content: "\f0f9";
}
.fa-medkit[b-jhbcw7ow57]:before {
  content: "\f0fa";
}
.fa-fighter-jet[b-jhbcw7ow57]:before {
  content: "\f0fb";
}
.fa-beer[b-jhbcw7ow57]:before {
  content: "\f0fc";
}
.fa-h-square[b-jhbcw7ow57]:before {
  content: "\f0fd";
}
.fa-plus-square[b-jhbcw7ow57]:before {
  content: "\f0fe";
}
.fa-angle-double-left[b-jhbcw7ow57]:before {
  content: "\f100";
}
.fa-angle-double-right[b-jhbcw7ow57]:before {
  content: "\f101";
}
.fa-angle-double-up[b-jhbcw7ow57]:before {
  content: "\f102";
}
.fa-angle-double-down[b-jhbcw7ow57]:before {
  content: "\f103";
}
.fa-angle-left[b-jhbcw7ow57]:before {
  content: "\f104";
}
.fa-angle-right[b-jhbcw7ow57]:before {
  content: "\f105";
}
.fa-angle-up[b-jhbcw7ow57]:before {
  content: "\f106";
}
.fa-angle-down[b-jhbcw7ow57]:before {
  content: "\f107";
}
.fa-desktop[b-jhbcw7ow57]:before {
  content: "\f108";
}
.fa-laptop[b-jhbcw7ow57]:before {
  content: "\f109";
}
.fa-tablet[b-jhbcw7ow57]:before {
  content: "\f10a";
}
.fa-mobile-phone[b-jhbcw7ow57]:before,
.fa-mobile[b-jhbcw7ow57]:before {
  content: "\f10b";
}
.fa-circle-o[b-jhbcw7ow57]:before {
  content: "\f10c";
}
.fa-quote-left[b-jhbcw7ow57]:before {
  content: "\f10d";
}
.fa-quote-right[b-jhbcw7ow57]:before {
  content: "\f10e";
}
.fa-spinner[b-jhbcw7ow57]:before {
  content: "\f110";
}
.fa-circle[b-jhbcw7ow57]:before {
  content: "\f111";
}
.fa-mail-reply[b-jhbcw7ow57]:before,
.fa-reply[b-jhbcw7ow57]:before {
  content: "\f112";
}
.fa-github-alt[b-jhbcw7ow57]:before {
  content: "\f113";
}
.fa-folder-o[b-jhbcw7ow57]:before {
  content: "\f114";
}
.fa-folder-open-o[b-jhbcw7ow57]:before {
  content: "\f115";
}
.fa-smile-o[b-jhbcw7ow57]:before {
  content: "\f118";
}
.fa-frown-o[b-jhbcw7ow57]:before {
  content: "\f119";
}
.fa-meh-o[b-jhbcw7ow57]:before {
  content: "\f11a";
}
.fa-gamepad[b-jhbcw7ow57]:before {
  content: "\f11b";
}
.fa-keyboard-o[b-jhbcw7ow57]:before {
  content: "\f11c";
}
.fa-flag-o[b-jhbcw7ow57]:before {
  content: "\f11d";
}
.fa-flag-checkered[b-jhbcw7ow57]:before {
  content: "\f11e";
}
.fa-terminal[b-jhbcw7ow57]:before {
  content: "\f120";
}
.fa-code[b-jhbcw7ow57]:before {
  content: "\f121";
}
.fa-mail-reply-all[b-jhbcw7ow57]:before,
.fa-reply-all[b-jhbcw7ow57]:before {
  content: "\f122";
}
.fa-star-half-empty[b-jhbcw7ow57]:before,
.fa-star-half-full[b-jhbcw7ow57]:before,
.fa-star-half-o[b-jhbcw7ow57]:before {
  content: "\f123";
}
.fa-location-arrow[b-jhbcw7ow57]:before {
  content: "\f124";
}
.fa-crop[b-jhbcw7ow57]:before {
  content: "\f125";
}
.fa-code-fork[b-jhbcw7ow57]:before {
  content: "\f126";
}
.fa-unlink[b-jhbcw7ow57]:before,
.fa-chain-broken[b-jhbcw7ow57]:before {
  content: "\f127";
}
.fa-question[b-jhbcw7ow57]:before {
  content: "\f128";
}
.fa-info[b-jhbcw7ow57]:before {
  content: "\f129";
}
.fa-exclamation[b-jhbcw7ow57]:before {
  content: "\f12a";
}
.fa-superscript[b-jhbcw7ow57]:before {
  content: "\f12b";
}
.fa-subscript[b-jhbcw7ow57]:before {
  content: "\f12c";
}
.fa-eraser[b-jhbcw7ow57]:before {
  content: "\f12d";
}
.fa-puzzle-piece[b-jhbcw7ow57]:before {
  content: "\f12e";
}
.fa-microphone[b-jhbcw7ow57]:before {
  content: "\f130";
}
.fa-microphone-slash[b-jhbcw7ow57]:before {
  content: "\f131";
}
.fa-shield[b-jhbcw7ow57]:before {
  content: "\f132";
}
.fa-calendar-o[b-jhbcw7ow57]:before {
  content: "\f133";
}
.fa-fire-extinguisher[b-jhbcw7ow57]:before {
  content: "\f134";
}
.fa-rocket[b-jhbcw7ow57]:before {
  content: "\f135";
}
.fa-maxcdn[b-jhbcw7ow57]:before {
  content: "\f136";
}
.fa-chevron-circle-left[b-jhbcw7ow57]:before {
  content: "\f137";
}
.fa-chevron-circle-right[b-jhbcw7ow57]:before {
  content: "\f138";
}
.fa-chevron-circle-up[b-jhbcw7ow57]:before {
  content: "\f139";
}
.fa-chevron-circle-down[b-jhbcw7ow57]:before {
  content: "\f13a";
}
.fa-html5[b-jhbcw7ow57]:before {
  content: "\f13b";
}
.fa-css3[b-jhbcw7ow57]:before {
  content: "\f13c";
}
.fa-anchor[b-jhbcw7ow57]:before {
  content: "\f13d";
}
.fa-unlock-alt[b-jhbcw7ow57]:before {
  content: "\f13e";
}
.fa-bullseye[b-jhbcw7ow57]:before {
  content: "\f140";
}
.fa-ellipsis-h[b-jhbcw7ow57]:before {
  content: "\f141";
}
.fa-ellipsis-v[b-jhbcw7ow57]:before {
  content: "\f142";
}
.fa-rss-square[b-jhbcw7ow57]:before {
  content: "\f143";
}
.fa-play-circle[b-jhbcw7ow57]:before {
  content: "\f144";
}
.fa-ticket[b-jhbcw7ow57]:before {
  content: "\f145";
}
.fa-minus-square[b-jhbcw7ow57]:before {
  content: "\f146";
}
.fa-minus-square-o[b-jhbcw7ow57]:before {
  content: "\f147";
}
.fa-level-up[b-jhbcw7ow57]:before {
  content: "\f148";
}
.fa-level-down[b-jhbcw7ow57]:before {
  content: "\f149";
}
.fa-check-square[b-jhbcw7ow57]:before {
  content: "\f14a";
}
.fa-pencil-square[b-jhbcw7ow57]:before {
  content: "\f14b";
}
.fa-external-link-square[b-jhbcw7ow57]:before {
  content: "\f14c";
}
.fa-share-square[b-jhbcw7ow57]:before {
  content: "\f14d";
}
.fa-compass[b-jhbcw7ow57]:before {
  content: "\f14e";
}
.fa-toggle-down[b-jhbcw7ow57]:before,
.fa-caret-square-o-down[b-jhbcw7ow57]:before {
  content: "\f150";
}
.fa-toggle-up[b-jhbcw7ow57]:before,
.fa-caret-square-o-up[b-jhbcw7ow57]:before {
  content: "\f151";
}
.fa-toggle-right[b-jhbcw7ow57]:before,
.fa-caret-square-o-right[b-jhbcw7ow57]:before {
  content: "\f152";
}
.fa-euro[b-jhbcw7ow57]:before,
.fa-eur[b-jhbcw7ow57]:before {
  content: "\f153";
}
.fa-gbp[b-jhbcw7ow57]:before {
  content: "\f154";
}
.fa-dollar[b-jhbcw7ow57]:before,
.fa-usd[b-jhbcw7ow57]:before {
  content: "\f155";
}
.fa-rupee[b-jhbcw7ow57]:before,
.fa-inr[b-jhbcw7ow57]:before {
  content: "\f156";
}
.fa-cny[b-jhbcw7ow57]:before,
.fa-rmb[b-jhbcw7ow57]:before,
.fa-yen[b-jhbcw7ow57]:before,
.fa-jpy[b-jhbcw7ow57]:before {
  content: "\f157";
}
.fa-ruble[b-jhbcw7ow57]:before,
.fa-rouble[b-jhbcw7ow57]:before,
.fa-rub[b-jhbcw7ow57]:before {
  content: "\f158";
}
.fa-won[b-jhbcw7ow57]:before,
.fa-krw[b-jhbcw7ow57]:before {
  content: "\f159";
}
.fa-bitcoin[b-jhbcw7ow57]:before,
.fa-btc[b-jhbcw7ow57]:before {
  content: "\f15a";
}
.fa-file[b-jhbcw7ow57]:before {
  content: "\f15b";
}
.fa-file-text[b-jhbcw7ow57]:before {
  content: "\f15c";
}
.fa-sort-alpha-asc[b-jhbcw7ow57]:before {
  content: "\f15d";
}
.fa-sort-alpha-desc[b-jhbcw7ow57]:before {
  content: "\f15e";
}
.fa-sort-amount-asc[b-jhbcw7ow57]:before {
  content: "\f160";
}
.fa-sort-amount-desc[b-jhbcw7ow57]:before {
  content: "\f161";
}
.fa-sort-numeric-asc[b-jhbcw7ow57]:before {
  content: "\f162";
}
.fa-sort-numeric-desc[b-jhbcw7ow57]:before {
  content: "\f163";
}
.fa-thumbs-up[b-jhbcw7ow57]:before {
  content: "\f164";
}
.fa-thumbs-down[b-jhbcw7ow57]:before {
  content: "\f165";
}
.fa-youtube-square[b-jhbcw7ow57]:before {
  content: "\f166";
}
.fa-youtube[b-jhbcw7ow57]:before {
  content: "\f167";
}
.fa-xing[b-jhbcw7ow57]:before {
  content: "\f168";
}
.fa-xing-square[b-jhbcw7ow57]:before {
  content: "\f169";
}
.fa-youtube-play[b-jhbcw7ow57]:before {
  content: "\f16a";
}
.fa-dropbox[b-jhbcw7ow57]:before {
  content: "\f16b";
}
.fa-stack-overflow[b-jhbcw7ow57]:before {
  content: "\f16c";
}
.fa-instagram[b-jhbcw7ow57]:before {
  content: "\f16d";
}
.fa-flickr[b-jhbcw7ow57]:before {
  content: "\f16e";
}
.fa-adn[b-jhbcw7ow57]:before {
  content: "\f170";
}
.fa-bitbucket[b-jhbcw7ow57]:before {
  content: "\f171";
}
.fa-bitbucket-square[b-jhbcw7ow57]:before {
  content: "\f172";
}
.fa-tumblr[b-jhbcw7ow57]:before {
  content: "\f173";
}
.fa-tumblr-square[b-jhbcw7ow57]:before {
  content: "\f174";
}
.fa-long-arrow-down[b-jhbcw7ow57]:before {
  content: "\f175";
}
.fa-long-arrow-up[b-jhbcw7ow57]:before {
  content: "\f176";
}
.fa-long-arrow-left[b-jhbcw7ow57]:before {
  content: "\f177";
}
.fa-long-arrow-right[b-jhbcw7ow57]:before {
  content: "\f178";
}
.fa-apple[b-jhbcw7ow57]:before {
  content: "\f179";
}
.fa-windows[b-jhbcw7ow57]:before {
  content: "\f17a";
}
.fa-android[b-jhbcw7ow57]:before {
  content: "\f17b";
}
.fa-linux[b-jhbcw7ow57]:before {
  content: "\f17c";
}
.fa-dribbble[b-jhbcw7ow57]:before {
  content: "\f17d";
}
.fa-skype[b-jhbcw7ow57]:before {
  content: "\f17e";
}
.fa-foursquare[b-jhbcw7ow57]:before {
  content: "\f180";
}
.fa-trello[b-jhbcw7ow57]:before {
  content: "\f181";
}
.fa-female[b-jhbcw7ow57]:before {
  content: "\f182";
}
.fa-male[b-jhbcw7ow57]:before {
  content: "\f183";
}
.fa-gittip[b-jhbcw7ow57]:before,
.fa-gratipay[b-jhbcw7ow57]:before {
  content: "\f184";
}
.fa-sun-o[b-jhbcw7ow57]:before {
  content: "\f185";
}
.fa-moon-o[b-jhbcw7ow57]:before {
  content: "\f186";
}
.fa-archive[b-jhbcw7ow57]:before {
  content: "\f187";
}
.fa-bug[b-jhbcw7ow57]:before {
  content: "\f188";
}
.fa-vk[b-jhbcw7ow57]:before {
  content: "\f189";
}
.fa-weibo[b-jhbcw7ow57]:before {
  content: "\f18a";
}
.fa-renren[b-jhbcw7ow57]:before {
  content: "\f18b";
}
.fa-pagelines[b-jhbcw7ow57]:before {
  content: "\f18c";
}
.fa-stack-exchange[b-jhbcw7ow57]:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right[b-jhbcw7ow57]:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left[b-jhbcw7ow57]:before {
  content: "\f190";
}
.fa-toggle-left[b-jhbcw7ow57]:before,
.fa-caret-square-o-left[b-jhbcw7ow57]:before {
  content: "\f191";
}
.fa-dot-circle-o[b-jhbcw7ow57]:before {
  content: "\f192";
}
.fa-wheelchair[b-jhbcw7ow57]:before {
  content: "\f193";
}
.fa-vimeo-square[b-jhbcw7ow57]:before {
  content: "\f194";
}
.fa-turkish-lira[b-jhbcw7ow57]:before,
.fa-try[b-jhbcw7ow57]:before {
  content: "\f195";
}
.fa-plus-square-o[b-jhbcw7ow57]:before {
  content: "\f196";
}
.fa-space-shuttle[b-jhbcw7ow57]:before {
  content: "\f197";
}
.fa-slack[b-jhbcw7ow57]:before {
  content: "\f198";
}
.fa-envelope-square[b-jhbcw7ow57]:before {
  content: "\f199";
}
.fa-wordpress[b-jhbcw7ow57]:before {
  content: "\f19a";
}
.fa-openid[b-jhbcw7ow57]:before {
  content: "\f19b";
}
.fa-institution[b-jhbcw7ow57]:before,
.fa-bank[b-jhbcw7ow57]:before,
.fa-university[b-jhbcw7ow57]:before {
  content: "\f19c";
}
.fa-mortar-board[b-jhbcw7ow57]:before,
.fa-graduation-cap[b-jhbcw7ow57]:before {
  content: "\f19d";
}
.fa-yahoo[b-jhbcw7ow57]:before {
  content: "\f19e";
}
.fa-google[b-jhbcw7ow57]:before {
  content: "\f1a0";
}
.fa-reddit[b-jhbcw7ow57]:before {
  content: "\f1a1";
}
.fa-reddit-square[b-jhbcw7ow57]:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle[b-jhbcw7ow57]:before {
  content: "\f1a3";
}
.fa-stumbleupon[b-jhbcw7ow57]:before {
  content: "\f1a4";
}
.fa-delicious[b-jhbcw7ow57]:before {
  content: "\f1a5";
}
.fa-digg[b-jhbcw7ow57]:before {
  content: "\f1a6";
}
.fa-pied-piper-pp[b-jhbcw7ow57]:before {
  content: "\f1a7";
}
.fa-pied-piper-alt[b-jhbcw7ow57]:before {
  content: "\f1a8";
}
.fa-drupal[b-jhbcw7ow57]:before {
  content: "\f1a9";
}
.fa-joomla[b-jhbcw7ow57]:before {
  content: "\f1aa";
}
.fa-language[b-jhbcw7ow57]:before {
  content: "\f1ab";
}
.fa-fax[b-jhbcw7ow57]:before {
  content: "\f1ac";
}
.fa-building[b-jhbcw7ow57]:before {
  content: "\f1ad";
}
.fa-child[b-jhbcw7ow57]:before {
  content: "\f1ae";
}
.fa-paw[b-jhbcw7ow57]:before {
  content: "\f1b0";
}
.fa-spoon[b-jhbcw7ow57]:before {
  content: "\f1b1";
}
.fa-cube[b-jhbcw7ow57]:before {
  content: "\f1b2";
}
.fa-cubes[b-jhbcw7ow57]:before {
  content: "\f1b3";
}
.fa-behance[b-jhbcw7ow57]:before {
  content: "\f1b4";
}
.fa-behance-square[b-jhbcw7ow57]:before {
  content: "\f1b5";
}
.fa-steam[b-jhbcw7ow57]:before {
  content: "\f1b6";
}
.fa-steam-square[b-jhbcw7ow57]:before {
  content: "\f1b7";
}
.fa-recycle[b-jhbcw7ow57]:before {
  content: "\f1b8";
}
.fa-automobile[b-jhbcw7ow57]:before,
.fa-car[b-jhbcw7ow57]:before {
  content: "\f1b9";
}
.fa-cab[b-jhbcw7ow57]:before,
.fa-taxi[b-jhbcw7ow57]:before {
  content: "\f1ba";
}
.fa-tree[b-jhbcw7ow57]:before {
  content: "\f1bb";
}
.fa-spotify[b-jhbcw7ow57]:before {
  content: "\f1bc";
}
.fa-deviantart[b-jhbcw7ow57]:before {
  content: "\f1bd";
}
.fa-soundcloud[b-jhbcw7ow57]:before {
  content: "\f1be";
}
.fa-database[b-jhbcw7ow57]:before {
  content: "\f1c0";
}
.fa-file-pdf-o[b-jhbcw7ow57]:before {
  content: "\f1c1";
}
.fa-file-word-o[b-jhbcw7ow57]:before {
  content: "\f1c2";
}
.fa-file-excel-o[b-jhbcw7ow57]:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o[b-jhbcw7ow57]:before {
  content: "\f1c4";
}
.fa-file-photo-o[b-jhbcw7ow57]:before,
.fa-file-picture-o[b-jhbcw7ow57]:before,
.fa-file-image-o[b-jhbcw7ow57]:before {
  content: "\f1c5";
}
.fa-file-zip-o[b-jhbcw7ow57]:before,
.fa-file-archive-o[b-jhbcw7ow57]:before {
  content: "\f1c6";
}
.fa-file-sound-o[b-jhbcw7ow57]:before,
.fa-file-audio-o[b-jhbcw7ow57]:before {
  content: "\f1c7";
}
.fa-file-movie-o[b-jhbcw7ow57]:before,
.fa-file-video-o[b-jhbcw7ow57]:before {
  content: "\f1c8";
}
.fa-file-code-o[b-jhbcw7ow57]:before {
  content: "\f1c9";
}
.fa-vine[b-jhbcw7ow57]:before {
  content: "\f1ca";
}
.fa-codepen[b-jhbcw7ow57]:before {
  content: "\f1cb";
}
.fa-jsfiddle[b-jhbcw7ow57]:before {
  content: "\f1cc";
}
.fa-life-bouy[b-jhbcw7ow57]:before,
.fa-life-buoy[b-jhbcw7ow57]:before,
.fa-life-saver[b-jhbcw7ow57]:before,
.fa-support[b-jhbcw7ow57]:before,
.fa-life-ring[b-jhbcw7ow57]:before {
  content: "\f1cd";
}
.fa-circle-o-notch[b-jhbcw7ow57]:before {
  content: "\f1ce";
}
.fa-ra[b-jhbcw7ow57]:before,
.fa-resistance[b-jhbcw7ow57]:before,
.fa-rebel[b-jhbcw7ow57]:before {
  content: "\f1d0";
}
.fa-ge[b-jhbcw7ow57]:before,
.fa-empire[b-jhbcw7ow57]:before {
  content: "\f1d1";
}
.fa-git-square[b-jhbcw7ow57]:before {
  content: "\f1d2";
}
.fa-git[b-jhbcw7ow57]:before {
  content: "\f1d3";
}
.fa-y-combinator-square[b-jhbcw7ow57]:before,
.fa-yc-square[b-jhbcw7ow57]:before,
.fa-hacker-news[b-jhbcw7ow57]:before {
  content: "\f1d4";
}
.fa-tencent-weibo[b-jhbcw7ow57]:before {
  content: "\f1d5";
}
.fa-qq[b-jhbcw7ow57]:before {
  content: "\f1d6";
}
.fa-wechat[b-jhbcw7ow57]:before,
.fa-weixin[b-jhbcw7ow57]:before {
  content: "\f1d7";
}
.fa-send[b-jhbcw7ow57]:before,
.fa-paper-plane[b-jhbcw7ow57]:before {
  content: "\f1d8";
}
.fa-send-o[b-jhbcw7ow57]:before,
.fa-paper-plane-o[b-jhbcw7ow57]:before {
  content: "\f1d9";
}
.fa-history[b-jhbcw7ow57]:before {
  content: "\f1da";
}
.fa-circle-thin[b-jhbcw7ow57]:before {
  content: "\f1db";
}
.fa-header[b-jhbcw7ow57]:before {
  content: "\f1dc";
}
.fa-paragraph[b-jhbcw7ow57]:before {
  content: "\f1dd";
}
.fa-sliders[b-jhbcw7ow57]:before {
  content: "\f1de";
}
.fa-share-alt[b-jhbcw7ow57]:before {
  content: "\f1e0";
}
.fa-share-alt-square[b-jhbcw7ow57]:before {
  content: "\f1e1";
}
.fa-bomb[b-jhbcw7ow57]:before {
  content: "\f1e2";
}
.fa-soccer-ball-o[b-jhbcw7ow57]:before,
.fa-futbol-o[b-jhbcw7ow57]:before {
  content: "\f1e3";
}
.fa-tty[b-jhbcw7ow57]:before {
  content: "\f1e4";
}
.fa-binoculars[b-jhbcw7ow57]:before {
  content: "\f1e5";
}
.fa-plug[b-jhbcw7ow57]:before {
  content: "\f1e6";
}
.fa-slideshare[b-jhbcw7ow57]:before {
  content: "\f1e7";
}
.fa-twitch[b-jhbcw7ow57]:before {
  content: "\f1e8";
}
.fa-yelp[b-jhbcw7ow57]:before {
  content: "\f1e9";
}
.fa-newspaper-o[b-jhbcw7ow57]:before {
  content: "\f1ea";
}
.fa-wifi[b-jhbcw7ow57]:before {
  content: "\f1eb";
}
.fa-calculator[b-jhbcw7ow57]:before {
  content: "\f1ec";
}
.fa-paypal[b-jhbcw7ow57]:before {
  content: "\f1ed";
}
.fa-google-wallet[b-jhbcw7ow57]:before {
  content: "\f1ee";
}
.fa-cc-visa[b-jhbcw7ow57]:before {
  content: "\f1f0";
}
.fa-cc-mastercard[b-jhbcw7ow57]:before {
  content: "\f1f1";
}
.fa-cc-discover[b-jhbcw7ow57]:before {
  content: "\f1f2";
}
.fa-cc-amex[b-jhbcw7ow57]:before {
  content: "\f1f3";
}
.fa-cc-paypal[b-jhbcw7ow57]:before {
  content: "\f1f4";
}
.fa-cc-stripe[b-jhbcw7ow57]:before {
  content: "\f1f5";
}
.fa-bell-slash[b-jhbcw7ow57]:before {
  content: "\f1f6";
}
.fa-bell-slash-o[b-jhbcw7ow57]:before {
  content: "\f1f7";
}
.fa-trash[b-jhbcw7ow57]:before {
  content: "\f1f8";
}
.fa-copyright[b-jhbcw7ow57]:before {
  content: "\f1f9";
}
.fa-at[b-jhbcw7ow57]:before {
  content: "\f1fa";
}
.fa-eyedropper[b-jhbcw7ow57]:before {
  content: "\f1fb";
}
.fa-paint-brush[b-jhbcw7ow57]:before {
  content: "\f1fc";
}
.fa-birthday-cake[b-jhbcw7ow57]:before {
  content: "\f1fd";
}
.fa-area-chart[b-jhbcw7ow57]:before {
  content: "\f1fe";
}
.fa-pie-chart[b-jhbcw7ow57]:before {
  content: "\f200";
}
.fa-line-chart[b-jhbcw7ow57]:before {
  content: "\f201";
}
.fa-lastfm[b-jhbcw7ow57]:before {
  content: "\f202";
}
.fa-lastfm-square[b-jhbcw7ow57]:before {
  content: "\f203";
}
.fa-toggle-off[b-jhbcw7ow57]:before {
  content: "\f204";
}
.fa-toggle-on[b-jhbcw7ow57]:before {
  content: "\f205";
}
.fa-bicycle[b-jhbcw7ow57]:before {
  content: "\f206";
}
.fa-bus[b-jhbcw7ow57]:before {
  content: "\f207";
}
.fa-ioxhost[b-jhbcw7ow57]:before {
  content: "\f208";
}
.fa-angellist[b-jhbcw7ow57]:before {
  content: "\f209";
}
.fa-cc[b-jhbcw7ow57]:before {
  content: "\f20a";
}
.fa-shekel[b-jhbcw7ow57]:before,
.fa-sheqel[b-jhbcw7ow57]:before,
.fa-ils[b-jhbcw7ow57]:before {
  content: "\f20b";
}
.fa-meanpath[b-jhbcw7ow57]:before {
  content: "\f20c";
}
.fa-buysellads[b-jhbcw7ow57]:before {
  content: "\f20d";
}
.fa-connectdevelop[b-jhbcw7ow57]:before {
  content: "\f20e";
}
.fa-dashcube[b-jhbcw7ow57]:before {
  content: "\f210";
}
.fa-forumbee[b-jhbcw7ow57]:before {
  content: "\f211";
}
.fa-leanpub[b-jhbcw7ow57]:before {
  content: "\f212";
}
.fa-sellsy[b-jhbcw7ow57]:before {
  content: "\f213";
}
.fa-shirtsinbulk[b-jhbcw7ow57]:before {
  content: "\f214";
}
.fa-simplybuilt[b-jhbcw7ow57]:before {
  content: "\f215";
}
.fa-skyatlas[b-jhbcw7ow57]:before {
  content: "\f216";
}
.fa-cart-plus[b-jhbcw7ow57]:before {
  content: "\f217";
}
.fa-cart-arrow-down[b-jhbcw7ow57]:before {
  content: "\f218";
}
.fa-diamond[b-jhbcw7ow57]:before {
  content: "\f219";
}
.fa-ship[b-jhbcw7ow57]:before {
  content: "\f21a";
}
.fa-user-secret[b-jhbcw7ow57]:before {
  content: "\f21b";
}
.fa-motorcycle[b-jhbcw7ow57]:before {
  content: "\f21c";
}
.fa-street-view[b-jhbcw7ow57]:before {
  content: "\f21d";
}
.fa-heartbeat[b-jhbcw7ow57]:before {
  content: "\f21e";
}
.fa-venus[b-jhbcw7ow57]:before {
  content: "\f221";
}
.fa-mars[b-jhbcw7ow57]:before {
  content: "\f222";
}
.fa-mercury[b-jhbcw7ow57]:before {
  content: "\f223";
}
.fa-intersex[b-jhbcw7ow57]:before,
.fa-transgender[b-jhbcw7ow57]:before {
  content: "\f224";
}
.fa-transgender-alt[b-jhbcw7ow57]:before {
  content: "\f225";
}
.fa-venus-double[b-jhbcw7ow57]:before {
  content: "\f226";
}
.fa-mars-double[b-jhbcw7ow57]:before {
  content: "\f227";
}
.fa-venus-mars[b-jhbcw7ow57]:before {
  content: "\f228";
}
.fa-mars-stroke[b-jhbcw7ow57]:before {
  content: "\f229";
}
.fa-mars-stroke-v[b-jhbcw7ow57]:before {
  content: "\f22a";
}
.fa-mars-stroke-h[b-jhbcw7ow57]:before {
  content: "\f22b";
}
.fa-neuter[b-jhbcw7ow57]:before {
  content: "\f22c";
}
.fa-genderless[b-jhbcw7ow57]:before {
  content: "\f22d";
}
.fa-facebook-official[b-jhbcw7ow57]:before {
  content: "\f230";
}
.fa-pinterest-p[b-jhbcw7ow57]:before {
  content: "\f231";
}
.fa-whatsapp[b-jhbcw7ow57]:before {
  content: "\f232";
}
.fa-server[b-jhbcw7ow57]:before {
  content: "\f233";
}
.fa-user-plus[b-jhbcw7ow57]:before {
  content: "\f234";
}
.fa-user-times[b-jhbcw7ow57]:before {
  content: "\f235";
}
.fa-hotel[b-jhbcw7ow57]:before,
.fa-bed[b-jhbcw7ow57]:before {
  content: "\f236";
}
.fa-viacoin[b-jhbcw7ow57]:before {
  content: "\f237";
}
.fa-train[b-jhbcw7ow57]:before {
  content: "\f238";
}
.fa-subway[b-jhbcw7ow57]:before {
  content: "\f239";
}
.fa-medium[b-jhbcw7ow57]:before {
  content: "\f23a";
}
.fa-yc[b-jhbcw7ow57]:before,
.fa-y-combinator[b-jhbcw7ow57]:before {
  content: "\f23b";
}
.fa-optin-monster[b-jhbcw7ow57]:before {
  content: "\f23c";
}
.fa-opencart[b-jhbcw7ow57]:before {
  content: "\f23d";
}
.fa-expeditedssl[b-jhbcw7ow57]:before {
  content: "\f23e";
}
.fa-battery-4[b-jhbcw7ow57]:before,
.fa-battery[b-jhbcw7ow57]:before,
.fa-battery-full[b-jhbcw7ow57]:before {
  content: "\f240";
}
.fa-battery-3[b-jhbcw7ow57]:before,
.fa-battery-three-quarters[b-jhbcw7ow57]:before {
  content: "\f241";
}
.fa-battery-2[b-jhbcw7ow57]:before,
.fa-battery-half[b-jhbcw7ow57]:before {
  content: "\f242";
}
.fa-battery-1[b-jhbcw7ow57]:before,
.fa-battery-quarter[b-jhbcw7ow57]:before {
  content: "\f243";
}
.fa-battery-0[b-jhbcw7ow57]:before,
.fa-battery-empty[b-jhbcw7ow57]:before {
  content: "\f244";
}
.fa-mouse-pointer[b-jhbcw7ow57]:before {
  content: "\f245";
}
.fa-i-cursor[b-jhbcw7ow57]:before {
  content: "\f246";
}
.fa-object-group[b-jhbcw7ow57]:before {
  content: "\f247";
}
.fa-object-ungroup[b-jhbcw7ow57]:before {
  content: "\f248";
}
.fa-sticky-note[b-jhbcw7ow57]:before {
  content: "\f249";
}
.fa-sticky-note-o[b-jhbcw7ow57]:before {
  content: "\f24a";
}
.fa-cc-jcb[b-jhbcw7ow57]:before {
  content: "\f24b";
}
.fa-cc-diners-club[b-jhbcw7ow57]:before {
  content: "\f24c";
}
.fa-clone[b-jhbcw7ow57]:before {
  content: "\f24d";
}
.fa-balance-scale[b-jhbcw7ow57]:before {
  content: "\f24e";
}
.fa-hourglass-o[b-jhbcw7ow57]:before {
  content: "\f250";
}
.fa-hourglass-1[b-jhbcw7ow57]:before,
.fa-hourglass-start[b-jhbcw7ow57]:before {
  content: "\f251";
}
.fa-hourglass-2[b-jhbcw7ow57]:before,
.fa-hourglass-half[b-jhbcw7ow57]:before {
  content: "\f252";
}
.fa-hourglass-3[b-jhbcw7ow57]:before,
.fa-hourglass-end[b-jhbcw7ow57]:before {
  content: "\f253";
}
.fa-hourglass[b-jhbcw7ow57]:before {
  content: "\f254";
}
.fa-hand-grab-o[b-jhbcw7ow57]:before,
.fa-hand-rock-o[b-jhbcw7ow57]:before {
  content: "\f255";
}
.fa-hand-stop-o[b-jhbcw7ow57]:before,
.fa-hand-paper-o[b-jhbcw7ow57]:before {
  content: "\f256";
}
.fa-hand-scissors-o[b-jhbcw7ow57]:before {
  content: "\f257";
}
.fa-hand-lizard-o[b-jhbcw7ow57]:before {
  content: "\f258";
}
.fa-hand-spock-o[b-jhbcw7ow57]:before {
  content: "\f259";
}
.fa-hand-pointer-o[b-jhbcw7ow57]:before {
  content: "\f25a";
}
.fa-hand-peace-o[b-jhbcw7ow57]:before {
  content: "\f25b";
}
.fa-trademark[b-jhbcw7ow57]:before {
  content: "\f25c";
}
.fa-registered[b-jhbcw7ow57]:before {
  content: "\f25d";
}
.fa-creative-commons[b-jhbcw7ow57]:before {
  content: "\f25e";
}
.fa-gg[b-jhbcw7ow57]:before {
  content: "\f260";
}
.fa-gg-circle[b-jhbcw7ow57]:before {
  content: "\f261";
}
.fa-tripadvisor[b-jhbcw7ow57]:before {
  content: "\f262";
}
.fa-odnoklassniki[b-jhbcw7ow57]:before {
  content: "\f263";
}
.fa-odnoklassniki-square[b-jhbcw7ow57]:before {
  content: "\f264";
}
.fa-get-pocket[b-jhbcw7ow57]:before {
  content: "\f265";
}
.fa-wikipedia-w[b-jhbcw7ow57]:before {
  content: "\f266";
}
.fa-safari[b-jhbcw7ow57]:before {
  content: "\f267";
}
.fa-chrome[b-jhbcw7ow57]:before {
  content: "\f268";
}
.fa-firefox[b-jhbcw7ow57]:before {
  content: "\f269";
}
.fa-opera[b-jhbcw7ow57]:before {
  content: "\f26a";
}
.fa-internet-explorer[b-jhbcw7ow57]:before {
  content: "\f26b";
}
.fa-tv[b-jhbcw7ow57]:before,
.fa-television[b-jhbcw7ow57]:before {
  content: "\f26c";
}
.fa-contao[b-jhbcw7ow57]:before {
  content: "\f26d";
}
.fa-500px[b-jhbcw7ow57]:before {
  content: "\f26e";
}
.fa-amazon[b-jhbcw7ow57]:before {
  content: "\f270";
}
.fa-calendar-plus-o[b-jhbcw7ow57]:before {
  content: "\f271";
}
.fa-calendar-minus-o[b-jhbcw7ow57]:before {
  content: "\f272";
}
.fa-calendar-times-o[b-jhbcw7ow57]:before {
  content: "\f273";
}
.fa-calendar-check-o[b-jhbcw7ow57]:before {
  content: "\f274";
}
.fa-industry[b-jhbcw7ow57]:before {
  content: "\f275";
}
.fa-map-pin[b-jhbcw7ow57]:before {
  content: "\f276";
}
.fa-map-signs[b-jhbcw7ow57]:before {
  content: "\f277";
}
.fa-map-o[b-jhbcw7ow57]:before {
  content: "\f278";
}
.fa-map[b-jhbcw7ow57]:before {
  content: "\f279";
}
.fa-commenting[b-jhbcw7ow57]:before {
  content: "\f27a";
}
.fa-commenting-o[b-jhbcw7ow57]:before {
  content: "\f27b";
}
.fa-houzz[b-jhbcw7ow57]:before {
  content: "\f27c";
}
.fa-vimeo[b-jhbcw7ow57]:before {
  content: "\f27d";
}
.fa-black-tie[b-jhbcw7ow57]:before {
  content: "\f27e";
}
.fa-fonticons[b-jhbcw7ow57]:before {
  content: "\f280";
}
.fa-reddit-alien[b-jhbcw7ow57]:before {
  content: "\f281";
}
.fa-edge[b-jhbcw7ow57]:before {
  content: "\f282";
}
.fa-credit-card-alt[b-jhbcw7ow57]:before {
  content: "\f283";
}
.fa-codiepie[b-jhbcw7ow57]:before {
  content: "\f284";
}
.fa-modx[b-jhbcw7ow57]:before {
  content: "\f285";
}
.fa-fort-awesome[b-jhbcw7ow57]:before {
  content: "\f286";
}
.fa-usb[b-jhbcw7ow57]:before {
  content: "\f287";
}
.fa-product-hunt[b-jhbcw7ow57]:before {
  content: "\f288";
}
.fa-mixcloud[b-jhbcw7ow57]:before {
  content: "\f289";
}
.fa-scribd[b-jhbcw7ow57]:before {
  content: "\f28a";
}
.fa-pause-circle[b-jhbcw7ow57]:before {
  content: "\f28b";
}
.fa-pause-circle-o[b-jhbcw7ow57]:before {
  content: "\f28c";
}
.fa-stop-circle[b-jhbcw7ow57]:before {
  content: "\f28d";
}
.fa-stop-circle-o[b-jhbcw7ow57]:before {
  content: "\f28e";
}
.fa-shopping-bag[b-jhbcw7ow57]:before {
  content: "\f290";
}
.fa-shopping-basket[b-jhbcw7ow57]:before {
  content: "\f291";
}
.fa-hashtag[b-jhbcw7ow57]:before {
  content: "\f292";
}
.fa-bluetooth[b-jhbcw7ow57]:before {
  content: "\f293";
}
.fa-bluetooth-b[b-jhbcw7ow57]:before {
  content: "\f294";
}
.fa-percent[b-jhbcw7ow57]:before {
  content: "\f295";
}
.fa-gitlab[b-jhbcw7ow57]:before {
  content: "\f296";
}
.fa-wpbeginner[b-jhbcw7ow57]:before {
  content: "\f297";
}
.fa-wpforms[b-jhbcw7ow57]:before {
  content: "\f298";
}
.fa-envira[b-jhbcw7ow57]:before {
  content: "\f299";
}
.fa-universal-access[b-jhbcw7ow57]:before {
  content: "\f29a";
}
.fa-wheelchair-alt[b-jhbcw7ow57]:before {
  content: "\f29b";
}
.fa-question-circle-o[b-jhbcw7ow57]:before {
  content: "\f29c";
}
.fa-blind[b-jhbcw7ow57]:before {
  content: "\f29d";
}
.fa-audio-description[b-jhbcw7ow57]:before {
  content: "\f29e";
}
.fa-volume-control-phone[b-jhbcw7ow57]:before {
  content: "\f2a0";
}
.fa-braille[b-jhbcw7ow57]:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems[b-jhbcw7ow57]:before {
  content: "\f2a2";
}
.fa-asl-interpreting[b-jhbcw7ow57]:before,
.fa-american-sign-language-interpreting[b-jhbcw7ow57]:before {
  content: "\f2a3";
}
.fa-deafness[b-jhbcw7ow57]:before,
.fa-hard-of-hearing[b-jhbcw7ow57]:before,
.fa-deaf[b-jhbcw7ow57]:before {
  content: "\f2a4";
}
.fa-glide[b-jhbcw7ow57]:before {
  content: "\f2a5";
}
.fa-glide-g[b-jhbcw7ow57]:before {
  content: "\f2a6";
}
.fa-signing[b-jhbcw7ow57]:before,
.fa-sign-language[b-jhbcw7ow57]:before {
  content: "\f2a7";
}
.fa-low-vision[b-jhbcw7ow57]:before {
  content: "\f2a8";
}
.fa-viadeo[b-jhbcw7ow57]:before {
  content: "\f2a9";
}
.fa-viadeo-square[b-jhbcw7ow57]:before {
  content: "\f2aa";
}
.fa-snapchat[b-jhbcw7ow57]:before {
  content: "\f2ab";
}
.fa-snapchat-ghost[b-jhbcw7ow57]:before {
  content: "\f2ac";
}
.fa-snapchat-square[b-jhbcw7ow57]:before {
  content: "\f2ad";
}
.fa-pied-piper[b-jhbcw7ow57]:before {
  content: "\f2ae";
}
.fa-first-order[b-jhbcw7ow57]:before {
  content: "\f2b0";
}
.fa-yoast[b-jhbcw7ow57]:before {
  content: "\f2b1";
}
.fa-themeisle[b-jhbcw7ow57]:before {
  content: "\f2b2";
}
.fa-google-plus-circle[b-jhbcw7ow57]:before,
.fa-google-plus-official[b-jhbcw7ow57]:before {
  content: "\f2b3";
}
.fa-fa[b-jhbcw7ow57]:before,
.fa-font-awesome[b-jhbcw7ow57]:before {
  content: "\f2b4";
}
.fa-handshake-o[b-jhbcw7ow57]:before {
  content: "\f2b5";
}
.fa-envelope-open[b-jhbcw7ow57]:before {
  content: "\f2b6";
}
.fa-envelope-open-o[b-jhbcw7ow57]:before {
  content: "\f2b7";
}
.fa-linode[b-jhbcw7ow57]:before {
  content: "\f2b8";
}
.fa-address-book[b-jhbcw7ow57]:before {
  content: "\f2b9";
}
.fa-address-book-o[b-jhbcw7ow57]:before {
  content: "\f2ba";
}
.fa-vcard[b-jhbcw7ow57]:before,
.fa-address-card[b-jhbcw7ow57]:before {
  content: "\f2bb";
}
.fa-vcard-o[b-jhbcw7ow57]:before,
.fa-address-card-o[b-jhbcw7ow57]:before {
  content: "\f2bc";
}
.fa-user-circle[b-jhbcw7ow57]:before {
  content: "\f2bd";
}
.fa-user-circle-o[b-jhbcw7ow57]:before {
  content: "\f2be";
}
.fa-user-o[b-jhbcw7ow57]:before {
  content: "\f2c0";
}
.fa-id-badge[b-jhbcw7ow57]:before {
  content: "\f2c1";
}
.fa-drivers-license[b-jhbcw7ow57]:before,
.fa-id-card[b-jhbcw7ow57]:before {
  content: "\f2c2";
}
.fa-drivers-license-o[b-jhbcw7ow57]:before,
.fa-id-card-o[b-jhbcw7ow57]:before {
  content: "\f2c3";
}
.fa-quora[b-jhbcw7ow57]:before {
  content: "\f2c4";
}
.fa-free-code-camp[b-jhbcw7ow57]:before {
  content: "\f2c5";
}
.fa-telegram[b-jhbcw7ow57]:before {
  content: "\f2c6";
}
.fa-thermometer-4[b-jhbcw7ow57]:before,
.fa-thermometer[b-jhbcw7ow57]:before,
.fa-thermometer-full[b-jhbcw7ow57]:before {
  content: "\f2c7";
}
.fa-thermometer-3[b-jhbcw7ow57]:before,
.fa-thermometer-three-quarters[b-jhbcw7ow57]:before {
  content: "\f2c8";
}
.fa-thermometer-2[b-jhbcw7ow57]:before,
.fa-thermometer-half[b-jhbcw7ow57]:before {
  content: "\f2c9";
}
.fa-thermometer-1[b-jhbcw7ow57]:before,
.fa-thermometer-quarter[b-jhbcw7ow57]:before {
  content: "\f2ca";
}
.fa-thermometer-0[b-jhbcw7ow57]:before,
.fa-thermometer-empty[b-jhbcw7ow57]:before {
  content: "\f2cb";
}
.fa-shower[b-jhbcw7ow57]:before {
  content: "\f2cc";
}
.fa-bathtub[b-jhbcw7ow57]:before,
.fa-s15[b-jhbcw7ow57]:before,
.fa-bath[b-jhbcw7ow57]:before {
  content: "\f2cd";
}
.fa-podcast[b-jhbcw7ow57]:before {
  content: "\f2ce";
}
.fa-window-maximize[b-jhbcw7ow57]:before {
  content: "\f2d0";
}
.fa-window-minimize[b-jhbcw7ow57]:before {
  content: "\f2d1";
}
.fa-window-restore[b-jhbcw7ow57]:before {
  content: "\f2d2";
}
.fa-times-rectangle[b-jhbcw7ow57]:before,
.fa-window-close[b-jhbcw7ow57]:before {
  content: "\f2d3";
}
.fa-times-rectangle-o[b-jhbcw7ow57]:before,
.fa-window-close-o[b-jhbcw7ow57]:before {
  content: "\f2d4";
}
.fa-bandcamp[b-jhbcw7ow57]:before {
  content: "\f2d5";
}
.fa-grav[b-jhbcw7ow57]:before {
  content: "\f2d6";
}
.fa-etsy[b-jhbcw7ow57]:before {
  content: "\f2d7";
}
.fa-imdb[b-jhbcw7ow57]:before {
  content: "\f2d8";
}
.fa-ravelry[b-jhbcw7ow57]:before {
  content: "\f2d9";
}
.fa-eercast[b-jhbcw7ow57]:before {
  content: "\f2da";
}
.fa-microchip[b-jhbcw7ow57]:before {
  content: "\f2db";
}
.fa-snowflake-o[b-jhbcw7ow57]:before {
  content: "\f2dc";
}
.fa-superpowers[b-jhbcw7ow57]:before {
  content: "\f2dd";
}
.fa-wpexplorer[b-jhbcw7ow57]:before {
  content: "\f2de";
}
.fa-meetup[b-jhbcw7ow57]:before {
  content: "\f2e0";
}
.sr-only[b-jhbcw7ow57] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active[b-jhbcw7ow57],
.sr-only-focusable:focus[b-jhbcw7ow57] {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* _content/WebTrader.WebApp/Pages/Components/LoginFormFooter.FCA.razor.rz.scp.css */
import url("https://www.vantagemarkets.co.uk/wp-content/themes/vfx_new/font-awesome.css?v=3");
@charset "utf-8";
/*
Theme Name: VFX New
*/
@font-face[b-cvr0hwd47f] {
	font-family: 'Gilroy-Regular';
	src: url('fonts/webFonts/GilroyRegular/font.woff2') format('woff2'), url('fonts/webFonts/GilroyRegular/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-RegularItalic';
	src: url('fonts/webFonts/GilroyRegularItalic/font.woff2') format('woff2'), url('fonts/webFonts/GilroyRegularItalic/font.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-Bold';
	src: url('fonts/webFonts/GilroyBold/font.woff2') format('woff2'), url('fonts/webFonts/GilroyBold/font.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-BoldItalic';
	src: url('fonts/webFonts/GilroyBoldItalic/font.woff2') format('woff2'), url('fonts/webFonts/GilroyBoldItalic/font.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-Medium';
	src: url('fonts/webFonts/GilroyMedium/font.woff2') format('woff2'), url('fonts/webFonts/GilroyMedium/font.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-MediumItalic';
	src: url('fonts/webFonts/GilroyMediumItalic/font.woff2') format('woff2'), url('fonts/webFonts/GilroyMediumItalic/font.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-ExtraBold';
	src: url('fonts/webFonts/GilroyExtraBold/font.woff2') format('woff2'), url('fonts/webFonts/GilroyExtraBold/font.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-ExtraBoldItalic';
	src: url('fonts/webFonts/GilroyExtraBoldItalic/font.woff2') format('woff2'), url('fonts/webFonts/GilroyExtraBoldItalic/font.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-SemiBold';
	src: url('fonts/webFonts/GilroySemiBold/font.woff2') format('woff2'), url('fonts/webFonts/GilroySemiBold/font.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy-SemiBoldItalic';
	src: url('fonts/webFonts/GilroySemiBoldItalic/font.woff2') format('woff2'), url('fonts/webFonts/GilroySemiBoldItalic/font.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

*[b-cvr0hwd47f],
*[b-cvr0hwd47f]:before,
*[b-cvr0hwd47f]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html[b-cvr0hwd47f] {
	background: none;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body[b-cvr0hwd47f] {
	background: #f5f5f5;
	font-size: 14px;
	color: #646464;
	font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
}


	/*Google Language Translator Css Start*/
	body font[b-cvr0hwd47f] {
		vertical-align: baseline !important;
	}
/*Google Language Translator Css End*/


a[b-cvr0hwd47f] {
	color: #646464;
	text-decoration: underline;
	outline-style: none;
}

	a:hover[b-cvr0hwd47f] {
		color: #646464;
		text-decoration: underline;
	}

p[b-cvr0hwd47f] {
	line-height: 20px;
	margin: 0 0 20px;
}

li[b-cvr0hwd47f] {
	list-style: none outside none;
}

strong[b-cvr0hwd47f],
b[b-cvr0hwd47f] {
	font-weight: normal;
	font-family: 'Gilroy-SemiBold';
}

em[b-cvr0hwd47f],
i[b-cvr0hwd47f] {
	font-style: normal;
	font-family: 'Gilroy-RegularItalic';
}

	strong em[b-cvr0hwd47f],
	em strong[b-cvr0hwd47f] {
		font-style: normal;
		font-weight: normal;
		font-family: 'Gilroy-SemiBoldItalic';
	}

h1[b-cvr0hwd47f],
h2[b-cvr0hwd47f],
h3[b-cvr0hwd47f],
h4[b-cvr0hwd47f],
h5[b-cvr0hwd47f],
h6[b-cvr0hwd47f],
h7[b-cvr0hwd47f] {
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1;
	font-family: 'Gilroy-SemiBold';
}

h1[b-cvr0hwd47f] {
	font-size: 42px;
	font-family: 'Gilroy-Bold';
	line-height: 50px;
}

h2[b-cvr0hwd47f] {
	font-size: 42px;
	line-height: 50px;
}

h3[b-cvr0hwd47f] {
	font-size: 36px;
	line-height: 45px;
}

h4[b-cvr0hwd47f] {
	font-size: 20px;
	font-family: 'Gilroy-Medium';
	line-height: 25px;
}

h5[b-cvr0hwd47f] {
	font-size: 18px;
	font-family: 'Gilroy-Medium';
	line-height: 30px;
}

h6[b-cvr0hwd47f] {
	font-size: 18px;
	font-family: 'Gilroy-Regular';
	line-height: 30px;
}

h7[b-cvr0hwd47f] {
	font-size: 16px;
	line-height: 20px;
}

img[b-cvr0hwd47f] {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

hr[b-cvr0hwd47f] {
	clear: both;
	margin: 40px 0;
	border: 0;
	border-bottom: 0;
	padding: 0px;
	width: 100%;
	background: #e1e0da;
	height: 1px;
}

pre[b-cvr0hwd47f] {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.left[b-cvr0hwd47f] {
	float: left;
}

.right[b-cvr0hwd47f] {
	float: right;
}

.clear[b-cvr0hwd47f] {
	clear: both;
	height: 0;
	font-size: 0;
	width: 100%;
}

.alignleft[b-cvr0hwd47f] {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright[b-cvr0hwd47f] {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter[b-cvr0hwd47f] {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

.alignnone[b-cvr0hwd47f] {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

.tableBox[b-cvr0hwd47f] {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.table_cellBox[b-cvr0hwd47f] {
	display: table-cell;
	vertical-align: middle;
}

.inner[b-cvr0hwd47f] {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.white_button[b-cvr0hwd47f] {
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	background: #ffffff;
	border-radius: 25px;
	border: 1px solid #6b6b6b;
	padding: 10px 25px;
	display: inline-block;
	color: #646464;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
}

	.white_button:hover[b-cvr0hwd47f] {
		background: #ffffff;
		border-color: #e35728;
		color: #e35728;
		text-decoration: none;
	}

.orange_button[b-cvr0hwd47f] {
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	background: #e35728;
	border-radius: 25px;
	border: 1px solid #e35728;
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
}

	.orange_button:hover[b-cvr0hwd47f] {
		background: #ff8e5c;
		border-color: #ff8e5c;
		color: #fff;
		text-decoration: none;
	}

.green_button[b-cvr0hwd47f] {
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	background: #034854;
	border-radius: 25px;
	border: 1px solid #034854;
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
}

	.green_button:hover[b-cvr0hwd47f] {
		background: #147875;
		border-color: #147875;
		color: #fff;
		text-decoration: none;
	}

.white_arrow_button[b-cvr0hwd47f] {
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	background: #ffffff;
	border-radius: 35px;
	border: 1px solid #6b6b6b;
	padding: 11px 18px;
	display: inline-block;
	color: #646464;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
}

	.white_arrow_button:hover[b-cvr0hwd47f] {
		background: #ffffff;
		border-color: #e35728;
		color: #e35728;
		text-decoration: none;
	}

	.white_arrow_button[b-cvr0hwd47f]:after {
		content: "\f105";
		font-family: 'FontAwesome';
		margin-left: 20px;
	}

.orange_arrow_button[b-cvr0hwd47f] {
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	background: #e35728;
	border-radius: 35px;
	border: 1px solid #e35728;
	padding: 11px 18px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
}

	.orange_arrow_button:hover[b-cvr0hwd47f] {
		background: #ff8e5c;
		border-color: #ff8e5c;
		color: #FFF;
		text-decoration: none;
	}

	.orange_arrow_button[b-cvr0hwd47f]:after {
		content: "\f105";
		font-family: 'FontAwesome';
		margin-left: 20px;
	}

.green_arrow_button[b-cvr0hwd47f] {
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	background: #034854;
	border-radius: 35px;
	border: 1px solid #034854;
	padding: 11px 18px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
}

	.green_arrow_button:hover[b-cvr0hwd47f] {
		background: #147875;
		border-color: #147875;
		color: #FFF;
		text-decoration: none;
	}

	.green_arrow_button[b-cvr0hwd47f]:after {
		content: "\f105";
		font-family: 'FontAwesome';
		margin-left: 20px;
	}


input[b-cvr0hwd47f],
button[b-cvr0hwd47f],
textarea[b-cvr0hwd47f],
select[b-cvr0hwd47f] {
	outline-style: none;
}

.wrapper[b-cvr0hwd47f] {
	width: 100%;
	overflow: hidden;
}

.clearfix[b-cvr0hwd47f]:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix[b-cvr0hwd47f] {
	zoom: 1; /*IE6,7 Compatibility Settings for*/
}

/*Header Css Start*/
.header[b-cvr0hwd47f] {
	position: relative;
	width: 100%;
	z-index: 100;
}

.header_top_bar[b-cvr0hwd47f] {
	padding: 5px 0px 5px;
	background: #e2e2e2;
}

	.header_top_bar .inner[b-cvr0hwd47f] {
		position: relative;
	}

	.header_top_bar .left_link[b-cvr0hwd47f] {
		float: left;
		padding-top: 4px;
		padding-left: 186px;
	}

	.header_top_bar .top_bar_link[b-cvr0hwd47f] {
		font-family: 'Gilroy-SemiBold';
		position: relative;
		font-size: 16px;
		color: #646464;
		text-decoration: none;
		display: inline-block;
		margin-right: 30px;
		vertical-align: middle;
	}

		.header_top_bar .top_bar_link[b-cvr0hwd47f]:before {
			content: "";
			display: block;
			position: absolute;
			left: 0px;
			top: 0px;
		}

		.header_top_bar .top_bar_link:hover[b-cvr0hwd47f] {
			color: #646464;
			text-decoration: none;
		}

	.header_top_bar .header_connect_link[b-cvr0hwd47f] {
		padding: 0px 0px 0px 34px;
	}

		.header_top_bar .header_connect_link[b-cvr0hwd47f]:before {
			width: 26px;
			height: 24px;
			background: url(/wp-content/themes/vfx_new/images/header_connect_link_icon.png) left top no-repeat;
			background-size: 100% 100%;
			top: -4px;
		}

	.header_top_bar .header_protrader_link[b-cvr0hwd47f] {
		padding: 0px 0px 0px 38px;
	}

		.header_top_bar .header_protrader_link[b-cvr0hwd47f]:before {
			width: 31px;
			height: 16px;
			background: url(/wp-content/themes/vfx_new/images/header_protrader_link_icon.png?v=3) left top no-repeat;
			background-size: 100% 100%;
			top: 0px;
		}

	.header_top_bar .header_mt5_link[b-cvr0hwd47f] {
		padding: 0px 0px 0px 34px;
	}

		.header_top_bar .header_mt5_link[b-cvr0hwd47f]:before {
			width: 26px;
			height: 24px;
			background: url(/wp-content/themes/vfx_new/images/header_mt5_link_icon.png) left top no-repeat;
			background-size: 100% 100%;
			top: -4px;
		}

	.header_top_bar .header_webtrader_link[b-cvr0hwd47f] {
		padding: 0px 0px 0px 32px;
	}

		.header_top_bar .header_webtrader_link[b-cvr0hwd47f]:before {
			width: 24px;
			height: 24px;
			background: url(/wp-content/themes/vfx_new/images/header_webtrader_link_icon.png) left top no-repeat;
			background-size: 100% 100%;
			top: -4px;
		}

	.header_top_bar .header_app_link[b-cvr0hwd47f] {
		padding: 0px 0px 0px 24px;
	}

		.header_top_bar .header_app_link[b-cvr0hwd47f]:before {
			width: 16px;
			height: 22px;
			background: url(/wp-content/themes/vfx_new/images/header_app_link_icon.png) left top no-repeat;
			background-size: 100% 100%;
			top: -2px;
		}

.header_language[b-cvr0hwd47f] {
	float: right;
	position: relative;
	text-align: left;
	z-index: 12;
	padding-left: 25px;
	padding-right: 55px;
}

.header_language_nav[b-cvr0hwd47f] {
	position: relative;
	font-size: 19px;
	color: #646464;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Gilroy-SemiBold';
}

	.header_language_nav[b-cvr0hwd47f]:after {
		content: "\f107";
		font-family: 'FontAwesome';
		margin-left: 5px;
		font-size: 26px;
		vertical-align: -2px;
	}

	.header_language_nav.active[b-cvr0hwd47f]:after {
		content: "\f106";
	}

.header_language_inner[b-cvr0hwd47f] {
	display: none;
	width: 402px;
	position: absolute;
	right: 45px;
	top: 35px;
	background: #222e3e;
	padding: 6px 0px;
	z-index: 9;
}

	.header_language_inner ul[b-cvr0hwd47f] {
		padding: 12px 20px 16px;
		margin: 0px;
		width: 50%;
		float: left;
	}

		.header_language_inner ul li[b-cvr0hwd47f] {
			padding: 9px 5px;
			margin: 0px;
		}

	.header_language_inner a[b-cvr0hwd47f] {
		display: block;
		font-size: 12px;
		color: #ffffff;
		padding: 6px 0px 6px 14px;
		text-decoration: none;
		text-transform: uppercase;
	}

		.header_language_inner a[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			clear: both;
		}

		.header_language_inner a:hover[b-cvr0hwd47f] {
			text-decoration: none;
			color: #ffffff;
			background: #147875;
		}

	.header_language_inner li.active a[b-cvr0hwd47f] {
		color: #ffffff;
		background: #147875;
	}

.header_language span[b-cvr0hwd47f] {
	display: inline-block;
	float: left;
	width: 19px;
	height: 13px;
	margin-right: 8px;
}

	.header_language span.icon_english[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_english.png) left top no-repeat;
	}

	.header_language span.icon_france[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_france.png) left top no-repeat;
	}

	.header_language span.icon_german[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_german.png) left top no-repeat;
	}

	.header_language span.icon_italy[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_italy.png) left top no-repeat;
	}

	.header_language span.icon_spain[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_spain.png) left top no-repeat;
	}

	.header_language span.icon_arab[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_arab.png) left top no-repeat;
	}

	.header_language span.icon_portugal[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_portugal.png) left top no-repeat;
	}

	.header_language span.icon_thailand[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_thailand.png) left top no-repeat;
	}

	.header_language span.icon_malaysia[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_malaysia.png) left top no-repeat;
	}

	.header_language span.icon_chinese[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_chinese.png) left top no-repeat;
	}

	.header_language span.icon_vn[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_vn.png) left top no-repeat;
	}

	.header_language span.icon_indonesia[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_id.png) left top no-repeat;
	}

	.header_language span.icon_kr[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_kr.png) left top no-repeat;
	}

	.header_language span.icon_japanese[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_japanese.png?v=1) left top no-repeat;
	}

	.header_language span.icon_india[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_india.png) left top no-repeat;
	}

	.header_language span.icon_mongolia[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_mn.png?v=1) left top no-repeat;
	}

	.header_language span.icon_russian[b-cvr0hwd47f] {
		background: url(/wp-content/themes/vfx_new/images/header_language_icon_russian.png) left top no-repeat;
	}

.search_box[b-cvr0hwd47f] {
	position: absolute;
	z-index: 20;
	right: 20px;
	top: -2px;
}

	.search_box .search_box_button[b-cvr0hwd47f] {
		width: 24px;
		height: 24px;
		background: url(/wp-content/themes/vfx_new/images/search_box_button_icon.png) left top no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
		margin-top: 5px;
	}

.search-form[b-cvr0hwd47f] {
	position: absolute;
	right: 0px;
	top: -3px;
	z-index: 10;
	display: none;
}

	.search-form .search-field[b-cvr0hwd47f] {
		width: 230px;
		padding: 0px 0px 0px 34px;
		border: 1px solid grey;
		height: 37px;
		color: #000;
		line-height: 35px;
		font-size: 16px;
		background: #FFF;
	}

	.search-form .search_icon[b-cvr0hwd47f] {
		content: "";
		display: block;
		position: absolute;
		left: 8px;
		top: 6px;
		background: url(/wp-content/themes/vfx_new/images/search_box_button_icon.png) left top no-repeat;
		width: 26px;
		height: 26px;
	}

	.search-form .search-field:focus[b-cvr0hwd47f] {
		background-color: #fff;
		border: 1px solid #a3a3a4;
		width: 230px;
		cursor: text;
		outline: none;
	}

.search-submit[b-cvr0hwd47f] {
	display: none;
}

.header_menu_wrapper .right_link[b-cvr0hwd47f] {
	float: right;
	padding-right: 37px;
	margin-top: -5px;
}

	.header_menu_wrapper .right_link .btn_link[b-cvr0hwd47f] {
		margin-left: 6px;
		font-size: 14px;
		padding: 10px 25px;
	}

.header_logo[b-cvr0hwd47f] {
	float: left;
	display: block;
	width: 160px;
	padding: 0px;
	margin: 0px auto;
}

	.header_logo img[b-cvr0hwd47f] {
		display: block;
		width: 100%;
		height: auto;
	}

.header_menu_wrapper[b-cvr0hwd47f] {
	background: rgba(255,255,255,1);
	position: relative;
	width: 100%;
	padding: 24px 0px 0px 0px;
}

	.header_menu_wrapper .inner[b-cvr0hwd47f] {
		position: relative;
		z-index: 9;
		max-width: 1314px;
	}

	.header_menu_wrapper .header_menu_tabs[b-cvr0hwd47f] {
		padding: 0px;
		margin: 0px;
	}

		.header_menu_wrapper .header_menu_tabs > li[b-cvr0hwd47f] {
			padding: 0px 11px;
			margin: 0px;
			float: left;
		}

			.header_menu_wrapper .header_menu_tabs > li > a[b-cvr0hwd47f] {
				font-family: 'Gilroy-SemiBold';
				display: block;
				padding: 5px 0px 29px;
				font-size: 16px;
				color: #646464;
				text-decoration: none;
				font-weight: bold;
				position: relative;
				transition: all .3s;
			}

				.header_menu_wrapper .header_menu_tabs > li > a:hover[b-cvr0hwd47f] {
					color: #e35728;
				}

.header_menu_container[b-cvr0hwd47f] {
	float: left;
	padding-left: 52px;
}

.header_menu_tab_content[b-cvr0hwd47f] {
	position: absolute;
	left: 0px;
	top: 100%;
	padding: 0px 20px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

	.header_menu_tab_content[b-cvr0hwd47f]:before {
		content: "";
		display: block;
		position: absolute;
		width: 1600px;
		height: 100%;
		right: 50%;
		top: 0px;
		background: rgba(245,245,245,1);
		z-index: 9;
	}

	.header_menu_tab_content[b-cvr0hwd47f]:after {
		content: "";
		display: block;
		position: absolute;
		width: 1600px;
		height: 100%;
		left: 50%;
		top: 0px;
		background: rgba(245,245,245,1);
		z-index: 10;
	}

.header_menu_wrapper .header_menu_tabs > li:hover .header_menu_tab_content[b-cvr0hwd47f] {
	height: auto;
	opacity: 1;
	top: 100%;
	overflow: inherit;
}

.header_menu_tab_content_inner[b-cvr0hwd47f] {
	position: relative;
	z-index: 11;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 83px;
	padding-bottom: 50px;
}

.header_menu_tab_content .header_menu_links[b-cvr0hwd47f] {
	width: 312px;
	max-width: 27%;
	text-align: center;
	padding-top: 7px;
	padding-right: 20px;
}

	.header_menu_tab_content .header_menu_links .orange_arrow_button[b-cvr0hwd47f],
	.header_menu_tab_content .header_menu_links .green_arrow_button[b-cvr0hwd47f] {
		padding-left: 15px;
		padding-right: 15px;
		width: 220px;
		display: block;
		margin: 0px auto 18px;
		max-width: 100%;
		text-align: left;
	}



.header_menu_tab_content .sub_menu_box[b-cvr0hwd47f] {
	padding: 0px 0px 30px;
	width: 73%;
	margin: 0px;
	position: relative;
	z-index: 3;
}

.header_menu_tab_content .sub_menu[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

	.header_menu_tab_content .sub_menu[b-cvr0hwd47f]:after {
		content: "";
		display: block;
		clear: both;
	}

	.header_menu_tab_content .sub_menu > li[b-cvr0hwd47f] {
		padding: 0px 15px 0px 0px;
		margin: 0px;
		width: 33.333%;
	}

		.header_menu_tab_content .sub_menu > li h4[b-cvr0hwd47f] {
			display: block;
			font-size: 22px;
			color: #034854;
			padding: 0px 0px 38px;
			margin: 0px;
			font-family: 'Gilroy-SemiBold';
			text-transform: lowercase;
		}

	.header_menu_tab_content .sub_menu li ul li a[b-cvr0hwd47f] {
		font-size: 14px;
		color: #646464;
		display: inline-block;
		padding: 4px 0px;
		text-decoration: none;
		font-family: 'Gilroy-Regular';
	}

		.header_menu_tab_content .sub_menu li ul li a:hover[b-cvr0hwd47f] {
			text-decoration: none;
			color: #034854;
		}

	.header_menu_tab_content .sub_menu li a.menu_popular_icon[b-cvr0hwd47f] {
		padding-right: 60px;
		position: relative;
	}

		.header_menu_tab_content .sub_menu li a.menu_popular_icon[b-cvr0hwd47f]:after {
			content: "Popular";
			display: inline-block;
			position: absolute;
			right: 0px;
			top: 6px;
			font-size: 12px;
			color: #00ddce;
			text-transform: uppercase;
			font-family: 'Gilroy-ExtraBold';
		}

	.header_menu_tab_content .sub_menu li a.menu_new_icon[b-cvr0hwd47f] {
		padding-right: 32px;
		position: relative;
	}

		.header_menu_tab_content .sub_menu li a.menu_new_icon[b-cvr0hwd47f]:after {
			content: "New";
			display: inline-block;
			position: absolute;
			right: 0px;
			top: 6px;
			font-size: 12px;
			color: #00ddce;
			text-transform: uppercase;
			font-family: 'Gilroy-ExtraBold';
		}

.header_menu_tab_content#header_menu_contnet3 .sub_menu > li[b-cvr0hwd47f] {
	width: 25%;
}


#fixed_header[b-cvr0hwd47f] {
	background: #646464;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	display: none;
}

	#fixed_header .inner[b-cvr0hwd47f] {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
	}

		#fixed_header .inner p[b-cvr0hwd47f] {
			padding: 0;
			margin: 0;
			color: #fff;
		}

	#fixed_header .fixed_header_logo[b-cvr0hwd47f] {
		display: block;
		width: 160px;
		max-width: 100%;
		position: absolute;
		left: 36.8%;
		top: 24px;
	}

		#fixed_header .fixed_header_logo img[b-cvr0hwd47f] {
			display: block;
			width: 100%;
			height: auto;
		}

	#fixed_header .left_link[b-cvr0hwd47f] {
		float: left;
	}

		#fixed_header .left_link .white_button[b-cvr0hwd47f] {
			min-width: 150px;
			border-color: #034854;
			color: #034854;
			margin-right: 8px;
			padding-left: 5px;
			padding-right: 5px;
		}

			#fixed_header .left_link .white_button:hover[b-cvr0hwd47f] {
				color: #147875;
				border-color: #147875;
				color: #147875;
			}

	#fixed_header .right_link[b-cvr0hwd47f] {
		float: right;
	}

		#fixed_header .right_link a.btn_link[b-cvr0hwd47f] {
			margin-left: 8px;
			min-width: 150px;
			padding-left: 5px;
			padding-right: 5px;
		}
/*Header Css End*/

/*Mobile menu Css Start*/
.mobile_menu_hamburger[b-cvr0hwd47f] {
	width: 25px;
	padding: 4px 0px 0px;
	text-align: center;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 20px;
	bottom: 5px;
}

	.mobile_menu_hamburger i[b-cvr0hwd47f] {
		font-family: 'FontAwesome';
		font-size: 32px;
		color: #e35728;
	}

.mobile_menu[b-cvr0hwd47f] {
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 100%;
	z-index: 97;
	text-align: center;
}

.mobile_menu_content[b-cvr0hwd47f] {
	background: rgba(29,40,54,0.9);
	position: relative;
	padding-top: 0px;
}

	.mobile_menu_content .home_icon_link[b-cvr0hwd47f] {
		padding: 0px;
	}

		.mobile_menu_content .home_icon_link a[b-cvr0hwd47f] {
			font-size: 20px;
			color: #fff;
			display: block;
			text-align: left;
			text-decoration: none;
			padding: 0px 0px;
		}

			.mobile_menu_content .home_icon_link a:hover[b-cvr0hwd47f] {
				text-decoration: none;
				color: #fff;
				background: #147875;
			}

			.mobile_menu_content .home_icon_link a i[b-cvr0hwd47f] {
				margin-right: 6px;
			}

			.mobile_menu_content .home_icon_link a span[b-cvr0hwd47f] {
				display: block;
				padding: 15px 50px 15px;
				border-bottom: 1px solid #147875;
			}

			.mobile_menu_content .home_icon_link a:hover span[b-cvr0hwd47f] {
				border-bottom: 1px solid #147875;
			}

	.mobile_menu_content .header_menu[b-cvr0hwd47f] {
		text-align: left;
		position: relative;
	}

		.mobile_menu_content .header_menu a[b-cvr0hwd47f] {
			font-weight: 300;
			display: block;
			color: #fff;
			padding: 15px 50px 15px;
			font-size: 18px;
			text-decoration: none;
		}

			.mobile_menu_content .header_menu a i[b-cvr0hwd47f] {
				margin-right: 6px;
			}

		.mobile_menu_content .header_menu li > a[b-cvr0hwd47f] {
			position: relative;
			text-transform: uppercase;
		}

			.mobile_menu_content .header_menu li > a[b-cvr0hwd47f]::before {
				background: #147875;
				content: "";
				display: block;
				height: 1px;
				left: 0px;
				position: absolute;
				bottom: -1px;
				width: calc(100% - 0px);
			}

			.mobile_menu_content .header_menu li > a:hover[b-cvr0hwd47f]::before {
				display: none;
			}

			.mobile_menu_content .header_menu li > a:hover[b-cvr0hwd47f] {
				background: #147875;
				color: #fff;
			}

		.mobile_menu_content .header_menu > li.button[b-cvr0hwd47f],
		.mobile_menu_content .header_menu > li.blue_button[b-cvr0hwd47f] {
			display: none;
		}

		.mobile_menu_content .header_menu > li > a[b-cvr0hwd47f] {
			font-size: 16px;
			color: #ffffff;
			font-weight: 300;
		}

		.mobile_menu_content .header_menu li li a[b-cvr0hwd47f] {
			text-transform: none;
			color: #ffffff;
		}

			.mobile_menu_content .header_menu li li a:hover[b-cvr0hwd47f] {
				color: #fff;
				text-decoration: underline;
				background: none;
			}

				.mobile_menu_content .header_menu li li a:hover[b-cvr0hwd47f]::before {
					display: block;
				}

				.mobile_menu_content .header_menu li li a:hover .accordsuffix[b-cvr0hwd47f] {
					color: #147875;
				}

		.mobile_menu_content .header_menu > li > ul > li > a[b-cvr0hwd47f] {
			text-transform: none;
			color: #ffffff;
			padding-left: 80px;
		}

		.mobile_menu_content .header_menu > li > ul > li > ul > li > a[b-cvr0hwd47f] {
			padding-left: 110px;
		}

		.mobile_menu_content .header_menu li ul[b-cvr0hwd47f] {
			border: 0px;
			padding: 0px;
		}
		/*.mobile_menu_content .header_menu li ul li:last-child a{border:0;}*/
		.mobile_menu_content .header_menu .sub_menu[b-cvr0hwd47f] {
			display: none;
		}

		.mobile_menu_content .header_menu a[b-cvr0hwd47f] {
			display: block;
			position: relative;
		}

		.mobile_menu_content .header_menu .accordsuffix[b-cvr0hwd47f] {
			display: block;
			position: absolute;
			color: #FFF;
			right: 50px;
			top: 13px;
		}

		.mobile_menu_content .header_menu > li > a .accordsuffix[b-cvr0hwd47f] {
			color: #FFF;
		}

		.mobile_menu_content .header_menu .accordsuffix[b-cvr0hwd47f]:before {
			content: "\f055";
			font-family: 'FontAwesome';
			font-size: 16px;
		}

		.mobile_menu_content .header_menu .active .accordsuffix[b-cvr0hwd47f]:before {
			content: "\f056";
			color: #FFF;
		}

		.mobile_menu_content .header_menu .active:hover .accordsuffix[b-cvr0hwd47f] {
			color: #FFF;
		}

		.mobile_menu_content .header_menu a.active[b-cvr0hwd47f] {
		}

		.mobile_menu_content .header_menu a:hover .accordsuffix[b-cvr0hwd47f] {
			color: #FFF;
		}

		.mobile_menu_content .header_menu li li .active .accordsuffix[b-cvr0hwd47f] { /* color:#491700;*/
		}

		.mobile_menu_content .header_menu > li a i.fa-envelope-o[b-cvr0hwd47f] {
			margin-right: 5px;
		}
/*Mobile menu Css End*/

/*Concise Header Css Start*/
.concise_header[b-cvr0hwd47f] {
	width: 100%;
	background: #fff;
}

	.concise_header .inner[b-cvr0hwd47f] {
		padding-top: 25px;
		padding-bottom: 25px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

.concise_header_logo[b-cvr0hwd47f] {
	display: block;
	width: 160px;
	margin-left: -35px;
}

	.concise_header_logo img[b-cvr0hwd47f] {
		display: block;
		width: 100%;
		height: auto;
	}

.concise_header ul[b-cvr0hwd47f] {
	padding: 6px 0px 0px;
	margin: 0px;
}

	.concise_header ul li[b-cvr0hwd47f] {
		display: inline-block;
		color: #646464;
		padding: 0px 0px 5px 54px;
		margin: 0px;
		font-size: 16px;
		font-family: 'Gilroy-Medium';
	}

		.concise_header ul li a[b-cvr0hwd47f] {
			color: #646464;
			text-decoration: none;
		}

			.concise_header ul li a:hover[b-cvr0hwd47f] {
				color: #646464;
				text-decoration: none;
			}
/*Concise Header Css End*/

/*Footer Css Start*/
#footer[b-cvr0hwd47f] {
	background: #fff;
	padding-bottom: 90px;
}

.footer_top[b-cvr0hwd47f] {
	width: 100%;
	padding: 72px 0px 20px;
}

	.footer_top h2[b-cvr0hwd47f] {
		font-size: 15px;
		font-family: 'Gilroy-SemiBold';
		color: #034854;
		margin-bottom: 25px;
		line-height: 1.2;
	}

	.footer_top .footer_top_left[b-cvr0hwd47f] {
		width: 42.5%;
		float: left;
		padding-left: 104px;
		padding-right: 50px;
		position: relative;
	}

.footer_logo[b-cvr0hwd47f] {
	display: block;
	width: 36px;
	position: absolute;
	left: 0px;
	top: 5px;
}

	.footer_logo img[b-cvr0hwd47f] {
		display: block;
		width: 100%;
		height: auto;
	}

.footer_top .footer_top_left p[b-cvr0hwd47f] {
	font-size: 14px;
	font-family: 'Gilroy-Medium';
	color: #646464;
	line-height: 1.8;
	padding: 0px;
	margin: 0px 0px 30px;
	width: 347px;
	max-width: 100%;
}

	.footer_top .footer_top_left p strong[b-cvr0hwd47f] {
		font-family: 'Gilroy-Bold';
	}

.subscribe_form[b-cvr0hwd47f] {
	padding-top: 14px;
}

	.subscribe_form h3[b-cvr0hwd47f] {
		font-size: 15px;
		font-family: 'Gilroy-SemiBold';
		color: #034854;
		margin-bottom: 17px;
	}

	.subscribe_form .gform_legacy_markup_wrapper[b-cvr0hwd47f] {
		padding: 0px;
		margin: 0px;
		width: 290px;
		max-width: 100%;
	}

		.subscribe_form .gform_legacy_markup_wrapper form[b-cvr0hwd47f] {
			position: relative;
		}

body .subscribe_form .gform_legacy_markup_wrapper ul li.gfield[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label .gfield_label[b-cvr0hwd47f],
.subscribe_form .gform_legacy_markup_wrapper legend.gfield_label[b-cvr0hwd47f] {
	display: none;
}

body .subscribe_form .gform_legacy_markup_wrapper .top_label div.ginput_container[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label input.large[b-cvr0hwd47f] {
	border: 2px solid #e25628;
	height: 38px;
	color: #c6c6c6;
	font-family: 'Gilroy-SemiBold' !important;
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 14px !important;
	padding: 0px 30px 0px 12px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label [b-cvr0hwd47f]::-webkit-input-placeholder {
	color: #c6c6c6;
	opacity: 1;
	font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label :-moz-placeholder[b-cvr0hwd47f] {
	color: #c6c6c6;
	opacity: 1;
	font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label [b-cvr0hwd47f]::-moz-placeholder {
	color: #c6c6c6;
	opacity: 1;
	font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .top_label :-ms-input-placeholder[b-cvr0hwd47f] {
	color: #c6c6c6;
	opacity: 1;
	font-size: 14px !important;
}

.subscribe_form .gform_legacy_markup_wrapper .gform_footer[b-cvr0hwd47f] {
	padding: 8px 0px 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px !important;
}

	.subscribe_form .gform_legacy_markup_wrapper .gform_footer input.button[b-cvr0hwd47f],
	.subscribe_form .gform_legacy_markup_wrapper .gform_footer input[type=submit][b-cvr0hwd47f],
	.subscribe_form .gform_legacy_markup_wrapper .gform_page_footer input.button[b-cvr0hwd47f],
	.subscribe_form .gform_legacy_markup_wrapper .gform_page_footer input[type=submit][b-cvr0hwd47f] {
		display: block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		text-indent: -9999em;
		border: none;
		background: url(/wp-content/themes/vfx_new/images/subscribe_form_button_1200v2_icon.png) left top no-repeat;
		background-size: 100% 100%;
		line-height: normal !important;
		min-height: inherit !important;
	}

@media only screen and (min-width: 641px) {
	.subscribe_form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)[b-cvr0hwd47f] {
		max-width: calc(100% - 0px) !important;
	}
}

.subscribe_form .gform_legacy_markup_wrapper li.gfield.gfield_error[b-cvr0hwd47f],
.subscribe_form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning[b-cvr0hwd47f] {
	background: none;
	margin-bottom: 0px !important;
	border: none;
	padding: 0px;
	margin: 0px;
}

.subscribe_form .gform_legacy_markup_wrapper div.validation_error[b-cvr0hwd47f] {
	display: none;
}

.subscribe_form .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[b-cvr0hwd47f], .gform_legacy_markup_wrapper li.gfield_error textarea[b-cvr0hwd47f] {
	border: 2px solid #f00;
}

.subscribe_form .gform_legacy_markup_wrapper .validation_message[b-cvr0hwd47f] {
	color: #f00;
	padding-top: 10px;
}

.footer_top .footer_top_center[b-cvr0hwd47f] {
	width: 32%;
	float: left;
}

.footer_top_icon_list[b-cvr0hwd47f] {
	padding: 0px 0px 12px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

	.footer_top_icon_list li[b-cvr0hwd47f] {
		padding: 0px 18px 12px 0px;
		margin: 0px 0px 5px;
		display: inline-block;
	}

		.footer_top_icon_list li img[b-cvr0hwd47f] {
			display: inline-block;
		}

.footer_grade[b-cvr0hwd47f] {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer_grade_item[b-cvr0hwd47f] {
	max-width: 180px;
	width: 50%;
}

	.footer_grade_item a[b-cvr0hwd47f] {
		text-decoration: none;
	}

		.footer_grade_item a:hover[b-cvr0hwd47f] {
			text-decoration: none;
		}

	.footer_grade_item .footer_grade_score[b-cvr0hwd47f] {
		font-size: 14px;
		color: #646464;
		line-height: 1.2;
		margin-bottom: 6px;
		font-family: 'Gilroy-Medium';
	}

		.footer_grade_item .footer_grade_score .footer_grade_score_branch[b-cvr0hwd47f],
		.footer_grade_item .footer_grade_score .footer_grade_score_total[b-cvr0hwd47f] {
		}

.footer_grade_score_img[b-cvr0hwd47f] {
	position: relative;
	display: inline-block;
	margin-bottom: 6px;
}

.footer_grade_item_score_img_item_active[b-cvr0hwd47f] {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

	.footer_grade_item_score_img_item_active img[b-cvr0hwd47f] {
		max-width: initial;
	}

.footer_grade_item.google[b-cvr0hwd47f] {
	width: auto;
	max-width: 100%;
}

	.footer_grade_item.google .footer_grade_text[b-cvr0hwd47f] {
	}

	.footer_grade_item.google .footer_grade_img[b-cvr0hwd47f] {
		text-align: center;
		font-size: 22px;
		color: #000;
		padding-bottom: 11px;
		width: 100%;
		clear: both;
	}

	.footer_grade_item.google .footer_grade_score[b-cvr0hwd47f] {
		margin-bottom: 0px;
		margin-top: -2px;
		padding-right: 6px;
		font-size: 22px;
		color: #ed9a27;
		font-family: 'Gilroy-Bold';
		float: left;
	}

	.footer_grade_item.google .footer_grade_score_img[b-cvr0hwd47f] {
		margin-bottom: 0px;
		position: relative;
		float: left;
	}

	.footer_grade_item.google .google_score_icon[b-cvr0hwd47f] {
		float: left;
		width: 27px;
		height: 28px;
		margin-left: 16px;
		margin-top: -3px;
	}


.footer_top .footer_top_right[b-cvr0hwd47f] {
	float: right;
	width: 290px;
	max-width: 25%;
}

	.footer_top .footer_top_right .text_box[b-cvr0hwd47f] {
		padding-bottom: 32px;
	}

		.footer_top .footer_top_right .text_box p[b-cvr0hwd47f] {
			line-height: 1.3;
		}

	.footer_top .footer_top_right p[b-cvr0hwd47f] {
		font-size: 16px;
		font-family: 'Gilroy-Medium';
		color: #646464;
		line-height: 1.62;
		padding: 0px;
		margin: 0px 0px 7px;
	}

		.footer_top .footer_top_right p a[b-cvr0hwd47f] {
			color: #646464;
			text-decoration: none;
		}

		.footer_top .footer_top_right p:hover a[b-cvr0hwd47f] {
			color: #646464;
			text-decoration: none;
		}

.footer_img_content[b-cvr0hwd47f] {
	padding-left: 104px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

	.footer_img_content img[b-cvr0hwd47f] {
		display: block;
		margin: 0px auto 40px;
	}

.footer_img_content_left[b-cvr0hwd47f] {
	width: 37%;
	text-align: center;
}

	.footer_img_content_left img[b-cvr0hwd47f] {
		display: inline-block;
	}

	.footer_img_content_left hr[b-cvr0hwd47f] {
		display: block;
		clear: both;
		width: 72px;
		margin: 0px auto 30px;
		border: none;
		height: 2px;
		background: #4f4f4f;
	}

.footer_img_content_right[b-cvr0hwd47f] {
	width: 63%;
	position: relative;
	top: 16px;
	left: -12px;
}

	.footer_img_content_right img[b-cvr0hwd47f] {
		display: inline-block;
		margin: 0px;
	}

.footer_middle[b-cvr0hwd47f] {
	padding: 0px 0px 15px 104px;
}

	.footer_middle hr[b-cvr0hwd47f] {
		padding: 0px;
		margin: 0px 0px 20px;
		border-bottom: 2px solid #c5c5c5;
		width: 100%;
		clear: both;
	}

	.footer_middle ul[b-cvr0hwd47f] {
		padding: 0px;
		margin: 0px;
		float: left;
	}

		.footer_middle ul li[b-cvr0hwd47f] {
			padding: 0px 42px 5px 0px;
			margin: 0px;
			display: inline-block;
			font-size: 12px;
			color: #aecaea;
			line-height: 1.4;
			position: relative;
		}

			.footer_middle ul li a[b-cvr0hwd47f] {
				text-decoration: none;
				font-size: 14px;
				font-family: 'Gilroy-SemiBold';
				color: #646464;
			}

				.footer_middle ul li a:hover[b-cvr0hwd47f] {
					color: #034854;
					text-decoration: none;
				}

	.footer_middle .footer_share_list[b-cvr0hwd47f] {
		display: block;
		float: right;
		padding-right: 45px;
	}

		.footer_middle .footer_share_list a[b-cvr0hwd47f] {
			display: inline-block;
			margin: 0px 0px 6px 20px;
			vertical-align: middle;
			color: #646464;
			text-decoration: none;
		}

			.footer_middle .footer_share_list a:hover[b-cvr0hwd47f] {
				color: #e35728;
				text-decoration: none;
			}

			.footer_middle .footer_share_list a i[b-cvr0hwd47f] {
				font-family: 'FontAwesome';
				font-size: 24px;
			}

.footer_bottom[b-cvr0hwd47f] {
	background: #f1f1f1;
}

	.footer_bottom .inner[b-cvr0hwd47f] {
		padding-top: 73px;
		padding-bottom: 42px;
		padding-left: 124px;
	}

	.footer_bottom .footer_bottom_text[b-cvr0hwd47f] {
		padding-bottom: 5px;
	}

	.footer_bottom p[b-cvr0hwd47f] {
		font-size: 14px;
		font-family: 'Gilroy-Medium';
		color: #646464;
		line-height: 1.18;
		padding: 0px;
		margin: 0px 0px 18px;
		text-align: justify;
	}

		.footer_bottom p a[b-cvr0hwd47f] {
			color: #646464;
			text-decoration: underline;
		}

			.footer_bottom p a:hover[b-cvr0hwd47f] {
				color: #646464;
				text-decoration: none;
			}

	.footer_bottom ul[b-cvr0hwd47f] {
		padding: 0;
		margin-left: -20px;
		margin-right: -18px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.footer_bottom ul li[b-cvr0hwd47f] {
			margin: 0px;
			padding: 0px 20px 7px;
			list-style-type: none;
			width: 33.333%;
		}

			.footer_bottom ul li p[b-cvr0hwd47f] {
				text-align: justify;
			}

.footer_bottom_bar[b-cvr0hwd47f] {
}

	.footer_bottom_bar p[b-cvr0hwd47f] {
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		color: #034854;
		line-height: 1.2;
		font-family: 'Gilroy-Bold';
	}
/*Footer Css End*/

/* Live and Demo Header Start */
.open_account_header[b-cvr0hwd47f] {
	background: rgba(255,255,255,1);
	position: relative;
	width: 100%;
	padding: 23px 0px 0px 0px;
}

	.open_account_header .inner[b-cvr0hwd47f] {
		position: relative;
		z-index: 9;
		max-width: 1300px;
	}

	.open_account_header .open_account_header_logo[b-cvr0hwd47f] {
		float: left;
		display: block;
		width: 162px;
		padding: 0px;
		margin: 0 auto;
	}

	.open_account_header .open_account_link_box[b-cvr0hwd47f] {
		padding-left: 40px;
		float: left;
	}

	.open_account_header .open_account_link[b-cvr0hwd47f] {
		padding: 0px 18px;
		margin: 0px;
		float: left;
	}

		.open_account_header .open_account_link a[b-cvr0hwd47f] {
			font-family: 'Gilroy-Medium';
			display: block;
			padding: 5px 0px 32px;
			font-size: 16px;
			color: #646464;
			text-decoration: none;
			position: relative;
			transition: all .3s;
		}

			.open_account_header .open_account_link a:hover[b-cvr0hwd47f] {
				color: #e35728;
			}

	.open_account_header .search_box[b-cvr0hwd47f] {
		top: 2px;
	}

	.open_account_header search_box .search_box_button[b-cvr0hwd47f] {
		margin-top: 2px;
	}
/* Live and Demo Header end */

/*Page encryption Css Start*/
form.post-password-form[b-cvr0hwd47f] {
	background: #147875;
	width: 600px;
	max-width: 100%;
	text-align: center;
	padding: 50px 20px;
	margin: 0px auto;
	text-align: center;
}

	form.post-password-form .ppw-ppf-desc[b-cvr0hwd47f],
	form.post-password-form p:first-child[b-cvr0hwd47f] {
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		color: #FFF;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	form.post-password-form p label[b-cvr0hwd47f] {
		color: #FFF;
		font-size: 16px;
		font-weight: normal;
		width: 280px;
		max-width: 100%;
		margin: 0px auto;
		display: block;
		text-align: left;
		line-height: 1.2;
	}

		form.post-password-form p label input[type=password][b-cvr0hwd47f] {
			display: block;
			width: 100%;
			color: #000;
			height: 40px;
			line-height: 28px;
			margin-top: 6px;
			padding: 5px 10px;
		}

	form.post-password-form input[type=submit][b-cvr0hwd47f] {
		text-transform: uppercase;
		background: #e35728;
		border-radius: 5px;
		border: none;
		display: block;
		text-shadow: 0px 0px 1px #e35728;
		color: #FFF;
		text-align: center;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-appearance: none;
		cursor: pointer;
		width: 140px;
		margin: 10px auto 0px;
		-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
		height: 42px;
		font-size: 14px !important;
	}

		form.post-password-form input[type=submit]:hover[b-cvr0hwd47f] {
			background: #ff8e5c;
			color: #FFF;
			text-decoration: none;
		}
/*Page encryption Css End*/

.fast_easy_wrapper[b-cvr0hwd47f] {
	background: #e25628;
	width: 100%;
	overflow: hidden;
}

	.fast_easy_wrapper .inner[b-cvr0hwd47f] {
		position: relative;
	}

.fast_easy_content[b-cvr0hwd47f] {
	width: 800px;
	max-width: 65%;
	position: relative;
	text-align: left;
	padding: 80px 0px 90px;
	z-index: 9;
}

	.fast_easy_content h3[b-cvr0hwd47f] {
		color: #fff;
		margin-bottom: 40px;
	}

	.fast_easy_content ul[b-cvr0hwd47f] {
		display: flex;
		padding: 0px 0px 72px;
		margin: 0px;
	}

		.fast_easy_content ul li[b-cvr0hwd47f] {
			padding: 0px 20px 25px 0px;
			margin: 0px;
			width: 33.333%;
		}

.fast_easy_wrapper ul li .text_box[b-cvr0hwd47f] {
	position: relative;
	padding: 0px;
}

	.fast_easy_wrapper ul li .text_box[b-cvr0hwd47f]:before {
		content: "";
		display: block;
		width: 44px;
		height: 44px;
		color: #e25628;
		border-radius: 50%;
		font-size: 24px;
		margin-bottom: 17px;
		text-align: center;
		line-height: 44px;
		font-family: 'Gilroy-Bold';
		background: #fff;
	}

.fast_easy_wrapper ul li:nth-child(1) .text_box[b-cvr0hwd47f]:before {
	content: "1";
}

.fast_easy_wrapper ul li:nth-child(2) .text_box[b-cvr0hwd47f]:before {
	content: "2";
}

.fast_easy_wrapper ul li:nth-child(3) .text_box[b-cvr0hwd47f]:before {
	content: "3";
}

.fast_easy_wrapper ul li .text_box h4[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px 0px 3px;
	color: #fff;
	font-family: 'Gilroy-Medium';
}

.fast_easy_wrapper ul li .text_box p[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
	width: 185px;
	max-width: 100%;
	color: #fff;
	font-family: 'Gilroy-Regular';
}

.fast_easy_wrapper h6[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px 0px 45px;
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Gilroy-SemiBold';
	color: #fff;
}

.fast_easy_wrapper .buttons_box[b-cvr0hwd47f] {
}

	.fast_easy_wrapper .buttons_box a.green_arrow_button[b-cvr0hwd47f] {
		margin-right: 20px;
		vertical-align: top;
		margin-bottom: 10px;
	}

		.fast_easy_wrapper .buttons_box a.green_arrow_button:last-child[b-cvr0hwd47f] {
			margin-right: 0px;
		}

.fast_easy_wrapper_img_box[b-cvr0hwd47f] {
	width: 35%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

	.fast_easy_wrapper_img_box img[b-cvr0hwd47f] {
		display: block;
		margin: 0px auto;
		width: auto;
		height: auto;
	}


/*Pages Banner Css Start*/
.page_banner_content_wrapper[b-cvr0hwd47f] {
	width: 100%;
	overflow: hidden;
	position: relative;
}

	.page_banner_content_wrapper .banner_bottom[b-cvr0hwd47f] {
		bottom: 0px;
	}

.page_banner_content[b-cvr0hwd47f] {
}

	.page_banner_content .inner[b-cvr0hwd47f] {
		height: 648px;
		padding-bottom: 90px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.page_banner_content h1[b-cvr0hwd47f] {
		color: #fff;
		margin-bottom: 32px;
	}

		.page_banner_content h1 img[b-cvr0hwd47f] {
			vertical-align: bottom;
		}

	.page_banner_content .white h1[b-cvr0hwd47f] {
		color: #fff;
	}

	.page_banner_content .blue h1[b-cvr0hwd47f] {
		color: #034854;
	}

	.page_banner_content .orange h1[b-cvr0hwd47f] {
		color: #e35728;
	}

	.page_banner_content h1.page_banner_title[b-cvr0hwd47f] {
		margin-bottom: 0px;
	}

	.page_banner_content h2[b-cvr0hwd47f] {
		color: #fff;
		margin-bottom: 50px;
	}

	.page_banner_content .white h2[b-cvr0hwd47f] {
		color: #fff;
	}

	.page_banner_content .blue h2[b-cvr0hwd47f] {
		color: #034854;
	}

	.page_banner_content .orange h2[b-cvr0hwd47f] {
		color: #e35728;
	}
/*Pages Banner Css End*/

/*Default page content Css Start*/
.default_page_content[b-cvr0hwd47f] {
}

	.default_page_content .inner[b-cvr0hwd47f] {
		padding-top: 80px;
		padding-bottom: 70px;
	}
/*Default page content Css End*/

/*Pages text and image Css Start*/
.pages_text_and_image_row_wrapper[b-cvr0hwd47f] {
	background: #f5f5f5;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 40px;
}

.pages_text_and_image_row[b-cvr0hwd47f] {
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

	.pages_text_and_image_row .text_and_image_inner[b-cvr0hwd47f] {
		width: 1200px;
		max-width: 100%;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.pages_text_and_image_row .text_box[b-cvr0hwd47f] {
		width: 49%;
		padding: 75px 85px 0px;
		position: relative;
		background: #fff;
		border-radius: 25px 0px 0px 25px;
	}

	.pages_text_and_image_row .img_box[b-cvr0hwd47f] {
		width: 51%;
		position: relative;
		border-radius: 0px 25px 25px 0px;
	}

		.pages_text_and_image_row .img_box img[b-cvr0hwd47f] {
			opacity: 0;
		}

	.pages_text_and_image_row.text_and_image_position_left .text_and_image_inner[b-cvr0hwd47f] {
		flex-direction: row-reverse;
	}

	.pages_text_and_image_row.text_and_image_position_left .text_box[b-cvr0hwd47f] {
		border-radius: 0px 25px 25px 0px;
	}

	.pages_text_and_image_row h3[b-cvr0hwd47f] {
		color: #034854;
		margin-bottom: 40px;
	}

	.pages_text_and_image_row p[b-cvr0hwd47f] {
		color: #646464;
		font-family: 'Gilroy-Regular';
		margin-bottom: 15px;
	}

	.pages_text_and_image_row .text_box .dotted_ul li[b-cvr0hwd47f] {
		position: relative;
		padding-left: 30px;
		color: #646464;
		font-size: 14px;
		line-height: 1.3;
		font-family: 'Gilroy-Medium';
		margin-bottom: 15px;
	}

		.pages_text_and_image_row .text_box .dotted_ul li[b-cvr0hwd47f]::after {
			content: "";
			display: block;
			width: 4px;
			height: 4px;
			background: #646464;
			border-radius: 100%;
			position: absolute;
			top: 7px;
			left: 12px;
		}

	.pages_text_and_image_row h5 strong[b-cvr0hwd47f] {
		color: #e35728;
	}


	.pages_text_and_image_row .bottom_text[b-cvr0hwd47f] {
		position: absolute;
		left: 85px;
		bottom: 80px;
		padding-right: 85px;
	}

		.pages_text_and_image_row .bottom_text p[b-cvr0hwd47f] {
			font-size: 14px;
			color: #034854;
			margin-bottom: 2px;
			font-family: 'Gilroy-Medium';
		}

			.pages_text_and_image_row .bottom_text p strong[b-cvr0hwd47f] {
				font-size: 36px;
				color: #e35728;
				font-family: 'Gilroy-SemiBold';
			}

			.pages_text_and_image_row .bottom_text p span[b-cvr0hwd47f] {
				font-family: 'Gilroy-SemiBold';
			}

			.pages_text_and_image_row .bottom_text p:first-child[b-cvr0hwd47f] {
				margin-bottom: 12px;
			}

		.pages_text_and_image_row .bottom_text img[b-cvr0hwd47f] {
			position: absolute;
			left: 100%;
			bottom: 0px;
			max-width: none;
		}

	.pages_text_and_image_row .img_box span[b-cvr0hwd47f] {
		display: inline-block;
		position: absolute;
		right: -8px;
		top: 92px;
		background: #e35728;
		border-radius: 25px 12px 0px 25px;
		font-size: 14px;
		color: #fff;
		padding: 12px 30px 11px 25px;
		text-transform: uppercase;
		line-height: 1.15;
		font-family: 'Gilroy-Regular';
		background: #147875;
		text-align: left;
	}

		.pages_text_and_image_row .img_box span[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 8px;
			height: 7px;
			position: absolute;
			right: 0px;
			top: 100%;
			background: url(/wp-content/themes/vfx_new/images/pages_text_and_image_row_right_icon2.png) left top no-repeat;
			background-size: 100% 100%;
		}

		.pages_text_and_image_row .img_box span strong[b-cvr0hwd47f] {
			font-family: 'Gilroy-SemiBold';
		}

	.pages_text_and_image_row.text_and_image_position_left .img_box[b-cvr0hwd47f] {
		border-radius: 25px 0px 0px 25px;
	}

		.pages_text_and_image_row.text_and_image_position_left .img_box span[b-cvr0hwd47f] {
			right: auto;
			left: -8px;
			padding: 12px 25px 11px 30px;
			border-radius: 12px 25px 25px 0px;
		}

			.pages_text_and_image_row.text_and_image_position_left .img_box span[b-cvr0hwd47f]:after {
				right: auto;
				left: 0px;
				background: url(/wp-content/themes/vfx_new/images/pages_text_and_image_row_left_icon2.png) left top no-repeat;
				background-size: 100% 100%;
			}
/*Pages text and image Css End*/

/*Experience our spreads Css Start*/
.experience_our_spreads_wrapper[b-cvr0hwd47f] {
	background: #034854;
}

	.experience_our_spreads_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 90px;
		padding-bottom: 90px;
		position: relative;
	}

		.experience_our_spreads_wrapper .inner[b-cvr0hwd47f]:before {
			content: "";
			display: block;
			width: 450px;
			height: 411px;
			background: url(/wp-content/themes/vfx_new/images/experience_our_spreads_wrapper_icon.png) left top no-repeat;
			background-size: 100% 100%;
			position: absolute;
			z-index: 8;
			left: -205px;
			top: 0px;
		}

		.experience_our_spreads_wrapper .inner[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 100%;
			clear: both;
		}

	.experience_our_spreads_wrapper .experience_our_spreads_content[b-cvr0hwd47f] {
		width: 1000px;
		padding-right: 15px;
		float: right;
		max-width: 100%;
		position: relative;
		z-index: 9;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.experience_our_spreads_wrapper .text_box[b-cvr0hwd47f] {
		width: 35%;
		padding-bottom: 30px;
	}

		.experience_our_spreads_wrapper .text_box h3[b-cvr0hwd47f] {
			color: #fff;
			margin-bottom: 60px;
		}

		.experience_our_spreads_wrapper .text_box ul.buttons[b-cvr0hwd47f] {
			padding: 45px 0px 0px;
			margin: 0px;
			width: 360px;
			max-width: 100%;
			display: none;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: flex-start;
		}

			.experience_our_spreads_wrapper .text_box ul.buttons li[b-cvr0hwd47f] {
				padding: 0px 0px 18px 0px;
				margin: 0px;
				width: 50%;
			}

				.experience_our_spreads_wrapper .text_box ul.buttons li .orange_arrow_button[b-cvr0hwd47f] {
					display: block;
				}

					.experience_our_spreads_wrapper .text_box ul.buttons li .orange_arrow_button[b-cvr0hwd47f]:after {
						margin-left: 8px;
					}

				.experience_our_spreads_wrapper .text_box ul.buttons li:first-child[b-cvr0hwd47f] {
					padding-right: 20px;
				}

				.experience_our_spreads_wrapper .text_box ul.buttons li:last-child[b-cvr0hwd47f] {
					width: 100%;
					padding-bottom: 0px;
					padding-right: 0px;
				}

	.experience_our_spreads_wrapper .rawecn_box[b-cvr0hwd47f] {
		width: 630px;
		max-width: 630px;
	}

.rawecn_list .rawecn_content[b-cvr0hwd47f] {
	background: #fff;
	border-radius: 0px 0px 25px 25px;
	padding: 29px 36px 15px;
	min-height: 268px;
}

	.rawecn_list .rawecn_content .row_top[b-cvr0hwd47f] {
		display: flex;
		border-bottom: 1px solid #c6c6c6;
		padding-bottom: 12px;
		margin-bottom: 13px;
	}

		.rawecn_list .rawecn_content .row_top .row_top_item[b-cvr0hwd47f] {
			width: 25%;
			text-align: center;
			font-size: 16px;
			color: #034854;
			font-family: 'Gilroy-SemiBold';
		}

	.rawecn_list .rawecn_content .row[b-cvr0hwd47f] {
		padding-top: 10px;
		padding-bottom: 12px;
		display: flex;
	}

		.rawecn_list .rawecn_content .row span[b-cvr0hwd47f] {
			width: 25%;
			float: left;
			text-align: center;
			font-size: 18px;
			color: #505050;
			font-family: 'Gilroy-Medium';
		}

			.rawecn_list .rawecn_content .row span.spread[b-cvr0hwd47f] {
				font-family: 'Gilroy-Bold';
				color: #034854;
			}

.rawecn_list .rawecn_nav[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}

	.rawecn_list .rawecn_nav li[b-cvr0hwd47f] {
		width: 33.333%;
		position: relative;
		cursor: pointer;
	}

		.rawecn_list .rawecn_nav li.rawecn_active[b-cvr0hwd47f] {
			z-index: 20;
		}

		.rawecn_list .rawecn_nav li[b-cvr0hwd47f]:before,
		.rawecn_list .rawecn_nav li[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 60%;
			height: 100%;
			position: absolute;
			background-color: #c5c5c5;
			transform: skewX(-25deg);
			-webkit-transform: skewX(-25deg);
			-ms-transform: skewX(-25deg);
			-moz-transform: skewX(-25deg);
			top: 0px;
		}

		.rawecn_list .rawecn_nav li[b-cvr0hwd47f]:before {
			left: -1px;
		}

		.rawecn_list .rawecn_nav li[b-cvr0hwd47f]:after {
			right: -1px;
		}

		.rawecn_list .rawecn_nav li.rawecn_active[b-cvr0hwd47f]:before,
		.rawecn_list .rawecn_nav li.rawecn_active[b-cvr0hwd47f]:after {
			background: #e35728;
		}

		.rawecn_list .rawecn_nav li span[b-cvr0hwd47f] {
			display: block;
			padding: 10px 2px 10px 0px;
			color: #FFF;
			font-size: 16px;
			font-family: 'Gilroy-SemiBold';
			text-transform: uppercase;
			text-align: center;
			position: relative;
			z-index: 9;
		}

		.rawecn_list .rawecn_nav li.rawecn_active span[b-cvr0hwd47f] {
			font-size: 24px;
			z-index: 10;
			padding: 13px 0px 12px;
		}

		.rawecn_list .rawecn_nav li span[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 22px;
			height: 43px;
			background: url(/wp-content/themes/vfx_new/images/home_row1_tab_title_li_shadow.png?v=4) left top no-repeat;
			background-size: 100% 100%;
			position: absolute;
			z-index: 8;
			left: -8px;
			bottom: -2px;
			transform: rotate(11deg);
		}

		.rawecn_list .rawecn_nav li:first-child span[b-cvr0hwd47f]::after {
			display: none;
		}

		.rawecn_list .rawecn_nav li:first-child[b-cvr0hwd47f]:before {
			left: 0px;
			transform: skewX(0deg);
			-webkit-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
			-moz-transform: skewX(0deg);
		}

		.rawecn_list .rawecn_nav li:last-child[b-cvr0hwd47f]:after {
			right: -9px;
		}

		.rawecn_list .rawecn_nav li.rawecn_active:first-child[b-cvr0hwd47f]:before {
			left: 0;
			transform: skewX(0deg);
			-webkit-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
			-moz-transform: skewX(0deg);
		}

		.rawecn_list .rawecn_nav li.rawecn_active[b-cvr0hwd47f]:after {
			right: -5px;
		}

		.rawecn_list .rawecn_nav li.rawecn_active:last-child[b-cvr0hwd47f]:after {
			right: -13px;
		}

		.rawecn_list .rawecn_nav li.rawecn_active span[b-cvr0hwd47f]:after {
			left: -12px;
		}
/*Experience our spreads Css End*/

/*Single Css Start*/
.educations_content[b-cvr0hwd47f] {
	padding-top: 103px;
	padding-bottom: 60px;
}

.educations_content_left[b-cvr0hwd47f] {
	float: right;
	width: 67%;
}

	.educations_content_left .new_single[b-cvr0hwd47f] {
		background: #fff;
		border-radius: 16px;
		padding: 30px 58px 50px;
	}

	.educations_content_left h2.single_title[b-cvr0hwd47f] {
		font-size: 36px;
		color: #e35728;
		margin-bottom: 35px;
		line-height: 1.3;
	}

	.educations_content_left h2[b-cvr0hwd47f] {
		font-family: 'Gilroy-SemiBold';
		font-size: 14px;
		color: #646464;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.educations_content_left p[b-cvr0hwd47f] {
		color: #646464;
	}

		.educations_content_left p a[b-cvr0hwd47f] {
			color: #646464;
			text-decoration: underline;
		}

			.educations_content_left p a:hover[b-cvr0hwd47f] {
				color: #646464;
				text-decoration: underline;
			}

.mt4_manuals_single_content h2.single_title[b-cvr0hwd47f] {
	color: #034854;
}

.mt4_basics_single_content h2.single_title[b-cvr0hwd47f] {
	color: #034854;
}

.smarttrader_tools_videos_single_content h2.single_title[b-cvr0hwd47f] {
	color: #034854;
}


.educations_content_left .addtoany_content[b-cvr0hwd47f] {
	display: none !important;
}

.educations_content_left .new_single ul[b-cvr0hwd47f],
.educations_content_left .new_single ol[b-cvr0hwd47f] {
	margin: 0px 0px 20px 25px;
	padding-left: 0 !important;
}

	.educations_content_left .new_single ul ul[b-cvr0hwd47f] {
		margin: 15px 0px 0px 25px;
	}

.educations_content_left .new_single li[b-cvr0hwd47f] {
	font-size: 14px;
	list-style: disc outside none;
	color: #646464;
	padding-bottom: 3px;
}

.educations_content_left .new_single ol ol[b-cvr0hwd47f] {
	margin: 15px 0px 0px 25px;
}

.educations_content_left .new_single ul li[b-cvr0hwd47f] {
	list-style: disc outside none;
}

.educations_content_left .new_single ol li[b-cvr0hwd47f] {
	list-style: decimal outside none;
	margin-bottom: 15px;
}

.educations_content_left .new_single ol[b-cvr0hwd47f] {
	margin-bottom: 0px;
}

.educations_newer_older[b-cvr0hwd47f] {
	text-align: center;
	padding-top: 36px;
}

	.educations_newer_older .prev_link[b-cvr0hwd47f],
	.educations_newer_older .next_link[b-cvr0hwd47f] {
		display: inline-block;
		vertical-align: top;
		padding: 0px 5px 10px;
	}

	.educations_newer_older a[b-cvr0hwd47f] {
		font-family: 'Gilroy-Medium';
		text-transform: uppercase;
		background: #034854;
		border-radius: 25px;
		border: 2px solid #034854;
		padding: 6px 25px;
		display: inline-block;
		color: #fff;
		font-size: 14px;
		text-align: center;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-appearance: none;
		text-decoration: none;
		cursor: pointer;
		margin: 0px;
	}

		.educations_newer_older a:hover[b-cvr0hwd47f] {
			background: #147875;
			border-color: #147875;
			color: #fff;
			text-decoration: none;
		}

	.educations_newer_older .prev_link a[b-cvr0hwd47f] {
		background: none;
		color: #034854;
	}

		.educations_newer_older .prev_link a:hover[b-cvr0hwd47f] {
			background: none;
			color: #147875;
		}


.educations_content_sidebar[b-cvr0hwd47f] {
	width: 28.5%;
	float: left;
}

.educations_content_sidebar_box[b-cvr0hwd47f] {
	background: #fff;
	border-radius: 16px;
	padding: 40px 25px 30px 32px;
	margin-bottom: 62px;
}

	.educations_content_sidebar_box:last-child[b-cvr0hwd47f] {
		margin-bottom: 0px;
	}

	.educations_content_sidebar_box .accordionContent_inner[b-cvr0hwd47f] {
		padding-top: 15px;
		padding-bottom: 28px;
	}

.educations_content_sidebar h2[b-cvr0hwd47f] {
	font-size: 20px;
	color: #e35728;
	line-height: 1.2;
	padding: 0px;
	margin: 0px 0px 37px;
	font-family: 'Gilroy-Medium';
}

.educations_content_sidebar h3[b-cvr0hwd47f] {
	font-size: 22px;
	color: #034854;
	margin-bottom: 22px;
	font-family: 'Gilroy-SemiBold';
	line-height: 1;
	position: relative;
	width: 100%;
	padding-right: 15px;
	cursor: pointer;
}

	.educations_content_sidebar h3[b-cvr0hwd47f]:before {
		content: "\f067";
		font-family: 'FontAwesome';
		font-size: 14px;
		position: absolute;
		right: 0px;
		top: 5px;
		font-weight: normal;
	}

	.educations_content_sidebar h3.selected[b-cvr0hwd47f]:before {
		content: "\f068";
	}

.educations_content_sidebar h4[b-cvr0hwd47f] {
	font-size: 18px;
	color: #646464;
	padding: 0px 0px 6px 16px;
	position: relative;
	margin: 0px;
	font-family: 'Gilroy-SemiBold';
	line-height: 1.2;
}

	.educations_content_sidebar h4[b-cvr0hwd47f]:before {
		content: "\f067";
		font-family: 'FontAwesome';
		font-size: 12px;
		position: absolute;
		left: 0px;
		top: 3px;
		font-weight: normal;
	}

	.educations_content_sidebar h4.selected[b-cvr0hwd47f]:before {
		content: "\f068";
	}

	.educations_content_sidebar h4.title[b-cvr0hwd47f] {
		cursor: pointer;
	}

.educations_content_sidebar ul[b-cvr0hwd47f] {
	padding: 0px 0px 2px 18px;
	margin: 0px;
}

	.educations_content_sidebar ul li[b-cvr0hwd47f] {
		padding: 0px 0px 8px 16px;
		margin: 0px;
		font-size: 18px;
		color: #646464;
		font-family: 'Gilroy-Medium';
		line-height: 1.2;
		position: relative;
	}

		.educations_content_sidebar ul li[b-cvr0hwd47f]:before {
			content: "\f068";
			font-family: 'FontAwesome';
			font-size: 12px;
			position: absolute;
			left: 0px;
			top: 3px;
			font-weight: normal;
		}

		.educations_content_sidebar ul li a[b-cvr0hwd47f] {
			text-decoration: none;
		}

			.educations_content_sidebar ul li a:hover[b-cvr0hwd47f] {
				text-decoration: underline;
			}

			.educations_content_sidebar ul li a.active[b-cvr0hwd47f] {
				text-decoration: underline;
			}

.educations_content_left table[b-cvr0hwd47f] {
	border-left: 0;
	border-top: 0;
	margin: 0 0 20px;
	color: #797979;
	border: none;
}

	.educations_content_left table td[b-cvr0hwd47f] {
		border-bottom: 0;
		border-right: 0;
		background: #e1e1e1;
	}

	.educations_content_left table th[b-cvr0hwd47f],
	.educations_content_left table td[b-cvr0hwd47f] {
		padding: 5px 20px;
		text-align: left;
		line-height: 20px;
		border: none;
	}

	.educations_content_left table th[b-cvr0hwd47f] {
		color: #2c2c2c;
		font-weight: bold;
		border-bottom: 0;
		border-right: 0;
		background: #e1e1e1;
		text-transform: none;
	}

	.educations_content_left table tr:nth-child(2n) td[b-cvr0hwd47f] {
		background: #FFF;
	}

.educations_content_sidebar_box.tags_list_content[b-cvr0hwd47f] {
	padding-right: 20px;
}

.tags_list_content h2[b-cvr0hwd47f] {
	margin-bottom: 15px;
}

.educations_content_sidebar_box .tags_list[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}

	.educations_content_sidebar_box .tags_list li[b-cvr0hwd47f] {
		padding: 0px 5px 18px 0px;
		margin: 0px;
	}

		.educations_content_sidebar_box .tags_list li[b-cvr0hwd47f]:before {
			display: none;
		}

		.educations_content_sidebar_box .tags_list li a[b-cvr0hwd47f] {
			display: inline-block;
			padding: 2px 16px 3px;
			font-size: 14px;
			color: #646464;
			font-family: 'Gilroy-Regular';
			border: 1px solid #034854;
			border-radius: 15px;
			text-decoration: none;
		}

			.educations_content_sidebar_box .tags_list li a:hover[b-cvr0hwd47f] {
				border-color: #e35728;
				color: #646464;
				text-decoration: none;
			}

.mt4_videos_content[b-cvr0hwd47f] {
	position: relative;
	margin-bottom: 25px;
}

	.mt4_videos_content img[b-cvr0hwd47f] {
		display: block;
		width: 100%;
		height: auto;
	}

	.mt4_videos_content iframe[b-cvr0hwd47f] {
		display: block;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		left: 0px;
		top: 0px;
	}

.smarttrader_tools_videos_box_wrapper[b-cvr0hwd47f] {
	margin-bottom: 25px;
}

.wp-pagenavi[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

	.wp-pagenavi .pages[b-cvr0hwd47f] {
		display: none;
	}

	.wp-pagenavi a[b-cvr0hwd47f],
	.wp-pagenavi a:hover[b-cvr0hwd47f],
	.wp-pagenavi span[b-cvr0hwd47f] {
		font-family: 'Gilroy-SemiBold';
		font-size: 18px;
		border: none;
		margin: 0px 14px 5px;
		color: #646464;
		padding: 0px;
		display: inline-block;
		text-decoration: none;
		vertical-align: top;
	}

		.wp-pagenavi span.current[b-cvr0hwd47f] {
			border: 0;
			background: none;
			color: #000000;
		}

		.wp-pagenavi a.nextpostslink[b-cvr0hwd47f],
		.wp-pagenavi a.previouspostslink[b-cvr0hwd47f],
		.wp-pagenavi a.last[b-cvr0hwd47f],
		.wp-pagenavi a.first[b-cvr0hwd47f] {
			background: none;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			font-size: 14px;
			color: #e25628;
			font-family: 'Gilroy-SemiBold';
			padding-top: 2px;
			margin-left: 10px;
			margin-right: 10px;
		}

		.wp-pagenavi span.extend[b-cvr0hwd47f] {
			border: none;
		}
/*Single Css End*/


/*Refer and Earn 1,2,3 Css Start*/
.refer_and_earn_wrapper[b-cvr0hwd47f] {
	background: #034854;
}

	.refer_and_earn_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 80px;
		padding-bottom: 90px;
		position: relative;
	}

		.refer_and_earn_wrapper .inner[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 430px;
			height: 399px;
			background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row3_icon.png) left top no-repeat;
			background-size: 100% 100%;
			position: absolute;
			left: -90px;
			top: 0px;
		}

	.refer_and_earn_wrapper .refer_and_earn_content[b-cvr0hwd47f] {
		width: 796px;
		max-width: 76%;
		float: right;
		position: relative;
		z-index: 9;
	}

	.refer_and_earn_wrapper h3[b-cvr0hwd47f] {
		color: #fff;
		margin-bottom: 40px;
	}

	.refer_and_earn_wrapper ul[b-cvr0hwd47f] {
		padding: 0px 0px 18px;
		margin: 0px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: flex-start;
	}

		.refer_and_earn_wrapper ul li[b-cvr0hwd47f] {
			padding: 0px 20px 25px 0px;
			margin: 0px;
			width: 33.333%;
		}

			.refer_and_earn_wrapper ul li:nth-child(1)[b-cvr0hwd47f] {
				width: 34.5%;
			}

			.refer_and_earn_wrapper ul li:nth-child(2)[b-cvr0hwd47f] {
				width: 37.2%;
			}

			.refer_and_earn_wrapper ul li:nth-child(3)[b-cvr0hwd47f] {
				width: 28.3%;
				padding-right: 0px;
			}

			.refer_and_earn_wrapper ul li .text_box[b-cvr0hwd47f] {
				position: relative;
				padding: 0px;
			}

				.refer_and_earn_wrapper ul li .text_box[b-cvr0hwd47f]:before {
					content: "";
					display: block;
					width: 44px;
					height: 44px;
					color: #034854;
					border-radius: 50%;
					font-size: 24px;
					margin-bottom: 17px;
					text-align: center;
					line-height: 44px;
					font-family: 'Gilroy-Bold';
					background: #fff;
				}

			.refer_and_earn_wrapper ul li:nth-child(1) .text_box[b-cvr0hwd47f]:before {
				content: "1";
			}

			.refer_and_earn_wrapper ul li:nth-child(2) .text_box[b-cvr0hwd47f]:before {
				content: "2";
			}

			.refer_and_earn_wrapper ul li:nth-child(3) .text_box[b-cvr0hwd47f]:before {
				content: "3";
			}

			.refer_and_earn_wrapper ul li .text_box h4[b-cvr0hwd47f] {
				padding: 0px;
				margin: 0px 0px 3px;
				color: #fff;
				font-family: 'Gilroy-Medium';
			}

			.refer_and_earn_wrapper ul li .text_box p[b-cvr0hwd47f] {
				padding: 0px;
				margin: 0px;
				width: 220px;
				max-width: 100%;
				color: #fff;
				font-family: 'Gilroy-Regular';
			}
/*Refer and Earn 1,2,3 Css End*/


/*Transparent. Profitable. Robust. css Start*/
.transparent_profitable_robust_row[b-cvr0hwd47f] {
	background: #fff;
}

	.transparent_profitable_robust_row .inner[b-cvr0hwd47f] {
		padding-top: 170px;
		padding-bottom: 130px;
		position: relative;
		z-index: 9;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.transparent_profitable_robust_row .inner[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 380px;
			height: 350px;
			position: absolute;
			right: -170px;
			top: 0;
			background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row2_icon.png) left top no-repeat;
			background-size: 100% 100%;
		}

	.transparent_profitable_robust_row .img_box[b-cvr0hwd47f] {
		width: 306px;
		max-width: 26%;
		padding-right: 20px;
		position: relative;
		z-index: 9;
	}

	.transparent_profitable_robust_row .text_box[b-cvr0hwd47f] {
		width: 73%;
		position: relative;
		z-index: 9;
	}

		.transparent_profitable_robust_row .text_box ul[b-cvr0hwd47f] {
			padding: 20px 0px 22px;
			margin: 0px;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			flex-wrap: wrap;
		}

			.transparent_profitable_robust_row .text_box ul li[b-cvr0hwd47f] {
				padding: 0px 102px 30px 0px;
				margin: 0px;
			}

				.transparent_profitable_robust_row .text_box ul li:last-child[b-cvr0hwd47f] {
					padding-right: 0px;
				}

				.transparent_profitable_robust_row .text_box ul li .icon_box[b-cvr0hwd47f] {
					padding-bottom: 12px;
				}

				.transparent_profitable_robust_row .text_box ul li h3[b-cvr0hwd47f] {
					color: #034854;
				}

		.transparent_profitable_robust_row .text_box .text[b-cvr0hwd47f] {
			width: 440px;
			max-width: 100%;
		}

		.transparent_profitable_robust_row .text_box p[b-cvr0hwd47f] {
			color: #646464;
		}

		.transparent_profitable_robust_row .text_box .text .green_arrow_button[b-cvr0hwd47f] {
			margin-top: 25px;
		}

		.transparent_profitable_robust_row .text_box .text .orange_arrow_button[b-cvr0hwd47f] {
			margin-top: 25px;
		}
/*Transparent. Profitable. Robust. css End*/

/*20220405 Css Start*/
.content_hub_menu_bar[b-cvr0hwd47f] {
	background: #e2e2e2;
}

	.content_hub_menu_bar .inner[b-cvr0hwd47f] {
		padding-top: 19px;
		padding-bottom: 14px;
	}

	.content_hub_menu_bar ul[b-cvr0hwd47f] {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding-left: 100px;
		position: relative;
	}

		.content_hub_menu_bar ul li.first_menu_text[b-cvr0hwd47f] {
			position: absolute;
			left: 0px;
			top: 0px;
		}

		.content_hub_menu_bar ul li:first-child[b-cvr0hwd47f] {
			font-family: 'Gilroy-Bold';
		}

		.content_hub_menu_bar ul li[b-cvr0hwd47f] {
			font-size: 16px;
			color: #646464;
			padding: 0px 30px 5px 0px;
		}

			.content_hub_menu_bar ul li a[b-cvr0hwd47f] {
				color: #646464;
				text-decoration: none;
			}

				.content_hub_menu_bar ul li a:hover[b-cvr0hwd47f] {
					color: #646464;
					text-decoration: underline;
				}

			.content_hub_menu_bar ul li.current-menu-item[b-cvr0hwd47f],
			.content_hub_menu_bar ul li.current_page_item[b-cvr0hwd47f] {
				font-family: 'Gilroy-Bold';
			}

				.content_hub_menu_bar ul li.current-menu-item a[b-cvr0hwd47f],
				.content_hub_menu_bar ul li.current_page_item a[b-cvr0hwd47f] {
					text-decoration: underline;
				}

				.content_hub_menu_bar ul li.current-menu-item:first-child a[b-cvr0hwd47f],
				.content_hub_menu_bar ul li.current_page_item:first-child a[b-cvr0hwd47f] {
					text-decoration: none;
				}

.education_post_list_wrpper[b-cvr0hwd47f] {
	background: #fff;
}

	.education_post_list_wrpper .inner[b-cvr0hwd47f] {
		padding-top: 45px;
		padding-bottom: 50px;
		position: relative;
	}

		.education_post_list_wrpper .inner[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 445px;
			height: 407px;
			background: url(/wp-content/themes/vfx_new/images/education_post_list_icon.png?v=1) left top no-repeat;
			background-size: 100% 100%;
			position: absolute;
			right: -172px;
			top: 0px;
			z-index: 8;
		}

	.education_post_list_wrpper h4[b-cvr0hwd47f] {
		color: #646464;
		font-size: 18px;
		line-height: 1.35;
		font-family: 'Gilroy-Bold';
		margin-bottom: 25px;
	}

.related_articles_title[b-cvr0hwd47f] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 25px;
	position: relative;
	z-index: 9;
}

	.related_articles_title h4[b-cvr0hwd47f] {
		color: #e35728;
		margin-bottom: 3px;
	}

	.related_articles_title a[b-cvr0hwd47f] {
		font-size: 16px;
		color: #686868;
		text-decoration: none;
		font-family: 'Gilroy-Medium';
		margin-top: 2px;
	}

		.related_articles_title a:hover[b-cvr0hwd47f] {
			color: #686868;
			text-decoration: underline;
		}

.education_post_list_wrpper ul[b-cvr0hwd47f] {
	position: relative;
	z-index: 9;
	margin-left: -19px;
	margin-right: -19px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

	.education_post_list_wrpper ul li[b-cvr0hwd47f] {
		width: 33.333%;
		padding: 0px 19px 30px;
	}

		.education_post_list_wrpper ul li .education_post_list_box[b-cvr0hwd47f] {
			background: #f4f4f4;
			border-radius: 25px;
			overflow: hidden;
			padding-bottom: 15px;
			height: 100%;
		}

		.education_post_list_wrpper ul li .img_box[b-cvr0hwd47f] {
			position: relative;
			margin-bottom: 15px;
		}

			.education_post_list_wrpper ul li .img_box img[b-cvr0hwd47f] {
				display: block;
				width: 100%;
				height: auto;
				opacity: 0;
			}

			.education_post_list_wrpper ul li .img_box .tag_list[b-cvr0hwd47f] {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100%;
				padding: 12px 10px 10px 16px;
			}

				.education_post_list_wrpper ul li .img_box .tag_list span[b-cvr0hwd47f],
				.education_post_list_wrpper ul li .img_box .tag_list a[b-cvr0hwd47f] {
					display: inline-block;
					background: #646464;
					font-size: 12px;
					color: #fff;
					padding: 5px 12px;
					border-radius: 10px;
					margin-right: 7px;
					margin-bottom: 5px;
					text-decoration: none;
				}

					.education_post_list_wrpper ul li .img_box .tag_list a:hover[b-cvr0hwd47f] {
						color: #fff;
						text-decoration: none;
					}

		.education_post_list_wrpper ul li .text_box[b-cvr0hwd47f] {
			padding: 0px 20px;
		}

		.education_post_list_wrpper ul li h5[b-cvr0hwd47f] {
			color: #646464;
			font-size: 16px;
			line-height: 1.25;
			font-family: 'Gilroy-Bold';
			margin-bottom: 15px;
		}

			.education_post_list_wrpper ul li h5 a[b-cvr0hwd47f] {
				color: #646464;
				text-decoration: none;
			}

				.education_post_list_wrpper ul li h5 a:hover[b-cvr0hwd47f] {
					color: #646464;
					text-decoration: underline;
				}

		.education_post_list_wrpper ul li p[b-cvr0hwd47f] {
			font-size: 14px;
			line-height: 1.23;
			color: #646464;
			margin-bottom: 0px;
		}

		.education_post_list_wrpper ul li span.date_text[b-cvr0hwd47f] {
			display: block;
			padding: 15px 20px 0px;
			font-size: 12px;
			color: #cacaca;
			font-family: 'Gilroy-SemiBold';
		}

.education_post_list_wrpper .wp-pagenavi[b-cvr0hwd47f] {
	padding-top: 45px;
}

	.education_post_list_wrpper .wp-pagenavi a[b-cvr0hwd47f],
	.education_post_list_wrpper .wp-pagenavi a:hover[b-cvr0hwd47f],
	.education_post_list_wrpper .wp-pagenavi span[b-cvr0hwd47f] {
		font-family: 'Gilroy-Regular';
		margin: 0px 10px 5px;
		padding: 0px 5px;
		color: #646464;
		border-bottom: 2px solid rgba(100,100,100,0);
	}

		.education_post_list_wrpper .wp-pagenavi span.current[b-cvr0hwd47f] {
			color: #646464;
			font-family: 'Gilroy-Bold';
			border-bottom: 2px solid #646464;
		}

		.education_post_list_wrpper .wp-pagenavi a.nextpostslink[b-cvr0hwd47f] {
			text-indent: -9999em;
			background: url(/wp-content/themes/vfx_new/images/press_post_list_pagenavi_icon2.png?v=1) right center no-repeat;
		}

		.education_post_list_wrpper .wp-pagenavi a.previouspostslink[b-cvr0hwd47f] {
			text-indent: -9999em;
			background: url(/wp-content/themes/vfx_new/images/press_post_list_pagenavi_icon1.png) left center no-repeat;
		}

	.education_post_list_wrpper .wp-pagenavi .first[b-cvr0hwd47f],
	.education_post_list_wrpper .wp-pagenavi .last[b-cvr0hwd47f] {
		display: none;
	}


.education_single_content[b-cvr0hwd47f] {
	background: #fff;
}

	.education_single_content .inner[b-cvr0hwd47f] {
		position: relative;
		padding-top: 20px;
		padding-bottom: 45px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

		.education_single_content .inner[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 192px;
			height: 176px;
			background: url(/wp-content/themes/vfx_new/images/education_single_content_icon.png?v=1) left top no-repeat;
			background-size: 100% 100%;
			position: absolute;
			right: 9px;
			top: 0px;
			z-index: 8;
		}

	.education_single_content .text_box[b-cvr0hwd47f] {
		width: 59%;
		padding-top: 4px;
		position: relative;
		z-index: 10;
	}

		.education_single_content .text_box .top_img[b-cvr0hwd47f] {
			margin-bottom: 25px;
		}

			.education_single_content .text_box .top_img img[b-cvr0hwd47f] {
				display: block;
				width: 100%;
				height: auto;
				opacity: 0;
			}

		.education_single_content .text_box h1[b-cvr0hwd47f] {
			color: #646464;
			line-height: 1.35;
			font-family: 'Gilroy-Bold';
			margin-bottom: 10px;
			font-size: 36px;
		}

		.education_single_content .text_box h2[b-cvr0hwd47f] {
			color: #646464;
			line-height: 1.35;
			font-family: 'Gilroy-SemiBold';
			margin-bottom: 20px;
			font-size: 30px;
		}

		.education_single_content .text_box h3[b-cvr0hwd47f] {
			color: #646464;
			line-height: 1.35;
			font-family: 'Gilroy-SemiBold';
			margin-bottom: 20px;
			font-size: 26px;
		}

		.education_single_content .text_box .author_and_date[b-cvr0hwd47f] {
			font-size: 14px;
			color: #d3d3d3;
			line-height: 1.2;
			padding-bottom: 20px;
		}

			.education_single_content .text_box .author_and_date span[b-cvr0hwd47f] {
				display: inline-block;
				padding-right: 15px;
			}

			.education_single_content .text_box .author_and_date strong[b-cvr0hwd47f] {
				font-family: 'Gilroy-SemiBold';
			}

		.education_single_content .text_box p[b-cvr0hwd47f] {
			font-size: 19px;
			line-height: 1.25;
			color: #646464;
			margin-bottom: 0px;
			padding-bottom: 15px;
		}

			.education_single_content .text_box p.Justify_box[b-cvr0hwd47f],
			.education_single_content .text_box p.justify_box[b-cvr0hwd47f] {
				text-align: justify;
			}

.education_single_the_content .wp-block-table[b-cvr0hwd47f] {
	margin-bottom: 20px;
}

.education_single_the_content table[b-cvr0hwd47f] {
	border-collapse: collapse;
}

	.education_single_the_content table th[b-cvr0hwd47f],
	.education_single_the_content table td[b-cvr0hwd47f] {
		border: 1px solid #000;
		font-size: 16px;
		line-height: 1.2;
		padding: 8px 10px;
		color: #646464;
	}

.education_single_the_content ul[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
}

	.education_single_the_content ul li[b-cvr0hwd47f] {
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 12px;
		font-size: 19px;
		line-height: 1.25;
		color: #646464;
		list-style: disc;
	}

.education_single_the_content ol[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
}

	.education_single_the_content ol li[b-cvr0hwd47f] {
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 12px;
		list-style: decimal;
		font-size: 19px;
		line-height: 1.25;
		color: #646464;
	}

.education_single_content .latest_release_list[b-cvr0hwd47f] {
	width: 390px;
	max-width: 36%;
	position: relative;
	z-index: 9;
	padding-top: 12px;
}

	.education_single_content .latest_release_list h4[b-cvr0hwd47f] {
		color: #e35728;
		font-size: 18px;
		line-height: 1.3;
		font-family: 'Gilroy-Bold';
		margin-bottom: 11px;
	}

	.education_single_content .latest_release_list ul[b-cvr0hwd47f] {
		width: 305px;
		max-width: 100%;
		padding: 0px;
		margin: 0px;
	}

		.education_single_content .latest_release_list ul li[b-cvr0hwd47f] {
			padding: 0px 0px 40px;
			margin: 0px;
		}

			.education_single_content .latest_release_list ul li .img_box[b-cvr0hwd47f] {
				margin-bottom: 12px;
				border-radius: 15px;
				overflow: hidden;
			}

				.education_single_content .latest_release_list ul li .img_box img[b-cvr0hwd47f] {
					display: block;
					width: 100%;
					height: auto;
					opacity: 0;
				}

			.education_single_content .latest_release_list ul li h5[b-cvr0hwd47f] {
				color: #646464;
				font-size: 16px;
				line-height: 1.2;
				font-family: 'Gilroy-Bold';
				margin-bottom: 0px;
			}

				.education_single_content .latest_release_list ul li h5 a[b-cvr0hwd47f] {
					color: #646464;
					text-decoration: none;
				}

					.education_single_content .latest_release_list ul li h5 a:hover[b-cvr0hwd47f] {
						color: #646464;
						text-decoration: underline;
					}

			.education_single_content .latest_release_list ul li p[b-cvr0hwd47f] {
				font-size: 14px;
				line-height: 1.23;
				color: #646464;
				margin-bottom: 0px;
			}


.latest_release_slider_wrapper[b-cvr0hwd47f] {
	display: none;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

	.latest_release_slider_wrapper h4[b-cvr0hwd47f] {
		color: #e35728;
		font-size: 18px;
		line-height: 1.35;
		font-family: 'Gilroy-Bold';
		margin-bottom: 0px;
	}

	.latest_release_slider_wrapper a.see_all_articles_link[b-cvr0hwd47f] {
		font-size: 16px;
		color: #686868;
		text-decoration: none;
		font-family: 'Gilroy-Medium';
		margin-top: 2px;
	}

		.latest_release_slider_wrapper a.see_all_articles_link:hover[b-cvr0hwd47f] {
			color: #686868;
			text-decoration: underline;
		}

.latest_release_slider_content[b-cvr0hwd47f] {
	position: relative;
	max-width: 420px;
	margin: 0px auto;
	padding: 15px 0px;
}

	.latest_release_slider_content .swiper_button_box[b-cvr0hwd47f] {
		display: flex;
		justify-content: space-between;
		width: 70px;
		margin: 0px auto;
	}

		.latest_release_slider_content .swiper_button_box div[b-cvr0hwd47f] {
			cursor: pointer;
			width: 30px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			position: absolute;
			top: 50%;
			margin-top: -25px;
			font-size: 50px;
			color: #646464;
		}

			.latest_release_slider_content .swiper_button_box div.swiper_button_prev[b-cvr0hwd47f] {
				left: -40px;
			}

			.latest_release_slider_content .swiper_button_box div.swiper_button_next[b-cvr0hwd47f] {
				right: -40px;
			}

.latest_release_slider[b-cvr0hwd47f] {
	width: 100%;
	overflow: hidden;
}

	.latest_release_slider ul li[b-cvr0hwd47f] {
		height: 100%;
		background: #f5f5f5;
		border-radius: 25px;
		overflow: hidden;
	}

		.latest_release_slider ul li img[b-cvr0hwd47f] {
			display: block;
			width: 100%;
			height: auto;
			opacity: 0;
		}

		.latest_release_slider ul li .text_box[b-cvr0hwd47f] {
			padding: 15px 20px 20px;
			text-align: left;
		}

		.latest_release_slider ul li h5[b-cvr0hwd47f] {
			color: #646464;
			font-size: 16px;
			line-height: 1.2;
			font-family: 'Gilroy-Bold';
			margin-bottom: 10px;
		}

			.latest_release_slider ul li h5 a[b-cvr0hwd47f] {
				color: #646464;
				text-decoration: none;
			}

				.latest_release_slider ul li h5 a:hover[b-cvr0hwd47f] {
					color: #646464;
					text-decoration: underline;
				}

		.latest_release_slider ul li p[b-cvr0hwd47f] {
			font-size: 14px;
			line-height: 1.23;
			color: #646464;
			margin-bottom: 0px;
		}
/*20220405 Css End*/

/*Page Content Form css Start*/
.page_content_form[b-cvr0hwd47f] {
	background: url(/wp-content/themes/vfx_new/images/page_content_form_wrapper_bg.jpg) center top no-repeat;
	background-size: cover;
}

	.page_content_form .inner[b-cvr0hwd47f] {
		padding-top: 90px;
		padding-bottom: 90px;
	}

.page_content_form_content[b-cvr0hwd47f] {
	border-radius: 20px;
	background: #fff;
	padding: 68px 30px 90px;
	overflow: hidden;
}

.page_content_form_content_inner[b-cvr0hwd47f] {
	width: 1025px;
	margin: 0px auto;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.page_content_form .text_box[b-cvr0hwd47f] {
	width: 320px;
	max-width: 32%;
	padding-top: 6px;
	padding-right: 20px;
}

	.page_content_form .text_box h3[b-cvr0hwd47f] {
		color: #eb5629;
		margin-bottom: 30px;
	}

	.page_content_form .text_box p[b-cvr0hwd47f] {
		color: #646464;
	}

.page_content_form .page_content_form_box[b-cvr0hwd47f] {
	width: 620px;
	max-width: 67%;
}

.page_content_form .gform_wrapper[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.page_content_form .gform_legacy_markup_wrapper ul.gform_fields[b-cvr0hwd47f] {
	margin-left: -30px !important;
	margin-right: -30px !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

body .page_content_form .gform_wrapper ul li.gfield[b-cvr0hwd47f] {
	padding: 0px 30px 25px;
	margin: 0px;
	width: 50%;
}

	body .page_content_form .gform_wrapper ul li.gfield.field_full[b-cvr0hwd47f] {
		width: 100%;
	}

.page_content_form .gform_wrapper .top_label .gfield_label[b-cvr0hwd47f],
.page_content_form .gform_wrapper legend.gfield_label[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 14px;
	color: #17307d;
	line-height: 1.65;
	display: none;
}

body .page_content_form .gform_wrapper .top_label div.ginput_container[b-cvr0hwd47f] {
	padding: 0px;
	margin: 0px;
}

.page_content_form .gform_wrapper .top_label input.medium[b-cvr0hwd47f],
.page_content_form .gform_wrapper .top_label select.medium[b-cvr0hwd47f],
.page_content_form .gform_wrapper textarea.medium[b-cvr0hwd47f] {
	width: 100%;
	font-size: 20px !important;
	color: #c6c6c6 !important;
	padding: 0px 18px !important;
	margin: 0px !important;
	line-height: 1.2 !important;
	font-family: 'Gilroy-Medium' !important;
	height: 55px;
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	box-shadow: none;
	letter-spacing: 0px !important;
}

.page_content_form .gform_wrapper .top_label select.medium[b-cvr0hwd47f] {
	padding: 0px 12px !important;
}

.page_content_form .gform_wrapper textarea.medium[b-cvr0hwd47f] {
	height: 160px;
	border: 1px solid #e1e1e1;
	padding-top: 14px !important;
	margin-top: 22px !important;
}

.page_content_form .gform_wrapper .top_label li.field_name input.medium[b-cvr0hwd47f] {
	background-image: url(/wp-content/themes/vfx_new/images/gform_wrapper_name_icon.png);
	background-position: calc(100% - 15px) 17px;
	background-repeat: no-repeat;
}


.page_content_form .gform_wrapper .top_label [b-cvr0hwd47f]::-webkit-input-placeholder {
	color: #c6c6c6;
	opacity: 1;
	font-size: 20px;
}

.page_content_form .gform_wrapper .top_label :-moz-placeholder[b-cvr0hwd47f] {
	color: #c6c6c6;
	opacity: 1;
	font-size: 20px;
}

.page_content_form .gform_wrapper .top_label [b-cvr0hwd47f]::-moz-placeholder {
	color: #c6c6c6;
	opacity: 1;
	font-size: 20px;
}

.page_content_form .gform_wrapper .top_label :-ms-input-placeholder[b-cvr0hwd47f] {
	color: #c6c6c6;
	opacity: 1;
	font-size: 20px;
}

.page_content_form .gform_wrapper ul.gform_fields li.gfield .gfield_checkbox[b-cvr0hwd47f] {
	padding: 7px 0px 15px;
	margin: 0px;
}

	.page_content_form .gform_wrapper ul.gform_fields li.gfield .gfield_checkbox li input[type=checkbox][b-cvr0hwd47f] {
		vertical-align: top;
		margin: 0px !important;
		opacity: 0;
		position: absolute;
	}

.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li label[b-cvr0hwd47f] {
	display: block;
	color: #2544a2;
	margin: 0px;
	font-size: 14px;
	padding: 0px 0px 0px 22px;
	position: relative;
	max-width: 100%;
}

	.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li label[b-cvr0hwd47f]::after {
		content: '';
		background: #FFF;
		border-radius: 2px;
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		left: 0px;
		top: 3px;
	}

.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox input[type=checkbox]:checked + label[b-cvr0hwd47f]:after {
	background: #2544a2;
}

.page_content_form .gchoice_select_all[b-cvr0hwd47f],
.page_content_form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label[b-cvr0hwd47f],
.page_content_form .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label[b-cvr0hwd47f] {
	font-weight: normal;
}

.page_content_form .gform_wrapper .gform_footer[b-cvr0hwd47f] {
	padding: 18px 0px 0px;
	margin: 0px;
}

	.page_content_form .gform_wrapper .gform_footer input.button[b-cvr0hwd47f],
	.page_content_form .gform_wrapper .gform_footer input[type=submit][b-cvr0hwd47f],
	.page_content_form .gform_wrapper .gform_page_footer input.button[b-cvr0hwd47f],
	.page_content_form .gform_wrapper .gform_page_footer input[type=submit][b-cvr0hwd47f],
	.page_content_form .gform_legacy_markup_wrapper .gform_footer input.button[b-cvr0hwd47f],
	.page_content_form .gform_legacy_markup_wrapper .gform_footer input[type=submit][b-cvr0hwd47f] {
		font-family: 'Gilroy-Medium';
		text-transform: uppercase;
		background: #e35728 url(/wp-content/themes/vfx_new/images/gform_footer_button_icon.png) calc(100% - 15px) 14px no-repeat;
		border-radius: 35px;
		border: 1px solid #e35728;
		padding: 0px 107px 0px 20px;
		height: 45px;
		display: inline-block;
		width: auto;
		margin-bottom: 0px;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-appearance: none;
		text-decoration: none;
		cursor: pointer;
	}

		.page_content_form .gform_wrapper .gform_footer input.button:hover[b-cvr0hwd47f],
		.page_content_form .gform_wrapper .gform_footer input[type=submit]:hover[b-cvr0hwd47f],
		.page_content_form .gform_wrapper .gform_page_footer input.button:hover[b-cvr0hwd47f],
		.page_content_form .gform_wrapper .gform_page_footer input[type=submit]:hover[b-cvr0hwd47f],
		.page_content_form .gform_legacy_markup_wrapper .gform_footer input.button:hover[b-cvr0hwd47f],
		.page_content_form .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover[b-cvr0hwd47f] {
			background-color: #ff8e5c;
			border-color: #ff8e5c;
			color: #FFF;
			text-decoration: none;
		}

.page_content_form .gform_confirmation_message[b-cvr0hwd47f] {
	font-size: 20px;
	padding: 30px 0px;
	text-align: center;
}

.page_content_form .gform_wrapper div.validation_error[b-cvr0hwd47f] {
	display: none;
}

.page_content_form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)[b-cvr0hwd47f] {
	max-width: calc(100% - 0px) !important;
}

.page_content_form .gform_wrapper li.gfield.gfield_error[b-cvr0hwd47f] {
	border: 0px;
	background: none;
}

.page_content_form .gform_wrapper.gform_validation_error .top_label input.medium[b-cvr0hwd47f],
.page_content_form .gform_wrapper.gform_validation_error .top_label select.medium[b-cvr0hwd47f] {
	width: 100%;
}

.page_content_form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[b-cvr0hwd47f] {
	border: none;
	border-bottom: 1px solid #e1e1e1;
}

.page_content_form .gform_wrapper li.gfield_error textarea[b-cvr0hwd47f] {
	border: none;
	border: 1px solid #e1e1e1;
}

.page_content_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container[b-cvr0hwd47f],
.page_content_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label[b-cvr0hwd47f] {
	margin-top: 0px;
}

.page_content_form .gform_wrapper .top_label .gfield_error[b-cvr0hwd47f] {
	width: 50%;
}

.page_content_form .gform_legacy_markup_wrapper li.gfield.gfield_error[b-cvr0hwd47f] {
	margin-bottom: 0px !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description[b-cvr0hwd47f] {
	padding-top: 10px !important;
	font-weight: normal;
	font-family: 'Gilroy-Bold';
}

@media only screen and (min-width: 641px) {
	.page_content_form .gform_wrapper .top_label li ul.gfield_checkbox[b-cvr0hwd47f],
	.page_content_form .gform_wrapper .top_label li ul.gfield_radio[b-cvr0hwd47f] {
		width: calc(100% + 0px);
	}
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
	.page_content_form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error[b-cvr0hwd47f] {
		margin-top: 0px;
	}
}

.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=email][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=number][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=password][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=text][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=url][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error select[b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error textarea[b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=email][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=number][b-cvr0hwd47f],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=tel][b-cvr0hwd47f] {
	margin-bottom: 0px;
}
/*Page Content Form css End*/


/*Products page Css Start*/
.products_page_table_wrapper[b-cvr0hwd47f] {
	background: #e35728;
	padding: 90px 0px 90px;
}

	.products_page_table_wrapper h3[b-cvr0hwd47f] {
		color: #fff;
		line-height: 1.3;
		text-align: center;
		margin-top: -15px;
		margin-bottom: 38px;
	}

.products_page_table_content[b-cvr0hwd47f] {
	padding-right: 20px;
}

.products_page_table_wrapper table[b-cvr0hwd47f] {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

	.products_page_table_wrapper table th[b-cvr0hwd47f],
	.products_page_table_wrapper table td[b-cvr0hwd47f] {
		border: 0px;
		text-align: center;
		background: #ffffff;
	}

	.products_page_table_wrapper table th[b-cvr0hwd47f] {
		background: #034854;
		color: #fff;
		font-size: 16px;
		font-family: 'Gilroy-SemiBold';
		line-height: 1.3;
		padding: 15px 3px;
		position: relative;
		z-index: 9;
	}

		.products_page_table_wrapper table th span[b-cvr0hwd47f] {
			font-family: 'Gilroy-Medium';
		}

	.products_page_table_wrapper table tr th:last-child[b-cvr0hwd47f] {
		position: relative;
	}

		.products_page_table_wrapper table tr th:last-child strong[b-cvr0hwd47f] {
			position: relative;
			z-index: 9;
		}

		.products_page_table_wrapper table tr th:last-child[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 50px;
			height: 100%;
			position: absolute;
			right: -20px;
			top: 0px;
			background: #034854;
			transform: skewX(-20deg);
			-webkit-transform: skewX(-20deg);
			-ms-transform: skewX(-20deg);
			-moz-transform: skewX(-20deg);
		}

	.products_page_table_wrapper table tr:nth-child(odd) td[b-cvr0hwd47f] {
		background: #f5f5f5;
	}

	.products_page_table_wrapper table td[b-cvr0hwd47f] {
		font-size: 14px;
		line-height: 1.2;
		color: #646464;
		padding: 10px 3px;
		font-family: 'Gilroy-Regular';
	}

	.products_page_table_wrapper table tr:nth-child(2) td[b-cvr0hwd47f] {
		padding-top: 25px;
	}

	.products_page_table_wrapper table tr:last-child td[b-cvr0hwd47f] {
		padding-bottom: 25px;
	}

		.products_page_table_wrapper table tr:last-child td:first-child[b-cvr0hwd47f] {
			border-radius: 0px 0px 0px 18px;
		}

		.products_page_table_wrapper table tr:last-child td:last-child[b-cvr0hwd47f] {
			border-radius: 0px 0px 18px 0px;
		}

.products_page_bottom_table_wrapper[b-cvr0hwd47f] {
	background: #f5f5f5;
}

	.products_page_bottom_table_wrapper .inner[b-cvr0hwd47f] {
		position: relative;
		padding-top: 90px;
		padding-bottom: 90px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

		.products_page_bottom_table_wrapper .inner[b-cvr0hwd47f]:before {
			content: "";
			display: block;
			width: 451px;
			height: 412px;
			background: url(/wp-content/themes/vfx_new/images/products_page_bottom_table_icon_orange.png) left top no-repeat;
			background-size: 100% 100%;
			position: absolute;
			top: 0px;
			left: -212px;
		}

		.products_page_bottom_table_wrapper .inner.add_green_icon[b-cvr0hwd47f]:before {
			width: 449px;
			height: 410px;
			background: url(/wp-content/themes/vfx_new/images/products_page_bottom_table_icon_green.png) left top no-repeat;
			background-size: 100% 100%;
		}

	.products_page_bottom_table_wrapper .text_box[b-cvr0hwd47f] {
		position: relative;
		z-index: 9;
		width: 41%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 62px;
		text-align: center;
	}

		.products_page_bottom_table_wrapper .text_box h3[b-cvr0hwd47f] {
			display: inline-block;
			text-align: left;
			color: #034854;
			line-height: 1.2;
			padding: 0px;
			margin: 0px;
		}

	.products_page_bottom_table_wrapper .products_page_bottom_table_content[b-cvr0hwd47f] {
		position: relative;
		z-index: 9;
		padding-right: 20px;
		width: 59%;
	}

.products_page_bottom_table_content table[b-cvr0hwd47f] {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

	.products_page_bottom_table_content table th[b-cvr0hwd47f],
	.products_page_bottom_table_content table td[b-cvr0hwd47f] {
		border: 0px;
		text-align: center;
		background: #ffffff;
	}

	.products_page_bottom_table_content table th[b-cvr0hwd47f] {
		background: #034854;
		color: #fff;
		font-size: 24px;
		font-family: 'Gilroy-Bold';
		line-height: 1.3;
		padding: 13px 3px;
		text-transform: uppercase;
		position: relative;
		z-index: 9;
	}

	.products_page_bottom_table_content table tr th:last-child[b-cvr0hwd47f] {
		position: relative;
	}

		.products_page_bottom_table_content table tr th:last-child strong[b-cvr0hwd47f] {
			position: relative;
			z-index: 9;
		}

		.products_page_bottom_table_content table tr th:last-child[b-cvr0hwd47f]:after {
			content: "";
			display: block;
			width: 50px;
			height: 100%;
			position: absolute;
			right: -10px;
			top: 0px;
			background: #034854;
			transform: skewX(-20deg);
			-webkit-transform: skewX(-20deg);
			-ms-transform: skewX(-20deg);
			-moz-transform: skewX(-20deg);
		}

	.products_page_bottom_table_content table td[b-cvr0hwd47f] {
		font-size: 18px;
		line-height: 1.2;
		color: #505050;
		padding: 12px 3px;
		font-family: 'Gilroy-Medium';
		width: 40%;
	}

		.products_page_bottom_table_content table td:last-child[b-cvr0hwd47f] {
			width: 60%;
		}

	.products_page_bottom_table_content table tr:nth-child(2) td[b-cvr0hwd47f] {
		padding-top: 28px;
	}

	.products_page_bottom_table_content table tr:last-child td[b-cvr0hwd47f] {
		padding-bottom: 40px;
	}

		.products_page_bottom_table_content table tr:last-child td:first-child[b-cvr0hwd47f] {
			border-radius: 0px 0px 0px 18px;
		}

		.products_page_bottom_table_content table tr:last-child td:last-child[b-cvr0hwd47f] {
			border-radius: 0px 0px 18px 0px;
		}


.products_text_and_image_wrapper[b-cvr0hwd47f] {
	background: #f5f5f5;
}

	.products_text_and_image_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 90px;
		padding-bottom: 0px;
	}

	.products_text_and_image_wrapper ul[b-cvr0hwd47f] {
		padding: 0px;
		margin: 0px -20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

		.products_text_and_image_wrapper ul li[b-cvr0hwd47f] {
			padding: 0px 20px 90px;
			margin: 0px;
			width: 50%;
		}

.products_text_and_image_box[b-cvr0hwd47f] {
	border-radius: 25px;
	background: #fff;
	height: 100%;
	position: relative;
	padding-bottom: 140px;
}

	.products_text_and_image_box .img_box[b-cvr0hwd47f] {
		position: relative;
		border-radius: 25px 25px 0px 0px;
	}

		.products_text_and_image_box .img_box img[b-cvr0hwd47f] {
			display: block;
			width: 100%;
			height: auto;
			opacity: 0;
		}

		.products_text_and_image_box .img_box span[b-cvr0hwd47f] {
			display: inline-block;
			position: absolute;
			left: -12px;
			top: 50px;
			background: #e35728;
			padding: 14px 25px 13px 25px;
			min-width: 207px;
			border-radius: 12px 25px 25px 0px;
			font-size: 14px;
			color: #fff;
			text-transform: uppercase;
			line-height: 1.15;
			font-family: 'Gilroy-Regular';
			background: #147875;
			text-align: left;
		}

			.products_text_and_image_box .img_box span[b-cvr0hwd47f]:after {
				content: "";
				display: block;
				width: 12px;
				height: 9px;
				position: absolute;
				left: 0px;
				top: 100%;
				background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row1_box_icon.png) left top no-repeat;
				background-size: 100% 100%;
			}

	.products_text_and_image_box .text_box[b-cvr0hwd47f] {
		padding-left: 20px;
		padding-right: 20px;
	}

		.products_text_and_image_box .text_box .text_box_inner[b-cvr0hwd47f] {
			width: 410px;
			padding-top: 46px;
			margin: 0px auto;
			max-width: 100%;
		}

	.products_text_and_image_box h3[b-cvr0hwd47f] {
		font-size: 24px;
		color: #e35728;
		font-family: 'Gilroy-Bold';
		line-height: 1.1;
		margin-bottom: 34px;
	}

	.products_text_and_image_box .bottom_text[b-cvr0hwd47f] {
		width: 410px;
		position: absolute;
		left: 50%;
		margin-left: -205px;
		bottom: 50px;
	}

		.products_text_and_image_box .bottom_text p[b-cvr0hwd47f] {
			font-size: 14px;
			color: #034854;
			margin-bottom: 2px;
			font-family: 'Gilroy-Medium';
		}

			.products_text_and_image_box .bottom_text p strong[b-cvr0hwd47f] {
				font-size: 36px;
				color: #e35728;
				font-family: 'Gilroy-SemiBold';
			}

			.products_text_and_image_box .bottom_text p span[b-cvr0hwd47f] {
				font-family: 'Gilroy-SemiBold';
			}

			.products_text_and_image_box .bottom_text p:first-child[b-cvr0hwd47f] {
				margin-bottom: 12px;
			}
/*Products page Css End*/

/*In the Press Css Start*/
.breadcrumbs_list[b-cvr0hwd47f] {
	font-size: 16px;
	color: #646464;
	font-family: 'Gilroy-Medium';
	padding-bottom: 5px;
	padding-top: 64px;
	padding-bottom: 48px;
}

	.breadcrumbs_list a[b-cvr0hwd47f] {
		text-decoration: none;
		color: #e35728;
	}

		.breadcrumbs_list a:hover[b-cvr0hwd47f] {
			text-decoration: underline;
			color: #e35728;
		}

	.breadcrumbs_list span.delimiter_icon[b-cvr0hwd47f] {
		display: inline-block;
		padding: 0px 7px;
	}

		.breadcrumbs_list span.home_link[b-cvr0hwd47f],
		.breadcrumbs_list span.delimiter_icon:nth-child(2)[b-cvr0hwd47f] {
			display: none;
		}

.press_post_list_wrapper[b-cvr0hwd47f] {
	padding-bottom: 50px;
}

.press_post_list_title[b-cvr0hwd47f] {
	border-bottom: 2px solid #eba188;
	margin-bottom: 50px;
}

	.press_post_list_title h3[b-cvr0hwd47f] {
		line-height: 1.2;
		color: #034755;
		position: relative;
		display: inline-block;
		padding-right: 20px;
		margin-bottom: 8px;
	}

		.press_post_list_title h3[b-cvr0hwd47f]:after {
			content: "\f105";
			font-family: 'FontAwesome';
			position: absolute;
			right: 0px;
			top: 9px;
			color: #e35728;
			font-size: 24px;
		}

		.press_post_list_title h3 a[b-cvr0hwd47f] {
			color: #034755;
			text-decoration: none;
		}

			.press_post_list_title h3 a:hover[b-cvr0hwd47f] {
				color: #034755;
				text-decoration: none;
			}

.press_post_list[b-cvr0hwd47f] {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

	.press_post_list li[b-cvr0hwd47f] {
		padding: 0px 8px 35px;
		width: 33.333%;
	}

		.press_post_list li .press_post_list_box[b-cvr0hwd47f] {
			background: #ffffff;
			height: 100%;
			padding-bottom: 18px;
		}

		.press_post_list li .img_box[b-cvr0hwd47f] {
		}

			.press_post_list li .img_box img[b-cvr0hwd47f] {
				display: block;
				width: 100%;
				height: auto;
				opacity: 0;
			}

		.press_post_list li .text_box[b-cvr0hwd47f] {
			padding: 0px 25px;
		}

		.press_post_list li .text_box_inner[b-cvr0hwd47f] {
			padding-top: 20px;
			padding-bottom: 10px;
		}

		.press_post_list li h4[b-cvr0hwd47f] {
			font-size: 20px;
			line-height: 1.2;
			margin-bottom: 4px;
		}

			.press_post_list li h4 a[b-cvr0hwd47f] {
				color: #034755;
				text-decoration: none;
				padding-right: 20px;
				display: inline-block;
				position: relative;
			}

				.press_post_list li h4 a[b-cvr0hwd47f]:after {
					content: "\f105";
					font-family: 'FontAwesome';
					position: absolute;
					right: 0px;
					top: -2px;
					color: #e35728;
					font-size: 24px;
				}

				.press_post_list li h4 a:hover[b-cvr0hwd47f] {
					color: #034755;
					text-decoration: none;
				}

	.press_post_list .post_date[b-cvr0hwd47f] {
		display: block;
		font-size: 14px;
		color: #646464;
		font-family: 'Gilroy-Medium';
		padding-bottom: 22px;
	}

	.press_post_list .webpage_text[b-cvr0hwd47f] {
		display: block;
		background: url(/wp-content/themes/vfx_new/images/webpage_text_icon.png) left top no-repeat;
		font-size: 14px;
		color: #646464;
		font-family: 'Gilroy-Medium';
		padding: 3px 0px 25px 33px;
	}

	.press_post_list .documents_text[b-cvr0hwd47f] {
		display: block;
		background: url(/wp-content/themes/vfx_new/images/documents_text_icon.png) left top no-repeat;
		font-size: 14px;
		color: #646464;
		font-family: 'Gilroy-Medium';
		padding: 4px 0px 25px 26px;
	}

	.press_post_list p[b-cvr0hwd47f] {
		font-size: 14px;
		color: #000000;
		line-height: 1.3;
		margin-bottom: 0px;
	}

	.press_post_list .press_post_bottom_text[b-cvr0hwd47f] {
		font-size: 14px;
		color: #000000;
		font-family: 'Gilroy-RegularItalic';
		width: 100%;
		padding: 38px 25px 0px;
	}

/*In the Press Css End*/


@media (max-width:1370px) {
	.concise_header_logo[b-cvr0hwd47f] {
		margin-left: 0px;
	}
}

@media(max-width:1300px) {
	.header_menu_container[b-cvr0hwd47f] {
		padding-left: 40px;
	}

	.header_menu_wrapper .right_link[b-cvr0hwd47f] {
		padding-right: 0px;
	}
}

@media(max-width:1250px) {
	.header_menu_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 32px;
	}

	.header_menu_wrapper .right_link[b-cvr0hwd47f] {
		position: absolute;
		right: 20px;
		top: -15px;
		margin-top: 0px;
		text-align: right;
		width: 100%;
	}

		.header_menu_wrapper .right_link .btn_link[b-cvr0hwd47f] {
			padding: 8px 15px;
			font-size: 13px;
		}
}

@media (max-width:1210px) {
	#footer[b-cvr0hwd47f] {
		padding-bottom: 62px;
	}

	.footer_top .footer_top_left p[b-cvr0hwd47f] {
		line-height: 1.6;
		margin: 0px 0px 20px;
	}

	.footer_middle ul li[b-cvr0hwd47f] {
		padding-right: 20px;
	}

	.footer_middle .footer_share_list[b-cvr0hwd47f] {
		padding-right: 0px;
	}

	.pages_text_and_image_row .text_box[b-cvr0hwd47f] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.pages_text_and_image_row .bottom_text[b-cvr0hwd47f] {
		left: 40px;
		padding-right: 40px;
	}

	.products_page_table_content[b-cvr0hwd47f] {
		padding-right: 0px;
	}

	.products_page_bottom_table_wrapper .products_page_bottom_table_content[b-cvr0hwd47f] {
		padding-right: 0px;
	}

	.products_page_table_wrapper table tr th:last-child[b-cvr0hwd47f]:after {
		display: none;
	}
}

@media(max-width:1120px) {
	.header_top_bar .left_link[b-cvr0hwd47f] {
		padding-top: 2px;
	}

	.header_top_bar .top_bar_link[b-cvr0hwd47f] {
		font-size: 14px;
		margin-right: 15px;
	}

	.search_box .search_box_button[b-cvr0hwd47f] {
		margin-top: 0px;
	}

	.header_menu_wrapper .header_menu_tabs > li > a[b-cvr0hwd47f] {
		padding-bottom: 40px;
	}
}

@media(max-width:1050px) {
	#fixed_header .fixed_header_logo[b-cvr0hwd47f] {
		left: 34%;
	}

	#fixed_header .left_link .white_button[b-cvr0hwd47f] {
		width: 120px;
		margin-right: 5px;
	}

	#fixed_header .right_link a.btn_link[b-cvr0hwd47f] {
		width: 136px;
		margin-left: 5px;
	}

	.experience_our_spreads_wrapper .text_box ul.buttons[b-cvr0hwd47f] {
		padding-top: 20px;
	}

		.experience_our_spreads_wrapper .text_box ul.buttons li:first-child[b-cvr0hwd47f] {
			padding-right: 0px;
		}

		.experience_our_spreads_wrapper .text_box ul.buttons li[b-cvr0hwd47f] {
			width: 100%;
			padding-bottom: 10px;
		}

			.experience_our_spreads_wrapper .text_box ul.buttons li .orange_arrow_button[b-cvr0hwd47f] {
				display: inline-block;
			}
}

@media(max-width:1040px) {
	.experience_our_spreads_wrapper .text_box[b-cvr0hwd47f] {
		width: 100%;
	}
}

@media(max-width:1000px) {
	.products_page_table_content[b-cvr0hwd47f] {
		width: 100%;
		overflow: auto;
	}

	.products_page_table_wrapper table[b-cvr0hwd47f] {
		width: 990px;
	}

		.products_page_table_wrapper table tr th:last-child[b-cvr0hwd47f]:after {
			display: none;
		}
}

@media (max-width: 990px) {
	.open_account_header .open_account_link_box[b-cvr0hwd47f] {
		padding-left: 18px;
	}
}

@media(max-width:980px) {
	.fast_easy_wrapper_img_box[b-cvr0hwd47f] {
		right: 5px;
	}

	.footer_top[b-cvr0hwd47f] {
		padding-top: 50px;
	}

		.footer_top .footer_top_left[b-cvr0hwd47f] {
			padding-left: 0px;
			width: 100%;
			padding-right: 0px;
			padding-bottom: 30px;
		}

	.footer_logo[b-cvr0hwd47f] {
		position: static;
		margin-bottom: 20px;
	}

	.footer_top .footer_top_left p[b-cvr0hwd47f] {
		width: 100%;
	}

	.subscribe_form[b-cvr0hwd47f] {
		width: 420px;
		max-width: 100%;
		padding-top: 0px;
	}

	.footer_top .footer_top_center[b-cvr0hwd47f] {
		width: 48%;
	}

	.footer_top .footer_top_right[b-cvr0hwd47f] {
		width: 48%;
		max-width: 48%;
	}

	.footer_img_content[b-cvr0hwd47f] {
		padding-left: 0px;
	}

	.footer_img_content_left[b-cvr0hwd47f] {
		padding-left: 20px;
	}

	.footer_middle[b-cvr0hwd47f] {
		padding-left: 0px;
	}

	.footer_bottom .inner[b-cvr0hwd47f] {
		padding-left: 20px;
		padding-top: 50px;
	}

	.experience_our_spreads_wrapper .inner[b-cvr0hwd47f]:before {
		width: 300px;
		height: 274px;
		left: -140px;
	}

	.rawecn_list .rawecn_nav li span[b-cvr0hwd47f] {
		font-size: 14px;
	}

	.rawecn_list .rawecn_nav li.rawecn_active span[b-cvr0hwd47f] {
		font-size: 20px;
	}

	.rawecn_list .rawecn_nav li span[b-cvr0hwd47f]:after {
		height: 40px;
		transform: rotate(10deg);
	}

	.pages_text_and_image_row .bottom_text img[b-cvr0hwd47f] {
		height: auto;
		bottom: auto;
		top: 5px;
	}

	.educations_content[b-cvr0hwd47f] {
		padding-top: 60px;
	}

	.educations_content_left[b-cvr0hwd47f] {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}

		.educations_content_left .new_single[b-cvr0hwd47f] {
			padding: 40px 30px 30px;
		}

	.educations_content_sidebar[b-cvr0hwd47f] {
		width: 320px;
		margin: 0px auto;
		float: none;
		max-width: 100%;
	}

	.educations_content_sidebar_box[b-cvr0hwd47f] {
		margin-bottom: 30px;
	}

	.transparent_profitable_robust_row .text_box ul[b-cvr0hwd47f] {
		padding-top: 0px;
	}

		.transparent_profitable_robust_row .text_box ul li[b-cvr0hwd47f] {
			width: 33.333%;
			padding-right: 20px;
		}

	.products_page_bottom_table_wrapper .inner[b-cvr0hwd47f]:before {
		width: 320px;
		height: 292px;
		left: -152px;
	}

	.products_page_bottom_table_wrapper .inner.add_green_icon[b-cvr0hwd47f]:before {
		width: 320px;
		height: 292px;
	}

	.products_text_and_image_box .bottom_text[b-cvr0hwd47f] {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		left: 0px;
		margin-left: 0px;
	}



	.press_post_list li[b-cvr0hwd47f] {
		width: 50%;
	}
}

@media(max-width:940px) {
	h1[b-cvr0hwd47f] {
		font-size: 32px;
		line-height: 38px;
	}

	h2[b-cvr0hwd47f] {
		font-size: 32px;
		line-height: 38px;
	}

	h3[b-cvr0hwd47f] {
		font-size: 30px;
		line-height: 36px;
	}

	h4[b-cvr0hwd47f] {
		font-size: 18px;
		line-height: 24px;
	}

	h5[b-cvr0hwd47f] {
		font-size: 16px;
		line-height: 22px;
	}

	h6[b-cvr0hwd47f] {
		font-size: 16px;
		line-height: 22px;
	}

	h7[b-cvr0hwd47f] {
		font-size: 14px;
		line-height: 20px;
	}

	.white_button[b-cvr0hwd47f],
	.orange_button[b-cvr0hwd47f],
	.green_button[b-cvr0hwd47f] {
		border-radius: 25px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.white_arrow_button[b-cvr0hwd47f],
	.orange_arrow_button[b-cvr0hwd47f],
	.green_arrow_button[b-cvr0hwd47f] {
		border-radius: 25px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

		.white_arrow_button[b-cvr0hwd47f]:after,
		.orange_arrow_button[b-cvr0hwd47f]:after,
		.green_arrow_button[b-cvr0hwd47f]:after {
			margin-left: 15px;
		}

	.header_menu_tab_content_inner[b-cvr0hwd47f] {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.header_menu_wrapper .header_menu_tabs > li[b-cvr0hwd47f] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header_menu_tab_content .sub_menu > li h4[b-cvr0hwd47f] {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.header_menu_tab_content .header_menu_links[b-cvr0hwd47f] {
		width: 225px;
		max-width: none;
	}

	.header_menu_tab_content .sub_menu_box[b-cvr0hwd47f] {
		width: calc(100% - 225px);
	}

	.header_menu_tab_content .sub_menu > li[b-cvr0hwd47f] {
		width: 50%;
		padding-bottom: 20px;
	}

	.header_menu_tab_content#header_menu_contnet3 .sub_menu > li[b-cvr0hwd47f] {
		width: 50%;
	}

	.header_menu_tab_content .header_menu_links .orange_arrow_button[b-cvr0hwd47f],
	.header_menu_tab_content .header_menu_links .green_arrow_button[b-cvr0hwd47f] {
		text-align: center;
	}

	#fixed_header[b-cvr0hwd47f] {
		display: none !important;
	}

	#footer[b-cvr0hwd47f] {
		padding-bottom: 0px;
	}

	.footer_bottom .inner[b-cvr0hwd47f] {
		padding-bottom: 20px;
	}

	.fast_easy_content[b-cvr0hwd47f] {
		width: 66%;
		max-width: 66%;
	}

	.page_banner_content .inner[b-cvr0hwd47f] {
		height: 520px;
		padding-bottom: 0px;
	}

	.page_banner_content h1[b-cvr0hwd47f] {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 25px;
	}

	.page_banner_content h2[b-cvr0hwd47f] {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.page_content_form .text_box[b-cvr0hwd47f] {
		width: 100%;
		max-width: 100%;
		padding: 0px 0px 10px;
	}

	.page_content_form .page_content_form_box[b-cvr0hwd47f] {
		width: 100%;
		max-width: 100%;
	}


	.transparent_profitable_robust_row .inner[b-cvr0hwd47f] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

		.transparent_profitable_robust_row .inner[b-cvr0hwd47f]:after {
			width: 250px;
			height: 230px;
			right: 0px;
		}

	.transparent_profitable_robust_row .img_box[b-cvr0hwd47f] {
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.transparent_profitable_robust_row .text_box[b-cvr0hwd47f] {
		width: 100%;
	}

		.transparent_profitable_robust_row .text_box ul[b-cvr0hwd47f] {
			width: 700px;
			max-width: 100%;
			padding-bottom: 0px;
		}

			.transparent_profitable_robust_row .text_box ul li[b-cvr0hwd47f] {
				padding-bottom: 10px;
			}

		.transparent_profitable_robust_row .text_box .text .green_arrow_button[b-cvr0hwd47f] {
			margin-top: 0px;
		}

		.transparent_profitable_robust_row .text_box .text .orange_arrow_button[b-cvr0hwd47f] {
			margin-top: 0px;
		}


	.press_post_list_title h3[b-cvr0hwd47f]:after {
		top: 4px;
	}

	.education_post_list_wrpper ul[b-cvr0hwd47f] {
		justify-content: center;
	}

		.education_post_list_wrpper ul li[b-cvr0hwd47f] {
			width: 50%;
		}
}

@media(max-width:900px) {
	.footer_middle ul[b-cvr0hwd47f] {
		float: none;
		padding-top: 0px;
		padding-bottom: 10px;
	}

		.footer_middle ul li[b-cvr0hwd47f] {
			padding-left: 0px;
			padding-right: 10px;
		}

	.footer_middle .footer_share_list[b-cvr0hwd47f] {
		float: none;
	}

		.footer_middle .footer_share_list a[b-cvr0hwd47f] {
			margin-left: 0px;
			margin-right: 10px;
		}
}

@media only screen and (min-width: 769px) {
	.mobile_menu[b-cvr0hwd47f] {
		display: none !important;
	}
}

@media(max-width:768px) {
	.white_button[b-cvr0hwd47f],
	.orange_button[b-cvr0hwd47f],
	.green_button[b-cvr0hwd47f] {
		padding: 8px 12px;
		line-height: 18px;
	}

	.white_arrow_button[b-cvr0hwd47f],
	.orange_arrow_button[b-cvr0hwd47f],
	.green_arrow_button[b-cvr0hwd47f] {
		padding: 10px 20px;
		line-height: 18px;
	}

		.white_arrow_button[b-cvr0hwd47f]:after,
		.orange_arrow_button[b-cvr0hwd47f]:after,
		.green_arrow_button[b-cvr0hwd47f]:after {
			margin-left: 15px;
		}

	.mobile_menu_hamburger[b-cvr0hwd47f] {
		display: block;
	}

	.header_menu_container[b-cvr0hwd47f] {
		display: none;
	}

	.header_menu_wrapper[b-cvr0hwd47f] {
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.header_logo[b-cvr0hwd47f] {
		float: none;
		margin: 0px auto;
		width: 220px;
	}

	.header_menu_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 0px;
	}

	.header_menu_wrapper .right_link[b-cvr0hwd47f] {
		position: static;
		float: none;
		padding-bottom: 15px;
		text-align: center;
		width: 100%;
		clear: both;
	}

		.header_menu_wrapper .right_link .btn_link[b-cvr0hwd47f] {
			margin-right: 2px;
			margin-left: 2px;
			margin-bottom: 5px;
			font-size: 12px;
			padding-top: 5px;
			padding-bottom: 5px;
		}

	/*.search_box .search_box_button{ width:21px; height:21px;}*/

	.footer_top h2[b-cvr0hwd47f] {
		margin-bottom: 15px;
	}

	.footer_top .footer_top_left[b-cvr0hwd47f] {
		padding-left: 0px;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.footer_logo[b-cvr0hwd47f] {
		position: static;
		margin-bottom: 20px;
	}

	.footer_top .footer_top_left p[b-cvr0hwd47f] {
		width: 100%;
	}

	.subscribe_form[b-cvr0hwd47f] {
		width: 320px;
		max-width: 100%;
		padding-top: 0px;
	}

	.footer_top .footer_top_center[b-cvr0hwd47f] {
		width: 48%;
	}

	.footer_top .footer_top_right[b-cvr0hwd47f] {
		width: 48%;
		max-width: 48%;
	}

	.footer_middle[b-cvr0hwd47f] {
		padding-left: 0px;
	}

	.footer_bottom .inner[b-cvr0hwd47f] {
		padding-left: 20px;
	}

	.footer_top .footer_top_left p[b-cvr0hwd47f] {
		line-height: 1.5;
		margin: 0px 0px 15px;
	}

	.footer_top .footer_top_right p[b-cvr0hwd47f] {
		font-size: 14px;
	}

	.footer_img_content[b-cvr0hwd47f] {
		justify-content: center;
	}

	.footer_img_content_left[b-cvr0hwd47f] {
		padding-left: 0px;
		width: 300px;
		max-width: 100%;
	}

	.footer_img_content_right[b-cvr0hwd47f] {
		width: 100%;
		left: auto;
	}

		.footer_img_content_right img[b-cvr0hwd47f] {
			margin: 0px auto;
		}


	.header_top_bar .top_bar_link[b-cvr0hwd47f] {
		font-size: 12px;
	}

	.header_top_bar .left_link[b-cvr0hwd47f] {
		padding-left: 0px;
	}

	.header_top_bar .header_protrader_link[b-cvr0hwd47f] {
		padding-left: 30px;
	}

		.header_top_bar .header_protrader_link[b-cvr0hwd47f]:before {
			width: 25px;
			height: 13px;
		}

	.header_top_bar .header_mt5_link[b-cvr0hwd47f] {
		padding-left: 23px;
	}

		.header_top_bar .header_mt5_link[b-cvr0hwd47f]:before {
			width: 20px;
			height: 18px;
		}

	.header_top_bar .header_webtrader_link[b-cvr0hwd47f] {
		padding-left: 23px;
	}

		.header_top_bar .header_webtrader_link[b-cvr0hwd47f]:before {
			width: 18px;
			height: 18px;
		}

	.header_top_bar .header_app_link[b-cvr0hwd47f] {
		padding-left: 17px;
	}

		.header_top_bar .header_app_link[b-cvr0hwd47f]:before {
			width: 12px;
			height: 17px;
		}

	.header_top_bar .right_link .white_button[b-cvr0hwd47f],
	.header_top_bar .right_link .orange_button[b-cvr0hwd47f],
	.header_top_bar .right_link .green_button[b-cvr0hwd47f] {
		border-radius: 18px;
		padding: 4px 12px;
		font-size: 12px;
	}

	.header_language_nav[b-cvr0hwd47f] {
		font-size: 18px;
		padding-top: 0px;
	}

		.header_language_nav[b-cvr0hwd47f]:after {
			font-size: 18px;
		}


	.open_account_header .open_account_link_box[b-cvr0hwd47f] {
		padding-left: 9px;
	}

	.open_account_header .open_account_link[b-cvr0hwd47f] {
		padding: 0px 9px;
	}

	.fast_easy_content[b-cvr0hwd47f] {
		padding-top: 45px;
		padding-bottom: 50px;
		width: 100%;
		max-width: 100%;
	}

		.fast_easy_content h3[b-cvr0hwd47f] {
			margin-bottom: 20px;
		}

	.fast_easy_wrapper ul[b-cvr0hwd47f] {
		padding-bottom: 20px;
	}

		.fast_easy_wrapper ul li .text_box[b-cvr0hwd47f]:before {
			margin-bottom: 10px;
		}

	.fast_easy_wrapper_img_box[b-cvr0hwd47f] {
		position: static;
		width: 260px;
		max-width: 100%;
		margin: 0px auto;
	}

	.concise_header .inner[b-cvr0hwd47f] {
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.concise_header_logo[b-cvr0hwd47f] {
		width: 200px;
	}

	.concise_header ul[b-cvr0hwd47f] {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

		.concise_header ul li[b-cvr0hwd47f] {
			padding-left: 10px;
			padding-right: 10px;
		}


	.page_banner_content .inner[b-cvr0hwd47f] {
		height: 400px;
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.page_banner_content h1[b-cvr0hwd47f] {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.page_banner_content h2[b-cvr0hwd47f] {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.page_banner_content .inner.banner_text_add_bg_color[b-cvr0hwd47f] {
		background: rgba(0,0,0,0.5);
	}

		.page_banner_content .inner.banner_text_add_bg_color h1[b-cvr0hwd47f],
		.page_banner_content .inner.banner_text_add_bg_color h2[b-cvr0hwd47f] {
			color: #fff !important;
		}

	.pages_text_and_image_row_wrapper[b-cvr0hwd47f] {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.pages_text_and_image_row .text_and_image_inner[b-cvr0hwd47f] {
	}

	.pages_text_and_image_row h3[b-cvr0hwd47f] {
		margin-bottom: 20px;
	}

	.pages_text_and_image_row .text_box[b-cvr0hwd47f] {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px !important;
		height: auto !important;
		border-radius: 20px 20px 0px 0px;
	}

	.pages_text_and_image_row.text_and_image_position_left .text_box[b-cvr0hwd47f] {
		border-radius: 20px 20px 0px 0px;
	}

	.pages_text_and_image_row .img_box[b-cvr0hwd47f] {
		width: 100%;
		border-radius: 0px 0px 20px 20px;
	}

	.pages_text_and_image_row.text_and_image_position_left .img_box[b-cvr0hwd47f] {
		width: 100%;
		border-radius: 0px 0px 20px 20px;
	}

	.pages_text_and_image_row .bottom_text[b-cvr0hwd47f] {
		position: static;
		padding-right: 0px;
		padding-top: 20px;
	}

		.pages_text_and_image_row .bottom_text img[b-cvr0hwd47f] {
			position: static;
			width: auto;
			margin-top: 10px;
			max-width: 100%;
		}

	.default_page_content .inner[b-cvr0hwd47f] {
		padding-top: 50px;
		padding-bottom: 35px;
	}

	.experience_our_spreads_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 45px;
		padding-bottom: 50px;
	}

		.experience_our_spreads_wrapper .inner[b-cvr0hwd47f]:before {
			width: 200px;
			height: 183px;
			left: -90px;
		}

	.experience_our_spreads_wrapper .experience_our_spreads_content[b-cvr0hwd47f] {
		float: none;
		align-items: flex-start;
		padding-right: 0px;
	}

	.experience_our_spreads_wrapper .text_box[b-cvr0hwd47f] {
		padding-bottom: 40px;
	}

		.experience_our_spreads_wrapper .text_box h3[b-cvr0hwd47f] {
			margin-bottom: 20px;
		}

	.experience_our_spreads_wrapper .rawecn_box[b-cvr0hwd47f] {
		max-width: 100%;
	}

	.rawecn_list .rawecn_content[b-cvr0hwd47f] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.educations_content_left h2.single_title[b-cvr0hwd47f] {
		font-size: 30px;
		line-height: 38px;
	}

	.educations_content_left .new_single[b-cvr0hwd47f] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.educations_content_sidebar_box[b-cvr0hwd47f] {
		padding: 30px 20px;
	}


	.refer_and_earn_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 50px;
		padding-bottom: 50px;
	}

		.refer_and_earn_wrapper .inner[b-cvr0hwd47f]:after {
			width: 260px;
			height: 241px;
			left: -120px;
		}

	.refer_and_earn_wrapper h3[b-cvr0hwd47f] {
		margin-bottom: 25px;
	}

	.refer_and_earn_wrapper .refer_and_earn_content[b-cvr0hwd47f] {
		max-width: 100%;
		width: 100%;
	}


	.transparent_profitable_robust_row .text_box ul li[b-cvr0hwd47f] {
		width: auto;
		padding-right: 20px;
	}

	.page_content_form .inner[b-cvr0hwd47f] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.page_content_form_content[b-cvr0hwd47f] {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_content_form .text_box h3[b-cvr0hwd47f] {
		margin-bottom: 20px;
	}

	.page_content_form .page_content_form_box[b-cvr0hwd47f] {
		padding-right: 0px;
	}

	.page_content_form .gform_legacy_markup_wrapper ul.gform_fields[b-cvr0hwd47f] {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	body .page_content_form .gform_wrapper ul li.gfield[b-cvr0hwd47f] {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
	}

	.page_content_form .gform_wrapper .top_label .gfield_error[b-cvr0hwd47f] {
		width: 100%;
	}

	.page_content_form .gform_wrapper textarea.medium[b-cvr0hwd47f] {
		margin-top: 0px !important;
	}

	.page_content_form .gform_wrapper .gform_footer[b-cvr0hwd47f] {
		padding-top: 0px;
	}

	.products_page_table_wrapper[b-cvr0hwd47f] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.products_page_bottom_table_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 55px;
		padding-bottom: 60px;
	}

	.products_page_bottom_table_wrapper .text_box[b-cvr0hwd47f] {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 20px;
	}

		.products_page_bottom_table_wrapper .text_box h3[b-cvr0hwd47f] {
			display: block;
			text-align: center;
		}

			.products_page_bottom_table_wrapper .text_box h3 br[b-cvr0hwd47f] {
				display: none;
			}

	.products_page_bottom_table_wrapper .products_page_bottom_table_content[b-cvr0hwd47f] {
		width: 100%;
	}

	.products_page_bottom_table_content table th[b-cvr0hwd47f] {
		font-size: 20px;
	}

	.products_page_bottom_table_content table td[b-cvr0hwd47f] {
		font-size: 16px;
	}

	.products_page_bottom_table_wrapper .inner[b-cvr0hwd47f]:before {
		width: 240px;
		height: 219px;
		left: -110px;
	}

	.products_page_bottom_table_wrapper .inner.add_green_icon[b-cvr0hwd47f]:before {
		width: 240px;
		height: 219px;
	}

	.products_text_and_image_wrapper .inner[b-cvr0hwd47f] {
		padding-top: 50px;
	}

	.products_text_and_image_wrapper ul[b-cvr0hwd47f] {
		width: 520px;
		margin: 0px auto;
		max-width: 100%;
	}

		.products_text_and_image_wrapper ul li[b-cvr0hwd47f] {
			width: 100%;
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 50px;
		}

	.products_text_and_image_box[b-cvr0hwd47f] {
		padding-bottom: 30px;
	}

		.products_text_and_image_box .text_box .text_box_inner[b-cvr0hwd47f] {
			padding-top: 30px;
		}

		.products_text_and_image_box h3[b-cvr0hwd47f] {
			margin-bottom: 20px;
		}

		.products_text_and_image_box .bottom_text[b-cvr0hwd47f] {
			position: static;
			padding-left: 0px;
			padding-right: 0px;
		}

	.breadcrumbs_list[b-cvr0hwd47f] {
		padding-top: 40px;
		padding-bottom: 25px;
	}

	.press_post_list_title[b-cvr0hwd47f] {
		margin-bottom: 30px;
	}

	.press_post_list[b-cvr0hwd47f] {
		margin-left: 0px;
		margin-right: 0px;
	}

		.press_post_list li[b-cvr0hwd47f] {
			width: 100%;
			padding-left: 0px;
			padding-right: 0px;
		}

			.press_post_list li .text_box[b-cvr0hwd47f] {
				padding-left: 20px;
				padding-right: 20px;
				height: auto !important;
			}

			.press_post_list li .text_box_inner[b-cvr0hwd47f] {
				padding-bottom: 20px;
			}

		.press_post_list .press_post_bottom_text[b-cvr0hwd47f] {
			padding-left: 20px;
			padding-right: 20px;
		}

		.press_post_list .post_date[b-cvr0hwd47f],
		.press_post_list .webpage_text[b-cvr0hwd47f],
		.press_post_list .documents_text[b-cvr0hwd47f] {
			padding-bottom: 15px;
		}



	.content_hub_menu_bar ul[b-cvr0hwd47f] {
		padding-left: 90px;
	}

		.content_hub_menu_bar ul li[b-cvr0hwd47f] {
			padding-right: 20px;
		}


	.education_single_the_content .wp-block-table[b-cvr0hwd47f] {
		width: 100%;
		overflow: auto;
	}

	.education_single_the_content table th[b-cvr0hwd47f],
	.education_single_the_content table td[b-cvr0hwd47f] {
		font-size: 14px;
	}

	.education_post_list_wrpper ul[b-cvr0hwd47f] {
		width: 380px;
		max-width: 100%;
		margin: 0px auto;
	}

		.education_post_list_wrpper ul li[b-cvr0hwd47f] {
			width: 100%;
			padding-left: 0px;
			padding-right: 0px;
		}

			.education_post_list_wrpper ul li .text_box[b-cvr0hwd47f] {
				height: auto !important;
			}


	.education_single_content .inner[b-cvr0hwd47f] {
		padding-bottom: 20px;
	}

		.education_single_content .inner[b-cvr0hwd47f]:after {
			display: none;
		}

	.education_single_content .text_box[b-cvr0hwd47f] {
		width: 100%;
		padding-bottom: 30px;
	}

		.education_single_content .text_box h1[b-cvr0hwd47f] {
			font-size: 30px;
		}

		.education_single_content .text_box h2[b-cvr0hwd47f] {
			font-size: 24px;
		}

		.education_single_content .text_box h3[b-cvr0hwd47f] {
			font-size: 20px;
		}

		.education_single_content .text_box p[b-cvr0hwd47f] {
			font-size: 14px;
		}

	.education_single_the_content ul li[b-cvr0hwd47f],
	.education_single_the_content ol li[b-cvr0hwd47f] {
		font-size: 14px;
	}

	.education_single_content .latest_release_list[b-cvr0hwd47f] {
		max-width: 100%;
		width: 380px;
		margin: 0px auto;
		display: none;
	}

		.education_single_content .latest_release_list ul[b-cvr0hwd47f] {
			width: 100%;
		}

			.education_single_content .latest_release_list ul li[b-cvr0hwd47f] {
				padding-bottom: 30px;
			}

	.latest_release_slider_wrapper[b-cvr0hwd47f] {
		display: block;
	}
}

@media(max-width:650px) {
	.footer_top[b-cvr0hwd47f] {
		padding-bottom: 20px;
	}

		.footer_top .footer_top_center[b-cvr0hwd47f] {
			width: 100%;
			padding-bottom: 20px;
		}

		.footer_top .footer_top_right[b-cvr0hwd47f] {
			width: 100%;
			max-width: 100%;
		}

	.footer_bottom ul li[b-cvr0hwd47f] {
		width: 100%;
		padding-bottom: 0px;
	}

	.footer_top .footer_top_right .text_box[b-cvr0hwd47f] {
		padding-bottom: 10px;
	}

	.footer_top[b-cvr0hwd47f] {
		padding-top: 50px;
	}

	.footer_top_icon_list[b-cvr0hwd47f] {
		padding-bottom: 10px;
	}

	.footer_bottom_bar p[b-cvr0hwd47f] {
		font-size: 16px;
	}

	.fast_easy_content ul[b-cvr0hwd47f] {
		flex-wrap: wrap;
	}

		.fast_easy_content ul li[b-cvr0hwd47f] {
			width: 100%;
			padding-right: 0px;
			padding-bottom: 20px;
		}

	.fast_easy_wrapper ul li .text_box h4[b-cvr0hwd47f] {
		font-size: 16px;
		line-height: 24px;
	}

	.fast_easy_wrapper ul li .text_box p[b-cvr0hwd47f] {
		width: 220px;
	}

	.fast_easy_wrapper h6[b-cvr0hwd47f] {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 20px;
	}

	.products_page_bottom_table_wrapper .products_page_bottom_table_content[b-cvr0hwd47f] {
		width: 100%;
		overflow: auto;
	}

	.products_page_bottom_table_content table[b-cvr0hwd47f] {
		width: 620px;
	}

		.products_page_bottom_table_content table tr th:last-child[b-cvr0hwd47f]:after {
			display: none
		}
}

@media(max-width:600px) {
	.open_account_header .open_account_header_logo[b-cvr0hwd47f] {
		float: none;
	}

	.open_account_header .open_account_link_box[b-cvr0hwd47f] {
		padding: 5px 0px 19px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.open_account_header .open_account_link[b-cvr0hwd47f] {
		float: none;
		display: inline-block;
		padding: 0px 7px;
	}

		.open_account_header .open_account_link a[b-cvr0hwd47f] {
			padding: 5px 0px;
		}

	.open_account_header .search_box[b-cvr0hwd47f] {
		position: absolute;
		top: 2px;
		display: block;
		right: 10px;
	}

	.open_account_header .search-form[b-cvr0hwd47f] {
		right: auto;
		left: -210px;
		top: -6px;
		margin: 0;
	}


	.refer_and_earn_wrapper ul li:nth-child(1)[b-cvr0hwd47f],
	.refer_and_earn_wrapper ul li:nth-child(2)[b-cvr0hwd47f],
	.refer_and_earn_wrapper ul li:nth-child(3)[b-cvr0hwd47f] {
		width: 100%;
		padding-right: 0px;
	}

	.refer_and_earn_wrapper ul li .text_box p[b-cvr0hwd47f] {
		width: 320px;
	}

	.latest_release_slider_content .swiper_button_box div[b-cvr0hwd47f] {
		position: static;
		margin-top: 0px;
	}
}

@media(max-width:500px) {
	.header_top_bar[b-cvr0hwd47f] {
		text-align: center;
		padding-bottom: 3px;
	}

		.header_top_bar .left_link[b-cvr0hwd47f] { /* float:none; width:100%;*/
			padding-top: 6px;
			float: none;
			display: inline-block;
			padding-left: 0px;
			text-align: center;
		}

		.header_top_bar .top_bar_link[b-cvr0hwd47f] {
			margin-left: 3px;
			margin-right: 3px;
			margin-bottom: 8px;
			vertical-align: top;
		}

	.header_language[b-cvr0hwd47f] {
		float: none;
		display: inline-block;
		padding-right: 5px;
	}

	.header_language_inner[b-cvr0hwd47f] {
		right: 0px;
	}

	.search_box[b-cvr0hwd47f] {
		position: relative;
		top: auto;
		right: auto;
		display: inline-block;
	}

		.search_box .search_box_button[b-cvr0hwd47f] {
			width: 20px;
			height: 20px;
		}

	.search-form[b-cvr0hwd47f] {
		right: auto;
		left: 50%;
		margin-left: -115px;
	}

	.header_language_inner ul[b-cvr0hwd47f] {
		width: 100%;
		float: none;
		padding: 0px;
	}

	.header_language_inner[b-cvr0hwd47f] {
		width: 170px;
		padding: 15px 0px;
	}

		.header_language_inner ul li[b-cvr0hwd47f] {
			padding: 5px 10px;
		}

	.pages_text_and_image_row h3[b-cvr0hwd47f] {
		font-size: 24px;
		line-height: 32px;
	}

	.pages_text_and_image_row .img_box span[b-cvr0hwd47f] {
		font-size: 12px;
		top: 45px;
		padding-top: 10px;
		padding-bottom: 9px;
	}

	.educations_content_left h2.single_title[b-cvr0hwd47f] {
		font-size: 24px;
		line-height: 32px;
	}

	.educations_content_left h2[b-cvr0hwd47f] {
		font-size: 20px;
		line-height: 30px;
	}

	.rawecn_list .rawecn_nav[b-cvr0hwd47f] {
		border-radius: 20px 20px 0px 0px;
		overflow: hidden;
	}

		.rawecn_list .rawecn_nav li[b-cvr0hwd47f] {
			width: 50%;
		}

			.rawecn_list .rawecn_nav li.commodities[b-cvr0hwd47f] {
				width: 100%;
			}

			.rawecn_list .rawecn_nav li[b-cvr0hwd47f]:after,
			.rawecn_list .rawecn_nav li[b-cvr0hwd47f]:before,
			.rawecn_list .rawecn_nav li.rawecn_active[b-cvr0hwd47f]:after,
			.rawecn_list .rawecn_nav li.rawecn_active[b-cvr0hwd47f]:before {
				display: none !important;
			}

			.rawecn_list .rawecn_nav li span[b-cvr0hwd47f] {
				background: #c5c5c5;
				padding: 12px 2px 13px 0px;
			}

			.rawecn_list .rawecn_nav li.rawecn_active span[b-cvr0hwd47f] {
				font-size: 14px;
				padding: 12px 2px 13px 0px;
				background: #e35728;
			}

			.rawecn_list .rawecn_nav li span[b-cvr0hwd47f]:after {
				display: none;
			}

	.rawecn_list .rawecn_content .row span[b-cvr0hwd47f] {
		font-size: 14px;
	}

	.rawecn_list .rawecn_content[b-cvr0hwd47f] {
		min-height: 236px;
		padding-top: 20px;
	}
}

@media(max-width:360px) {
	.header_logo[b-cvr0hwd47f] {
		width: 200px;
	}

	.footer_top .footer_top_center[b-cvr0hwd47f] {
		padding-bottom: 10px;
	}

	.footer_grade_item[b-cvr0hwd47f] {
		width: 100%;
		padding-bottom: 20px;
	}

		.footer_grade_item.google[b-cvr0hwd47f] {
			margin-top: 0px;
		}

	.transparent_profitable_robust_row .text_box ul li .icon_box[b-cvr0hwd47f] {
		padding-bottom: 10px;
	}

	.transparent_profitable_robust_row .text_box ul li[b-cvr0hwd47f] {
		width: 100%;
		padding-right: 0px;
	}
}
/* Country icon */
.country_list_icon[b-cvr0hwd47f] {
	display: inline-block;
	width: 22px;
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(/wp-content/themes/vfx_new/images/country_list_icon.png?v=20210107);
	background-repeat: no-repeat;
}

.form_ad_country_icon[b-cvr0hwd47f] {
	background-position: 0px 0px;
}

.form_ae_country_icon[b-cvr0hwd47f] {
	background-position: -23px 0px;
}

.form_af_country_icon[b-cvr0hwd47f] {
	background-position: -46px 0px;
}

.form_ag_country_icon[b-cvr0hwd47f] {
	background-position: -69px 0px;
}

.form_ai_country_icon[b-cvr0hwd47f] {
	background-position: -92px 0px;
}

.form_al_country_icon[b-cvr0hwd47f] {
	background-position: -115px 0px;
}

.form_am_country_icon[b-cvr0hwd47f] {
	background-position: -138px 0px;
}

.form_an_country_icon[b-cvr0hwd47f] {
	background-position: -161px 0px;
}

.form_ao_country_icon[b-cvr0hwd47f] {
	background-position: -184px 0px;
}

.form_aq_country_icon[b-cvr0hwd47f] {
	background-position: -207px 0px;
}

.form_ar_country_icon[b-cvr0hwd47f] {
	background-position: 0px -16px;
}

.form_as_country_icon[b-cvr0hwd47f] {
	background-position: -23px -16px;
}

.form_at_country_icon[b-cvr0hwd47f] {
	background-position: -46px -16px;
}

.form_au_country_icon[b-cvr0hwd47f] {
	background-position: -69px -16px;
}

.form_aw_country_icon[b-cvr0hwd47f] {
	background-position: -92px -16px;
}

.form_ax_country_icon[b-cvr0hwd47f] {
	background-position: -115px -16px;
}

.form_az_country_icon[b-cvr0hwd47f] {
	background-position: -138px -16px;
}

.form_ba_country_icon[b-cvr0hwd47f] {
	background-position: -161px -16px;
}

.form_bb_country_icon[b-cvr0hwd47f] {
	background-position: -184px -16px;
}

.form_bd_country_icon[b-cvr0hwd47f] {
	background-position: -207px -16px;
}

.form_be_country_icon[b-cvr0hwd47f] {
	background-position: 0px -32px;
}

.form_bf_country_icon[b-cvr0hwd47f] {
	background-position: -23px -32px;
}

.form_bg_country_icon[b-cvr0hwd47f] {
	background-position: -46px -32px;
}

.form_bh_country_icon[b-cvr0hwd47f] {
	background-position: -69px -32px;
}

.form_bi_country_icon[b-cvr0hwd47f] {
	background-position: -92px -32px;
}

.form_bj_country_icon[b-cvr0hwd47f] {
	background-position: -115px -32px;
}

.form_bl_country_icon[b-cvr0hwd47f] {
	background-position: -138px -32px;
}

.form_bm_country_icon[b-cvr0hwd47f] {
	background-position: -161px -32px;
}

.form_bn_country_icon[b-cvr0hwd47f] {
	background-position: -184px -32px;
}

.form_bo_country_icon[b-cvr0hwd47f] {
	background-position: -207px -32px;
}

.form_bq_country_icon[b-cvr0hwd47f] {
	background-position: 0px -48px;
}

.form_br_country_icon[b-cvr0hwd47f] {
	background-position: -23px -48px;
}

.form_bs_country_icon[b-cvr0hwd47f] {
	background-position: -46px -48px;
}

.form_bt_country_icon[b-cvr0hwd47f] {
	background-position: -69px -48px;
}

.form_bv_country_icon[b-cvr0hwd47f] {
	background-position: -92px -48px;
}

.form_bw_country_icon[b-cvr0hwd47f] {
	background-position: -115px -48px;
}

.form_by_country_icon[b-cvr0hwd47f] {
	background-position: -138px -48px;
}

.form_bz_country_icon[b-cvr0hwd47f] {
	background-position: -161px -48px;
}

.form_ca_country_icon[b-cvr0hwd47f] {
	background-position: -184px -48px;
}

.form_cc_country_icon[b-cvr0hwd47f] {
	background-position: -207px -48px;
}

.form_cd_country_icon[b-cvr0hwd47f] {
	background-position: 0px -64px;
}

.form_cf_country_icon[b-cvr0hwd47f] {
	background-position: -23px -64px;
}

.form_cg_country_icon[b-cvr0hwd47f] {
	background-position: -46px -64px;
}

.form_ch_country_icon[b-cvr0hwd47f] {
	background-position: -69px -64px;
}

.form_ci_country_icon[b-cvr0hwd47f] {
	background-position: -92px -64px;
}

.form_ck_country_icon[b-cvr0hwd47f] {
	background-position: -115px -64px;
}

.form_cl_country_icon[b-cvr0hwd47f] {
	background-position: -138px -64px;
}

.form_cm_country_icon[b-cvr0hwd47f] {
	background-position: -161px -64px;
}

.form_cn_country_icon[b-cvr0hwd47f] {
	background-position: -184px -64px;
}

.form_co_country_icon[b-cvr0hwd47f] {
	background-position: -207px -64px;
}

.form_cr_country_icon[b-cvr0hwd47f] {
	background-position: 0px -80px;
}

.form_cu_country_icon[b-cvr0hwd47f] {
	background-position: -23px -80px;
}

.form_cv_country_icon[b-cvr0hwd47f] {
	background-position: -46px -80px;
}

.form_cw_country_icon[b-cvr0hwd47f] {
	background-position: -69px -80px;
}

.form_cx_country_icon[b-cvr0hwd47f] {
	background-position: -92px -80px;
}

.form_cy_country_icon[b-cvr0hwd47f] {
	background-position: -115px -80px;
}

.form_cz_country_icon[b-cvr0hwd47f] {
	background-position: -138px -80px;
}

.form_de_country_icon[b-cvr0hwd47f] {
	background-position: -161px -80px;
}

.form_dj_country_icon[b-cvr0hwd47f] {
	background-position: -184px -80px;
}

.form_dk_country_icon[b-cvr0hwd47f] {
	background-position: -207 -80px;
}

.form_dm_country_icon[b-cvr0hwd47f] {
	background-position: 0px -96px;
}

.form_do_country_icon[b-cvr0hwd47f] {
	background-position: -23px -96px;
}

.form_dz_country_icon[b-cvr0hwd47f] {
	background-position: -46px -96px;
}

.form_ec_country_icon[b-cvr0hwd47f] {
	background-position: -69px -96px;
}

.form_ee_country_icon[b-cvr0hwd47f] {
	background-position: -92px -96px;
}

.form_eg_country_icon[b-cvr0hwd47f] {
	background-position: -115px -96px;
}

.form_eh_country_icon[b-cvr0hwd47f] {
	background-position: -138px -96px;
}

.form_er_country_icon[b-cvr0hwd47f] {
	background-position: -161px -96px;
}

.form_es_country_icon[b-cvr0hwd47f] {
	background-position: -184px -96px;
}

.form_et_country_icon[b-cvr0hwd47f] {
	background-position: -207px -96px;
}

.form_eu_country_icon[b-cvr0hwd47f] {
	background-position: 0px -112px;
}

.form_fi_country_icon[b-cvr0hwd47f] {
	background-position: -23px -112px;
}

.form_fj_country_icon[b-cvr0hwd47f] {
	background-position: -46px -112px;
}

.form_fk_country_icon[b-cvr0hwd47f] {
	background-position: -69px -112px;
}

.form_fm_country_icon[b-cvr0hwd47f] {
	background-position: -92px -112px;
}

.form_fo_country_icon[b-cvr0hwd47f] {
	background-position: -115px -112px;
}

.form_fr_country_icon[b-cvr0hwd47f] {
	background-position: -138px -112px;
}

.form_ga_country_icon[b-cvr0hwd47f] {
	background-position: -161px -112px;
}

.form_gb_country_icon[b-cvr0hwd47f] {
	background-position: -184px -112px;
}

.form_gd_country_icon[b-cvr0hwd47f] {
	background-position: -207px -112px;
}

.form_ge_country_icon[b-cvr0hwd47f] {
	background-position: 0px -128px;
}

.form_gf_country_icon[b-cvr0hwd47f] {
	background-position: -23px -128px;
}

.form_gg_country_icon[b-cvr0hwd47f] {
	background-position: -46px -128px;
}

.form_gh_country_icon[b-cvr0hwd47f] {
	background-position: -69px -128px;
}

.form_gi_country_icon[b-cvr0hwd47f] {
	background-position: -92px -128px;
}

.form_gl_country_icon[b-cvr0hwd47f] {
	background-position: -115px -128px;
}

.form_gm_country_icon[b-cvr0hwd47f] {
	background-position: -138px -128px;
}

.form_gn_country_icon[b-cvr0hwd47f] {
	background-position: -161px -128px;
}

.form_gp_country_icon[b-cvr0hwd47f] {
	background-position: -184px -128px;
}

.form_gq_country_icon[b-cvr0hwd47f] {
	background-position: -207px -128px;
}

.form_gr_country_icon[b-cvr0hwd47f] {
	background-position: 0px -144px;
}

.form_gs_country_icon[b-cvr0hwd47f] {
	background-position: -23px -144px;
}

.form_gt_country_icon[b-cvr0hwd47f] {
	background-position: -46px -144px;
}

.form_gu_country_icon[b-cvr0hwd47f] {
	background-position: -69px -144px;
}

.form_gw_country_icon[b-cvr0hwd47f] {
	background-position: -92px -144px;
}

.form_gy_country_icon[b-cvr0hwd47f] {
	background-position: -115px -144px;
}

.form_hk_country_icon[b-cvr0hwd47f] {
	background-position: -138px -144px;
}

.form_hm_country_icon[b-cvr0hwd47f] {
	background-position: -161px -144px;
}

.form_hn_country_icon[b-cvr0hwd47f] {
	background-position: -184px -144px;
}

.form_hr_country_icon[b-cvr0hwd47f] {
	background-position: -207px -144px;
}

.form_ht_country_icon[b-cvr0hwd47f] {
	background-position: 0px -160px;
}

.form_hu_country_icon[b-cvr0hwd47f] {
	background-position: -23px -160px;
}

.form_id_country_icon[b-cvr0hwd47f] {
	background-position: -46px -160px;
}

.form_ie_country_icon[b-cvr0hwd47f] {
	background-position: -69px -160px;
}

.form_il_country_icon[b-cvr0hwd47f] {
	background-position: -92px -160px;
}

.form_im_country_icon[b-cvr0hwd47f] {
	background-position: -115px -160px;
}

.form_in_country_icon[b-cvr0hwd47f] {
	background-position: -138px -160px;
}

.form_io_country_icon[b-cvr0hwd47f] {
	background-position: -161px -160px;
}

.form_iq_country_icon[b-cvr0hwd47f] {
	background-position: -184px -160px;
}

.form_ir_country_icon[b-cvr0hwd47f] {
	background-position: -207px -160px;
}

.form_is_country_icon[b-cvr0hwd47f] {
	background-position: 0px -176px;
}

.form_it_country_icon[b-cvr0hwd47f] {
	background-position: -23px -176px;
}

.form_je_country_icon[b-cvr0hwd47f] {
	background-position: -46px -176px;
}

.form_jm_country_icon[b-cvr0hwd47f] {
	background-position: -69px -176px;
}

.form_jo_country_icon[b-cvr0hwd47f] {
	background-position: -92px -176px;
}

.form_jp_country_icon[b-cvr0hwd47f] {
	background-position: -115px -176px;
}

.form_ke_country_icon[b-cvr0hwd47f] {
	background-position: -138px -176px;
}

.form_kg_country_icon[b-cvr0hwd47f] {
	background-position: -161px -176px;
}

.form_kh_country_icon[b-cvr0hwd47f] {
	background-position: -184px -176px;
}

.form_ki_country_icon[b-cvr0hwd47f] {
	background-position: -207px -176px;
}

.form_km_country_icon[b-cvr0hwd47f] {
	background-position: 0px -192px;
}

.form_kn_country_icon[b-cvr0hwd47f] {
	background-position: -23px -192px;
}

.form_kp_country_icon[b-cvr0hwd47f] {
	background-position: -46px -192px;
}

.form_kr_country_icon[b-cvr0hwd47f] {
	background-position: -69px -192px;
}

.form_kw_country_icon[b-cvr0hwd47f] {
	background-position: -92px -192px;
}

.form_ky_country_icon[b-cvr0hwd47f] {
	background-position: -115px -192px;
}

.form_kz_country_icon[b-cvr0hwd47f] {
	background-position: -138px -192px;
}

.form_la_country_icon[b-cvr0hwd47f] {
	background-position: -161px -192px;
}

.form_lb_country_icon[b-cvr0hwd47f] {
	background-position: -184px -192px;
}

.form_lc_country_icon[b-cvr0hwd47f] {
	background-position: -207px -192px;
}

.form_li_country_icon[b-cvr0hwd47f] {
	background-position: 0px -208px;
}

.form_lk_country_icon[b-cvr0hwd47f] {
	background-position: -23px -208px;
}

.form_lr_country_icon[b-cvr0hwd47f] {
	background-position: -46px -208px;
}

.form_ls_country_icon[b-cvr0hwd47f] {
	background-position: -69px -208px;
}

.form_lt_country_icon[b-cvr0hwd47f] {
	background-position: -92px -208px;
}

.form_lu_country_icon[b-cvr0hwd47f] {
	background-position: -115px -208px;
}

.form_lv_country_icon[b-cvr0hwd47f] {
	background-position: -138px -208px;
}

.form_ly_country_icon[b-cvr0hwd47f] {
	background-position: -161px -208px;
}

.form_ma_country_icon[b-cvr0hwd47f] {
	background-position: -184px -208px;
}

.form_mc_country_icon[b-cvr0hwd47f] {
	background-position: -207px -208px;
}

.form_md_country_icon[b-cvr0hwd47f] {
	background-position: 0px -224px;
}

.form_me_country_icon[b-cvr0hwd47f] {
	background-position: -23px -224px;
}

.form_mf_country_icon[b-cvr0hwd47f] {
	background-position: -46px -224px;
}

.form_mg_country_icon[b-cvr0hwd47f] {
	background-position: -69px -224px;
}

.form_mh_country_icon[b-cvr0hwd47f] {
	background-position: -92px -224px;
}

.form_mk_country_icon[b-cvr0hwd47f] {
	background-position: -115px -224px;
}

.form_ml_country_icon[b-cvr0hwd47f] {
	background-position: -138px -224px;
}

.form_mm_country_icon[b-cvr0hwd47f] {
	background-position: -161px -224px;
}

.form_mn_country_icon[b-cvr0hwd47f] {
	background-position: -184px -224px;
}

.form_mo_country_icon[b-cvr0hwd47f] {
	background-position: -207px -224px;
}

.form_mp_country_icon[b-cvr0hwd47f] {
	background-position: 0px -240px;
}

.form_mq_country_icon[b-cvr0hwd47f] {
	background-position: -23px -240px;
}

.form_mr_country_icon[b-cvr0hwd47f] {
	background-position: -46px -240px;
}

.form_ms_country_icon[b-cvr0hwd47f] {
	background-position: -69px -240px;
}

.form_mt_country_icon[b-cvr0hwd47f] {
	background-position: -92px -240px;
}

.form_mu_country_icon[b-cvr0hwd47f] {
	background-position: -115px -240px;
}

.form_mv_country_icon[b-cvr0hwd47f] {
	background-position: -138px -240px;
}

.form_mw_country_icon[b-cvr0hwd47f] {
	background-position: -161px -240px;
}

.form_mx_country_icon[b-cvr0hwd47f] {
	background-position: -184px -240px;
}

.form_my_country_icon[b-cvr0hwd47f] {
	background-position: -207px -240px;
}

.form_mz_country_icon[b-cvr0hwd47f] {
	background-position: 0px -256px;
}

.form_na_country_icon[b-cvr0hwd47f] {
	background-position: -23px -256px;
}

.form_nc_country_icon[b-cvr0hwd47f] {
	background-position: -46px -256px;
}

.form_ne_country_icon[b-cvr0hwd47f] {
	background-position: -69px -256px;
}

.form_nf_country_icon[b-cvr0hwd47f] {
	background-position: -92px -256px;
}

.form_ng_country_icon[b-cvr0hwd47f] {
	background-position: -115px -256px;
}

.form_ni_country_icon[b-cvr0hwd47f] {
	background-position: -138px -256px;
}

.form_nl_country_icon[b-cvr0hwd47f] {
	background-position: -161px -256px;
}

.form_no_country_icon[b-cvr0hwd47f] {
	background-position: -184px -256px;
}

.form_np_country_icon[b-cvr0hwd47f] {
	background-position: -207px -256px;
}

.form_nr_country_icon[b-cvr0hwd47f] {
	background-position: 0px -272px;
}

.form_nu_country_icon[b-cvr0hwd47f] {
	background-position: -23px -272px;
}

.form_nz_country_icon[b-cvr0hwd47f] {
	background-position: -46px -272px;
}

.form_om_country_icon[b-cvr0hwd47f] {
	background-position: -69px -272px;
}

.form_pa_country_icon[b-cvr0hwd47f] {
	background-position: -92px -272px;
}

.form_pe_country_icon[b-cvr0hwd47f] {
	background-position: -115px -272px;
}

.form_pf_country_icon[b-cvr0hwd47f] {
	background-position: -138px -272px;
}

.form_pg_country_icon[b-cvr0hwd47f] {
	background-position: -161px -272px;
}

.form_ph_country_icon[b-cvr0hwd47f] {
	background-position: -184px -272px;
}

.form_pk_country_icon[b-cvr0hwd47f] {
	background-position: -207px -272px;
}

.form_pl_country_icon[b-cvr0hwd47f] {
	background-position: 0px -288px;
}

.form_pm_country_icon[b-cvr0hwd47f] {
	background-position: -23px -288px;
}

.form_pn_country_icon[b-cvr0hwd47f] {
	background-position: -46px -288px;
}

.form_pr_country_icon[b-cvr0hwd47f] {
	background-position: -69px -288px;
}

.form_ps_country_icon[b-cvr0hwd47f] {
	background-position: -92px -288px;
}

.form_pt_country_icon[b-cvr0hwd47f] {
	background-position: -115px -288px;
}

.form_pw_country_icon[b-cvr0hwd47f] {
	background-position: -138px -288px;
}

.form_py_country_icon[b-cvr0hwd47f] {
	background-position: -161px -288px;
}

.form_qa_country_icon[b-cvr0hwd47f] {
	background-position: -184px -288px;
}

.form_re_country_icon[b-cvr0hwd47f] {
	background-position: -207px -288px;
}

.form_ro_country_icon[b-cvr0hwd47f] {
	background-position: 0px -304px;
}

.form_rs_country_icon[b-cvr0hwd47f] {
	background-position: -23px -304px;
}

.form_ru_country_icon[b-cvr0hwd47f] {
	background-position: -46px -304px;
}

.form_rw_country_icon[b-cvr0hwd47f] {
	background-position: -69px -304px;
}

.form_sa_country_icon[b-cvr0hwd47f] {
	background-position: -92px -304px;
}

.form_sb_country_icon[b-cvr0hwd47f] {
	background-position: -115px -304px;
}

.form_sc_country_icon[b-cvr0hwd47f] {
	background-position: -138px -304px;
}

.form_sd_country_icon[b-cvr0hwd47f] {
	background-position: -161px -304px;
}

.form_se_country_icon[b-cvr0hwd47f] {
	background-position: -184px -304px;
}

.form_sg_country_icon[b-cvr0hwd47f] {
	background-position: -207px -304px;
}

.form_sh_country_icon[b-cvr0hwd47f] {
	background-position: 0px -320px;
}

.form_si_country_icon[b-cvr0hwd47f] {
	background-position: -23px -320px;
}

.form_sj_country_icon[b-cvr0hwd47f] {
	background-position: -46px -320px;
}

.form_sk_country_icon[b-cvr0hwd47f] {
	background-position: -69px -320px;
}

.form_sl_country_icon[b-cvr0hwd47f] {
	background-position: -92px -320px;
}

.form_sm_country_icon[b-cvr0hwd47f] {
	background-position: -115px -320px;
}

.form_sn_country_icon[b-cvr0hwd47f] {
	background-position: -138px -320px;
}

.form_so_country_icon[b-cvr0hwd47f] {
	background-position: -161px -320px;
}

.form_sr_country_icon[b-cvr0hwd47f] {
	background-position: -184px -320px;
}

.form_ss_country_icon[b-cvr0hwd47f] {
	background-position: -207px -320px;
}

.form_st_country_icon[b-cvr0hwd47f] {
	background-position: 0px -336px;
}

.form_sv_country_icon[b-cvr0hwd47f] {
	background-position: -23px -336px;
}

.form_sx_country_icon[b-cvr0hwd47f] {
	background-position: -46px -336px;
}

.form_sy_country_icon[b-cvr0hwd47f] {
	background-position: -69px -336px;
}

.form_sz_country_icon[b-cvr0hwd47f] {
	background-position: -92px -336px;
}

.form_tc_country_icon[b-cvr0hwd47f] {
	background-position: -115px -336px;
}

.form_td_country_icon[b-cvr0hwd47f] {
	background-position: -138px -336px;
}

.form_tf_country_icon[b-cvr0hwd47f] {
	background-position: -161px -336px;
}

.form_tg_country_icon[b-cvr0hwd47f] {
	background-position: -184px -336px;
}

.form_th_country_icon[b-cvr0hwd47f] {
	background-position: -207px -336px;
}

.form_tj_country_icon[b-cvr0hwd47f] {
	background-position: 0px -352px;
}

.form_tk_country_icon[b-cvr0hwd47f] {
	background-position: -23px -352px;
}

.form_tl_country_icon[b-cvr0hwd47f] {
	background-position: -46px -352px;
}

.form_tm_country_icon[b-cvr0hwd47f] {
	background-position: -69px -352px;
}

.form_tn_country_icon[b-cvr0hwd47f] {
	background-position: -92px -352px;
}

.form_to_country_icon[b-cvr0hwd47f] {
	background-position: -115px -352px;
}

.form_tr_country_icon[b-cvr0hwd47f] {
	background-position: -138px -352px;
}

.form_tt_country_icon[b-cvr0hwd47f] {
	background-position: -161px -352px;
}

.form_tv_country_icon[b-cvr0hwd47f] {
	background-position: -184px -352px;
}

.form_tw_country_icon[b-cvr0hwd47f] {
	background-position: -207px -352px;
}

.form_tz_country_icon[b-cvr0hwd47f] {
	background-position: 0px -368px;
}

.form_ua_country_icon[b-cvr0hwd47f] {
	background-position: -23px -368px;
}

.form_ug_country_icon[b-cvr0hwd47f] {
	background-position: -46px -368px;
}

.form_um_country_icon[b-cvr0hwd47f] {
	background-position: -69px -368px;
}

.form_us_country_icon[b-cvr0hwd47f] {
	background-position: -92px -368px;
}

.form_uy_country_icon[b-cvr0hwd47f] {
	background-position: -115px -368px;
}

.form_uz_country_icon[b-cvr0hwd47f] {
	background-position: -138px -368px;
}

.form_va_country_icon[b-cvr0hwd47f] {
	background-position: -161px -368px;
}

.form_vc_country_icon[b-cvr0hwd47f] {
	background-position: -184px -368px;
}

.form_ve_country_icon[b-cvr0hwd47f] {
	background-position: -207px -368px;
}

.form_vg_country_icon[b-cvr0hwd47f] {
	background-position: 0px -384px;
}

.form_vi_country_icon[b-cvr0hwd47f] {
	background-position: -23px -384px;
}

.form_vn_country_icon[b-cvr0hwd47f] {
	background-position: -46px -384px;
}

.form_vu_country_icon[b-cvr0hwd47f] {
	background-position: -69px -384px;
}

.form_wf_country_icon[b-cvr0hwd47f] {
	background-position: -92px -384px;
}

.form_ws_country_icon[b-cvr0hwd47f] {
	background-position: -115px -384px;
}

.form_xk_country_icon[b-cvr0hwd47f] {
	background-position: -138px -384px;
}

.form_ye_country_icon[b-cvr0hwd47f] {
	background-position: -161px -384px;
}

.form_yt_country_icon[b-cvr0hwd47f] {
	background-position: -184px -384px;
}

.form_za_country_icon[b-cvr0hwd47f] {
	background-position: -207px -384px;
}

.form_zm_country_icon[b-cvr0hwd47f] {
	background-position: 0px -400px;
}

.form_zw_country_icon[b-cvr0hwd47f] {
	background-position: -23px -400px;
}

.form_eg_country_icon[b-cvr0hwd47f] {
	background-position: -46px -400px;
}

.form_tn_country_icon[b-cvr0hwd47f] {
	background-position: -69px -400px;
}

.form_ru_country_icon[b-cvr0hwd47f] {
	background-position: -92px -400px;
}

.form_ua_country_icon[b-cvr0hwd47f] {
	background-position: -115px -400px;
}
/* _content/WebTrader.WebApp/Pages/Components/LoginFormFooter.SVG.razor.rz.scp.css */
/*Footer Css Start*/
#footer[b-xjdc1dlnt5] {
	background: #fff;
}

.inner[b-xjdc1dlnt5] {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
}


.footer_top[b-xjdc1dlnt5] {
	width: 100%;
	display: flex;
	padding: 72px 0px 20px;
}

	.footer_top h2[b-xjdc1dlnt5] {
		font-size: 15px;
		font-family: 'Gilroy-SemiBold';
		color: #034854;
		margin-bottom: 25px;
		line-height: 1.2;
	}

	.footer_top .footer_top_left[b-xjdc1dlnt5] {
		width: 60%;
		padding-left: 104px;
		padding-right: 50px;
		position: relative;
	}

.footer_logo[b-xjdc1dlnt5] {
	display: block;
	width: 75px;
	position: absolute;
	left: 0px;
	top: 5px;
}

	.footer_logo img[b-xjdc1dlnt5] {
		display: block;
		width: 100%;
		height: auto;
	}

.footer_top .footer_top_left p[b-xjdc1dlnt5] {
	font-size: 14px;
	font-family: 'Gilroy-Medium';
	color: #646464;
	line-height: 1.8;
	padding: 0px;
	margin: 0px 0px 20px;
	width: 100%;
}

	.footer_top .footer_top_left p strong[b-xjdc1dlnt5] {
		font-family: 'Gilroy-Bold';
	}

.footer_top .footer_top_center[b-xjdc1dlnt5] {
	width: 10%;
}


.footer_top .footer_top_right[b-xjdc1dlnt5] {
	width: 25%;
}

	.footer_top .footer_top_right .text_box[b-xjdc1dlnt5] {
		padding-bottom: 32px;
	}

		.footer_top .footer_top_right .text_box p[b-xjdc1dlnt5] {
			line-height: 1.3;
		}

	.footer_top .footer_top_right p[b-xjdc1dlnt5] {
		font-size: 16px;
		font-family: 'Gilroy-Medium';
		color: #646464;
		line-height: 1.62;
		padding: 0px;
		margin: 0px 0px 7px;
	}

		.footer_top .footer_top_right p a[b-xjdc1dlnt5] {
			color: #646464;
			text-decoration: none;
		}

		.footer_top .footer_top_right p:hover a[b-xjdc1dlnt5] {
			color: #646464;
			text-decoration: none;
		}

.footer_bottom[b-xjdc1dlnt5] {
	background: #f1f1f1;
}

	.footer_bottom .inner[b-xjdc1dlnt5] {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 124px;
	}

	.footer_bottom .footer_bottom_text[b-xjdc1dlnt5] {
		padding-bottom: 5px;
	}

	.footer_bottom p[b-xjdc1dlnt5] {
		font-size: 14px;
		font-family: 'Gilroy-Medium';
		color: #646464;
		line-height: 1.18;
		padding: 0px;
		margin: 0px 0px 18px;
		text-align: justify;
	}

		.footer_bottom p a[b-xjdc1dlnt5] {
			color: #646464;
			text-decoration: underline;
		}

			.footer_bottom p a:hover[b-xjdc1dlnt5] {
				color: #646464;
				text-decoration: none;
			}

	.footer_bottom ul[b-xjdc1dlnt5] {
		padding: 0;
		margin-left: -20px;
		margin-right: -18px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.footer_bottom ul li[b-xjdc1dlnt5] {
			margin: 0px;
			padding: 0px 20px 7px;
			list-style-type: none;
			width: 33.333%;
		}

			.footer_bottom ul li p[b-xjdc1dlnt5] {
				text-align: justify;
			}

.footer_bottom_bar[b-xjdc1dlnt5] {
}

	.footer_bottom_bar p[b-xjdc1dlnt5] {
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		color: #034854;
		line-height: 1.2;
		font-family: 'Gilroy-Bold';
	}
/*Footer Css End*/


@media(max-width:980px) {

	.footer_top[b-xjdc1dlnt5] {
		padding-top: 50px;
	}


	.footer_bottom .inner[b-xjdc1dlnt5] {
		padding-left: 20px;
		padding-top: 50px;
	}

}

@media(max-width:768px) {

	.footer_top .footer_top_left[b-xjdc1dlnt5] {
		padding-left: 0px;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.footer_logo[b-xjdc1dlnt5] {
		position: static;
		margin-bottom: 20px;
		width: 100px;
	}

	.footer_top[b-xjdc1dlnt5] {
		flex-direction: column;
	}

	.footer_top .footer_top_left[b-xjdc1dlnt5] {
		padding-left: 0px;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.footer_top .footer_top_left p[b-xjdc1dlnt5] {
		width: 100%;
	}

	.footer_top .footer_top_center[b-xjdc1dlnt5] {
		display: none;
	}

	.footer_top .footer_top_right[b-xjdc1dlnt5] {
		width: 100%
	}

	.footer_middle[b-xjdc1dlnt5] {
		padding-left: 0px;
	}

	.footer_bottom .inner[b-xjdc1dlnt5] {
		padding-left: 20px;
	}

	.footer_top .footer_top_left p[b-xjdc1dlnt5] {
		line-height: 1.5;
		margin: 0px 0px 15px;
	}

	.footer_top .footer_top_right p[b-xjdc1dlnt5] {
		font-size: 14px;
	}
}

@media(max-width:650px) {
	.footer_top[b-xjdc1dlnt5] {
		padding-bottom: 20px;
	}

		.footer_top .footer_top_center[b-xjdc1dlnt5] {
			width: 100%;
			padding-bottom: 20px;
		}

		.footer_top .footer_top_right[b-xjdc1dlnt5] {
			width: 100%;
			max-width: 100%;
		}

	.footer_bottom ul li[b-xjdc1dlnt5] {
		width: 100%;
		padding-bottom: 0px;
	}

	.footer_top .footer_top_right .text_box[b-xjdc1dlnt5] {
		padding-bottom: 10px;
	}

	.footer_top[b-xjdc1dlnt5] {
		padding-top: 50px;
	}

	.footer_top_icon_list[b-xjdc1dlnt5] {
		padding-bottom: 10px;
	}

	.footer_bottom_bar p[b-xjdc1dlnt5] {
		font-size: 16px;
	}

}
/* _content/WebTrader.WebApp/Pages/Components/LoginFormFooter_MONETA.razor.rz.scp.css */
@charset "utf-8";

.fa[b-iwme3al2ca] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg[b-iwme3al2ca] {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x[b-iwme3al2ca] {
    font-size: 2em;
}

.fa-3x[b-iwme3al2ca] {
    font-size: 3em;
}

.fa-4x[b-iwme3al2ca] {
    font-size: 4em;
}

.fa-5x[b-iwme3al2ca] {
    font-size: 5em;
}

.fa-fw[b-iwme3al2ca] {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul[b-iwme3al2ca] {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li[b-iwme3al2ca] {
        position: relative;
    }

.fa-li[b-iwme3al2ca] {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg[b-iwme3al2ca] {
        left: -1.85714286em;
    }

.fa-border[b-iwme3al2ca] {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left[b-iwme3al2ca] {
    float: left;
}

.fa-pull-right[b-iwme3al2ca] {
    float: right;
}

.fa.fa-pull-left[b-iwme3al2ca] {
    margin-right: .3em;
}

.fa.fa-pull-right[b-iwme3al2ca] {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right[b-iwme3al2ca] {
    float: right;
}

.pull-left[b-iwme3al2ca] {
    float: left;
}

.fa.pull-left[b-iwme3al2ca] {
    margin-right: .3em;
}

.fa.pull-right[b-iwme3al2ca] {
    margin-left: .3em;
}

.fa-spin[b-iwme3al2ca] {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin-b-iwme3al2ca 2s infinite linear;
}

.fa-pulse[b-iwme3al2ca] {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin-b-iwme3al2ca 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-b-iwme3al2ca {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90[b-iwme3al2ca],
:root .fa-rotate-180[b-iwme3al2ca],
:root .fa-rotate-270[b-iwme3al2ca],
:root .fa-flip-horizontal[b-iwme3al2ca],
:root .fa-flip-vertical[b-iwme3al2ca] {
    filter: none;
}

.fa-stack[b-iwme3al2ca] {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x[b-iwme3al2ca],
.fa-stack-2x[b-iwme3al2ca] {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x[b-iwme3al2ca] {
    line-height: inherit;
}

.fa-stack-2x[b-iwme3al2ca] {
    font-size: 2em;
}

.fa-inverse[b-iwme3al2ca] {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass[b-iwme3al2ca]:before {
    content: "\f000";
}

.fa-music[b-iwme3al2ca]:before {
    content: "\f001";
}

.fa-search[b-iwme3al2ca]:before {
    content: "\f002";
}

.fa-envelope-o[b-iwme3al2ca]:before {
    content: "\f003";
}

.fa-heart[b-iwme3al2ca]:before {
    content: "\f004";
}

.fa-star[b-iwme3al2ca]:before {
    content: "\f005";
}

.fa-star-o[b-iwme3al2ca]:before {
    content: "\f006";
}

.fa-user[b-iwme3al2ca]:before {
    content: "\f007";
}

.fa-film[b-iwme3al2ca]:before {
    content: "\f008";
}

.fa-th-large[b-iwme3al2ca]:before {
    content: "\f009";
}

.fa-th[b-iwme3al2ca]:before {
    content: "\f00a";
}

.fa-th-list[b-iwme3al2ca]:before {
    content: "\f00b";
}

.fa-check[b-iwme3al2ca]:before {
    content: "\f00c";
}

.fa-remove[b-iwme3al2ca]:before,
.fa-close[b-iwme3al2ca]:before,
.fa-times[b-iwme3al2ca]:before {
    content: "\f00d";
}

.fa-search-plus[b-iwme3al2ca]:before {
    content: "\f00e";
}

.fa-search-minus[b-iwme3al2ca]:before {
    content: "\f010";
}

.fa-power-off[b-iwme3al2ca]:before {
    content: "\f011";
}

.fa-signal[b-iwme3al2ca]:before {
    content: "\f012";
}

.fa-gear[b-iwme3al2ca]:before,
.fa-cog[b-iwme3al2ca]:before {
    content: "\f013";
}

.fa-trash-o[b-iwme3al2ca]:before {
    content: "\f014";
}

.fa-home[b-iwme3al2ca]:before {
    content: "\f015";
}

.fa-file-o[b-iwme3al2ca]:before {
    content: "\f016";
}

.fa-clock-o[b-iwme3al2ca]:before {
    content: "\f017";
}

.fa-road[b-iwme3al2ca]:before {
    content: "\f018";
}

.fa-download[b-iwme3al2ca]:before {
    content: "\f019";
}

.fa-arrow-circle-o-down[b-iwme3al2ca]:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up[b-iwme3al2ca]:before {
    content: "\f01b";
}

.fa-inbox[b-iwme3al2ca]:before {
    content: "\f01c";
}

.fa-play-circle-o[b-iwme3al2ca]:before {
    content: "\f01d";
}

.fa-rotate-right[b-iwme3al2ca]:before,
.fa-repeat[b-iwme3al2ca]:before {
    content: "\f01e";
}

.fa-refresh[b-iwme3al2ca]:before {
    content: "\f021";
}

.fa-list-alt[b-iwme3al2ca]:before {
    content: "\f022";
}

.fa-lock[b-iwme3al2ca]:before {
    content: "\f023";
}

.fa-flag[b-iwme3al2ca]:before {
    content: "\f024";
}

.fa-headphones[b-iwme3al2ca]:before {
    content: "\f025";
}

.fa-volume-off[b-iwme3al2ca]:before {
    content: "\f026";
}

.fa-volume-down[b-iwme3al2ca]:before {
    content: "\f027";
}

.fa-volume-up[b-iwme3al2ca]:before {
    content: "\f028";
}

.fa-qrcode[b-iwme3al2ca]:before {
    content: "\f029";
}

.fa-barcode[b-iwme3al2ca]:before {
    content: "\f02a";
}

.fa-tag[b-iwme3al2ca]:before {
    content: "\f02b";
}

.fa-tags[b-iwme3al2ca]:before {
    content: "\f02c";
}

.fa-book[b-iwme3al2ca]:before {
    content: "\f02d";
}

.fa-bookmark[b-iwme3al2ca]:before {
    content: "\f02e";
}

.fa-print[b-iwme3al2ca]:before {
    content: "\f02f";
}

.fa-camera[b-iwme3al2ca]:before {
    content: "\f030";
}

.fa-font[b-iwme3al2ca]:before {
    content: "\f031";
}

.fa-bold[b-iwme3al2ca]:before {
    content: "\f032";
}

.fa-italic[b-iwme3al2ca]:before {
    content: "\f033";
}

.fa-text-height[b-iwme3al2ca]:before {
    content: "\f034";
}

.fa-text-width[b-iwme3al2ca]:before {
    content: "\f035";
}

.fa-align-left[b-iwme3al2ca]:before {
    content: "\f036";
}

.fa-align-center[b-iwme3al2ca]:before {
    content: "\f037";
}

.fa-align-right[b-iwme3al2ca]:before {
    content: "\f038";
}

.fa-align-justify[b-iwme3al2ca]:before {
    content: "\f039";
}

.fa-list[b-iwme3al2ca]:before {
    content: "\f03a";
}

.fa-dedent[b-iwme3al2ca]:before,
.fa-outdent[b-iwme3al2ca]:before {
    content: "\f03b";
}

.fa-indent[b-iwme3al2ca]:before {
    content: "\f03c";
}

.fa-video-camera[b-iwme3al2ca]:before {
    content: "\f03d";
}

.fa-photo[b-iwme3al2ca]:before,
.fa-image[b-iwme3al2ca]:before,
.fa-picture-o[b-iwme3al2ca]:before {
    content: "\f03e";
}

.fa-pencil[b-iwme3al2ca]:before {
    content: "\f040";
}

.fa-map-marker[b-iwme3al2ca]:before {
    content: "\f041";
}

.fa-adjust[b-iwme3al2ca]:before {
    content: "\f042";
}

.fa-tint[b-iwme3al2ca]:before {
    content: "\f043";
}

.fa-edit[b-iwme3al2ca]:before,
.fa-pencil-square-o[b-iwme3al2ca]:before {
    content: "\f044";
}

.fa-share-square-o[b-iwme3al2ca]:before {
    content: "\f045";
}

.fa-check-square-o[b-iwme3al2ca]:before {
    content: "\f046";
}

.fa-arrows[b-iwme3al2ca]:before {
    content: "\f047";
}

.fa-step-backward[b-iwme3al2ca]:before {
    content: "\f048";
}

.fa-fast-backward[b-iwme3al2ca]:before {
    content: "\f049";
}

.fa-backward[b-iwme3al2ca]:before {
    content: "\f04a";
}

.fa-play[b-iwme3al2ca]:before {
    content: "\f04b";
}

.fa-pause[b-iwme3al2ca]:before {
    content: "\f04c";
}

.fa-stop[b-iwme3al2ca]:before {
    content: "\f04d";
}

.fa-forward[b-iwme3al2ca]:before {
    content: "\f04e";
}

.fa-fast-forward[b-iwme3al2ca]:before {
    content: "\f050";
}

.fa-step-forward[b-iwme3al2ca]:before {
    content: "\f051";
}

.fa-eject[b-iwme3al2ca]:before {
    content: "\f052";
}

.fa-chevron-left[b-iwme3al2ca]:before {
    content: "\f053";
}

.fa-chevron-right[b-iwme3al2ca]:before {
    content: "\f054";
}

.fa-plus-circle[b-iwme3al2ca]:before {
    content: "\f055";
}

.fa-minus-circle[b-iwme3al2ca]:before {
    content: "\f056";
}

.fa-times-circle[b-iwme3al2ca]:before {
    content: "\f057";
}

.fa-check-circle[b-iwme3al2ca]:before {
    content: "\f058";
}

.fa-question-circle[b-iwme3al2ca]:before {
    content: "\f059";
}

.fa-info-circle[b-iwme3al2ca]:before {
    content: "\f05a";
}

.fa-crosshairs[b-iwme3al2ca]:before {
    content: "\f05b";
}

.fa-times-circle-o[b-iwme3al2ca]:before {
    content: "\f05c";
}

.fa-check-circle-o[b-iwme3al2ca]:before {
    content: "\f05d";
}

.fa-ban[b-iwme3al2ca]:before {
    content: "\f05e";
}

.fa-arrow-left[b-iwme3al2ca]:before {
    content: "\f060";
}

.fa-arrow-right[b-iwme3al2ca]:before {
    content: "\f061";
}

.fa-arrow-up[b-iwme3al2ca]:before {
    content: "\f062";
}

.fa-arrow-down[b-iwme3al2ca]:before {
    content: "\f063";
}

.fa-mail-forward[b-iwme3al2ca]:before,
.fa-share[b-iwme3al2ca]:before {
    content: "\f064";
}

.fa-expand[b-iwme3al2ca]:before {
    content: "\f065";
}

.fa-compress[b-iwme3al2ca]:before {
    content: "\f066";
}

.fa-plus[b-iwme3al2ca]:before {
    content: "\f067";
}

.fa-minus[b-iwme3al2ca]:before {
    content: "\f068";
}

.fa-asterisk[b-iwme3al2ca]:before {
    content: "\f069";
}

.fa-exclamation-circle[b-iwme3al2ca]:before {
    content: "\f06a";
}

.fa-gift[b-iwme3al2ca]:before {
    content: "\f06b";
}

.fa-leaf[b-iwme3al2ca]:before {
    content: "\f06c";
}

.fa-fire[b-iwme3al2ca]:before {
    content: "\f06d";
}

.fa-eye[b-iwme3al2ca]:before {
    content: "\f06e";
}

.fa-eye-slash[b-iwme3al2ca]:before {
    content: "\f070";
}

.fa-warning[b-iwme3al2ca]:before,
.fa-exclamation-triangle[b-iwme3al2ca]:before {
    content: "\f071";
}

.fa-plane[b-iwme3al2ca]:before {
    content: "\f072";
}

.fa-calendar[b-iwme3al2ca]:before {
    content: "\f073";
}

.fa-random[b-iwme3al2ca]:before {
    content: "\f074";
}

.fa-comment[b-iwme3al2ca]:before {
    content: "\f075";
}

.fa-magnet[b-iwme3al2ca]:before {
    content: "\f076";
}

.fa-chevron-up[b-iwme3al2ca]:before {
    content: "\f077";
}

.fa-chevron-down[b-iwme3al2ca]:before {
    content: "\f078";
}

.fa-retweet[b-iwme3al2ca]:before {
    content: "\f079";
}

.fa-shopping-cart[b-iwme3al2ca]:before {
    content: "\f07a";
}

.fa-folder[b-iwme3al2ca]:before {
    content: "\f07b";
}

.fa-folder-open[b-iwme3al2ca]:before {
    content: "\f07c";
}

.fa-arrows-v[b-iwme3al2ca]:before {
    content: "\f07d";
}

.fa-arrows-h[b-iwme3al2ca]:before {
    content: "\f07e";
}

.fa-bar-chart-o[b-iwme3al2ca]:before,
.fa-bar-chart[b-iwme3al2ca]:before {
    content: "\f080";
}

.fa-twitter-square[b-iwme3al2ca]:before {
    content: "\f081";
}

.fa-facebook-square[b-iwme3al2ca]:before {
    content: "\f082";
}

.fa-camera-retro[b-iwme3al2ca]:before {
    content: "\f083";
}

.fa-key[b-iwme3al2ca]:before {
    content: "\f084";
}

.fa-gears[b-iwme3al2ca]:before,
.fa-cogs[b-iwme3al2ca]:before {
    content: "\f085";
}

.fa-comments[b-iwme3al2ca]:before {
    content: "\f086";
}

.fa-thumbs-o-up[b-iwme3al2ca]:before {
    content: "\f087";
}

.fa-thumbs-o-down[b-iwme3al2ca]:before {
    content: "\f088";
}

.fa-star-half[b-iwme3al2ca]:before {
    content: "\f089";
}

.fa-heart-o[b-iwme3al2ca]:before {
    content: "\f08a";
}

.fa-sign-out[b-iwme3al2ca]:before {
    content: "\f08b";
}

.fa-linkedin-square[b-iwme3al2ca]:before {
    content: "\f08c";
}

.fa-thumb-tack[b-iwme3al2ca]:before {
    content: "\f08d";
}

.fa-external-link[b-iwme3al2ca]:before {
    content: "\f08e";
}

.fa-sign-in[b-iwme3al2ca]:before {
    content: "\f090";
}

.fa-trophy[b-iwme3al2ca]:before {
    content: "\f091";
}

.fa-github-square[b-iwme3al2ca]:before {
    content: "\f092";
}

.fa-upload[b-iwme3al2ca]:before {
    content: "\f093";
}

.fa-lemon-o[b-iwme3al2ca]:before {
    content: "\f094";
}

.fa-phone[b-iwme3al2ca]:before {
    content: "\f095";
}

.fa-square-o[b-iwme3al2ca]:before {
    content: "\f096";
}

.fa-bookmark-o[b-iwme3al2ca]:before {
    content: "\f097";
}

.fa-phone-square[b-iwme3al2ca]:before {
    content: "\f098";
}

.fa-twitter[b-iwme3al2ca]:before {
    content: "\f099";
}

.fa-facebook-f[b-iwme3al2ca]:before,
.fa-facebook[b-iwme3al2ca]:before {
    content: "\f09a";
}

.fa-github[b-iwme3al2ca]:before {
    content: "\f09b";
}

.fa-unlock[b-iwme3al2ca]:before {
    content: "\f09c";
}

.fa-credit-card[b-iwme3al2ca]:before {
    content: "\f09d";
}

.fa-feed[b-iwme3al2ca]:before,
.fa-rss[b-iwme3al2ca]:before {
    content: "\f09e";
}

.fa-hdd-o[b-iwme3al2ca]:before {
    content: "\f0a0";
}

.fa-bullhorn[b-iwme3al2ca]:before {
    content: "\f0a1";
}

.fa-bell[b-iwme3al2ca]:before {
    content: "\f0f3";
}

.fa-certificate[b-iwme3al2ca]:before {
    content: "\f0a3";
}

.fa-hand-o-right[b-iwme3al2ca]:before {
    content: "\f0a4";
}

.fa-hand-o-left[b-iwme3al2ca]:before {
    content: "\f0a5";
}

.fa-hand-o-up[b-iwme3al2ca]:before {
    content: "\f0a6";
}

.fa-hand-o-down[b-iwme3al2ca]:before {
    content: "\f0a7";
}

.fa-arrow-circle-left[b-iwme3al2ca]:before {
    content: "\f0a8";
}

.fa-arrow-circle-right[b-iwme3al2ca]:before {
    content: "\f0a9";
}

.fa-arrow-circle-up[b-iwme3al2ca]:before {
    content: "\f0aa";
}

.fa-arrow-circle-down[b-iwme3al2ca]:before {
    content: "\f0ab";
}

.fa-globe[b-iwme3al2ca]:before {
    content: "\f0ac";
}

.fa-wrench[b-iwme3al2ca]:before {
    content: "\f0ad";
}

.fa-tasks[b-iwme3al2ca]:before {
    content: "\f0ae";
}

.fa-filter[b-iwme3al2ca]:before {
    content: "\f0b0";
}

.fa-briefcase[b-iwme3al2ca]:before {
    content: "\f0b1";
}

.fa-arrows-alt[b-iwme3al2ca]:before {
    content: "\f0b2";
}

.fa-group[b-iwme3al2ca]:before,
.fa-users[b-iwme3al2ca]:before {
    content: "\f0c0";
}

.fa-chain[b-iwme3al2ca]:before,
.fa-link[b-iwme3al2ca]:before {
    content: "\f0c1";
}

.fa-cloud[b-iwme3al2ca]:before {
    content: "\f0c2";
}

.fa-flask[b-iwme3al2ca]:before {
    content: "\f0c3";
}

.fa-cut[b-iwme3al2ca]:before,
.fa-scissors[b-iwme3al2ca]:before {
    content: "\f0c4";
}

.fa-copy[b-iwme3al2ca]:before,
.fa-files-o[b-iwme3al2ca]:before {
    content: "\f0c5";
}

.fa-paperclip[b-iwme3al2ca]:before {
    content: "\f0c6";
}

.fa-save[b-iwme3al2ca]:before,
.fa-floppy-o[b-iwme3al2ca]:before {
    content: "\f0c7";
}

.fa-square[b-iwme3al2ca]:before {
    content: "\f0c8";
}

.fa-navicon[b-iwme3al2ca]:before,
.fa-reorder[b-iwme3al2ca]:before,
.fa-bars[b-iwme3al2ca]:before {
    content: "\f0c9";
}

.fa-list-ul[b-iwme3al2ca]:before {
    content: "\f0ca";
}

.fa-list-ol[b-iwme3al2ca]:before {
    content: "\f0cb";
}

.fa-strikethrough[b-iwme3al2ca]:before {
    content: "\f0cc";
}

.fa-underline[b-iwme3al2ca]:before {
    content: "\f0cd";
}

.fa-table[b-iwme3al2ca]:before {
    content: "\f0ce";
}

.fa-magic[b-iwme3al2ca]:before {
    content: "\f0d0";
}

.fa-truck[b-iwme3al2ca]:before {
    content: "\f0d1";
}

.fa-pinterest[b-iwme3al2ca]:before {
    content: "\f0d2";
}

.fa-pinterest-square[b-iwme3al2ca]:before {
    content: "\f0d3";
}

.fa-google-plus-square[b-iwme3al2ca]:before {
    content: "\f0d4";
}

.fa-google-plus[b-iwme3al2ca]:before {
    content: "\f0d5";
}

.fa-money[b-iwme3al2ca]:before {
    content: "\f0d6";
}

.fa-caret-down[b-iwme3al2ca]:before {
    content: "\f0d7";
}

.fa-caret-up[b-iwme3al2ca]:before {
    content: "\f0d8";
}

.fa-caret-left[b-iwme3al2ca]:before {
    content: "\f0d9";
}

.fa-caret-right[b-iwme3al2ca]:before {
    content: "\f0da";
}

.fa-columns[b-iwme3al2ca]:before {
    content: "\f0db";
}

.fa-unsorted[b-iwme3al2ca]:before,
.fa-sort[b-iwme3al2ca]:before {
    content: "\f0dc";
}

.fa-sort-down[b-iwme3al2ca]:before,
.fa-sort-desc[b-iwme3al2ca]:before {
    content: "\f0dd";
}

.fa-sort-up[b-iwme3al2ca]:before,
.fa-sort-asc[b-iwme3al2ca]:before {
    content: "\f0de";
}

.fa-envelope[b-iwme3al2ca]:before {
    content: "\f0e0";
}

.fa-linkedin[b-iwme3al2ca]:before {
    content: "\f0e1";
}

.fa-rotate-left[b-iwme3al2ca]:before,
.fa-undo[b-iwme3al2ca]:before {
    content: "\f0e2";
}

.fa-legal[b-iwme3al2ca]:before,
.fa-gavel[b-iwme3al2ca]:before {
    content: "\f0e3";
}

.fa-dashboard[b-iwme3al2ca]:before,
.fa-tachometer[b-iwme3al2ca]:before {
    content: "\f0e4";
}

.fa-comment-o[b-iwme3al2ca]:before {
    content: "\f0e5";
}

.fa-comments-o[b-iwme3al2ca]:before {
    content: "\f0e6";
}

.fa-flash[b-iwme3al2ca]:before,
.fa-bolt[b-iwme3al2ca]:before {
    content: "\f0e7";
}

.fa-sitemap[b-iwme3al2ca]:before {
    content: "\f0e8";
}

.fa-umbrella[b-iwme3al2ca]:before {
    content: "\f0e9";
}

.fa-paste[b-iwme3al2ca]:before,
.fa-clipboard[b-iwme3al2ca]:before {
    content: "\f0ea";
}

.fa-lightbulb-o[b-iwme3al2ca]:before {
    content: "\f0eb";
}

.fa-exchange[b-iwme3al2ca]:before {
    content: "\f0ec";
}

.fa-cloud-download[b-iwme3al2ca]:before {
    content: "\f0ed";
}

.fa-cloud-upload[b-iwme3al2ca]:before {
    content: "\f0ee";
}

.fa-user-md[b-iwme3al2ca]:before {
    content: "\f0f0";
}

.fa-stethoscope[b-iwme3al2ca]:before {
    content: "\f0f1";
}

.fa-suitcase[b-iwme3al2ca]:before {
    content: "\f0f2";
}

.fa-bell-o[b-iwme3al2ca]:before {
    content: "\f0a2";
}

.fa-coffee[b-iwme3al2ca]:before {
    content: "\f0f4";
}

.fa-cutlery[b-iwme3al2ca]:before {
    content: "\f0f5";
}

.fa-file-text-o[b-iwme3al2ca]:before {
    content: "\f0f6";
}

.fa-building-o[b-iwme3al2ca]:before {
    content: "\f0f7";
}

.fa-hospital-o[b-iwme3al2ca]:before {
    content: "\f0f8";
}

.fa-ambulance[b-iwme3al2ca]:before {
    content: "\f0f9";
}

.fa-medkit[b-iwme3al2ca]:before {
    content: "\f0fa";
}

.fa-fighter-jet[b-iwme3al2ca]:before {
    content: "\f0fb";
}

.fa-beer[b-iwme3al2ca]:before {
    content: "\f0fc";
}

.fa-h-square[b-iwme3al2ca]:before {
    content: "\f0fd";
}

.fa-plus-square[b-iwme3al2ca]:before {
    content: "\f0fe";
}

.fa-angle-double-left[b-iwme3al2ca]:before {
    content: "\f100";
}

.fa-angle-double-right[b-iwme3al2ca]:before {
    content: "\f101";
}

.fa-angle-double-up[b-iwme3al2ca]:before {
    content: "\f102";
}

.fa-angle-double-down[b-iwme3al2ca]:before {
    content: "\f103";
}

.fa-angle-left[b-iwme3al2ca]:before {
    content: "\f104";
}

.fa-angle-right[b-iwme3al2ca]:before {
    content: "\f105";
}

.fa-angle-up[b-iwme3al2ca]:before {
    content: "\f106";
}

.fa-angle-down[b-iwme3al2ca]:before {
    content: "\f107";
}

.fa-desktop[b-iwme3al2ca]:before {
    content: "\f108";
}

.fa-laptop[b-iwme3al2ca]:before {
    content: "\f109";
}

.fa-tablet[b-iwme3al2ca]:before {
    content: "\f10a";
}

.fa-mobile-phone[b-iwme3al2ca]:before,
.fa-mobile[b-iwme3al2ca]:before {
    content: "\f10b";
}

.fa-circle-o[b-iwme3al2ca]:before {
    content: "\f10c";
}

.fa-quote-left[b-iwme3al2ca]:before {
    content: "\f10d";
}

.fa-quote-right[b-iwme3al2ca]:before {
    content: "\f10e";
}

.fa-spinner[b-iwme3al2ca]:before {
    content: "\f110";
}

.fa-circle[b-iwme3al2ca]:before {
    content: "\f111";
}

.fa-mail-reply[b-iwme3al2ca]:before,
.fa-reply[b-iwme3al2ca]:before {
    content: "\f112";
}

.fa-github-alt[b-iwme3al2ca]:before {
    content: "\f113";
}

.fa-folder-o[b-iwme3al2ca]:before {
    content: "\f114";
}

.fa-folder-open-o[b-iwme3al2ca]:before {
    content: "\f115";
}

.fa-smile-o[b-iwme3al2ca]:before {
    content: "\f118";
}

.fa-frown-o[b-iwme3al2ca]:before {
    content: "\f119";
}

.fa-meh-o[b-iwme3al2ca]:before {
    content: "\f11a";
}

.fa-gamepad[b-iwme3al2ca]:before {
    content: "\f11b";
}

.fa-keyboard-o[b-iwme3al2ca]:before {
    content: "\f11c";
}

.fa-flag-o[b-iwme3al2ca]:before {
    content: "\f11d";
}

.fa-flag-checkered[b-iwme3al2ca]:before {
    content: "\f11e";
}

.fa-terminal[b-iwme3al2ca]:before {
    content: "\f120";
}

.fa-code[b-iwme3al2ca]:before {
    content: "\f121";
}

.fa-mail-reply-all[b-iwme3al2ca]:before,
.fa-reply-all[b-iwme3al2ca]:before {
    content: "\f122";
}

.fa-star-half-empty[b-iwme3al2ca]:before,
.fa-star-half-full[b-iwme3al2ca]:before,
.fa-star-half-o[b-iwme3al2ca]:before {
    content: "\f123";
}

.fa-location-arrow[b-iwme3al2ca]:before {
    content: "\f124";
}

.fa-crop[b-iwme3al2ca]:before {
    content: "\f125";
}

.fa-code-fork[b-iwme3al2ca]:before {
    content: "\f126";
}

.fa-unlink[b-iwme3al2ca]:before,
.fa-chain-broken[b-iwme3al2ca]:before {
    content: "\f127";
}

.fa-question[b-iwme3al2ca]:before {
    content: "\f128";
}

.fa-info[b-iwme3al2ca]:before {
    content: "\f129";
}

.fa-exclamation[b-iwme3al2ca]:before {
    content: "\f12a";
}

.fa-superscript[b-iwme3al2ca]:before {
    content: "\f12b";
}

.fa-subscript[b-iwme3al2ca]:before {
    content: "\f12c";
}

.fa-eraser[b-iwme3al2ca]:before {
    content: "\f12d";
}

.fa-puzzle-piece[b-iwme3al2ca]:before {
    content: "\f12e";
}

.fa-microphone[b-iwme3al2ca]:before {
    content: "\f130";
}

.fa-microphone-slash[b-iwme3al2ca]:before {
    content: "\f131";
}

.fa-shield[b-iwme3al2ca]:before {
    content: "\f132";
}

.fa-calendar-o[b-iwme3al2ca]:before {
    content: "\f133";
}

.fa-fire-extinguisher[b-iwme3al2ca]:before {
    content: "\f134";
}

.fa-rocket[b-iwme3al2ca]:before {
    content: "\f135";
}

.fa-maxcdn[b-iwme3al2ca]:before {
    content: "\f136";
}

.fa-chevron-circle-left[b-iwme3al2ca]:before {
    content: "\f137";
}

.fa-chevron-circle-right[b-iwme3al2ca]:before {
    content: "\f138";
}

.fa-chevron-circle-up[b-iwme3al2ca]:before {
    content: "\f139";
}

.fa-chevron-circle-down[b-iwme3al2ca]:before {
    content: "\f13a";
}

.fa-html5[b-iwme3al2ca]:before {
    content: "\f13b";
}

.fa-css3[b-iwme3al2ca]:before {
    content: "\f13c";
}

.fa-anchor[b-iwme3al2ca]:before {
    content: "\f13d";
}

.fa-unlock-alt[b-iwme3al2ca]:before {
    content: "\f13e";
}

.fa-bullseye[b-iwme3al2ca]:before {
    content: "\f140";
}

.fa-ellipsis-h[b-iwme3al2ca]:before {
    content: "\f141";
}

.fa-ellipsis-v[b-iwme3al2ca]:before {
    content: "\f142";
}

.fa-rss-square[b-iwme3al2ca]:before {
    content: "\f143";
}

.fa-play-circle[b-iwme3al2ca]:before {
    content: "\f144";
}

.fa-ticket[b-iwme3al2ca]:before {
    content: "\f145";
}

.fa-minus-square[b-iwme3al2ca]:before {
    content: "\f146";
}

.fa-minus-square-o[b-iwme3al2ca]:before {
    content: "\f147";
}

.fa-level-up[b-iwme3al2ca]:before {
    content: "\f148";
}

.fa-level-down[b-iwme3al2ca]:before {
    content: "\f149";
}

.fa-check-square[b-iwme3al2ca]:before {
    content: "\f14a";
}

.fa-pencil-square[b-iwme3al2ca]:before {
    content: "\f14b";
}

.fa-external-link-square[b-iwme3al2ca]:before {
    content: "\f14c";
}

.fa-share-square[b-iwme3al2ca]:before {
    content: "\f14d";
}

.fa-compass[b-iwme3al2ca]:before {
    content: "\f14e";
}

.fa-toggle-down[b-iwme3al2ca]:before,
.fa-caret-square-o-down[b-iwme3al2ca]:before {
    content: "\f150";
}

.fa-toggle-up[b-iwme3al2ca]:before,
.fa-caret-square-o-up[b-iwme3al2ca]:before {
    content: "\f151";
}

.fa-toggle-right[b-iwme3al2ca]:before,
.fa-caret-square-o-right[b-iwme3al2ca]:before {
    content: "\f152";
}

.fa-euro[b-iwme3al2ca]:before,
.fa-eur[b-iwme3al2ca]:before {
    content: "\f153";
}

.fa-gbp[b-iwme3al2ca]:before {
    content: "\f154";
}

.fa-dollar[b-iwme3al2ca]:before,
.fa-usd[b-iwme3al2ca]:before {
    content: "\f155";
}

.fa-rupee[b-iwme3al2ca]:before,
.fa-inr[b-iwme3al2ca]:before {
    content: "\f156";
}

.fa-cny[b-iwme3al2ca]:before,
.fa-rmb[b-iwme3al2ca]:before,
.fa-yen[b-iwme3al2ca]:before,
.fa-jpy[b-iwme3al2ca]:before {
    content: "\f157";
}

.fa-ruble[b-iwme3al2ca]:before,
.fa-rouble[b-iwme3al2ca]:before,
.fa-rub[b-iwme3al2ca]:before {
    content: "\f158";
}

.fa-won[b-iwme3al2ca]:before,
.fa-krw[b-iwme3al2ca]:before {
    content: "\f159";
}

.fa-bitcoin[b-iwme3al2ca]:before,
.fa-btc[b-iwme3al2ca]:before {
    content: "\f15a";
}

.fa-file[b-iwme3al2ca]:before {
    content: "\f15b";
}

.fa-file-text[b-iwme3al2ca]:before {
    content: "\f15c";
}

.fa-sort-alpha-asc[b-iwme3al2ca]:before {
    content: "\f15d";
}

.fa-sort-alpha-desc[b-iwme3al2ca]:before {
    content: "\f15e";
}

.fa-sort-amount-asc[b-iwme3al2ca]:before {
    content: "\f160";
}

.fa-sort-amount-desc[b-iwme3al2ca]:before {
    content: "\f161";
}

.fa-sort-numeric-asc[b-iwme3al2ca]:before {
    content: "\f162";
}

.fa-sort-numeric-desc[b-iwme3al2ca]:before {
    content: "\f163";
}

.fa-thumbs-up[b-iwme3al2ca]:before {
    content: "\f164";
}

.fa-thumbs-down[b-iwme3al2ca]:before {
    content: "\f165";
}

.fa-youtube-square[b-iwme3al2ca]:before {
    content: "\f166";
}

.fa-youtube[b-iwme3al2ca]:before {
    content: "\f167";
}

.fa-xing[b-iwme3al2ca]:before {
    content: "\f168";
}

.fa-xing-square[b-iwme3al2ca]:before {
    content: "\f169";
}

.fa-youtube-play[b-iwme3al2ca]:before {
    content: "\f16a";
}

.fa-dropbox[b-iwme3al2ca]:before {
    content: "\f16b";
}

.fa-stack-overflow[b-iwme3al2ca]:before {
    content: "\f16c";
}

.fa-instagram[b-iwme3al2ca]:before {
    content: "\f16d";
}

.fa-flickr[b-iwme3al2ca]:before {
    content: "\f16e";
}

.fa-adn[b-iwme3al2ca]:before {
    content: "\f170";
}

.fa-bitbucket[b-iwme3al2ca]:before {
    content: "\f171";
}

.fa-bitbucket-square[b-iwme3al2ca]:before {
    content: "\f172";
}

.fa-tumblr[b-iwme3al2ca]:before {
    content: "\f173";
}

.fa-tumblr-square[b-iwme3al2ca]:before {
    content: "\f174";
}

.fa-long-arrow-down[b-iwme3al2ca]:before {
    content: "\f175";
}

.fa-long-arrow-up[b-iwme3al2ca]:before {
    content: "\f176";
}

.fa-long-arrow-left[b-iwme3al2ca]:before {
    content: "\f177";
}

.fa-long-arrow-right[b-iwme3al2ca]:before {
    content: "\f178";
}

.fa-apple[b-iwme3al2ca]:before {
    content: "\f179";
}

.fa-windows[b-iwme3al2ca]:before {
    content: "\f17a";
}

.fa-android[b-iwme3al2ca]:before {
    content: "\f17b";
}

.fa-linux[b-iwme3al2ca]:before {
    content: "\f17c";
}

.fa-dribbble[b-iwme3al2ca]:before {
    content: "\f17d";
}

.fa-skype[b-iwme3al2ca]:before {
    content: "\f17e";
}

.fa-foursquare[b-iwme3al2ca]:before {
    content: "\f180";
}

.fa-trello[b-iwme3al2ca]:before {
    content: "\f181";
}

.fa-female[b-iwme3al2ca]:before {
    content: "\f182";
}

.fa-male[b-iwme3al2ca]:before {
    content: "\f183";
}

.fa-gittip[b-iwme3al2ca]:before,
.fa-gratipay[b-iwme3al2ca]:before {
    content: "\f184";
}

.fa-sun-o[b-iwme3al2ca]:before {
    content: "\f185";
}

.fa-moon-o[b-iwme3al2ca]:before {
    content: "\f186";
}

.fa-archive[b-iwme3al2ca]:before {
    content: "\f187";
}

.fa-bug[b-iwme3al2ca]:before {
    content: "\f188";
}

.fa-vk[b-iwme3al2ca]:before {
    content: "\f189";
}

.fa-weibo[b-iwme3al2ca]:before {
    content: "\f18a";
}

.fa-renren[b-iwme3al2ca]:before {
    content: "\f18b";
}

.fa-pagelines[b-iwme3al2ca]:before {
    content: "\f18c";
}

.fa-stack-exchange[b-iwme3al2ca]:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right[b-iwme3al2ca]:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left[b-iwme3al2ca]:before {
    content: "\f190";
}

.fa-toggle-left[b-iwme3al2ca]:before,
.fa-caret-square-o-left[b-iwme3al2ca]:before {
    content: "\f191";
}

.fa-dot-circle-o[b-iwme3al2ca]:before {
    content: "\f192";
}

.fa-wheelchair[b-iwme3al2ca]:before {
    content: "\f193";
}

.fa-vimeo-square[b-iwme3al2ca]:before {
    content: "\f194";
}

.fa-turkish-lira[b-iwme3al2ca]:before,
.fa-try[b-iwme3al2ca]:before {
    content: "\f195";
}

.fa-plus-square-o[b-iwme3al2ca]:before {
    content: "\f196";
}

.fa-space-shuttle[b-iwme3al2ca]:before {
    content: "\f197";
}

.fa-slack[b-iwme3al2ca]:before {
    content: "\f198";
}

.fa-envelope-square[b-iwme3al2ca]:before {
    content: "\f199";
}

.fa-wordpress[b-iwme3al2ca]:before {
    content: "\f19a";
}

.fa-openid[b-iwme3al2ca]:before {
    content: "\f19b";
}

.fa-institution[b-iwme3al2ca]:before,
.fa-bank[b-iwme3al2ca]:before,
.fa-university[b-iwme3al2ca]:before {
    content: "\f19c";
}

.fa-mortar-board[b-iwme3al2ca]:before,
.fa-graduation-cap[b-iwme3al2ca]:before {
    content: "\f19d";
}

.fa-yahoo[b-iwme3al2ca]:before {
    content: "\f19e";
}

.fa-google[b-iwme3al2ca]:before {
    content: "\f1a0";
}

.fa-reddit[b-iwme3al2ca]:before {
    content: "\f1a1";
}

.fa-reddit-square[b-iwme3al2ca]:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle[b-iwme3al2ca]:before {
    content: "\f1a3";
}

.fa-stumbleupon[b-iwme3al2ca]:before {
    content: "\f1a4";
}

.fa-delicious[b-iwme3al2ca]:before {
    content: "\f1a5";
}

.fa-digg[b-iwme3al2ca]:before {
    content: "\f1a6";
}

.fa-pied-piper-pp[b-iwme3al2ca]:before {
    content: "\f1a7";
}

.fa-pied-piper-alt[b-iwme3al2ca]:before {
    content: "\f1a8";
}

.fa-drupal[b-iwme3al2ca]:before {
    content: "\f1a9";
}

.fa-joomla[b-iwme3al2ca]:before {
    content: "\f1aa";
}

.fa-language[b-iwme3al2ca]:before {
    content: "\f1ab";
}

.fa-fax[b-iwme3al2ca]:before {
    content: "\f1ac";
}

.fa-building[b-iwme3al2ca]:before {
    content: "\f1ad";
}

.fa-child[b-iwme3al2ca]:before {
    content: "\f1ae";
}

.fa-paw[b-iwme3al2ca]:before {
    content: "\f1b0";
}

.fa-spoon[b-iwme3al2ca]:before {
    content: "\f1b1";
}

.fa-cube[b-iwme3al2ca]:before {
    content: "\f1b2";
}

.fa-cubes[b-iwme3al2ca]:before {
    content: "\f1b3";
}

.fa-behance[b-iwme3al2ca]:before {
    content: "\f1b4";
}

.fa-behance-square[b-iwme3al2ca]:before {
    content: "\f1b5";
}

.fa-steam[b-iwme3al2ca]:before {
    content: "\f1b6";
}

.fa-steam-square[b-iwme3al2ca]:before {
    content: "\f1b7";
}

.fa-recycle[b-iwme3al2ca]:before {
    content: "\f1b8";
}

.fa-automobile[b-iwme3al2ca]:before,
.fa-car[b-iwme3al2ca]:before {
    content: "\f1b9";
}

.fa-cab[b-iwme3al2ca]:before,
.fa-taxi[b-iwme3al2ca]:before {
    content: "\f1ba";
}

.fa-tree[b-iwme3al2ca]:before {
    content: "\f1bb";
}

.fa-spotify[b-iwme3al2ca]:before {
    content: "\f1bc";
}

.fa-deviantart[b-iwme3al2ca]:before {
    content: "\f1bd";
}

.fa-soundcloud[b-iwme3al2ca]:before {
    content: "\f1be";
}

.fa-database[b-iwme3al2ca]:before {
    content: "\f1c0";
}

.fa-file-pdf-o[b-iwme3al2ca]:before {
    content: "\f1c1";
}

.fa-file-word-o[b-iwme3al2ca]:before {
    content: "\f1c2";
}

.fa-file-excel-o[b-iwme3al2ca]:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o[b-iwme3al2ca]:before {
    content: "\f1c4";
}

.fa-file-photo-o[b-iwme3al2ca]:before,
.fa-file-picture-o[b-iwme3al2ca]:before,
.fa-file-image-o[b-iwme3al2ca]:before {
    content: "\f1c5";
}

.fa-file-zip-o[b-iwme3al2ca]:before,
.fa-file-archive-o[b-iwme3al2ca]:before {
    content: "\f1c6";
}

.fa-file-sound-o[b-iwme3al2ca]:before,
.fa-file-audio-o[b-iwme3al2ca]:before {
    content: "\f1c7";
}

.fa-file-movie-o[b-iwme3al2ca]:before,
.fa-file-video-o[b-iwme3al2ca]:before {
    content: "\f1c8";
}

.fa-file-code-o[b-iwme3al2ca]:before {
    content: "\f1c9";
}

.fa-vine[b-iwme3al2ca]:before {
    content: "\f1ca";
}

.fa-codepen[b-iwme3al2ca]:before {
    content: "\f1cb";
}

.fa-jsfiddle[b-iwme3al2ca]:before {
    content: "\f1cc";
}

.fa-life-bouy[b-iwme3al2ca]:before,
.fa-life-buoy[b-iwme3al2ca]:before,
.fa-life-saver[b-iwme3al2ca]:before,
.fa-support[b-iwme3al2ca]:before,
.fa-life-ring[b-iwme3al2ca]:before {
    content: "\f1cd";
}

.fa-circle-o-notch[b-iwme3al2ca]:before {
    content: "\f1ce";
}

.fa-ra[b-iwme3al2ca]:before,
.fa-resistance[b-iwme3al2ca]:before,
.fa-rebel[b-iwme3al2ca]:before {
    content: "\f1d0";
}

.fa-ge[b-iwme3al2ca]:before,
.fa-empire[b-iwme3al2ca]:before {
    content: "\f1d1";
}

.fa-git-square[b-iwme3al2ca]:before {
    content: "\f1d2";
}

.fa-git[b-iwme3al2ca]:before {
    content: "\f1d3";
}

.fa-y-combinator-square[b-iwme3al2ca]:before,
.fa-yc-square[b-iwme3al2ca]:before,
.fa-hacker-news[b-iwme3al2ca]:before {
    content: "\f1d4";
}

.fa-tencent-weibo[b-iwme3al2ca]:before {
    content: "\f1d5";
}

.fa-qq[b-iwme3al2ca]:before {
    content: "\f1d6";
}

.fa-wechat[b-iwme3al2ca]:before,
.fa-weixin[b-iwme3al2ca]:before {
    content: "\f1d7";
}

.fa-send[b-iwme3al2ca]:before,
.fa-paper-plane[b-iwme3al2ca]:before {
    content: "\f1d8";
}

.fa-send-o[b-iwme3al2ca]:before,
.fa-paper-plane-o[b-iwme3al2ca]:before {
    content: "\f1d9";
}

.fa-history[b-iwme3al2ca]:before {
    content: "\f1da";
}

.fa-circle-thin[b-iwme3al2ca]:before {
    content: "\f1db";
}

.fa-header[b-iwme3al2ca]:before {
    content: "\f1dc";
}

.fa-paragraph[b-iwme3al2ca]:before {
    content: "\f1dd";
}

.fa-sliders[b-iwme3al2ca]:before {
    content: "\f1de";
}

.fa-share-alt[b-iwme3al2ca]:before {
    content: "\f1e0";
}

.fa-share-alt-square[b-iwme3al2ca]:before {
    content: "\f1e1";
}

.fa-bomb[b-iwme3al2ca]:before {
    content: "\f1e2";
}

.fa-soccer-ball-o[b-iwme3al2ca]:before,
.fa-futbol-o[b-iwme3al2ca]:before {
    content: "\f1e3";
}

.fa-tty[b-iwme3al2ca]:before {
    content: "\f1e4";
}

.fa-binoculars[b-iwme3al2ca]:before {
    content: "\f1e5";
}

.fa-plug[b-iwme3al2ca]:before {
    content: "\f1e6";
}

.fa-slideshare[b-iwme3al2ca]:before {
    content: "\f1e7";
}

.fa-twitch[b-iwme3al2ca]:before {
    content: "\f1e8";
}

.fa-yelp[b-iwme3al2ca]:before {
    content: "\f1e9";
}

.fa-newspaper-o[b-iwme3al2ca]:before {
    content: "\f1ea";
}

.fa-wifi[b-iwme3al2ca]:before {
    content: "\f1eb";
}

.fa-calculator[b-iwme3al2ca]:before {
    content: "\f1ec";
}

.fa-paypal[b-iwme3al2ca]:before {
    content: "\f1ed";
}

.fa-google-wallet[b-iwme3al2ca]:before {
    content: "\f1ee";
}

.fa-cc-visa[b-iwme3al2ca]:before {
    content: "\f1f0";
}

.fa-cc-mastercard[b-iwme3al2ca]:before {
    content: "\f1f1";
}

.fa-cc-discover[b-iwme3al2ca]:before {
    content: "\f1f2";
}

.fa-cc-amex[b-iwme3al2ca]:before {
    content: "\f1f3";
}

.fa-cc-paypal[b-iwme3al2ca]:before {
    content: "\f1f4";
}

.fa-cc-stripe[b-iwme3al2ca]:before {
    content: "\f1f5";
}

.fa-bell-slash[b-iwme3al2ca]:before {
    content: "\f1f6";
}

.fa-bell-slash-o[b-iwme3al2ca]:before {
    content: "\f1f7";
}

.fa-trash[b-iwme3al2ca]:before {
    content: "\f1f8";
}

.fa-copyright[b-iwme3al2ca]:before {
    content: "\f1f9";
}

.fa-at[b-iwme3al2ca]:before {
    content: "\f1fa";
}

.fa-eyedropper[b-iwme3al2ca]:before {
    content: "\f1fb";
}

.fa-paint-brush[b-iwme3al2ca]:before {
    content: "\f1fc";
}

.fa-birthday-cake[b-iwme3al2ca]:before {
    content: "\f1fd";
}

.fa-area-chart[b-iwme3al2ca]:before {
    content: "\f1fe";
}

.fa-pie-chart[b-iwme3al2ca]:before {
    content: "\f200";
}

.fa-line-chart[b-iwme3al2ca]:before {
    content: "\f201";
}

.fa-lastfm[b-iwme3al2ca]:before {
    content: "\f202";
}

.fa-lastfm-square[b-iwme3al2ca]:before {
    content: "\f203";
}

.fa-toggle-off[b-iwme3al2ca]:before {
    content: "\f204";
}

.fa-toggle-on[b-iwme3al2ca]:before {
    content: "\f205";
}

.fa-bicycle[b-iwme3al2ca]:before {
    content: "\f206";
}

.fa-bus[b-iwme3al2ca]:before {
    content: "\f207";
}

.fa-ioxhost[b-iwme3al2ca]:before {
    content: "\f208";
}

.fa-angellist[b-iwme3al2ca]:before {
    content: "\f209";
}

.fa-cc[b-iwme3al2ca]:before {
    content: "\f20a";
}

.fa-shekel[b-iwme3al2ca]:before,
.fa-sheqel[b-iwme3al2ca]:before,
.fa-ils[b-iwme3al2ca]:before {
    content: "\f20b";
}

.fa-meanpath[b-iwme3al2ca]:before {
    content: "\f20c";
}

.fa-buysellads[b-iwme3al2ca]:before {
    content: "\f20d";
}

.fa-connectdevelop[b-iwme3al2ca]:before {
    content: "\f20e";
}

.fa-dashcube[b-iwme3al2ca]:before {
    content: "\f210";
}

.fa-forumbee[b-iwme3al2ca]:before {
    content: "\f211";
}

.fa-leanpub[b-iwme3al2ca]:before {
    content: "\f212";
}

.fa-sellsy[b-iwme3al2ca]:before {
    content: "\f213";
}

.fa-shirtsinbulk[b-iwme3al2ca]:before {
    content: "\f214";
}

.fa-simplybuilt[b-iwme3al2ca]:before {
    content: "\f215";
}

.fa-skyatlas[b-iwme3al2ca]:before {
    content: "\f216";
}

.fa-cart-plus[b-iwme3al2ca]:before {
    content: "\f217";
}

.fa-cart-arrow-down[b-iwme3al2ca]:before {
    content: "\f218";
}

.fa-diamond[b-iwme3al2ca]:before {
    content: "\f219";
}

.fa-ship[b-iwme3al2ca]:before {
    content: "\f21a";
}

.fa-user-secret[b-iwme3al2ca]:before {
    content: "\f21b";
}

.fa-motorcycle[b-iwme3al2ca]:before {
    content: "\f21c";
}

.fa-street-view[b-iwme3al2ca]:before {
    content: "\f21d";
}

.fa-heartbeat[b-iwme3al2ca]:before {
    content: "\f21e";
}

.fa-venus[b-iwme3al2ca]:before {
    content: "\f221";
}

.fa-mars[b-iwme3al2ca]:before {
    content: "\f222";
}

.fa-mercury[b-iwme3al2ca]:before {
    content: "\f223";
}

.fa-intersex[b-iwme3al2ca]:before,
.fa-transgender[b-iwme3al2ca]:before {
    content: "\f224";
}

.fa-transgender-alt[b-iwme3al2ca]:before {
    content: "\f225";
}

.fa-venus-double[b-iwme3al2ca]:before {
    content: "\f226";
}

.fa-mars-double[b-iwme3al2ca]:before {
    content: "\f227";
}

.fa-venus-mars[b-iwme3al2ca]:before {
    content: "\f228";
}

.fa-mars-stroke[b-iwme3al2ca]:before {
    content: "\f229";
}

.fa-mars-stroke-v[b-iwme3al2ca]:before {
    content: "\f22a";
}

.fa-mars-stroke-h[b-iwme3al2ca]:before {
    content: "\f22b";
}

.fa-neuter[b-iwme3al2ca]:before {
    content: "\f22c";
}

.fa-genderless[b-iwme3al2ca]:before {
    content: "\f22d";
}

.fa-facebook-official[b-iwme3al2ca]:before {
    content: "\f230";
}

.fa-pinterest-p[b-iwme3al2ca]:before {
    content: "\f231";
}

.fa-whatsapp[b-iwme3al2ca]:before {
    content: "\f232";
}

.fa-server[b-iwme3al2ca]:before {
    content: "\f233";
}

.fa-user-plus[b-iwme3al2ca]:before {
    content: "\f234";
}

.fa-user-times[b-iwme3al2ca]:before {
    content: "\f235";
}

.fa-hotel[b-iwme3al2ca]:before,
.fa-bed[b-iwme3al2ca]:before {
    content: "\f236";
}

.fa-viacoin[b-iwme3al2ca]:before {
    content: "\f237";
}

.fa-train[b-iwme3al2ca]:before {
    content: "\f238";
}

.fa-subway[b-iwme3al2ca]:before {
    content: "\f239";
}

.fa-medium[b-iwme3al2ca]:before {
    content: "\f23a";
}

.fa-yc[b-iwme3al2ca]:before,
.fa-y-combinator[b-iwme3al2ca]:before {
    content: "\f23b";
}

.fa-optin-monster[b-iwme3al2ca]:before {
    content: "\f23c";
}

.fa-opencart[b-iwme3al2ca]:before {
    content: "\f23d";
}

.fa-expeditedssl[b-iwme3al2ca]:before {
    content: "\f23e";
}

.fa-battery-4[b-iwme3al2ca]:before,
.fa-battery[b-iwme3al2ca]:before,
.fa-battery-full[b-iwme3al2ca]:before {
    content: "\f240";
}

.fa-battery-3[b-iwme3al2ca]:before,
.fa-battery-three-quarters[b-iwme3al2ca]:before {
    content: "\f241";
}

.fa-battery-2[b-iwme3al2ca]:before,
.fa-battery-half[b-iwme3al2ca]:before {
    content: "\f242";
}

.fa-battery-1[b-iwme3al2ca]:before,
.fa-battery-quarter[b-iwme3al2ca]:before {
    content: "\f243";
}

.fa-battery-0[b-iwme3al2ca]:before,
.fa-battery-empty[b-iwme3al2ca]:before {
    content: "\f244";
}

.fa-mouse-pointer[b-iwme3al2ca]:before {
    content: "\f245";
}

.fa-i-cursor[b-iwme3al2ca]:before {
    content: "\f246";
}

.fa-object-group[b-iwme3al2ca]:before {
    content: "\f247";
}

.fa-object-ungroup[b-iwme3al2ca]:before {
    content: "\f248";
}

.fa-sticky-note[b-iwme3al2ca]:before {
    content: "\f249";
}

.fa-sticky-note-o[b-iwme3al2ca]:before {
    content: "\f24a";
}

.fa-cc-jcb[b-iwme3al2ca]:before {
    content: "\f24b";
}

.fa-cc-diners-club[b-iwme3al2ca]:before {
    content: "\f24c";
}

.fa-clone[b-iwme3al2ca]:before {
    content: "\f24d";
}

.fa-balance-scale[b-iwme3al2ca]:before {
    content: "\f24e";
}

.fa-hourglass-o[b-iwme3al2ca]:before {
    content: "\f250";
}

.fa-hourglass-1[b-iwme3al2ca]:before,
.fa-hourglass-start[b-iwme3al2ca]:before {
    content: "\f251";
}

.fa-hourglass-2[b-iwme3al2ca]:before,
.fa-hourglass-half[b-iwme3al2ca]:before {
    content: "\f252";
}

.fa-hourglass-3[b-iwme3al2ca]:before,
.fa-hourglass-end[b-iwme3al2ca]:before {
    content: "\f253";
}

.fa-hourglass[b-iwme3al2ca]:before {
    content: "\f254";
}

.fa-hand-grab-o[b-iwme3al2ca]:before,
.fa-hand-rock-o[b-iwme3al2ca]:before {
    content: "\f255";
}

.fa-hand-stop-o[b-iwme3al2ca]:before,
.fa-hand-paper-o[b-iwme3al2ca]:before {
    content: "\f256";
}

.fa-hand-scissors-o[b-iwme3al2ca]:before {
    content: "\f257";
}

.fa-hand-lizard-o[b-iwme3al2ca]:before {
    content: "\f258";
}

.fa-hand-spock-o[b-iwme3al2ca]:before {
    content: "\f259";
}

.fa-hand-pointer-o[b-iwme3al2ca]:before {
    content: "\f25a";
}

.fa-hand-peace-o[b-iwme3al2ca]:before {
    content: "\f25b";
}

.fa-trademark[b-iwme3al2ca]:before {
    content: "\f25c";
}

.fa-registered[b-iwme3al2ca]:before {
    content: "\f25d";
}

.fa-creative-commons[b-iwme3al2ca]:before {
    content: "\f25e";
}

.fa-gg[b-iwme3al2ca]:before {
    content: "\f260";
}

.fa-gg-circle[b-iwme3al2ca]:before {
    content: "\f261";
}

.fa-tripadvisor[b-iwme3al2ca]:before {
    content: "\f262";
}

.fa-odnoklassniki[b-iwme3al2ca]:before {
    content: "\f263";
}

.fa-odnoklassniki-square[b-iwme3al2ca]:before {
    content: "\f264";
}

.fa-get-pocket[b-iwme3al2ca]:before {
    content: "\f265";
}

.fa-wikipedia-w[b-iwme3al2ca]:before {
    content: "\f266";
}

.fa-safari[b-iwme3al2ca]:before {
    content: "\f267";
}

.fa-chrome[b-iwme3al2ca]:before {
    content: "\f268";
}

.fa-firefox[b-iwme3al2ca]:before {
    content: "\f269";
}

.fa-opera[b-iwme3al2ca]:before {
    content: "\f26a";
}

.fa-internet-explorer[b-iwme3al2ca]:before {
    content: "\f26b";
}

.fa-tv[b-iwme3al2ca]:before,
.fa-television[b-iwme3al2ca]:before {
    content: "\f26c";
}

.fa-contao[b-iwme3al2ca]:before {
    content: "\f26d";
}

.fa-500px[b-iwme3al2ca]:before {
    content: "\f26e";
}

.fa-amazon[b-iwme3al2ca]:before {
    content: "\f270";
}

.fa-calendar-plus-o[b-iwme3al2ca]:before {
    content: "\f271";
}

.fa-calendar-minus-o[b-iwme3al2ca]:before {
    content: "\f272";
}

.fa-calendar-times-o[b-iwme3al2ca]:before {
    content: "\f273";
}

.fa-calendar-check-o[b-iwme3al2ca]:before {
    content: "\f274";
}

.fa-industry[b-iwme3al2ca]:before {
    content: "\f275";
}

.fa-map-pin[b-iwme3al2ca]:before {
    content: "\f276";
}

.fa-map-signs[b-iwme3al2ca]:before {
    content: "\f277";
}

.fa-map-o[b-iwme3al2ca]:before {
    content: "\f278";
}

.fa-map[b-iwme3al2ca]:before {
    content: "\f279";
}

.fa-commenting[b-iwme3al2ca]:before {
    content: "\f27a";
}

.fa-commenting-o[b-iwme3al2ca]:before {
    content: "\f27b";
}

.fa-houzz[b-iwme3al2ca]:before {
    content: "\f27c";
}

.fa-vimeo[b-iwme3al2ca]:before {
    content: "\f27d";
}

.fa-black-tie[b-iwme3al2ca]:before {
    content: "\f27e";
}

.fa-fonticons[b-iwme3al2ca]:before {
    content: "\f280";
}

.fa-reddit-alien[b-iwme3al2ca]:before {
    content: "\f281";
}

.fa-edge[b-iwme3al2ca]:before {
    content: "\f282";
}

.fa-credit-card-alt[b-iwme3al2ca]:before {
    content: "\f283";
}

.fa-codiepie[b-iwme3al2ca]:before {
    content: "\f284";
}

.fa-modx[b-iwme3al2ca]:before {
    content: "\f285";
}

.fa-fort-awesome[b-iwme3al2ca]:before {
    content: "\f286";
}

.fa-usb[b-iwme3al2ca]:before {
    content: "\f287";
}

.fa-product-hunt[b-iwme3al2ca]:before {
    content: "\f288";
}

.fa-mixcloud[b-iwme3al2ca]:before {
    content: "\f289";
}

.fa-scribd[b-iwme3al2ca]:before {
    content: "\f28a";
}

.fa-pause-circle[b-iwme3al2ca]:before {
    content: "\f28b";
}

.fa-pause-circle-o[b-iwme3al2ca]:before {
    content: "\f28c";
}

.fa-stop-circle[b-iwme3al2ca]:before {
    content: "\f28d";
}

.fa-stop-circle-o[b-iwme3al2ca]:before {
    content: "\f28e";
}

.fa-shopping-bag[b-iwme3al2ca]:before {
    content: "\f290";
}

.fa-shopping-basket[b-iwme3al2ca]:before {
    content: "\f291";
}

.fa-hashtag[b-iwme3al2ca]:before {
    content: "\f292";
}

.fa-bluetooth[b-iwme3al2ca]:before {
    content: "\f293";
}

.fa-bluetooth-b[b-iwme3al2ca]:before {
    content: "\f294";
}

.fa-percent[b-iwme3al2ca]:before {
    content: "\f295";
}

.fa-gitlab[b-iwme3al2ca]:before {
    content: "\f296";
}

.fa-wpbeginner[b-iwme3al2ca]:before {
    content: "\f297";
}

.fa-wpforms[b-iwme3al2ca]:before {
    content: "\f298";
}

.fa-envira[b-iwme3al2ca]:before {
    content: "\f299";
}

.fa-universal-access[b-iwme3al2ca]:before {
    content: "\f29a";
}

.fa-wheelchair-alt[b-iwme3al2ca]:before {
    content: "\f29b";
}

.fa-question-circle-o[b-iwme3al2ca]:before {
    content: "\f29c";
}

.fa-blind[b-iwme3al2ca]:before {
    content: "\f29d";
}

.fa-audio-description[b-iwme3al2ca]:before {
    content: "\f29e";
}

.fa-volume-control-phone[b-iwme3al2ca]:before {
    content: "\f2a0";
}

.fa-braille[b-iwme3al2ca]:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems[b-iwme3al2ca]:before {
    content: "\f2a2";
}

.fa-asl-interpreting[b-iwme3al2ca]:before,
.fa-american-sign-language-interpreting[b-iwme3al2ca]:before {
    content: "\f2a3";
}

.fa-deafness[b-iwme3al2ca]:before,
.fa-hard-of-hearing[b-iwme3al2ca]:before,
.fa-deaf[b-iwme3al2ca]:before {
    content: "\f2a4";
}

.fa-glide[b-iwme3al2ca]:before {
    content: "\f2a5";
}

.fa-glide-g[b-iwme3al2ca]:before {
    content: "\f2a6";
}

.fa-signing[b-iwme3al2ca]:before,
.fa-sign-language[b-iwme3al2ca]:before {
    content: "\f2a7";
}

.fa-low-vision[b-iwme3al2ca]:before {
    content: "\f2a8";
}

.fa-viadeo[b-iwme3al2ca]:before {
    content: "\f2a9";
}

.fa-viadeo-square[b-iwme3al2ca]:before {
    content: "\f2aa";
}

.fa-snapchat[b-iwme3al2ca]:before {
    content: "\f2ab";
}

.fa-snapchat-ghost[b-iwme3al2ca]:before {
    content: "\f2ac";
}

.fa-snapchat-square[b-iwme3al2ca]:before {
    content: "\f2ad";
}

.fa-pied-piper[b-iwme3al2ca]:before {
    content: "\f2ae";
}

.fa-first-order[b-iwme3al2ca]:before {
    content: "\f2b0";
}

.fa-yoast[b-iwme3al2ca]:before {
    content: "\f2b1";
}

.fa-themeisle[b-iwme3al2ca]:before {
    content: "\f2b2";
}

.fa-google-plus-circle[b-iwme3al2ca]:before,
.fa-google-plus-official[b-iwme3al2ca]:before {
    content: "\f2b3";
}

.fa-fa[b-iwme3al2ca]:before,
.fa-font-awesome[b-iwme3al2ca]:before {
    content: "\f2b4";
}

.fa-handshake-o[b-iwme3al2ca]:before {
    content: "\f2b5";
}

.fa-envelope-open[b-iwme3al2ca]:before {
    content: "\f2b6";
}

.fa-envelope-open-o[b-iwme3al2ca]:before {
    content: "\f2b7";
}

.fa-linode[b-iwme3al2ca]:before {
    content: "\f2b8";
}

.fa-address-book[b-iwme3al2ca]:before {
    content: "\f2b9";
}

.fa-address-book-o[b-iwme3al2ca]:before {
    content: "\f2ba";
}

.fa-vcard[b-iwme3al2ca]:before,
.fa-address-card[b-iwme3al2ca]:before {
    content: "\f2bb";
}

.fa-vcard-o[b-iwme3al2ca]:before,
.fa-address-card-o[b-iwme3al2ca]:before {
    content: "\f2bc";
}

.fa-user-circle[b-iwme3al2ca]:before {
    content: "\f2bd";
}

.fa-user-circle-o[b-iwme3al2ca]:before {
    content: "\f2be";
}

.fa-user-o[b-iwme3al2ca]:before {
    content: "\f2c0";
}

.fa-id-badge[b-iwme3al2ca]:before {
    content: "\f2c1";
}

.fa-drivers-license[b-iwme3al2ca]:before,
.fa-id-card[b-iwme3al2ca]:before {
    content: "\f2c2";
}

.fa-drivers-license-o[b-iwme3al2ca]:before,
.fa-id-card-o[b-iwme3al2ca]:before {
    content: "\f2c3";
}

.fa-quora[b-iwme3al2ca]:before {
    content: "\f2c4";
}

.fa-free-code-camp[b-iwme3al2ca]:before {
    content: "\f2c5";
}

.fa-telegram[b-iwme3al2ca]:before {
    content: "\f2c6";
}

.fa-thermometer-4[b-iwme3al2ca]:before,
.fa-thermometer[b-iwme3al2ca]:before,
.fa-thermometer-full[b-iwme3al2ca]:before {
    content: "\f2c7";
}

.fa-thermometer-3[b-iwme3al2ca]:before,
.fa-thermometer-three-quarters[b-iwme3al2ca]:before {
    content: "\f2c8";
}

.fa-thermometer-2[b-iwme3al2ca]:before,
.fa-thermometer-half[b-iwme3al2ca]:before {
    content: "\f2c9";
}

.fa-thermometer-1[b-iwme3al2ca]:before,
.fa-thermometer-quarter[b-iwme3al2ca]:before {
    content: "\f2ca";
}

.fa-thermometer-0[b-iwme3al2ca]:before,
.fa-thermometer-empty[b-iwme3al2ca]:before {
    content: "\f2cb";
}

.fa-shower[b-iwme3al2ca]:before {
    content: "\f2cc";
}

.fa-bathtub[b-iwme3al2ca]:before,
.fa-s15[b-iwme3al2ca]:before,
.fa-bath[b-iwme3al2ca]:before {
    content: "\f2cd";
}

.fa-podcast[b-iwme3al2ca]:before {
    content: "\f2ce";
}

.fa-window-maximize[b-iwme3al2ca]:before {
    content: "\f2d0";
}

.fa-window-minimize[b-iwme3al2ca]:before {
    content: "\f2d1";
}

.fa-window-restore[b-iwme3al2ca]:before {
    content: "\f2d2";
}

.fa-times-rectangle[b-iwme3al2ca]:before,
.fa-window-close[b-iwme3al2ca]:before {
    content: "\f2d3";
}

.fa-times-rectangle-o[b-iwme3al2ca]:before,
.fa-window-close-o[b-iwme3al2ca]:before {
    content: "\f2d4";
}

.fa-bandcamp[b-iwme3al2ca]:before {
    content: "\f2d5";
}

.fa-grav[b-iwme3al2ca]:before {
    content: "\f2d6";
}

.fa-etsy[b-iwme3al2ca]:before {
    content: "\f2d7";
}

.fa-imdb[b-iwme3al2ca]:before {
    content: "\f2d8";
}

.fa-ravelry[b-iwme3al2ca]:before {
    content: "\f2d9";
}

.fa-eercast[b-iwme3al2ca]:before {
    content: "\f2da";
}

.fa-microchip[b-iwme3al2ca]:before {
    content: "\f2db";
}

.fa-snowflake-o[b-iwme3al2ca]:before {
    content: "\f2dc";
}

.fa-superpowers[b-iwme3al2ca]:before {
    content: "\f2dd";
}

.fa-wpexplorer[b-iwme3al2ca]:before {
    content: "\f2de";
}

.fa-meetup[b-iwme3al2ca]:before {
    content: "\f2e0";
}

.sr-only[b-iwme3al2ca] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active[b-iwme3al2ca],
.sr-only-focusable:focus[b-iwme3al2ca] {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}



/*
Theme Name: VFX New
*/
@font-face {
    font-family: "Gilroy-UltraLightItalic";
    src: url('/fonts/webFonts/GilroyUltraLightItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyUltraLightItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-MediumItalic";
    src: url('/fonts/webFonts/GilroyMediumItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyMediumItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Thin";
    src: url('/fonts/webFonts/GilroyThin/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyThin/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url('/fonts/webFonts/GilroyExtraBold/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyExtraBold/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-ExtraBoldItalic";
    src: url('/fonts/webFonts/GilroyExtraBoldItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyExtraBoldItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Black";
    src: url('/fonts/webFonts/GilroyBlack/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBlack/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-HeavyItalic";
    src: url('/fonts/webFonts/GilroyHeavyItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyHeavyItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url('/fonts/webFonts/GilroyMedium/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyMedium/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-BlackItalic";
    src: url('/fonts/webFonts/GilroyBlackItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBlackItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-BoldItalic";
    src: url('/fonts/webFonts/GilroyBoldItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBoldItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url('/fonts/webFonts/GilroyBold/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyBold/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-UltraLight";
    src: url('/fonts/webFonts/GilroyUltraLight/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyUltraLight/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url('/fonts/webFonts/GilroySemiBold/font.woff2') format('woff2'), url('/fonts/webFonts/GilroySemiBold/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-RegularItalic";
    src: url('/fonts/webFonts/GilroyRegularItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyRegularItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-SemiBoldItalic";
    src: url('/fonts/webFonts/GilroySemiBoldItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroySemiBoldItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Light";
    src: url('/fonts/webFonts/GilroyLight/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyLight/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url('/fonts/webFonts/GilroyHeavy/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyHeavy/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url('/fonts/webFonts/GilroyRegular/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyRegular/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-ThinItalic";
    src: url('/fonts/webFonts/GilroyThinItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyThinItalic/font.woff') format('woff');
}

@font-face {
    font-family: "Gilroy-LightItalic";
    src: url('/fonts/webFonts/GilroyLightItalic/font.woff2') format('woff2'), url('/fonts/webFonts/GilroyLightItalic/font.woff') format('woff');
}

*[b-iwme3al2ca],
*[b-iwme3al2ca]:before,
*[b-iwme3al2ca]:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html[b-iwme3al2ca] {
    background: none;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body[b-iwme3al2ca] {
    background: #f5f5f5;
    font-size: 19px;
    font-family: "Century Gothic",sans-serif;
}


    /*Google Language Translator Css Start*/
    body font[b-iwme3al2ca] {
        vertical-align: baseline !important;
    }
/*Google Language Translator Css End*/


a[b-iwme3al2ca] {
    color: #646464;
    text-decoration: underline;
    outline-style: none;
}

    a:hover[b-iwme3al2ca] {
        color: #646464;
        text-decoration: underline;
    }

p[b-iwme3al2ca] {
    line-height: 20px;
    margin: 0 0 20px;
}

li[b-iwme3al2ca] {
    list-style: none outside none;
}

strong[b-iwme3al2ca],
b[b-iwme3al2ca] {
    font-weight: normal;
    font-family: 'Gilroy-SemiBold';
}

em[b-iwme3al2ca],
i[b-iwme3al2ca] {
    font-style: normal;
    font-family: 'Gilroy-RegularItalic';
}

    strong em[b-iwme3al2ca],
    em strong[b-iwme3al2ca] {
        font-style: normal;
        font-weight: normal;
        font-family: 'Gilroy-SemiBoldItalic';
    }

h1[b-iwme3al2ca],
h2[b-iwme3al2ca],
h3[b-iwme3al2ca],
h4[b-iwme3al2ca],
h5[b-iwme3al2ca],
h6[b-iwme3al2ca],
h7[b-iwme3al2ca] {
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1;
    font-family: 'Gilroy-SemiBold';
}

h1[b-iwme3al2ca] {
    font-size: 42px;
    font-family: 'Gilroy-Bold';
    line-height: 50px;
}

h2[b-iwme3al2ca] {
    font-size: 42px;
    line-height: 50px;
}

h3[b-iwme3al2ca] {
    font-size: 36px;
    line-height: 45px;
}

h4[b-iwme3al2ca] {
    font-size: 20px;
    font-family: 'Gilroy-Medium';
    line-height: 25px;
}

h5[b-iwme3al2ca] {
    font-size: 18px;
    font-family: 'Gilroy-Medium';
    line-height: 30px;
}

h6[b-iwme3al2ca] {
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    line-height: 30px;
}

h7[b-iwme3al2ca] {
    font-size: 16px;
    line-height: 20px;
}

img[b-iwme3al2ca] {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr[b-iwme3al2ca] {
    clear: both;
    margin: 40px 0;
    border: 0;
    border-bottom: 0;
    padding: 0px;
    width: 100%;
    background: #e1e0da;
    height: 1px;
}

pre[b-iwme3al2ca] {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.left[b-iwme3al2ca] {
    float: left;
}

.right[b-iwme3al2ca] {
    float: right;
}

.clear[b-iwme3al2ca] {
    clear: both;
    height: 0;
    font-size: 0;
    width: 100%;
}

.alignleft[b-iwme3al2ca] {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.alignright[b-iwme3al2ca] {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter[b-iwme3al2ca] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.alignnone[b-iwme3al2ca] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.tableBox[b-iwme3al2ca] {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.table_cellBox[b-iwme3al2ca] {
    display: table-cell;
    vertical-align: middle;
}

.inner[b-iwme3al2ca] {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.white_button[b-iwme3al2ca] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #6b6b6b;
    padding: 10px 25px;
    display: inline-block;
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .white_button:hover[b-iwme3al2ca] {
        background: #ffffff;
        border-color: #e35728;
        color: #e35728;
        text-decoration: none;
    }

.orange_button[b-iwme3al2ca] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #e35728;
    border-radius: 25px;
    border: 1px solid #e35728;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .orange_button:hover[b-iwme3al2ca] {
        background: #ff8e5c;
        border-color: #ff8e5c;
        color: #fff;
        text-decoration: none;
    }

.green_button[b-iwme3al2ca] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #034854;
    border-radius: 25px;
    border: 1px solid #034854;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .green_button:hover[b-iwme3al2ca] {
        background: #147875;
        border-color: #147875;
        color: #fff;
        text-decoration: none;
    }

.white_arrow_button[b-iwme3al2ca] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 35px;
    border: 1px solid #6b6b6b;
    padding: 11px 18px;
    display: inline-block;
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .white_arrow_button:hover[b-iwme3al2ca] {
        background: #ffffff;
        border-color: #e35728;
        color: #e35728;
        text-decoration: none;
    }

    .white_arrow_button[b-iwme3al2ca]:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 20px;
    }

.orange_arrow_button[b-iwme3al2ca] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #e35728;
    border-radius: 35px;
    border: 1px solid #e35728;
    padding: 11px 18px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .orange_arrow_button:hover[b-iwme3al2ca] {
        background: #ff8e5c;
        border-color: #ff8e5c;
        color: #FFF;
        text-decoration: none;
    }

    .orange_arrow_button[b-iwme3al2ca]:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 20px;
    }

.green_arrow_button[b-iwme3al2ca] {
    font-family: 'Gilroy-Medium';
    text-transform: uppercase;
    background: #034854;
    border-radius: 35px;
    border: 1px solid #034854;
    padding: 11px 18px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
}

    .green_arrow_button:hover[b-iwme3al2ca] {
        background: #147875;
        border-color: #147875;
        color: #FFF;
        text-decoration: none;
    }

    .green_arrow_button[b-iwme3al2ca]:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 20px;
    }


input[b-iwme3al2ca],
button[b-iwme3al2ca],
textarea[b-iwme3al2ca],
select[b-iwme3al2ca] {
    outline-style: none;
}

.wrapper[b-iwme3al2ca] {
    width: 100%;
    overflow: hidden;
}

.clearfix[b-iwme3al2ca]:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix[b-iwme3al2ca] {
    zoom: 1; /*IE6,7 Compatibility Settings for*/
}

/*Header Css Start*/
.header[b-iwme3al2ca] {
    position: relative;
    width: 100%;
    z-index: 100;
}

.header_top_bar[b-iwme3al2ca] {
    padding: 5px 0px 5px;
    background: #e2e2e2;
}

    .header_top_bar .inner[b-iwme3al2ca] {
        position: relative;
    }

    .header_top_bar .left_link[b-iwme3al2ca] {
        float: left;
        padding-top: 4px;
    }

    .header_top_bar .top_bar_link[b-iwme3al2ca] {
        font-family: 'Gilroy-SemiBold';
        position: relative;
        font-size: 16px;
        color: #646464;
        text-decoration: none;
        display: inline-block;
        margin-right: 30px;
        vertical-align: middle;
    }

        .header_top_bar .top_bar_link[b-iwme3al2ca]:before {
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .header_top_bar .top_bar_link:hover[b-iwme3al2ca] {
            color: #646464;
            text-decoration: none;
        }

    .header_top_bar .header_protrader_link[b-iwme3al2ca] {
        padding: 0px 0px 0px 38px;
    }

        .header_top_bar .header_protrader_link[b-iwme3al2ca]:before {
            width: 31px;
            height: 16px;
            background: url(/wp-content/themes/vfx_new/images/header_protrader_link_icon.png?v=3) left top no-repeat;
            background-size: 100% 100%;
            top: 0px;
        }

    .header_top_bar .header_webtrader_link[b-iwme3al2ca] {
        padding: 0px 0px 0px 32px;
    }

        .header_top_bar .header_webtrader_link[b-iwme3al2ca]:before {
            width: 24px;
            height: 24px;
            background: url(/wp-content/themes/vfx_new/images/header_webtrader_link_icon.png) left top no-repeat;
            background-size: 100% 100%;
            top: -4px;
        }

    .header_top_bar .header_app_link[b-iwme3al2ca] {
        padding: 0px 0px 0px 24px;
    }

        .header_top_bar .header_app_link[b-iwme3al2ca]:before {
            width: 16px;
            height: 22px;
            background: url(/wp-content/themes/vfx_new/images/header_app_link_icon.png) left top no-repeat;
            background-size: 100% 100%;
            top: -2px;
        }

.header_language[b-iwme3al2ca] {
    float: right;
    position: relative;
    text-align: left;
    z-index: 12;
    padding-left: 25px;
    padding-right: 55px;
}

.header_language_nav[b-iwme3al2ca] {
    position: relative;
    font-size: 19px;
    color: #646464;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gilroy-SemiBold';
}

    .header_language_nav[b-iwme3al2ca]:after {
        content: "\f107";
        font-family: 'FontAwesome';
        margin-left: 5px;
        font-size: 26px;
        vertical-align: -2px;
    }

    .header_language_nav.active[b-iwme3al2ca]:after {
        content: "\f106";
    }

.header_language_inner[b-iwme3al2ca] {
    display: none;
    width: 402px;
    position: absolute;
    right: 45px;
    top: 35px;
    background: #222e3e;
    padding: 6px 0px;
    z-index: 9;
}

    .header_language_inner ul[b-iwme3al2ca] {
        padding: 12px 20px 16px;
        margin: 0px;
        width: 50%;
        float: left;
    }

        .header_language_inner ul li[b-iwme3al2ca] {
            padding: 9px 5px;
            margin: 0px;
        }

    .header_language_inner a[b-iwme3al2ca] {
        display: block;
        font-size: 12px;
        color: #ffffff;
        padding: 6px 0px 6px 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .header_language_inner a[b-iwme3al2ca]:after {
            content: "";
            display: block;
            clear: both;
        }

        .header_language_inner a:hover[b-iwme3al2ca] {
            text-decoration: none;
            color: #ffffff;
            background: #147875;
        }

    .header_language_inner li.active a[b-iwme3al2ca] {
        color: #ffffff;
        background: #147875;
    }

.header_language span[b-iwme3al2ca] {
    display: inline-block;
    float: left;
    width: 19px;
    height: 13px;
    margin-right: 8px;
}

    .header_language span.icon_english[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_english.png) left top no-repeat;
    }

    .header_language span.icon_france[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_france.png) left top no-repeat;
    }

    .header_language span.icon_german[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_german.png) left top no-repeat;
    }

    .header_language span.icon_italy[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_italy.png) left top no-repeat;
    }

    .header_language span.icon_spain[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_spain.png) left top no-repeat;
    }

    .header_language span.icon_arab[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_arab.png) left top no-repeat;
    }

    .header_language span.icon_portugal[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_portugal.png) left top no-repeat;
    }

    .header_language span.icon_thailand[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_thailand.png) left top no-repeat;
    }

    .header_language span.icon_malaysia[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_malaysia.png) left top no-repeat;
    }

    .header_language span.icon_chinese[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_chinese.png) left top no-repeat;
    }

    .header_language span.icon_vn[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_vn.png) left top no-repeat;
    }

    .header_language span.icon_indonesia[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_id.png) left top no-repeat;
    }

    .header_language span.icon_kr[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_kr.png) left top no-repeat;
    }

    .header_language span.icon_japanese[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_japanese.png?v=1) left top no-repeat;
    }

    .header_language span.icon_india[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_india.png) left top no-repeat;
    }

    .header_language span.icon_mongolia[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_mn.png?v=1) left top no-repeat;
    }

    .header_language span.icon_russian[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_russian.png) left top no-repeat;
    }

    .header_language span.icon_kz[b-iwme3al2ca] {
        background: url(/wp-content/themes/vfx_new/images/header_language_icon_kz.png) left top no-repeat;
    }

.search_box[b-iwme3al2ca] {
    position: absolute;
    z-index: 20;
    right: 20px;
    top: -2px;
}

    .search_box .search_box_button[b-iwme3al2ca] {
        width: 24px;
        height: 24px;
        background: url(/wp-content/themes/vfx_new/images/search_box_button_icon.png) left top no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        margin-top: 5px;
    }

.search-form[b-iwme3al2ca] {
    position: absolute;
    right: 0px;
    top: -3px;
    z-index: 10;
    display: none;
}

    .search-form .search-field[b-iwme3al2ca] {
        width: 230px;
        padding: 0px 0px 0px 34px;
        border: 1px solid grey;
        height: 37px;
        color: #000;
        line-height: 35px;
        font-size: 16px;
        background: #FFF;
    }

    .search-form .search_icon[b-iwme3al2ca] {
        content: "";
        display: block;
        position: absolute;
        left: 8px;
        top: 6px;
        background: url(/wp-content/themes/vfx_new/images/search_box_button_icon.png) left top no-repeat;
        width: 26px;
        height: 26px;
    }

    .search-form .search-field:focus[b-iwme3al2ca] {
        background-color: #fff;
        border: 1px solid #a3a3a4;
        width: 230px;
        cursor: text;
        outline: none;
    }

.search-submit[b-iwme3al2ca] {
    display: none;
}

.header_menu_wrapper .right_link[b-iwme3al2ca] {
    float: right;
    padding-right: 37px;
    margin-top: -5px;
}

    .header_menu_wrapper .right_link .btn_link[b-iwme3al2ca] {
        margin-left: 6px;
        font-size: 14px;
        padding: 10px 25px;
    }

.header_logo[b-iwme3al2ca] {
    float: left;
    display: block;
    width: 160px;
    padding: 0px;
    margin: 0px auto;
}

    .header_logo img[b-iwme3al2ca] {
        display: block;
        width: 100%;
        height: auto;
    }

.header_menu_wrapper[b-iwme3al2ca] {
    background: rgba(255,255,255,1);
    position: relative;
    width: 100%;
    padding: 24px 0px 0px 0px;
}

    .header_menu_wrapper .inner[b-iwme3al2ca] {
        position: relative;
        z-index: 9;
        max-width: 1314px;
    }

    .header_menu_wrapper .header_menu_tabs[b-iwme3al2ca] {
        padding: 0px;
        margin: 0px;
    }

        .header_menu_wrapper .header_menu_tabs > li[b-iwme3al2ca] {
            padding: 0px 11px;
            margin: 0px;
            float: left;
        }

            .header_menu_wrapper .header_menu_tabs > li > a[b-iwme3al2ca] {
                font-family: 'Gilroy-SemiBold';
                display: block;
                padding: 5px 0px 29px;
                font-size: 16px;
                color: #646464;
                text-decoration: none;
                font-weight: bold;
                position: relative;
                transition: all .3s;
            }

                .header_menu_wrapper .header_menu_tabs > li > a:hover[b-iwme3al2ca] {
                    color: #e35728;
                }

.header_menu_container[b-iwme3al2ca] {
    float: left;
    padding-left: 52px;
}

.header_menu_tab_content[b-iwme3al2ca] {
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 0px 20px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .header_menu_tab_content[b-iwme3al2ca]:before {
        content: "";
        display: block;
        position: absolute;
        width: 1600px;
        height: 100%;
        right: 50%;
        top: 0px;
        background: rgba(245,245,245,1);
        z-index: 9;
    }

    .header_menu_tab_content[b-iwme3al2ca]:after {
        content: "";
        display: block;
        position: absolute;
        width: 1600px;
        height: 100%;
        left: 50%;
        top: 0px;
        background: rgba(245,245,245,1);
        z-index: 10;
    }

.header_menu_wrapper .header_menu_tabs > li:hover .header_menu_tab_content[b-iwme3al2ca] {
    height: auto;
    opacity: 1;
    top: 100%;
    overflow: inherit;
}

.header_menu_tab_content_inner[b-iwme3al2ca] {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 83px;
    padding-bottom: 50px;
}

.header_menu_tab_content .header_menu_links[b-iwme3al2ca] {
    width: 312px;
    max-width: 27%;
    text-align: center;
    padding-top: 7px;
    padding-right: 20px;
}

    .header_menu_tab_content .header_menu_links .orange_arrow_button[b-iwme3al2ca],
    .header_menu_tab_content .header_menu_links .green_arrow_button[b-iwme3al2ca] {
        padding-left: 15px;
        padding-right: 15px;
        width: 218px;
        display: block;
        margin: 0px auto 18px;
        max-width: 100%;
        text-align: left;
    }



.header_menu_tab_content .sub_menu_box[b-iwme3al2ca] {
    padding: 0px 0px 30px;
    width: 73%;
    margin: 0px;
    position: relative;
    z-index: 3;
}

.header_menu_tab_content .sub_menu[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .header_menu_tab_content .sub_menu[b-iwme3al2ca]:after {
        content: "";
        display: block;
        clear: both;
    }

    .header_menu_tab_content .sub_menu > li[b-iwme3al2ca] {
        padding: 0px 15px 0px 0px;
        margin: 0px;
        width: 33.333%;
    }

        .header_menu_tab_content .sub_menu > li h4[b-iwme3al2ca] {
            display: block;
            font-size: 22px;
            color: #034854;
            padding: 0px 0px 38px;
            margin: 0px;
            font-family: 'Gilroy-SemiBold';
            text-transform: lowercase;
        }

    .header_menu_tab_content .sub_menu li ul li a[b-iwme3al2ca] {
        font-size: 14px;
        color: #646464;
        display: inline-block;
        padding: 4px 0px;
        text-decoration: none;
        font-family: 'Gilroy-Regular';
    }

        .header_menu_tab_content .sub_menu li ul li a:hover[b-iwme3al2ca] {
            text-decoration: none;
            color: #034854;
        }

    .header_menu_tab_content .sub_menu li a.menu_popular_icon[b-iwme3al2ca] {
        padding-right: 60px;
        position: relative;
    }

        .header_menu_tab_content .sub_menu li a.menu_popular_icon[b-iwme3al2ca]:after {
            content: "Popular";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 6px;
            font-size: 12px;
            color: #00ddce;
            text-transform: uppercase;
            font-family: 'Gilroy-ExtraBold';
        }

    .header_menu_tab_content .sub_menu li a.menu_new_icon[b-iwme3al2ca] {
        padding-right: 32px;
        position: relative;
    }

        .header_menu_tab_content .sub_menu li a.menu_new_icon[b-iwme3al2ca]:after {
            content: "New";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 6px;
            font-size: 12px;
            color: #00ddce;
            text-transform: uppercase;
            font-family: 'Gilroy-ExtraBold';
        }

.header_menu_tab_content#header_menu_contnet3 .sub_menu > li[b-iwme3al2ca] {
    width: 25%;
}


#fixed_header[b-iwme3al2ca] {
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    display: none;
}

    #fixed_header .inner[b-iwme3al2ca] {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #fixed_header .fixed_header_logo[b-iwme3al2ca] {
        display: block;
        width: 160px;
        max-width: 100%;
        position: absolute;
        left: 36.8%;
        top: 24px;
    }

        #fixed_header .fixed_header_logo img[b-iwme3al2ca] {
            display: block;
            width: 100%;
            height: auto;
        }

    #fixed_header .left_link[b-iwme3al2ca] {
        float: left;
    }

        #fixed_header .left_link .white_button[b-iwme3al2ca] {
            min-width: 150px;
            border-color: #034854;
            color: #034854;
            margin-right: 8px;
            padding-left: 5px;
            padding-right: 5px;
        }

            #fixed_header .left_link .white_button:hover[b-iwme3al2ca] {
                color: #147875;
                border-color: #147875;
                color: #147875;
            }

    #fixed_header .right_link[b-iwme3al2ca] {
        float: right;
    }

        #fixed_header .right_link a.btn_link[b-iwme3al2ca] {
            margin-left: 8px;
            min-width: 150px;
            padding-left: 5px;
            padding-right: 5px;
        }
/*Header Css End*/

/*Mobile menu Css Start*/
.mobile_menu_hamburger[b-iwme3al2ca] {
    width: 25px;
    padding: 4px 0px 0px;
    text-align: center;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    bottom: 5px;
}

    .mobile_menu_hamburger i[b-iwme3al2ca] {
        font-family: 'FontAwesome';
        font-size: 32px;
        color: #e35728;
    }

.mobile_menu[b-iwme3al2ca] {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    z-index: 97;
    text-align: center;
}

.mobile_menu_content[b-iwme3al2ca] {
    background: rgba(29,40,54,0.9);
    position: relative;
    padding-top: 0px;
}

    .mobile_menu_content .home_icon_link[b-iwme3al2ca] {
        padding: 0px;
    }

        .mobile_menu_content .home_icon_link a[b-iwme3al2ca] {
            font-size: 20px;
            color: #fff;
            display: block;
            text-align: left;
            text-decoration: none;
            padding: 0px 0px;
        }

            .mobile_menu_content .home_icon_link a:hover[b-iwme3al2ca] {
                text-decoration: none;
                color: #fff;
                background: #147875;
            }

            .mobile_menu_content .home_icon_link a i[b-iwme3al2ca] {
                margin-right: 6px;
            }

            .mobile_menu_content .home_icon_link a span[b-iwme3al2ca] {
                display: block;
                padding: 15px 50px 15px;
                border-bottom: 1px solid #147875;
            }

            .mobile_menu_content .home_icon_link a:hover span[b-iwme3al2ca] {
                border-bottom: 1px solid #147875;
            }

    .mobile_menu_content .header_menu[b-iwme3al2ca] {
        text-align: left;
        position: relative;
    }

        .mobile_menu_content .header_menu a[b-iwme3al2ca] {
            font-weight: 300;
            display: block;
            color: #fff;
            padding: 15px 50px 15px;
            font-size: 18px;
            text-decoration: none;
        }

            .mobile_menu_content .header_menu a i[b-iwme3al2ca] {
                margin-right: 6px;
            }

        .mobile_menu_content .header_menu li > a[b-iwme3al2ca] {
            position: relative;
            text-transform: uppercase;
        }

            .mobile_menu_content .header_menu li > a[b-iwme3al2ca]::before {
                background: #147875;
                content: "";
                display: block;
                height: 1px;
                left: 0px;
                position: absolute;
                bottom: -1px;
                width: calc(100% - 0px);
            }

            .mobile_menu_content .header_menu li > a:hover[b-iwme3al2ca]::before {
                display: none;
            }

            .mobile_menu_content .header_menu li > a:hover[b-iwme3al2ca] {
                background: #147875;
                color: #fff;
            }

        .mobile_menu_content .header_menu > li.button[b-iwme3al2ca],
        .mobile_menu_content .header_menu > li.blue_button[b-iwme3al2ca] {
            display: none;
        }

        .mobile_menu_content .header_menu > li > a[b-iwme3al2ca] {
            font-size: 16px;
            color: #ffffff;
            font-weight: 300;
        }

        .mobile_menu_content .header_menu li li a[b-iwme3al2ca] {
            text-transform: none;
            color: #ffffff;
        }

            .mobile_menu_content .header_menu li li a:hover[b-iwme3al2ca] {
                color: #fff;
                text-decoration: underline;
                background: none;
            }

                .mobile_menu_content .header_menu li li a:hover[b-iwme3al2ca]::before {
                    display: block;
                }

                .mobile_menu_content .header_menu li li a:hover .accordsuffix[b-iwme3al2ca] {
                    color: #147875;
                }

        .mobile_menu_content .header_menu > li > ul > li > a[b-iwme3al2ca] {
            text-transform: none;
            color: #ffffff;
            padding-left: 80px;
        }

        .mobile_menu_content .header_menu > li > ul > li > ul > li > a[b-iwme3al2ca] {
            padding-left: 110px;
        }

        .mobile_menu_content .header_menu li ul[b-iwme3al2ca] {
            border: 0px;
            padding: 0px;
        }

            .mobile_menu_content .header_menu li ul li:liast-child a[b-iwme3al2ca] {
                border: 0;
            }

        .mobile_menu_content .header_menu .sub_menu[b-iwme3al2ca] {
            display: none;
        }

        .mobile_menu_content .header_menu a[b-iwme3al2ca] {
            display: block;
            position: relative;
        }

        .mobile_menu_content .header_menu .accordsuffix[b-iwme3al2ca] {
            display: block;
            position: absolute;
            color: #FFF;
            right: 50px;
            top: 13px;
        }

        .mobile_menu_content .header_menu > li > a .accordsuffix[b-iwme3al2ca] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu .accordsuffix[b-iwme3al2ca]:before {
            content: "\f055";
            font-family: 'FontAwesome';
            font-size: 16px;
        }

        .mobile_menu_content .header_menu .active .accordsuffix[b-iwme3al2ca]:before {
            content: "\f056";
            color: #FFF;
        }

        .mobile_menu_content .header_menu .active:hover .accordsuffix[b-iwme3al2ca] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu a.active[b-iwme3al2ca] {
        }

        .mobile_menu_content .header_menu a:hover .accordsuffix[b-iwme3al2ca] {
            color: #FFF;
        }

        .mobile_menu_content .header_menu li li .active .accordsuffix[b-iwme3al2ca] { /* color:#491700;*/
        }

        .mobile_menu_content .header_menu > li a i.fa-envelope-o[b-iwme3al2ca] {
            margin-right: 5px;
        }
/*Mobile menu Css End*/

/*Concise Header Css Start*/
.concise_header[b-iwme3al2ca] {
    width: 100%;
    background: #fff;
}

    .concise_header .inner[b-iwme3al2ca] {
        padding-top: 25px;
        padding-bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

.concise_header_logo[b-iwme3al2ca] {
    display: block;
    width: 160px;
    margin-left: -35px;
}

    .concise_header_logo img[b-iwme3al2ca] {
        display: block;
        width: 100%;
        height: auto;
    }

.concise_header ul[b-iwme3al2ca] {
    padding: 6px 0px 0px;
    margin: 0px;
}

    .concise_header ul li[b-iwme3al2ca] {
        display: inline-block;
        color: #646464;
        padding: 0px 0px 5px 54px;
        margin: 0px;
        font-size: 16px;
        font-family: 'Gilroy-Medium';
    }

        .concise_header ul li a[b-iwme3al2ca] {
            color: #646464;
            text-decoration: none;
        }

            .concise_header ul li a:hover[b-iwme3al2ca] {
                color: #646464;
                text-decoration: none;
            }
/*Concise Header Css End*/

/*Footer Css Start*/
#footer[b-iwme3al2ca] {
    padding-bottom: 3px;
    background: #1f232f;
}

.footer_bottom a[b-iwme3al2ca] {
    color: #fff;
}

    .footer_bottom a:hover[b-iwme3al2ca] {
        color: #fff;
    }

.footer_top_new[b-iwme3al2ca] {
    width: 100%;
    padding: 50px 0px 50px;
}

    .footer_top_new .footer_top_left[b-iwme3al2ca] {
        width: 25.5%;
        float: left;
    }

    .footer_top_new .footer_top_center[b-iwme3al2ca] {
        width: 37%;
        float: left;
        padding-top: 10px;
    }

        .footer_top_new .footer_top_center .footer_top_center_title[b-iwme3al2ca] {
            padding: 0px 42px;
        }

        .footer_top_new .footer_top_center .footer_top_center_inner[b-iwme3al2ca] {
            border-left: 1px solid #233081;
            border-right: 1px solid #233081;
            padding: 10px 40px 0px;
        }

            .footer_top_new .footer_top_center .footer_top_center_inner ul[b-iwme3al2ca] {
                margin-bottom: 24px;
            }

            .footer_top_new .footer_top_center .footer_top_center_inner .home_row7_item a[b-iwme3al2ca] {
                text-decoration: none;
            }

    .footer_top_new .footer_top_right[b-iwme3al2ca] {
        width: 315px;
        max-width: 33%;
        float: right;
        padding-top: 10px;
        margin-right: -5px;
    }

    .footer_top_new .footer_logo[b-iwme3al2ca] {
        display: block;
        width: 190px;
        margin-bottom: 32px;
    }

        .footer_top_new .footer_logo img[b-iwme3al2ca] {
            display: block;
            width: 100%;
            height: auto;
        }

    .footer_top_new .footer_top_left ul[b-iwme3al2ca] {
        padding: 0px;
        margin: 0px 0px 11px 0px;
    }

        .footer_top_new .footer_top_left ul:last-child[b-iwme3al2ca] {
            margin: 0px;
        }

        .footer_top_new .footer_top_left ul li[b-iwme3al2ca] {
            padding: 0px 0px 3px 6px;
            margin: 0px;
            font-size: 12px;
            color: #aecaea;
            line-height: 1.6;
        }

            .footer_top_new .footer_top_left ul li[b-iwme3al2ca]:before {
                content: ">";
                padding-right: 15px;
            }

            .footer_top_new .footer_top_left ul li a[b-iwme3al2ca] {
                font-size: 12px;
                color: #98a6d1;
                text-decoration: none;
            }

                .footer_top_new .footer_top_left ul li a:hover[b-iwme3al2ca] {
                    color: #98a6d1;
                    text-decoration: underline;
                }

    .footer_top_new h2[b-iwme3al2ca] {
        font-size: 21px;
        font-weight: bold;
        color: #FFF;
        padding: 0px;
        margin: 0px 0px 33px;
        line-height: 1.2;
    }

        .footer_top_new h2[b-iwme3al2ca]:after {
            content: "";
            display: block;
            margin: 18px 0px 0px;
            width: 52px;
            height: 1px;
            background: #cd0021;
        }

    .footer_top_new .footer_top_center ul[b-iwme3al2ca] {
        padding: 0px;
        margin: 0px;
    }

        .footer_top_new .footer_top_center ul li[b-iwme3al2ca] {
            padding: 0px 0px 31px 32px;
            margin: 0px;
            font-size: 12px;
            color: #98a6d1;
            line-height: 1.4;
            position: relative;
        }

            .footer_top_new .footer_top_center ul li a[b-iwme3al2ca] {
                font-size: 12px;
                color: #98a6d1;
                text-decoration: none;
            }

                .footer_top_new .footer_top_center ul li a:hover[b-iwme3al2ca] {
                    color: #98a6d1;
                    text-decoration: underline;
                }

            .footer_top_new .footer_top_center ul li i[b-iwme3al2ca] {
                content: "";
                position: absolute;
                left: 0px;
                top: 0px;
                color: #98a6d1;
            }

            .footer_top_new .footer_top_center ul li.phone i[b-iwme3al2ca] {
                font-size: 20px;
            }

            .footer_top_new .footer_top_center ul li.email i[b-iwme3al2ca] {
                font-size: 18px;
            }

            .footer_top_new .footer_top_center ul li.address[b-iwme3al2ca] {
                padding-bottom: 0px;
                width: 210px;
                max-width: 100%;
                display: none;
            }

                .footer_top_new .footer_top_center ul li.address i[b-iwme3al2ca] {
                    font-size: 22px;
                    top: 6px;
                }

    .footer_top_new .footer_top_center .footer_links[b-iwme3al2ca] {
        padding: 32px 0px 0px;
        margin: 0px;
    }

        .footer_top_new .footer_top_center .footer_links[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 100%;
            clear: both;
        }

        .footer_top_new .footer_top_center .footer_links span[b-iwme3al2ca] {
            display: block;
            float: left;
            padding: 10px 12px 0px 0px;
            margin: 0px;
        }

            .footer_top_new .footer_top_center .footer_links span a[b-iwme3al2ca] {
                display: block;
                text-indent: 9999em;
                width: 135px;
            }

                .footer_top_new .footer_top_center .footer_links span a img[b-iwme3al2ca] {
                    display: block;
                    width: 100%;
                    height: auto;
                }

            .footer_top_new .footer_top_center .footer_links span:last-child[b-iwme3al2ca] {
                padding-right: 0px;
            }

    .footer_top_new .footer_top_right h2[b-iwme3al2ca] {
        margin-bottom: 30px;
    }

    .footer_top_new .footer_top_right .first_funding_list[b-iwme3al2ca] {
        text-align: center;
        padding: 0px 0px 50px;
        width: 220px;
        max-width: 100%;
    }

    .footer_top_new .footer_top_right .funding_list_p[b-iwme3al2ca] {
        color: #ffffff
    }

    .footer_top_new .footer_top_right .funding_list a[b-iwme3al2ca] {
        display: inline-block;
        vertical-align: top;
        margin: 0px 3px 9px 3px;
        width: 44px;
        height: 28px;
    }

        .footer_top_new .footer_top_right .funding_list a:first-child[b-iwme3al2ca] {
            margin: 0px 3px 9px 3px;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon1[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/funding_list_iocn1.png) left top no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon2[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/sprite_img.png) -105px 0px no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon3[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/funding_list_iocn3.png) left top no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon4[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/funding_list_iocn4.png) left top no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon5[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/sprite_img.png) -210px 0px no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon6[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/sprite_img.png) -261px 0px no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon7[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/sprite_img.png) -320px 0px no-repeat;
            width: 210px;
            height: 27px;
            margin: 0px;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon8[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/funding_list_iocn8.png) left top no-repeat;
        }

        .footer_top_new .footer_top_right .funding_list a.footer_funding_icon9[b-iwme3al2ca] {
            background: url(/wp-content/themes/moneta_markets_wp/images/funding_list_iocn9.png) left top no-repeat;
        }

.footer_middle_new[b-iwme3al2ca] {
    border-top: 1px solid #233081;
    padding: 25px 0px;
}

    .footer_middle_new ul[b-iwme3al2ca] {
        padding: 0px;
        margin: 8px 0px 0px;
        float: left;
    }

    .footer_middle_new.middle_2 ul[b-iwme3al2ca] {
        margin: 0;
    }

    .footer_middle_new ul li[b-iwme3al2ca] {
        padding: 0px 18px 0px 0px;
        margin: 0px;
        display: inline-block;
        font-size: 14px;
        color: #7986b6;
        line-height: 1.4;
        position: relative;
    }

        .footer_middle_new ul li a[b-iwme3al2ca] {
            font-size: 12px;
            color: #7986b6;
            text-decoration: none;
        }

            .footer_middle_new ul li a:hover[b-iwme3al2ca] {
                color: #98a6d1;
                text-decoration: underline;
            }

    .footer_middle_new .footer_icon_box[b-iwme3al2ca] {
        display: block;
        float: right;
        padding: 3px 0px 0px;
    }

        .footer_middle_new .footer_icon_box .fa[b-iwme3al2ca] {
            line-height: 33px;
        }

        .footer_middle_new .footer_icon_box a[b-iwme3al2ca] {
            display: inline-block;
            width: 33px;
            height: 33px;
            margin: 0px 0px 0px 9px;
            vertical-align: top;
            font-size: 18px;
            color: #FFF;
            line-height: 33px;
            text-align: center;
            background: #5e689b;
            border-radius: 50%;
            text-decoration: none;
        }

            .footer_middle_new .footer_icon_box a:hover[b-iwme3al2ca] {
                background: #cd0021;
                text-decoration: none;
            }

        .footer_middle_new .footer_icon_box span[b-iwme3al2ca] {
            font-size: 14px;
            line-height: 1;
            color: #7986b6;
            padding-top: 10px;
            display: inline-block;
        }

.footer_middle_new[b-iwme3al2ca] {
    padding: 15px 0px;
}

.footer_bottom_new[b-iwme3al2ca] {
    padding: 60px 0px 85px;
    background: #242736;
}

    .footer_bottom_new li[b-iwme3al2ca] {
        margin-bottom: 25px;
        color: #9ba6cd;
        font-size: 12px;
    }

        .footer_bottom_new li:last-child[b-iwme3al2ca] {
            margin-bottom: 0;
        }

        .footer_bottom_new li strong[b-iwme3al2ca] {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        .footer_bottom_new li p[b-iwme3al2ca] {
            margin: 0;
            text-align: justify;
        }

    .footer_bottom_new a[b-iwme3al2ca] {
        color: #fff;
    }

        .footer_bottom_new a:hover[b-iwme3al2ca] {
            color: #fff;
            text-decoration: underline;
        }

.footer_bottom_new[b-iwme3al2ca] {
    display: block;
}
/*Footer Css 结束*/
@media (max-width:1020px) {
    .footer_top_new .footer_top_center .footer_top_center_inner[b-iwme3al2ca] {
        padding: 10px 40px 0px;
    }
}

@media (max-width:990px) {
    .footer_bottom_new[b-iwme3al2ca] {
        padding-bottom: 40px;
    }
}

@media (max-width:900px) {
    .footer_top_new[b-iwme3al2ca] {
        padding-bottom: 0px;
    }

        .footer_top_new .footer_top_left[b-iwme3al2ca],
        .footer_top_new .footer_top_center[b-iwme3al2ca],
        .footer_top_new .footer_top_right[b-iwme3al2ca] {
            width: 360px;
            max-width: 100%;
            float: none;
            padding: 0px 0px 30px;
        }

            .footer_top_new .footer_top_center .footer_top_center_title[b-iwme3al2ca] {
                padding-left: 0px;
                padding-right: 0px;
            }

            .footer_top_new .footer_top_center .footer_top_center_inner[b-iwme3al2ca] {
                padding-left: 0px;
                padding-right: 0px;
                border: none;
            }

        .footer_top_new h2[b-iwme3al2ca] {
            margin-bottom: 30px;
        }

        .footer_top_new .footer_top_center ul li[b-iwme3al2ca] {
            padding-bottom: 20px;
        }

        .footer_top_new .footer_top_center .footer_links[b-iwme3al2ca] {
            padding-top: 0px;
        }

        .footer_top_new .footer_top_right[b-iwme3al2ca] {
            padding-bottom: 10px;
        }

            .footer_top_new .footer_top_right h2[b-iwme3al2ca] {
                margin-bottom: 30px;
            }

            .footer_top_new .footer_top_right .funding_list[b-iwme3al2ca] {
                padding: 0px 0px 30px;
            }

            .footer_top_new .footer_top_right .first_funding_list[b-iwme3al2ca] {
                text-align: center;
            }
}

@media (max-width:768px) {
    .footer_middle_new[b-iwme3al2ca] {
        text-align: center;
    }

        .footer_middle_new ul[b-iwme3al2ca] {
            float: none;
            padding: 0px;
            margin: 15px 0px;
        }

            .footer_middle_new ul li[b-iwme3al2ca] {
                padding-left: 5px;
                padding-right: 5px;
            }

        .footer_middle_new .footer_icon_box[b-iwme3al2ca] {
            float: none;
        }

            .footer_middle_new .footer_icon_box a[b-iwme3al2ca] {
                margin: 0px 0px 0px 5px;
            }

                .footer_middle_new .footer_icon_box a.facebook_icon[b-iwme3al2ca] {
                    margin: 0px 0px 0px 5px;
                }

        .footer_middle_new .footer_links span[b-iwme3al2ca] {
            display: inline-block;
            margin-bottom: 10px;
        }

            .footer_middle_new .footer_links span:last-child[b-iwme3al2ca] {
                margin: 0;
            }

        .footer_middle_new .footer_links a[b-iwme3al2ca] {
            display: inline-block;
        }
}

.footer_top_new .home_row7_item_score_img[b-iwme3al2ca] {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}

.footer_top_new .home_row7_item_score_img_item_active[b-iwme3al2ca] {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

    .footer_top_new .home_row7_item_score_img_item_active img[b-iwme3al2ca] {
        max-width: initial;
    }

.footer_top_new .home_row7_item .home_row7_item_text .home_row7_item_score[b-iwme3al2ca] {
    font-size: 14px;
    color: #ffffff;
    line-height: 2.2;
    margin-bottom: 6px;
}

.footer_top_new .home_row7_item .home_row7_item_text .home_row7_score_branch[b-iwme3al2ca], .home_row7_item .home_row7_item_text .home_row7_score_total[b-iwme3al2ca] {
    font-weight: bold;
}

/*Footer Css End*/


/* Live and Demo Header Start */
.open_account_header[b-iwme3al2ca] {
    background: rgba(255,255,255,1);
    position: relative;
    width: 100%;
    padding: 23px 0px 0px 0px;
}

    .open_account_header .inner[b-iwme3al2ca] {
        position: relative;
        z-index: 9;
        max-width: 1300px;
    }

    .open_account_header .open_account_header_logo[b-iwme3al2ca] {
        float: left;
        display: block;
        width: 162px;
        padding: 0px;
        margin: 0 auto;
    }

    .open_account_header .open_account_link_box[b-iwme3al2ca] {
        padding-left: 40px;
        float: left;
    }

    .open_account_header .open_account_link[b-iwme3al2ca] {
        padding: 0px 18px;
        margin: 0px;
        float: left;
    }

        .open_account_header .open_account_link a[b-iwme3al2ca] {
            font-family: 'Gilroy-Medium';
            display: block;
            padding: 5px 0px 32px;
            font-size: 16px;
            color: #646464;
            text-decoration: none;
            position: relative;
            transition: all .3s;
        }

            .open_account_header .open_account_link a:hover[b-iwme3al2ca] {
                color: #e35728;
            }

    .open_account_header .search_box[b-iwme3al2ca] {
        top: 2px;
    }

..open_account_header search_box .search_box_button[b-iwme3al2ca] {
    margin-top: 2px;
}
/* Live and Demo Header end */



/*Page encryption Css Start*/
form.post-password-form[b-iwme3al2ca] {
    background: #147875;
    width: 600px;
    max-width: 100%;
    text-align: center;
    padding: 50px 20px;
    margin: 0px auto;
    text-align: center;
}

    form.post-password-form p:first-child[b-iwme3al2ca] {
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        color: #FFF;
        line-height: 1.2;
    }

    form.post-password-form p label[b-iwme3al2ca] {
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
        width: 280px;
        max-width: 100%;
        margin: 0px auto;
        display: block;
        text-align: left;
        line-height: 1.2;
    }

        form.post-password-form p label input[type=password][b-iwme3al2ca] {
            display: block;
            width: 100%;
            color: #000;
            height: 40px;
            line-height: 28px;
            margin-top: 6px;
            padding: 5px 10px;
        }

    form.post-password-form input[type=submit][b-iwme3al2ca] {
        text-transform: uppercase;
        background: #e35728;
        border-radius: 5px;
        border: none;
        display: block;
        text-shadow: 0px 0px 1px #e35728;
        color: #FFF;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        cursor: pointer;
        width: 140px;
        margin: 10px auto 0px;
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        height: 42px;
        font-size: 14px !important;
    }

        form.post-password-form input[type=submit]:hover[b-iwme3al2ca] {
            background: #ff8e5c;
            color: #FFF;
            text-decoration: none;
        }
/*Page encryption Css End*/

.fast_easy_wrapper[b-iwme3al2ca] {
    background: #e25628;
    width: 100%;
    overflow: hidden;
}

    .fast_easy_wrapper .inner[b-iwme3al2ca] {
        position: relative;
    }

.fast_easy_content[b-iwme3al2ca] {
    width: 800px;
    max-width: 65%;
    position: relative;
    text-align: left;
    padding: 80px 0px 90px;
    z-index: 9;
}

    .fast_easy_content h3[b-iwme3al2ca] {
        color: #fff;
        margin-bottom: 40px;
    }

    .fast_easy_content ul[b-iwme3al2ca] {
        display: flex;
        padding: 0px 0px 10px;
        margin: 0px;
    }

        .fast_easy_content ul li[b-iwme3al2ca] {
            padding: 0px 20px 25px 0px;
            margin: 0px;
            width: 33.333%;
        }

.fast_easy_wrapper ul li .text_box[b-iwme3al2ca] {
    position: relative;
    padding: 0px;
}

    .fast_easy_wrapper ul li .text_box[b-iwme3al2ca]:before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        color: #e25628;
        border-radius: 50%;
        font-size: 24px;
        margin-bottom: 17px;
        text-align: center;
        line-height: 44px;
        font-family: 'Gilroy-Bold';
        background: #fff;
    }

.fast_easy_wrapper ul li:nth-child(1) .text_box[b-iwme3al2ca]:before {
    content: "1";
}

.fast_easy_wrapper ul li:nth-child(2) .text_box[b-iwme3al2ca]:before {
    content: "2";
}

.fast_easy_wrapper ul li:nth-child(3) .text_box[b-iwme3al2ca]:before {
    content: "3";
}

.fast_easy_wrapper ul li .text_box h4[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px 0px 3px;
    color: #fff;
    font-family: 'Gilroy-Medium';
}

.fast_easy_wrapper ul li .text_box p[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px;
    width: 185px;
    max-width: 100%;
    color: #fff;
    font-family: 'Gilroy-Regular';
}

.fast_easy_wrapper h6[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px 0px 45px;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Gilroy-SemiBold';
    color: #fff;
}

.fast_easy_wrapper_img_box[b-iwme3al2ca] {
    width: 35%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

    .fast_easy_wrapper_img_box img[b-iwme3al2ca] {
        display: block;
        margin: 0px auto;
        width: auto;
        height: auto;
    }


/*Pages Banner Css Start*/
.page_banner_content_wrapper[b-iwme3al2ca] {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .page_banner_content_wrapper .banner_bottom[b-iwme3al2ca] {
        bottom: 0px;
    }

.page_banner_content[b-iwme3al2ca] {
}

    .page_banner_content .inner[b-iwme3al2ca] {
        height: 648px;
        padding-bottom: 90px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .page_banner_content h1[b-iwme3al2ca] {
        color: #fff;
        margin-bottom: 32px;
    }

        .page_banner_content h1 img[b-iwme3al2ca] {
            vertical-align: bottom;
        }

    .page_banner_content .white h1[b-iwme3al2ca] {
        color: #fff;
    }

    .page_banner_content .blue h1[b-iwme3al2ca] {
        color: #034854;
    }

    .page_banner_content .orange h1[b-iwme3al2ca] {
        color: #e35728;
    }

    .page_banner_content h1.page_banner_title[b-iwme3al2ca] {
        margin-bottom: 0px;
    }

    .page_banner_content h2[b-iwme3al2ca] {
        color: #fff;
        margin-bottom: 50px;
    }

    .page_banner_content .white h2[b-iwme3al2ca] {
        color: #fff;
    }

    .page_banner_content .blue h2[b-iwme3al2ca] {
        color: #034854;
    }

    .page_banner_content .orange h2[b-iwme3al2ca] {
        color: #e35728;
    }
/*Pages Banner Css End*/

/*Default page content Css Start*/
.default_page_content[b-iwme3al2ca] {
}

    .default_page_content .inner[b-iwme3al2ca] {
        padding-top: 80px;
        padding-bottom: 70px;
    }
/*Default page content Css End*/

/*Pages text and image Css Start*/
.pages_text_and_image_row_wrapper[b-iwme3al2ca] {
    background: #f5f5f5;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.pages_text_and_image_row[b-iwme3al2ca] {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

    .pages_text_and_image_row .text_and_image_inner[b-iwme3al2ca] {
        width: 1200px;
        max-width: 100%;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pages_text_and_image_row .text_box[b-iwme3al2ca] {
        width: 49%;
        padding: 75px 85px 0px;
        position: relative;
        background: #fff;
        border-radius: 25px 0px 0px 25px;
    }

    .pages_text_and_image_row .img_box[b-iwme3al2ca] {
        width: 51%;
        position: relative;
        border-radius: 0px 25px 25px 0px;
    }

        .pages_text_and_image_row .img_box img[b-iwme3al2ca] {
            opacity: 0;
        }

    .pages_text_and_image_row.text_and_image_position_left .text_and_image_inner[b-iwme3al2ca] {
        flex-direction: row-reverse;
    }

    .pages_text_and_image_row.text_and_image_position_left .text_box[b-iwme3al2ca] {
        border-radius: 0px 25px 25px 0px;
    }

    .pages_text_and_image_row h3[b-iwme3al2ca] {
        color: #034854;
        margin-bottom: 40px;
    }

    .pages_text_and_image_row p[b-iwme3al2ca] {
        color: #646464;
        font-family: 'Gilroy-Regular';
        margin-bottom: 15px;
    }

    .pages_text_and_image_row .text_box .dotted_ul li[b-iwme3al2ca] {
        position: relative;
        padding-left: 30px;
        color: #646464;
        font-size: 14px;
        line-height: 1.3;
        font-family: 'Gilroy-Medium';
        margin-bottom: 15px;
    }

        .pages_text_and_image_row .text_box .dotted_ul li[b-iwme3al2ca]::after {
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            background: #646464;
            border-radius: 100%;
            position: absolute;
            top: 7px;
            left: 12px;
        }

    .pages_text_and_image_row h5 strong[b-iwme3al2ca] {
        color: #e35728;
    }


    .pages_text_and_image_row .bottom_text[b-iwme3al2ca] {
        position: absolute;
        left: 85px;
        bottom: 80px;
        padding-right: 85px;
    }

        .pages_text_and_image_row .bottom_text p[b-iwme3al2ca] {
            font-size: 14px;
            color: #034854;
            margin-bottom: 2px;
            font-family: 'Gilroy-Medium';
        }

            .pages_text_and_image_row .bottom_text p strong[b-iwme3al2ca] {
                font-size: 36px;
                color: #e35728;
                font-family: 'Gilroy-SemiBold';
            }

            .pages_text_and_image_row .bottom_text p span[b-iwme3al2ca] {
                font-family: 'Gilroy-SemiBold';
            }

            .pages_text_and_image_row .bottom_text p:first-child[b-iwme3al2ca] {
                margin-bottom: 12px;
            }

        .pages_text_and_image_row .bottom_text img[b-iwme3al2ca] {
            position: absolute;
            left: 100%;
            bottom: 0px;
            max-width: none;
        }

    .pages_text_and_image_row .img_box span[b-iwme3al2ca] {
        display: inline-block;
        position: absolute;
        right: -8px;
        top: 92px;
        background: #e35728;
        border-radius: 25px 12px 0px 25px;
        font-size: 14px;
        color: #fff;
        padding: 12px 30px 11px 25px;
        text-transform: uppercase;
        line-height: 1.15;
        font-family: 'Gilroy-Regular';
        background: #147875;
        text-align: left;
    }

        .pages_text_and_image_row .img_box span[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 8px;
            height: 7px;
            position: absolute;
            right: 0px;
            top: 100%;
            background: url(/wp-content/themes/vfx_new/images/pages_text_and_image_row_right_icon2.png) left top no-repeat;
            background-size: 100% 100%;
        }

        .pages_text_and_image_row .img_box span strong[b-iwme3al2ca] {
            font-family: 'Gilroy-SemiBold';
        }

    .pages_text_and_image_row.text_and_image_position_left .img_box[b-iwme3al2ca] {
        border-radius: 25px 0px 0px 25px;
    }

        .pages_text_and_image_row.text_and_image_position_left .img_box span[b-iwme3al2ca] {
            right: auto;
            left: -8px;
            padding: 12px 25px 11px 30px;
            border-radius: 12px 25px 25px 0px;
        }

            .pages_text_and_image_row.text_and_image_position_left .img_box span[b-iwme3al2ca]:after {
                right: auto;
                left: 0px;
                background: url(/wp-content/themes/vfx_new/images/pages_text_and_image_row_left_icon2.png) left top no-repeat;
                background-size: 100% 100%;
            }
/*Pages text and image Css End*/

/*Experience our spreads Css Start*/
.experience_our_spreads_wrapper[b-iwme3al2ca] {
    background: #034854;
}

    .experience_our_spreads_wrapper .inner[b-iwme3al2ca] {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
    }

        .experience_our_spreads_wrapper .inner[b-iwme3al2ca]:before {
            content: "";
            display: block;
            width: 450px;
            height: 411px;
            background: url(/wp-content/themes/vfx_new/images/experience_our_spreads_wrapper_icon.png) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 8;
            left: -205px;
            top: 0px;
        }

        .experience_our_spreads_wrapper .inner[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 100%;
            clear: both;
        }

    .experience_our_spreads_wrapper .experience_our_spreads_content[b-iwme3al2ca] {
        width: 1000px;
        padding-right: 15px;
        float: right;
        max-width: 100%;
        position: relative;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .experience_our_spreads_wrapper .text_box[b-iwme3al2ca] {
        width: 34%;
        padding-bottom: 30px;
    }

        .experience_our_spreads_wrapper .text_box h3[b-iwme3al2ca] {
            color: #fff;
            margin-bottom: 60px;
        }

    .experience_our_spreads_wrapper .rawecn_box[b-iwme3al2ca] {
        width: 630px;
        max-width: 630px;
    }

.rawecn_list .rawecn_content[b-iwme3al2ca] {
    background: #fff;
    border-radius: 0px 0px 25px 25px;
    padding: 29px 36px 15px;
    min-height: 268px;
}

    .rawecn_list .rawecn_content .row_top[b-iwme3al2ca] {
        display: flex;
        border-bottom: 1px solid #c6c6c6;
        padding-bottom: 12px;
        margin-bottom: 13px;
    }

        .rawecn_list .rawecn_content .row_top .row_top_item[b-iwme3al2ca] {
            width: 25%;
            text-align: center;
            font-size: 16px;
            color: #034854;
            font-family: 'Gilroy-SemiBold';
        }

    .rawecn_list .rawecn_content .row[b-iwme3al2ca] {
        padding-top: 10px;
        padding-bottom: 12px;
        display: flex;
    }

        .rawecn_list .rawecn_content .row span[b-iwme3al2ca] {
            width: 25%;
            float: left;
            text-align: center;
            font-size: 18px;
            color: #505050;
            font-family: 'Gilroy-Medium';
        }

            .rawecn_list .rawecn_content .row span.spread[b-iwme3al2ca] {
                font-family: 'Gilroy-Bold';
                color: #034854;
            }

.rawecn_list .rawecn_nav[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

    .rawecn_list .rawecn_nav li[b-iwme3al2ca] {
        width: 33.333%;
        position: relative;
        cursor: pointer;
    }

        .rawecn_list .rawecn_nav li.rawecn_active[b-iwme3al2ca] {
            z-index: 20;
        }

        .rawecn_list .rawecn_nav li[b-iwme3al2ca]:before,
        .rawecn_list .rawecn_nav li[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 60%;
            height: 100%;
            position: absolute;
            background-color: #c5c5c5;
            transform: skewX(-25deg);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            top: 0px;
        }

        .rawecn_list .rawecn_nav li[b-iwme3al2ca]:before {
            left: -1px;
        }

        .rawecn_list .rawecn_nav li[b-iwme3al2ca]:after {
            right: -1px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active[b-iwme3al2ca]:before,
        .rawecn_list .rawecn_nav li.rawecn_active[b-iwme3al2ca]:after {
            background: #e35728;
        }

        .rawecn_list .rawecn_nav li span[b-iwme3al2ca] {
            display: block;
            padding: 10px 2px 10px 0px;
            color: #FFF;
            font-size: 16px;
            font-family: 'Gilroy-SemiBold';
            text-transform: uppercase;
            text-align: center;
            position: relative;
            z-index: 9;
        }

        .rawecn_list .rawecn_nav li.rawecn_active span[b-iwme3al2ca] {
            font-size: 24px;
            z-index: 10;
            padding: 13px 0px 12px;
        }

        .rawecn_list .rawecn_nav li span[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 22px;
            height: 43px;
            background: url(/wp-content/themes/vfx_new/images/home_row1_tab_title_li_shadow.png?v=4) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 8;
            left: -8px;
            bottom: -2px;
            transform: rotate(11deg);
        }

        .rawecn_list .rawecn_nav li:first-child span[b-iwme3al2ca]::after {
            display: none;
        }

        .rawecn_list .rawecn_nav li:first-child[b-iwme3al2ca]:before {
            left: 0px;
            transform: skewX(0deg);
            -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
            -moz-transform: skewX(0deg);
        }

        .rawecn_list .rawecn_nav li:last-child[b-iwme3al2ca]:after {
            right: -9px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active:first-child[b-iwme3al2ca]:before {
            left: 0;
            transform: skewX(0deg);
            -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
            -moz-transform: skewX(0deg);
        }

        .rawecn_list .rawecn_nav li.rawecn_active[b-iwme3al2ca]:after {
            right: -5px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active:last-child[b-iwme3al2ca]:after {
            right: -13px;
        }

        .rawecn_list .rawecn_nav li.rawecn_active span[b-iwme3al2ca]:after {
            left: -12px;
        }
/*Experience our spreads Css End*/

/*Single Css Start*/
.educations_content[b-iwme3al2ca] {
    padding-top: 103px;
    padding-bottom: 60px;
}

.educations_content_left[b-iwme3al2ca] {
    float: right;
    width: 67%;
}

    .educations_content_left .new_single[b-iwme3al2ca] {
        background: #fff;
        border-radius: 16px;
        padding: 30px 58px 50px;
    }

    .educations_content_left h2.single_title[b-iwme3al2ca] {
        font-size: 36px;
        color: #e35728;
        margin-bottom: 35px;
        line-height: 1.3;
    }

    .educations_content_left h2[b-iwme3al2ca] {
        font-family: 'Gilroy-SemiBold';
        font-size: 14px;
        color: #646464;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .educations_content_left p[b-iwme3al2ca] {
        color: #646464;
    }

        .educations_content_left p a[b-iwme3al2ca] {
            color: #646464;
            text-decoration: underline;
        }

            .educations_content_left p a:hover[b-iwme3al2ca] {
                color: #646464;
                text-decoration: underline;
            }

.mt4_manuals_single_content h2.single_title[b-iwme3al2ca] {
    color: #034854;
}

.mt4_basics_single_content h2.single_title[b-iwme3al2ca] {
    color: #034854;
}

.smarttrader_tools_videos_single_content h2.single_title[b-iwme3al2ca] {
    color: #034854;
}


.educations_content_left .addtoany_content[b-iwme3al2ca] {
    display: none !important;
}

.educations_content_left .new_single ul[b-iwme3al2ca],
.educations_content_left .new_single ol[b-iwme3al2ca] {
    margin: 0px 0px 20px 25px;
    padding-left: 0 !important;
}

    .educations_content_left .new_single ul ul[b-iwme3al2ca] {
        margin: 15px 0px 0px 25px;
    }

.educations_content_left .new_single li[b-iwme3al2ca] {
    font-size: 14px;
    list-style: disc outside none;
    color: #646464;
    padding-bottom: 3px;
}

.educations_content_left .new_single ol ol[b-iwme3al2ca] {
    margin: 15px 0px 0px 25px;
}

.educations_content_left .new_single ul li[b-iwme3al2ca] {
    list-style: disc outside none;
}

.educations_content_left .new_single ol li[b-iwme3al2ca] {
    list-style: decimal outside none;
    margin-bottom: 15px;
}

.educations_content_left .new_single ol[b-iwme3al2ca] {
    margin-bottom: 0px;
}

.educations_newer_older[b-iwme3al2ca] {
    text-align: center;
    padding-top: 36px;
}

    .educations_newer_older .prev_link[b-iwme3al2ca],
    .educations_newer_older .next_link[b-iwme3al2ca] {
        display: inline-block;
        vertical-align: top;
        padding: 0px 5px 10px;
    }

    .educations_newer_older a[b-iwme3al2ca] {
        font-family: 'Gilroy-Medium';
        text-transform: uppercase;
        background: #034854;
        border-radius: 25px;
        border: 2px solid #034854;
        padding: 6px 25px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        text-decoration: none;
        cursor: pointer;
        margin: 0px;
    }

        .educations_newer_older a:hover[b-iwme3al2ca] {
            background: #147875;
            border-color: #147875;
            color: #fff;
            text-decoration: none;
        }

    .educations_newer_older .prev_link a[b-iwme3al2ca] {
        background: none;
        color: #034854;
    }

        .educations_newer_older .prev_link a:hover[b-iwme3al2ca] {
            background: none;
            color: #147875;
        }


.educations_content_sidebar[b-iwme3al2ca] {
    width: 28.5%;
    float: left;
}

.educations_content_sidebar_box[b-iwme3al2ca] {
    background: #fff;
    border-radius: 16px;
    padding: 40px 25px 30px 32px;
    margin-bottom: 62px;
}

    .educations_content_sidebar_box:last-child[b-iwme3al2ca] {
        margin-bottom: 0px;
    }

    .educations_content_sidebar_box .accordionContent_inner[b-iwme3al2ca] {
        padding-top: 15px;
        padding-bottom: 28px;
    }

.educations_content_sidebar h2[b-iwme3al2ca] {
    font-size: 20px;
    color: #e35728;
    line-height: 1.2;
    padding: 0px;
    margin: 0px 0px 37px;
    font-family: 'Gilroy-Medium';
}

.educations_content_sidebar h3[b-iwme3al2ca] {
    font-size: 22px;
    color: #034854;
    margin-bottom: 22px;
    font-family: 'Gilroy-SemiBold';
    line-height: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    cursor: pointer;
}

    .educations_content_sidebar h3[b-iwme3al2ca]:before {
        content: "\f067";
        font-family: 'FontAwesome';
        font-size: 14px;
        position: absolute;
        right: 0px;
        top: 5px;
        font-weight: normal;
    }

    .educations_content_sidebar h3.selected[b-iwme3al2ca]:before {
        content: "\f068";
    }

.educations_content_sidebar h4[b-iwme3al2ca] {
    font-size: 18px;
    color: #646464;
    padding: 0px 0px 6px 16px;
    position: relative;
    margin: 0px;
    font-family: 'Gilroy-SemiBold';
    line-height: 1.2;
}

    .educations_content_sidebar h4[b-iwme3al2ca]:before {
        content: "\f067";
        font-family: 'FontAwesome';
        font-size: 12px;
        position: absolute;
        left: 0px;
        top: 3px;
        font-weight: normal;
    }

    .educations_content_sidebar h4.selected[b-iwme3al2ca]:before {
        content: "\f068";
    }

    .educations_content_sidebar h4.title[b-iwme3al2ca] {
        cursor: pointer;
    }

.educations_content_sidebar ul[b-iwme3al2ca] {
    padding: 0px 0px 2px 18px;
    margin: 0px;
}

    .educations_content_sidebar ul li[b-iwme3al2ca] {
        padding: 0px 0px 8px 16px;
        margin: 0px;
        font-size: 18px;
        color: #646464;
        font-family: 'Gilroy-Medium';
        line-height: 1.2;
        position: relative;
    }

        .educations_content_sidebar ul li[b-iwme3al2ca]:before {
            content: "\f068";
            font-family: 'FontAwesome';
            font-size: 12px;
            position: absolute;
            left: 0px;
            top: 3px;
            font-weight: normal;
        }

        .educations_content_sidebar ul li a[b-iwme3al2ca] {
            text-decoration: none;
        }

            .educations_content_sidebar ul li a:hover[b-iwme3al2ca] {
                text-decoration: underline;
            }

            .educations_content_sidebar ul li a.active[b-iwme3al2ca] {
                text-decoration: underline;
            }

.educations_content_left table[b-iwme3al2ca] {
    border-left: 0;
    border-top: 0;
    margin: 0 0 20px;
    color: #797979;
    border: none;
}

    .educations_content_left table td[b-iwme3al2ca] {
        border-bottom: 0;
        border-right: 0;
        background: #e1e1e1;
    }

    .educations_content_left table th[b-iwme3al2ca],
    .educations_content_left table td[b-iwme3al2ca] {
        padding: 5px 20px;
        text-align: left;
        line-height: 20px;
        border: none;
    }

    .educations_content_left table th[b-iwme3al2ca] {
        color: #2c2c2c;
        font-weight: bold;
        border-bottom: 0;
        border-right: 0;
        background: #e1e1e1;
        text-transform: none;
    }

    .educations_content_left table tr:nth-child(2n) td[b-iwme3al2ca] {
        background: #FFF;
    }

.educations_content_sidebar_box.tags_list_content[b-iwme3al2ca] {
    padding-right: 20px;
}

.tags_list_content h2[b-iwme3al2ca] {
    margin-bottom: 15px;
}

.educations_content_sidebar_box .tags_list[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}

    .educations_content_sidebar_box .tags_list li[b-iwme3al2ca] {
        padding: 0px 5px 18px 0px;
        margin: 0px;
    }

        .educations_content_sidebar_box .tags_list li[b-iwme3al2ca]:before {
            display: none;
        }

        .educations_content_sidebar_box .tags_list li a[b-iwme3al2ca] {
            display: inline-block;
            padding: 2px 16px 3px;
            font-size: 14px;
            color: #646464;
            font-family: 'Gilroy-Regular';
            border: 1px solid #034854;
            border-radius: 15px;
            text-decoration: none;
        }

            .educations_content_sidebar_box .tags_list li a:hover[b-iwme3al2ca] {
                border-color: #e35728;
                color: #646464;
                text-decoration: none;
            }

.mt4_videos_content[b-iwme3al2ca] {
    position: relative;
    margin-bottom: 25px;
}

    .mt4_videos_content img[b-iwme3al2ca] {
        display: block;
        width: 100%;
        height: auto;
    }

    .mt4_videos_content iframe[b-iwme3al2ca] {
        display: block;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.smarttrader_tools_videos_box_wrapper[b-iwme3al2ca] {
    margin-bottom: 25px;
}

.wp-pagenavi[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .wp-pagenavi .pages[b-iwme3al2ca] {
        display: none;
    }

    .wp-pagenavi a[b-iwme3al2ca],
    .wp-pagenavi a:hover[b-iwme3al2ca],
    .wp-pagenavi span[b-iwme3al2ca] {
        font-family: 'Gilroy-SemiBold';
        font-size: 18px;
        border: none;
        margin: 0px 14px 5px;
        color: #646464;
        padding: 0px;
        display: inline-block;
        text-decoration: none;
        vertical-align: top;
    }

        .wp-pagenavi span.current[b-iwme3al2ca] {
            border: 0;
            background: none;
            color: #000000;
        }

        .wp-pagenavi a.nextpostslink[b-iwme3al2ca],
        .wp-pagenavi a.previouspostslink[b-iwme3al2ca],
        .wp-pagenavi a.last[b-iwme3al2ca],
        .wp-pagenavi a.first[b-iwme3al2ca] {
            background: none;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            color: #e25628;
            font-family: 'Gilroy-SemiBold';
            padding-top: 2px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .wp-pagenavi span.extend[b-iwme3al2ca] {
            border: none;
        }
/*Single Css End*/


/*Refer and Earn 1,2,3 Css Start*/
.refer_and_earn_wrapper[b-iwme3al2ca] {
    background: #034854;
}

    .refer_and_earn_wrapper .inner[b-iwme3al2ca] {
        padding-top: 80px;
        padding-bottom: 90px;
        position: relative;
    }

        .refer_and_earn_wrapper .inner[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 430px;
            height: 399px;
            background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row3_icon.png) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: -90px;
            top: 0px;
        }

    .refer_and_earn_wrapper .refer_and_earn_content[b-iwme3al2ca] {
        width: 796px;
        max-width: 76%;
        float: right;
        position: relative;
        z-index: 9;
    }

    .refer_and_earn_wrapper h3[b-iwme3al2ca] {
        color: #fff;
        margin-bottom: 40px;
    }

    .refer_and_earn_wrapper ul[b-iwme3al2ca] {
        padding: 0px 0px 18px;
        margin: 0px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        .refer_and_earn_wrapper ul li[b-iwme3al2ca] {
            padding: 0px 20px 25px 0px;
            margin: 0px;
            width: 33.333%;
        }

            .refer_and_earn_wrapper ul li:nth-child(1)[b-iwme3al2ca] {
                width: 34.5%;
            }

            .refer_and_earn_wrapper ul li:nth-child(2)[b-iwme3al2ca] {
                width: 37.2%;
            }

            .refer_and_earn_wrapper ul li:nth-child(3)[b-iwme3al2ca] {
                width: 28.3%;
                padding-right: 0px;
            }

            .refer_and_earn_wrapper ul li .text_box[b-iwme3al2ca] {
                position: relative;
                padding: 0px;
            }

                .refer_and_earn_wrapper ul li .text_box[b-iwme3al2ca]:before {
                    content: "";
                    display: block;
                    width: 44px;
                    height: 44px;
                    color: #034854;
                    border-radius: 50%;
                    font-size: 24px;
                    margin-bottom: 17px;
                    text-align: center;
                    line-height: 44px;
                    font-family: 'Gilroy-Bold';
                    background: #fff;
                }

            .refer_and_earn_wrapper ul li:nth-child(1) .text_box[b-iwme3al2ca]:before {
                content: "1";
            }

            .refer_and_earn_wrapper ul li:nth-child(2) .text_box[b-iwme3al2ca]:before {
                content: "2";
            }

            .refer_and_earn_wrapper ul li:nth-child(3) .text_box[b-iwme3al2ca]:before {
                content: "3";
            }

            .refer_and_earn_wrapper ul li .text_box h4[b-iwme3al2ca] {
                padding: 0px;
                margin: 0px 0px 3px;
                color: #fff;
                font-family: 'Gilroy-Medium';
            }

            .refer_and_earn_wrapper ul li .text_box p[b-iwme3al2ca] {
                padding: 0px;
                margin: 0px;
                width: 220px;
                max-width: 100%;
                color: #fff;
                font-family: 'Gilroy-Regular';
            }
/*Refer and Earn 1,2,3 Css End*/


/*Transparent. Profitable. Robust. css Start*/
.transparent_profitable_robust_row[b-iwme3al2ca] {
    background: #fff;
}

    .transparent_profitable_robust_row .inner[b-iwme3al2ca] {
        padding-top: 170px;
        padding-bottom: 130px;
        position: relative;
        z-index: 9;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .transparent_profitable_robust_row .inner[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 380px;
            height: 350px;
            position: absolute;
            right: -170px;
            top: 0;
            background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row2_icon.png) left top no-repeat;
            background-size: 100% 100%;
        }

    .transparent_profitable_robust_row .img_box[b-iwme3al2ca] {
        width: 306px;
        max-width: 26%;
        padding-right: 20px;
        position: relative;
        z-index: 9;
    }

    .transparent_profitable_robust_row .text_box[b-iwme3al2ca] {
        width: 73%;
        position: relative;
        z-index: 9;
    }

        .transparent_profitable_robust_row .text_box ul[b-iwme3al2ca] {
            padding: 20px 0px 22px;
            margin: 0px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
        }

            .transparent_profitable_robust_row .text_box ul li[b-iwme3al2ca] {
                padding: 0px 102px 30px 0px;
                margin: 0px;
            }

                .transparent_profitable_robust_row .text_box ul li:last-child[b-iwme3al2ca] {
                    padding-right: 0px;
                }

                .transparent_profitable_robust_row .text_box ul li .icon_box[b-iwme3al2ca] {
                    padding-bottom: 12px;
                }

                .transparent_profitable_robust_row .text_box ul li h3[b-iwme3al2ca] {
                    color: #034854;
                }

        .transparent_profitable_robust_row .text_box .text[b-iwme3al2ca] {
            width: 440px;
            max-width: 100%;
        }

        .transparent_profitable_robust_row .text_box p[b-iwme3al2ca] {
            color: #646464;
        }

        .transparent_profitable_robust_row .text_box .text .green_arrow_button[b-iwme3al2ca] {
            margin-top: 25px;
        }

        .transparent_profitable_robust_row .text_box .text .orange_arrow_button[b-iwme3al2ca] {
            margin-top: 25px;
        }
/*Transparent. Profitable. Robust. css End*/


/*Page Content Form css Start*/
.page_content_form[b-iwme3al2ca] {
    background: url(/wp-content/themes/vfx_new/images/page_content_form_wrapper_bg.jpg) center top no-repeat;
    background-size: cover;
}

    .page_content_form .inner[b-iwme3al2ca] {
        padding-top: 90px;
        padding-bottom: 90px;
    }

.page_content_form_content[b-iwme3al2ca] {
    border-radius: 20px;
    background: #fff;
    padding: 68px 30px 90px;
    overflow: hidden;
}

.page_content_form_content_inner[b-iwme3al2ca] {
    width: 1025px;
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page_content_form .text_box[b-iwme3al2ca] {
    width: 320px;
    max-width: 32%;
    padding-top: 6px;
    padding-right: 20px;
}

    .page_content_form .text_box h3[b-iwme3al2ca] {
        color: #eb5629;
        margin-bottom: 30px;
    }

    .page_content_form .text_box p[b-iwme3al2ca] {
        color: #646464;
    }

.page_content_form .page_content_form_box[b-iwme3al2ca] {
    width: 620px;
    max-width: 67%;
}

.page_content_form .gform_wrapper[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.page_content_form .gform_legacy_markup_wrapper ul.gform_fields[b-iwme3al2ca] {
    margin-left: -30px !important;
    margin-right: -30px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

body .page_content_form .gform_wrapper ul li.gfield[b-iwme3al2ca] {
    padding: 0px 30px 25px;
    margin: 0px;
    width: 50%;
}

    body .page_content_form .gform_wrapper ul li.gfield.field_full[b-iwme3al2ca] {
        width: 100%;
    }

.page_content_form .gform_wrapper .top_label .gfield_label[b-iwme3al2ca],
.page_content_form .gform_wrapper legend.gfield_label[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #17307d;
    line-height: 1.65;
    display: none;
}

body .page_content_form .gform_wrapper .top_label div.ginput_container[b-iwme3al2ca] {
    padding: 0px;
    margin: 0px;
}

.page_content_form .gform_wrapper .top_label input.medium[b-iwme3al2ca],
.page_content_form .gform_wrapper .top_label select.medium[b-iwme3al2ca],
.page_content_form .gform_wrapper textarea.medium[b-iwme3al2ca] {
    width: 100%;
    font-size: 20px !important;
    color: #c6c6c6 !important;
    padding: 0px 18px !important;
    margin: 0px !important;
    line-height: 1.2 !important;
    font-family: 'Gilroy-Medium' !important;
    height: 55px;
    border: 0px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: none;
    letter-spacing: 0px !important;
}

.page_content_form .gform_wrapper .top_label select.medium[b-iwme3al2ca] {
    padding: 0px 12px !important;
}

.page_content_form .gform_wrapper textarea.medium[b-iwme3al2ca] {
    height: 160px;
    border: 1px solid #e1e1e1;
    padding-top: 14px !important;
    margin-top: 22px !important;
}

.page_content_form .gform_wrapper .top_label li.field_name input.medium[b-iwme3al2ca] {
    background-image: url(/wp-content/themes/vfx_new/images/gform_wrapper_name_icon.png);
    background-position: calc(100% - 15px) 17px;
    background-repeat: no-repeat;
}


.page_content_form .gform_wrapper .top_label [b-iwme3al2ca]::-webkit-input-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper .top_label :-moz-placeholder[b-iwme3al2ca] {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper .top_label [b-iwme3al2ca]::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper .top_label :-ms-input-placeholder[b-iwme3al2ca] {
    color: #c6c6c6;
    opacity: 1;
    font-size: 20px;
}

.page_content_form .gform_wrapper ul.gform_fields li.gfield .gfield_checkbox[b-iwme3al2ca] {
    padding: 7px 0px 15px;
    margin: 0px;
}

    .page_content_form .gform_wrapper ul.gform_fields li.gfield .gfield_checkbox li input[type=checkbox][b-iwme3al2ca] {
        vertical-align: top;
        margin: 0px !important;
        opacity: 0;
        position: absolute;
    }

.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li label[b-iwme3al2ca] {
    display: block;
    color: #2544a2;
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 22px;
    position: relative;
    max-width: 100%;
}

    .page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li label[b-iwme3al2ca]::after {
        content: '';
        background: #FFF;
        border-radius: 2px;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0px;
        top: 3px;
    }

.page_content_form .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox input[type=checkbox]:checked + label[b-iwme3al2ca]:after {
    background: #2544a2;
}

.page_content_form .gchoice_select_all[b-iwme3al2ca],
.page_content_form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label[b-iwme3al2ca],
.page_content_form .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label[b-iwme3al2ca] {
    font-weight: normal;
}

.page_content_form .gform_wrapper .gform_footer[b-iwme3al2ca] {
    padding: 18px 0px 0px;
    margin: 0px;
}

    .page_content_form .gform_wrapper .gform_footer input.button[b-iwme3al2ca],
    .page_content_form .gform_wrapper .gform_footer input[type=submit][b-iwme3al2ca],
    .page_content_form .gform_wrapper .gform_page_footer input.button[b-iwme3al2ca],
    .page_content_form .gform_wrapper .gform_page_footer input[type=submit][b-iwme3al2ca],
    .page_content_form .gform_legacy_markup_wrapper .gform_footer input.button[b-iwme3al2ca],
    .page_content_form .gform_legacy_markup_wrapper .gform_footer input[type=submit][b-iwme3al2ca] {
        font-family: 'Gilroy-Medium';
        text-transform: uppercase;
        background: #e35728 url(/wp-content/themes/vfx_new/images/gform_footer_button_icon.png) calc(100% - 15px) 14px no-repeat;
        border-radius: 35px;
        border: 1px solid #e35728;
        padding: 0px 107px 0px 20px;
        height: 45px;
        display: inline-block;
        width: auto;
        margin-bottom: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        text-decoration: none;
        cursor: pointer;
    }

        .page_content_form .gform_wrapper .gform_footer input.button:hover[b-iwme3al2ca],
        .page_content_form .gform_wrapper .gform_footer input[type=submit]:hover[b-iwme3al2ca],
        .page_content_form .gform_wrapper .gform_page_footer input.button:hover[b-iwme3al2ca],
        .page_content_form .gform_wrapper .gform_page_footer input[type=submit]:hover[b-iwme3al2ca],
        .page_content_form .gform_legacy_markup_wrapper .gform_footer input.button:hover[b-iwme3al2ca],
        .page_content_form .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover[b-iwme3al2ca] {
            background-color: #ff8e5c;
            border-color: #ff8e5c;
            color: #FFF;
            text-decoration: none;
        }

.page_content_form .gform_confirmation_message[b-iwme3al2ca] {
    font-size: 20px;
    padding: 30px 0px;
    text-align: center;
}

.page_content_form .gform_wrapper div.validation_error[b-iwme3al2ca] {
    display: none;
}

.page_content_form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)[b-iwme3al2ca] {
    max-width: calc(100% - 0px) !important;
}

.page_content_form .gform_wrapper li.gfield.gfield_error[b-iwme3al2ca] {
    border: 0px;
    background: none;
}

.page_content_form .gform_wrapper.gform_validation_error .top_label input.medium[b-iwme3al2ca],
.page_content_form .gform_wrapper.gform_validation_error .top_label select.medium[b-iwme3al2ca] {
    width: 100%;
}

.page_content_form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[b-iwme3al2ca] {
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

.page_content_form .gform_wrapper li.gfield_error textarea[b-iwme3al2ca] {
    border: none;
    border: 1px solid #e1e1e1;
}

.page_content_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container[b-iwme3al2ca],
.page_content_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label[b-iwme3al2ca] {
    margin-top: 0px;
}

.page_content_form .gform_wrapper .top_label .gfield_error[b-iwme3al2ca] {
    width: 50%;
}

.page_content_form .gform_legacy_markup_wrapper li.gfield.gfield_error[b-iwme3al2ca] {
    margin-bottom: 0px !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description[b-iwme3al2ca] {
    padding-top: 10px !important;
    font-weight: normal;
    font-family: 'Gilroy-Bold';
}

@media only screen and (min-width: 641px) {
    .page_content_form .gform_wrapper .top_label li ul.gfield_checkbox[b-iwme3al2ca],
    .page_content_form .gform_wrapper .top_label li ul.gfield_radio[b-iwme3al2ca] {
        width: calc(100% + 0px);
    }
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
    .page_content_form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error[b-iwme3al2ca] {
        margin-top: 0px;
    }
}

.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=email][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=number][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=password][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=text][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error input[type=url][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error select[b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome .gfield_error textarea[b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=email][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=number][b-iwme3al2ca],
.page_content_form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=tel][b-iwme3al2ca], {
    margin-bottom: 0px;
}
/*Page Content Form css End*/


/*Products page Css Start*/
.products_page_table_wrapper[b-iwme3al2ca] {
    background: #e35728;
    padding: 90px 0px 90px;
}

    .products_page_table_wrapper h3[b-iwme3al2ca] {
        color: #fff;
        line-height: 1.3;
        text-align: center;
        margin-top: -15px;
        margin-bottom: 38px;
    }

.products_page_table_content[b-iwme3al2ca] {
    padding-right: 20px;
}

.products_page_table_wrapper table[b-iwme3al2ca] {
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}

    .products_page_table_wrapper table th[b-iwme3al2ca],
    .products_page_table_wrapper table td[b-iwme3al2ca] {
        border: 0px;
        text-align: center;
        background: #ffffff;
    }

    .products_page_table_wrapper table th[b-iwme3al2ca] {
        background: #034854;
        color: #fff;
        font-size: 16px;
        font-family: 'Gilroy-SemiBold';
        line-height: 1.3;
        padding: 15px 3px;
        position: relative;
        z-index: 9;
    }

        .products_page_table_wrapper table th span[b-iwme3al2ca] {
            font-family: 'Gilroy-Medium';
        }

    .products_page_table_wrapper table tr th:last-child[b-iwme3al2ca] {
        position: relative;
    }

        .products_page_table_wrapper table tr th:last-child strong[b-iwme3al2ca] {
            position: relative;
            z-index: 9;
        }

        .products_page_table_wrapper table tr th:last-child[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 50px;
            height: 100%;
            position: absolute;
            right: -20px;
            top: 0px;
            background: #034854;
            transform: skewX(-20deg);
            -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
        }

    .products_page_table_wrapper table tr:nth-child(odd) td[b-iwme3al2ca] {
        background: #f5f5f5;
    }

    .products_page_table_wrapper table td[b-iwme3al2ca] {
        font-size: 14px;
        line-height: 1.2;
        color: #646464;
        padding: 10px 3px;
        font-family: 'Gilroy-Regular';
    }

    .products_page_table_wrapper table tr:nth-child(2) td[b-iwme3al2ca] {
        padding-top: 25px;
    }

    .products_page_table_wrapper table tr:last-child td[b-iwme3al2ca] {
        padding-bottom: 25px;
    }

        .products_page_table_wrapper table tr:last-child td:first-child[b-iwme3al2ca] {
            border-radius: 0px 0px 0px 18px;
        }

        .products_page_table_wrapper table tr:last-child td:last-child[b-iwme3al2ca] {
            border-radius: 0px 0px 18px 0px;
        }

.products_page_bottom_table_wrapper[b-iwme3al2ca] {
    background: #f5f5f5;
}

    .products_page_bottom_table_wrapper .inner[b-iwme3al2ca] {
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .products_page_bottom_table_wrapper .inner[b-iwme3al2ca]:before {
            content: "";
            display: block;
            width: 451px;
            height: 412px;
            background: url(/wp-content/themes/vfx_new/images/products_page_bottom_table_icon_orange.png) left top no-repeat;
            background-size: 100% 100%;
            position: absolute;
            top: 0px;
            left: -212px;
        }

        .products_page_bottom_table_wrapper .inner.add_green_icon[b-iwme3al2ca]:before {
            width: 449px;
            height: 410px;
            background: url(/wp-content/themes/vfx_new/images/products_page_bottom_table_icon_green.png) left top no-repeat;
            background-size: 100% 100%;
        }

    .products_page_bottom_table_wrapper .text_box[b-iwme3al2ca] {
        position: relative;
        z-index: 9;
        width: 41%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 62px;
        text-align: center;
    }

        .products_page_bottom_table_wrapper .text_box h3[b-iwme3al2ca] {
            display: inline-block;
            text-align: left;
            color: #034854;
            line-height: 1.2;
            padding: 0px;
            margin: 0px;
        }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-iwme3al2ca] {
        position: relative;
        z-index: 9;
        padding-right: 20px;
        width: 59%;
    }

.products_page_bottom_table_content table[b-iwme3al2ca] {
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}

    .products_page_bottom_table_content table th[b-iwme3al2ca],
    .products_page_bottom_table_content table td[b-iwme3al2ca] {
        border: 0px;
        text-align: center;
        background: #ffffff;
    }

    .products_page_bottom_table_content table th[b-iwme3al2ca] {
        background: #034854;
        color: #fff;
        font-size: 24px;
        font-family: 'Gilroy-Bold';
        line-height: 1.3;
        padding: 13px 3px;
        text-transform: uppercase;
        position: relative;
        z-index: 9;
    }

    .products_page_bottom_table_content table tr th:last-child[b-iwme3al2ca] {
        position: relative;
    }

        .products_page_bottom_table_content table tr th:last-child strong[b-iwme3al2ca] {
            position: relative;
            z-index: 9;
        }

        .products_page_bottom_table_content table tr th:last-child[b-iwme3al2ca]:after {
            content: "";
            display: block;
            width: 50px;
            height: 100%;
            position: absolute;
            right: -10px;
            top: 0px;
            background: #034854;
            transform: skewX(-20deg);
            -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
        }

    .products_page_bottom_table_content table td[b-iwme3al2ca] {
        font-size: 18px;
        line-height: 1.2;
        color: #505050;
        padding: 12px 3px;
        font-family: 'Gilroy-Medium';
        width: 40%;
    }

        .products_page_bottom_table_content table td:last-child[b-iwme3al2ca] {
            width: 60%;
        }

    .products_page_bottom_table_content table tr:nth-child(2) td[b-iwme3al2ca] {
        padding-top: 28px;
    }

    .products_page_bottom_table_content table tr:last-child td[b-iwme3al2ca] {
        padding-bottom: 40px;
    }

        .products_page_bottom_table_content table tr:last-child td:first-child[b-iwme3al2ca] {
            border-radius: 0px 0px 0px 18px;
        }

        .products_page_bottom_table_content table tr:last-child td:last-child[b-iwme3al2ca] {
            border-radius: 0px 0px 18px 0px;
        }


.products_text_and_image_wrapper[b-iwme3al2ca] {
    background: #f5f5f5;
}

    .products_text_and_image_wrapper .inner[b-iwme3al2ca] {
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .products_text_and_image_wrapper ul[b-iwme3al2ca] {
        padding: 0px;
        margin: 0px -20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .products_text_and_image_wrapper ul li[b-iwme3al2ca] {
            padding: 0px 20px 90px;
            margin: 0px;
            width: 50%;
        }

.products_text_and_image_box[b-iwme3al2ca] {
    border-radius: 25px;
    background: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 140px;
}

    .products_text_and_image_box .img_box[b-iwme3al2ca] {
        position: relative;
        border-radius: 25px 25px 0px 0px;
    }

        .products_text_and_image_box .img_box img[b-iwme3al2ca] {
            display: block;
            width: 100%;
            height: auto;
            opacity: 0;
        }

        .products_text_and_image_box .img_box span[b-iwme3al2ca] {
            display: inline-block;
            position: absolute;
            left: -12px;
            top: 50px;
            background: #e35728;
            padding: 14px 25px 13px 25px;
            min-width: 207px;
            border-radius: 12px 25px 25px 0px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            line-height: 1.15;
            font-family: 'Gilroy-Regular';
            background: #147875;
            text-align: left;
        }

            .products_text_and_image_box .img_box span[b-iwme3al2ca]:after {
                content: "";
                display: block;
                width: 12px;
                height: 9px;
                position: absolute;
                left: 0px;
                top: 100%;
                background: url(/wp-content/themes/vfx_new/images/introducing_brokers_row1_box_icon.png) left top no-repeat;
                background-size: 100% 100%;
            }

    .products_text_and_image_box .text_box[b-iwme3al2ca] {
        padding-left: 20px;
        padding-right: 20px;
    }

        .products_text_and_image_box .text_box .text_box_inner[b-iwme3al2ca] {
            width: 410px;
            padding-top: 46px;
            margin: 0px auto;
            max-width: 100%;
        }

    .products_text_and_image_box h3[b-iwme3al2ca] {
        font-size: 24px;
        color: #e35728;
        font-family: 'Gilroy-Bold';
        line-height: 1.1;
        margin-bottom: 34px;
    }

    .products_text_and_image_box .bottom_text[b-iwme3al2ca] {
        width: 410px;
        position: absolute;
        left: 50%;
        margin-left: -205px;
        bottom: 50px;
    }

        .products_text_and_image_box .bottom_text p[b-iwme3al2ca] {
            font-size: 14px;
            color: #034854;
            margin-bottom: 2px;
            font-family: 'Gilroy-Medium';
        }

            .products_text_and_image_box .bottom_text p strong[b-iwme3al2ca] {
                font-size: 36px;
                color: #e35728;
                font-family: 'Gilroy-SemiBold';
            }

            .products_text_and_image_box .bottom_text p span[b-iwme3al2ca] {
                font-family: 'Gilroy-SemiBold';
            }

            .products_text_and_image_box .bottom_text p:first-child[b-iwme3al2ca] {
                margin-bottom: 12px;
            }
/*Products page Css End*/


@media (max-width:1370px) {
    .concise_header_logo[b-iwme3al2ca] {
        margin-left: 0px;
    }
}

@media(max-width:1300px) {
    .header_menu_container[b-iwme3al2ca] {
        padding-left: 40px;
    }

    .header_menu_wrapper .right_link[b-iwme3al2ca] {
        padding-right: 0px;
    }
}

@media(max-width:1250px) {
    .header_menu_wrapper .inner[b-iwme3al2ca] {
        padding-top: 32px;
    }

    .header_menu_wrapper .right_link[b-iwme3al2ca] {
        position: absolute;
        right: 20px;
        top: -15px;
        margin-top: 0px;
        text-align: right;
        width: 100%;
    }

        .header_menu_wrapper .right_link .btn_link[b-iwme3al2ca] {
            padding: 8px 15px;
            font-size: 13px;
        }
}

@media(max-width:1120px) {
    .header_top_bar .left_link[b-iwme3al2ca] {
        padding-top: 2px;
    }

    .header_top_bar .top_bar_link[b-iwme3al2ca] {
        font-size: 14px;
        margin-right: 15px;
    }

    .search_box .search_box_button[b-iwme3al2ca] {
        margin-top: 0px;
    }

    .header_menu_wrapper .header_menu_tabs > li > a[b-iwme3al2ca] {
        padding-bottom: 40px;
    }
}

@media(max-width:1050px) {
    #fixed_header .fixed_header_logo[b-iwme3al2ca] {
        left: 34%;
    }

    #fixed_header .left_link .white_button[b-iwme3al2ca] {
        width: 120px;
        margin-right: 5px;
    }

    #fixed_header .right_link a.btn_link[b-iwme3al2ca] {
        width: 136px;
        margin-left: 5px;
    }
}

@media(max-width:1000px) {
    .products_page_table_content[b-iwme3al2ca] {
        width: 100%;
        overflow: auto;
    }

    .products_page_table_wrapper table[b-iwme3al2ca] {
        width: 990px;
    }

        .products_page_table_wrapper table tr th:last-child[b-iwme3al2ca]:after {
            display: none;
        }
}

@media (max-width: 990px) {
    .open_account_header .open_account_link_box[b-iwme3al2ca] {
        padding-left: 18px;
    }
}


@media(max-width:940px) {
    h1[b-iwme3al2ca] {
        font-size: 32px;
        line-height: 38px;
    }

    h2[b-iwme3al2ca] {
        font-size: 32px;
        line-height: 38px;
    }

    h3[b-iwme3al2ca] {
        font-size: 30px;
        line-height: 36px;
    }

    h4[b-iwme3al2ca] {
        font-size: 18px;
        line-height: 24px;
    }

    h5[b-iwme3al2ca] {
        font-size: 16px;
        line-height: 22px;
    }

    h6[b-iwme3al2ca] {
        font-size: 16px;
        line-height: 22px;
    }

    h7[b-iwme3al2ca] {
        font-size: 14px;
        line-height: 20px;
    }

    .white_button[b-iwme3al2ca],
    .orange_button[b-iwme3al2ca],
    .green_button[b-iwme3al2ca] {
        border-radius: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .white_arrow_button[b-iwme3al2ca],
    .orange_arrow_button[b-iwme3al2ca],
    .green_arrow_button[b-iwme3al2ca] {
        border-radius: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .white_arrow_button[b-iwme3al2ca]:after,
        .orange_arrow_button[b-iwme3al2ca]:after,
        .green_arrow_button[b-iwme3al2ca]:after {
            margin-left: 15px;
        }

    .header_menu_tab_content_inner[b-iwme3al2ca] {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .header_menu_wrapper .header_menu_tabs > li[b-iwme3al2ca] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header_menu_tab_content .sub_menu > li h4[b-iwme3al2ca] {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .header_menu_tab_content .header_menu_links[b-iwme3al2ca] {
        width: 225px;
        max-width: none;
    }

    .header_menu_tab_content .sub_menu_box[b-iwme3al2ca] {
        width: calc(100% - 225px);
    }

    .header_menu_tab_content .sub_menu > li[b-iwme3al2ca] {
        width: 50%;
        padding-bottom: 20px;
    }

    .header_menu_tab_content#header_menu_contnet3 .sub_menu > li[b-iwme3al2ca] {
        width: 50%;
    }

    .header_menu_tab_content .header_menu_links .orange_arrow_button[b-iwme3al2ca],
    .header_menu_tab_content .header_menu_links .green_arrow_button[b-iwme3al2ca] {
        text-align: center;
    }

    #fixed_header[b-iwme3al2ca] {
        display: none !important;
    }

    .footer_bottom .inner[b-iwme3al2ca] {
        padding-bottom: 20px;
    }

    .fast_easy_content[b-iwme3al2ca] {
        width: 66%;
        max-width: 66%;
    }

    .page_banner_content .inner[b-iwme3al2ca] {
        height: 520px;
        padding-bottom: 0px;
    }

    .page_banner_content h1[b-iwme3al2ca] {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .page_banner_content h2[b-iwme3al2ca] {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .page_content_form .text_box[b-iwme3al2ca] {
        width: 100%;
        max-width: 100%;
        padding: 0px 0px 10px;
    }

    .page_content_form .page_content_form_box[b-iwme3al2ca] {
        width: 100%;
        max-width: 100%;
    }


    .transparent_profitable_robust_row .inner[b-iwme3al2ca] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .transparent_profitable_robust_row .inner[b-iwme3al2ca]:after {
            width: 250px;
            height: 230px;
            right: 0px;
        }

    .transparent_profitable_robust_row .img_box[b-iwme3al2ca] {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .transparent_profitable_robust_row .text_box[b-iwme3al2ca] {
        width: 100%;
    }

        .transparent_profitable_robust_row .text_box ul[b-iwme3al2ca] {
            width: 700px;
            max-width: 100%;
            padding-bottom: 0px;
        }

            .transparent_profitable_robust_row .text_box ul li[b-iwme3al2ca] {
                padding-bottom: 10px;
            }

        .transparent_profitable_robust_row .text_box .text .green_arrow_button[b-iwme3al2ca] {
            margin-top: 0px;
        }

        .transparent_profitable_robust_row .text_box .text .orange_arrow_button[b-iwme3al2ca] {
            margin-top: 0px;
        }
}

@media(max-width:900px) {
    .footer_middle ul[b-iwme3al2ca] {
        float: none;
        padding-top: 0px;
        padding-bottom: 10px;
    }

        .footer_middle ul li[b-iwme3al2ca] {
            padding-left: 0px;
            padding-right: 10px;
        }

    .footer_middle .footer_share_list[b-iwme3al2ca] {
        float: none;
    }

        .footer_middle .footer_share_list a[b-iwme3al2ca] {
            margin-left: 0px;
            margin-right: 10px;
        }
}

@media only screen and (min-width: 769px) {
    .mobile_menu[b-iwme3al2ca] {
        display: none !important;
    }
}

@media(max-width:768px) {
    .white_button[b-iwme3al2ca],
    .orange_button[b-iwme3al2ca],
    .green_button[b-iwme3al2ca] {
        padding: 8px 12px;
        line-height: 18px;
    }

    .white_arrow_button[b-iwme3al2ca],
    .orange_arrow_button[b-iwme3al2ca],
    .green_arrow_button[b-iwme3al2ca] {
        padding: 10px 20px;
        line-height: 18px;
    }

        .white_arrow_button[b-iwme3al2ca]:after,
        .orange_arrow_button[b-iwme3al2ca]:after,
        .green_arrow_button[b-iwme3al2ca]:after {
            margin-left: 15px;
        }

    .mobile_menu_hamburger[b-iwme3al2ca] {
        display: block;
    }

    .header_menu_container[b-iwme3al2ca] {
        display: none;
    }

    .header_menu_wrapper[b-iwme3al2ca] {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .header_logo[b-iwme3al2ca] {
        float: none;
        margin: 0px auto;
        width: 220px;
    }

    .header_menu_wrapper .inner[b-iwme3al2ca] {
        padding-top: 0px;
    }

    .header_menu_wrapper .right_link[b-iwme3al2ca] {
        position: static;
        float: none;
        padding-bottom: 15px;
        text-align: center;
        width: 100%;
        clear: both;
    }

        .header_menu_wrapper .right_link .btn_link[b-iwme3al2ca] {
            margin-right: 2px;
            margin-left: 2px;
            margin-bottom: 5px;
            font-size: 12px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    /*.search_box .search_box_button{ width:21px; height:21px;}*/

    .footer_top h2[b-iwme3al2ca] {
        margin-bottom: 15px;
    }

    .footer_top .footer_top_left[b-iwme3al2ca] {
        padding-left: 0px;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .footer_top .footer_top_left p[b-iwme3al2ca] {
        width: 100%;
    }

    .subscribe_form[b-iwme3al2ca] {
        width: 320px;
        max-width: 100%;
        padding-top: 0px;
    }

    .footer_top .footer_top_center[b-iwme3al2ca] {
        width: 48%;
    }

    .footer_top .footer_top_right[b-iwme3al2ca] {
        width: 48%;
        max-width: 48%;
    }

    .footer_middle[b-iwme3al2ca] {
        padding-left: 0px;
    }

    .footer_bottom .inner[b-iwme3al2ca] {
        padding-left: 20px;
    }

    .footer_top .footer_top_left p[b-iwme3al2ca] {
        line-height: 1.5;
        margin: 0px 0px 15px;
    }

    .footer_top .footer_top_right p[b-iwme3al2ca] {
        font-size: 14px;
    }


    .header_top_bar .top_bar_link[b-iwme3al2ca] {
        font-size: 12px;
    }

    .header_top_bar .header_protrader_link[b-iwme3al2ca] {
        padding-left: 30px;
    }

        .header_top_bar .header_protrader_link[b-iwme3al2ca]:before {
            width: 25px;
            height: 13px;
        }

    .header_top_bar .header_webtrader_link[b-iwme3al2ca] {
        padding-left: 23px;
    }

        .header_top_bar .header_webtrader_link[b-iwme3al2ca]:before {
            width: 18px;
            height: 18px;
        }

    .header_top_bar .header_app_link[b-iwme3al2ca] {
        padding-left: 17px;
    }

        .header_top_bar .header_app_link[b-iwme3al2ca]:before {
            width: 12px;
            height: 17px;
        }

    .header_top_bar .right_link .white_button[b-iwme3al2ca],
    .header_top_bar .right_link .orange_button[b-iwme3al2ca],
    .header_top_bar .right_link .green_button[b-iwme3al2ca] {
        border-radius: 18px;
        padding: 4px 12px;
        font-size: 12px;
    }

    .header_language_nav[b-iwme3al2ca] {
        font-size: 18px;
        padding-top: 0px;
    }

        .header_language_nav[b-iwme3al2ca]:after {
            font-size: 18px;
        }


    .concise_header .inner[b-iwme3al2ca] {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .concise_header_logo[b-iwme3al2ca] {
        width: 200px;
    }

    .concise_header ul[b-iwme3al2ca] {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

        .concise_header ul li[b-iwme3al2ca] {
            padding-left: 10px;
            padding-right: 10px;
        }

    .open_account_header .open_account_link_box[b-iwme3al2ca] {
        padding-left: 9px;
    }

    .open_account_header .open_account_link[b-iwme3al2ca] {
        padding: 0px 9px;
    }


    .fast_easy_content[b-iwme3al2ca] {
        padding-top: 45px;
        padding-bottom: 50px;
        width: 100%;
        max-width: 100%;
    }

        .fast_easy_content h3[b-iwme3al2ca] {
            margin-bottom: 20px;
        }

    .fast_easy_wrapper ul li .text_box[b-iwme3al2ca]:before {
        margin-bottom: 10px;
    }

    .fast_easy_wrapper_img_box[b-iwme3al2ca] {
        position: static;
        width: 260px;
        max-width: 100%;
        margin: 0px auto;
    }


    .page_banner_content .inner[b-iwme3al2ca] {
        height: 400px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .page_banner_content h1[b-iwme3al2ca] {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .page_banner_content h2[b-iwme3al2ca] {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .page_banner_content .inner.banner_text_add_bg_color[b-iwme3al2ca] {
        background: rgba(0,0,0,0.5);
    }

        .page_banner_content .inner.banner_text_add_bg_color h1[b-iwme3al2ca],
        .page_banner_content .inner.banner_text_add_bg_color h2[b-iwme3al2ca] {
            color: #fff !important;
        }

    .pages_text_and_image_row_wrapper[b-iwme3al2ca] {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .pages_text_and_image_row .text_and_image_inner[b-iwme3al2ca] {
    }

    .pages_text_and_image_row h3[b-iwme3al2ca] {
        margin-bottom: 20px;
    }

    .pages_text_and_image_row .text_box[b-iwme3al2ca] {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px !important;
        height: auto !important;
        border-radius: 20px 20px 0px 0px;
    }

    .pages_text_and_image_row.text_and_image_position_left .text_box[b-iwme3al2ca] {
        border-radius: 20px 20px 0px 0px;
    }

    .pages_text_and_image_row .img_box[b-iwme3al2ca] {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .pages_text_and_image_row.text_and_image_position_left .img_box[b-iwme3al2ca] {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .pages_text_and_image_row .bottom_text[b-iwme3al2ca] {
        position: static;
        padding-right: 0px;
        padding-top: 20px;
    }

        .pages_text_and_image_row .bottom_text img[b-iwme3al2ca] {
            position: static;
            width: auto;
            margin-top: 10px;
            max-width: 100%;
        }

    .default_page_content .inner[b-iwme3al2ca] {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .experience_our_spreads_wrapper .inner[b-iwme3al2ca] {
        padding-top: 45px;
        padding-bottom: 50px;
    }

        .experience_our_spreads_wrapper .inner[b-iwme3al2ca]:before {
            width: 200px;
            height: 183px;
            left: -90px;
        }

    .experience_our_spreads_wrapper .experience_our_spreads_content[b-iwme3al2ca] {
        float: none;
        align-items: flex-start;
        padding-right: 0px;
    }

    .experience_our_spreads_wrapper .text_box[b-iwme3al2ca] {
        width: 100%;
        padding-bottom: 45px;
    }

        .experience_our_spreads_wrapper .text_box h3[b-iwme3al2ca] {
            margin-bottom: 20px;
        }

    .experience_our_spreads_wrapper .rawecn_box[b-iwme3al2ca] {
        max-width: 100%;
    }

    .rawecn_list .rawecn_content[b-iwme3al2ca] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .educations_content_left h2.single_title[b-iwme3al2ca] {
        font-size: 30px;
        line-height: 38px;
    }

    .educations_content_left .new_single[b-iwme3al2ca] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .educations_content_sidebar_box[b-iwme3al2ca] {
        padding: 30px 20px;
    }


    .refer_and_earn_wrapper .inner[b-iwme3al2ca] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .refer_and_earn_wrapper .inner[b-iwme3al2ca]:after {
            width: 260px;
            height: 241px;
            left: -120px;
        }

    .refer_and_earn_wrapper h3[b-iwme3al2ca] {
        margin-bottom: 25px;
    }

    .refer_and_earn_wrapper .refer_and_earn_content[b-iwme3al2ca] {
        max-width: 100%;
        width: 100%;
    }


    .transparent_profitable_robust_row .text_box ul li[b-iwme3al2ca] {
        width: auto;
        padding-right: 20px;
    }

    .page_content_form .inner[b-iwme3al2ca] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page_content_form_content[b-iwme3al2ca] {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page_content_form .text_box h3[b-iwme3al2ca] {
        margin-bottom: 20px;
    }

    .page_content_form .page_content_form_box[b-iwme3al2ca] {
        padding-right: 0px;
    }

    .page_content_form .gform_legacy_markup_wrapper ul.gform_fields[b-iwme3al2ca] {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    body .page_content_form .gform_wrapper ul li.gfield[b-iwme3al2ca] {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .page_content_form .gform_wrapper .top_label .gfield_error[b-iwme3al2ca] {
        width: 100%;
    }

    .page_content_form .gform_wrapper textarea.medium[b-iwme3al2ca] {
        margin-top: 0px !important;
    }

    .page_content_form .gform_wrapper .gform_footer[b-iwme3al2ca] {
        padding-top: 0px;
    }

    .products_page_table_wrapper[b-iwme3al2ca] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .products_page_bottom_table_wrapper .inner[b-iwme3al2ca] {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .products_page_bottom_table_wrapper .text_box[b-iwme3al2ca] {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
    }

        .products_page_bottom_table_wrapper .text_box h3[b-iwme3al2ca] {
            display: block;
            text-align: center;
        }

            .products_page_bottom_table_wrapper .text_box h3 br[b-iwme3al2ca] {
                display: none;
            }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-iwme3al2ca] {
        width: 100%;
    }

    .products_page_bottom_table_content table th[b-iwme3al2ca] {
        font-size: 20px;
    }

    .products_page_bottom_table_content table td[b-iwme3al2ca] {
        font-size: 16px;
    }

    .products_page_bottom_table_wrapper .inner[b-iwme3al2ca]:before {
        width: 240px;
        height: 219px;
        left: -110px;
    }

    .products_page_bottom_table_wrapper .inner.add_green_icon[b-iwme3al2ca]:before {
        width: 240px;
        height: 219px;
    }

    .products_text_and_image_wrapper .inner[b-iwme3al2ca] {
        padding-top: 50px;
    }

    .products_text_and_image_wrapper ul[b-iwme3al2ca] {
        width: 520px;
        margin: 0px auto;
        max-width: 100%;
    }

        .products_text_and_image_wrapper ul li[b-iwme3al2ca] {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 50px;
        }

    .products_text_and_image_box[b-iwme3al2ca] {
        padding-bottom: 30px;
    }

        .products_text_and_image_box .text_box .text_box_inner[b-iwme3al2ca] {
            padding-top: 30px;
        }

        .products_text_and_image_box h3[b-iwme3al2ca] {
            margin-bottom: 20px;
        }

        .products_text_and_image_box .bottom_text[b-iwme3al2ca] {
            position: static;
            padding-left: 0px;
            padding-right: 0px;
        }
}

@media(max-width:650px) {
    .footer_top[b-iwme3al2ca] {
        padding-bottom: 20px;
    }

        .footer_top .footer_top_center[b-iwme3al2ca] {
            width: 100%;
            padding-bottom: 20px;
        }

        .footer_top .footer_top_right[b-iwme3al2ca] {
            width: 100%;
            max-width: 100%;
        }

    .footer_bottom ul li[b-iwme3al2ca] {
        width: 100%;
        padding-bottom: 0px;
    }

    .footer_top .footer_top_right .text_box[b-iwme3al2ca] {
        padding-bottom: 10px;
    }

    .footer_top[b-iwme3al2ca] {
        padding-top: 50px;
    }

    .footer_top_icon_list[b-iwme3al2ca] {
        padding-bottom: 10px;
    }

    .footer_bottom_bar p[b-iwme3al2ca] {
        font-size: 16px;
    }

    .fast_easy_content ul[b-iwme3al2ca] {
        flex-wrap: wrap;
    }

        .fast_easy_content ul li[b-iwme3al2ca] {
            width: 100%;
            padding-right: 0px;
            padding-bottom: 20px;
        }

    .fast_easy_wrapper ul li .text_box h4[b-iwme3al2ca] {
        font-size: 16px;
        line-height: 24px;
    }

    .fast_easy_wrapper ul li .text_box p[b-iwme3al2ca] {
        width: 220px;
    }

    .fast_easy_wrapper h6[b-iwme3al2ca] {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .products_page_bottom_table_wrapper .products_page_bottom_table_content[b-iwme3al2ca] {
        width: 100%;
        overflow: auto;
    }

    .products_page_bottom_table_content table[b-iwme3al2ca] {
        width: 620px;
    }

        .products_page_bottom_table_content table tr th:last-child[b-iwme3al2ca]:after {
            display: none
        }
}

@media(max-width:600px) {
    .open_account_header .open_account_header_logo[b-iwme3al2ca] {
        float: none;
    }

    .open_account_header .open_account_link_box[b-iwme3al2ca] {
        padding: 5px 0px 19px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .open_account_header .open_account_link[b-iwme3al2ca] {
        float: none;
        display: inline-block;
        padding: 0px 7px;
    }

        .open_account_header .open_account_link a[b-iwme3al2ca] {
            padding: 5px 0px;
        }

    .open_account_header .search_box[b-iwme3al2ca] {
        position: absolute;
        top: 2px;
        display: block;
        right: 10px;
    }

    .open_account_header .search-form[b-iwme3al2ca] {
        right: auto;
        left: -210px;
        top: -6px;
        margin: 0;
    }

    .refer_and_earn_wrapper ul li:nth-child(1)[b-iwme3al2ca],
    .refer_and_earn_wrapper ul li:nth-child(2)[b-iwme3al2ca],
    .refer_and_earn_wrapper ul li:nth-child(3)[b-iwme3al2ca] {
        width: 100%;
        padding-right: 0px;
    }

    .refer_and_earn_wrapper ul li .text_box p[b-iwme3al2ca] {
        width: 320px;
    }
}

@media(max-width:500px) {
    .header_top_bar[b-iwme3al2ca] {
        text-align: center;
        padding-bottom: 3px;
    }

        .header_top_bar .left_link[b-iwme3al2ca] {
            float: none;
            width: 100%;
            padding-top: 0px;
            text-align: center;
        }

        .header_top_bar .top_bar_link[b-iwme3al2ca] {
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 8px;
            vertical-align: top;
        }

    .header_language[b-iwme3al2ca] {
        float: none;
        display: inline-block;
        padding-right: 5px;
    }

    .header_language_inner[b-iwme3al2ca] {
        right: 0px;
    }

    .search_box[b-iwme3al2ca] {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
    }

        .search_box .search_box_button[b-iwme3al2ca] {
            width: 20px;
            height: 20px;
        }

    .search-form[b-iwme3al2ca] {
        right: auto;
        left: 50%;
        margin-left: -115px;
    }

    .header_language_inner ul[b-iwme3al2ca] {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .header_language_inner[b-iwme3al2ca] {
        width: 170px;
        padding: 15px 0px;
    }

        .header_language_inner ul li[b-iwme3al2ca] {
            padding: 5px 10px;
        }

    .pages_text_and_image_row h3[b-iwme3al2ca] {
        font-size: 24px;
        line-height: 32px;
    }

    .pages_text_and_image_row .img_box span[b-iwme3al2ca] {
        font-size: 12px;
        top: 45px;
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .educations_content_left h2.single_title[b-iwme3al2ca] {
        font-size: 24px;
        line-height: 32px;
    }

    .educations_content_left h2[b-iwme3al2ca] {
        font-size: 20px;
        line-height: 30px;
    }

    .rawecn_list .rawecn_nav[b-iwme3al2ca] {
        border-radius: 20px 20px 0px 0px;
        overflow: hidden;
    }

        .rawecn_list .rawecn_nav li[b-iwme3al2ca] {
            width: 50%;
        }

            .rawecn_list .rawecn_nav li.commodities[b-iwme3al2ca] {
                width: 100%;
            }

            .rawecn_list .rawecn_nav li[b-iwme3al2ca]:after,
            .rawecn_list .rawecn_nav li[b-iwme3al2ca]:before,
            .rawecn_list .rawecn_nav li.rawecn_active[b-iwme3al2ca]:after,
            .rawecn_list .rawecn_nav li.rawecn_active[b-iwme3al2ca]:before {
                display: none !important;
            }

            .rawecn_list .rawecn_nav li span[b-iwme3al2ca] {
                background: #c5c5c5;
                padding: 12px 2px 13px 0px;
            }

            .rawecn_list .rawecn_nav li.rawecn_active span[b-iwme3al2ca] {
                font-size: 14px;
                padding: 12px 2px 13px 0px;
                background: #e35728;
            }

            .rawecn_list .rawecn_nav li span[b-iwme3al2ca]:after {
                display: none;
            }

    .rawecn_list .rawecn_content .row span[b-iwme3al2ca] {
        font-size: 14px;
    }

    .rawecn_list .rawecn_content[b-iwme3al2ca] {
        min-height: 236px;
        padding-top: 20px;
    }
}

@media(max-width:360px) {
    .header_logo[b-iwme3al2ca] {
        width: 200px;
    }

    .footer_top .footer_top_center[b-iwme3al2ca] {
        padding-bottom: 10px;
    }

    .footer_grade_item[b-iwme3al2ca] {
        width: 100%;
        padding-bottom: 20px;
    }

        .footer_grade_item.google[b-iwme3al2ca] {
            margin-top: 0px;
        }

    .transparent_profitable_robust_row .text_box ul li .icon_box[b-iwme3al2ca] {
        padding-bottom: 10px;
    }

    .transparent_profitable_robust_row .text_box ul li[b-iwme3al2ca] {
        width: 100%;
        padding-right: 0px;
    }
}
/* Country icon */
.country_list_icon[b-iwme3al2ca] {
    display: inline-block;
    width: 22px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/wp-content/themes/vfx_new/images/country_list_icon.png?v=20210107);
    background-repeat: no-repeat;
}

.form_ad_country_icon[b-iwme3al2ca] {
    background-position: 0px 0px;
}

.form_ae_country_icon[b-iwme3al2ca] {
    background-position: -23px 0px;
}

.form_af_country_icon[b-iwme3al2ca] {
    background-position: -46px 0px;
}

.form_ag_country_icon[b-iwme3al2ca] {
    background-position: -69px 0px;
}

.form_ai_country_icon[b-iwme3al2ca] {
    background-position: -92px 0px;
}

.form_al_country_icon[b-iwme3al2ca] {
    background-position: -115px 0px;
}

.form_am_country_icon[b-iwme3al2ca] {
    background-position: -138px 0px;
}

.form_an_country_icon[b-iwme3al2ca] {
    background-position: -161px 0px;
}

.form_ao_country_icon[b-iwme3al2ca] {
    background-position: -184px 0px;
}

.form_aq_country_icon[b-iwme3al2ca] {
    background-position: -207px 0px;
}

.form_ar_country_icon[b-iwme3al2ca] {
    background-position: 0px -16px;
}

.form_as_country_icon[b-iwme3al2ca] {
    background-position: -23px -16px;
}

.form_at_country_icon[b-iwme3al2ca] {
    background-position: -46px -16px;
}

.form_au_country_icon[b-iwme3al2ca] {
    background-position: -69px -16px;
}

.form_aw_country_icon[b-iwme3al2ca] {
    background-position: -92px -16px;
}

.form_ax_country_icon[b-iwme3al2ca] {
    background-position: -115px -16px;
}

.form_az_country_icon[b-iwme3al2ca] {
    background-position: -138px -16px;
}

.form_ba_country_icon[b-iwme3al2ca] {
    background-position: -161px -16px;
}

.form_bb_country_icon[b-iwme3al2ca] {
    background-position: -184px -16px;
}

.form_bd_country_icon[b-iwme3al2ca] {
    background-position: -207px -16px;
}

.form_be_country_icon[b-iwme3al2ca] {
    background-position: 0px -32px;
}

.form_bf_country_icon[b-iwme3al2ca] {
    background-position: -23px -32px;
}

.form_bg_country_icon[b-iwme3al2ca] {
    background-position: -46px -32px;
}

.form_bh_country_icon[b-iwme3al2ca] {
    background-position: -69px -32px;
}

.form_bi_country_icon[b-iwme3al2ca] {
    background-position: -92px -32px;
}

.form_bj_country_icon[b-iwme3al2ca] {
    background-position: -115px -32px;
}

.form_bl_country_icon[b-iwme3al2ca] {
    background-position: -138px -32px;
}

.form_bm_country_icon[b-iwme3al2ca] {
    background-position: -161px -32px;
}

.form_bn_country_icon[b-iwme3al2ca] {
    background-position: -184px -32px;
}

.form_bo_country_icon[b-iwme3al2ca] {
    background-position: -207px -32px;
}

.form_bq_country_icon[b-iwme3al2ca] {
    background-position: 0px -48px;
}

.form_br_country_icon[b-iwme3al2ca] {
    background-position: -23px -48px;
}

.form_bs_country_icon[b-iwme3al2ca] {
    background-position: -46px -48px;
}

.form_bt_country_icon[b-iwme3al2ca] {
    background-position: -69px -48px;
}

.form_bv_country_icon[b-iwme3al2ca] {
    background-position: -92px -48px;
}

.form_bw_country_icon[b-iwme3al2ca] {
    background-position: -115px -48px;
}

.form_by_country_icon[b-iwme3al2ca] {
    background-position: -138px -48px;
}

.form_bz_country_icon[b-iwme3al2ca] {
    background-position: -161px -48px;
}

.form_ca_country_icon[b-iwme3al2ca] {
    background-position: -184px -48px;
}

.form_cc_country_icon[b-iwme3al2ca] {
    background-position: -207px -48px;
}

.form_cd_country_icon[b-iwme3al2ca] {
    background-position: 0px -64px;
}

.form_cf_country_icon[b-iwme3al2ca] {
    background-position: -23px -64px;
}

.form_cg_country_icon[b-iwme3al2ca] {
    background-position: -46px -64px;
}

.form_ch_country_icon[b-iwme3al2ca] {
    background-position: -69px -64px;
}

.form_ci_country_icon[b-iwme3al2ca] {
    background-position: -92px -64px;
}

.form_ck_country_icon[b-iwme3al2ca] {
    background-position: -115px -64px;
}

.form_cl_country_icon[b-iwme3al2ca] {
    background-position: -138px -64px;
}

.form_cm_country_icon[b-iwme3al2ca] {
    background-position: -161px -64px;
}

.form_cn_country_icon[b-iwme3al2ca] {
    background-position: -184px -64px;
}

.form_co_country_icon[b-iwme3al2ca] {
    background-position: -207px -64px;
}

.form_cr_country_icon[b-iwme3al2ca] {
    background-position: 0px -80px;
}

.form_cu_country_icon[b-iwme3al2ca] {
    background-position: -23px -80px;
}

.form_cv_country_icon[b-iwme3al2ca] {
    background-position: -46px -80px;
}

.form_cw_country_icon[b-iwme3al2ca] {
    background-position: -69px -80px;
}

.form_cx_country_icon[b-iwme3al2ca] {
    background-position: -92px -80px;
}

.form_cy_country_icon[b-iwme3al2ca] {
    background-position: -115px -80px;
}

.form_cz_country_icon[b-iwme3al2ca] {
    background-position: -138px -80px;
}

.form_de_country_icon[b-iwme3al2ca] {
    background-position: -161px -80px;
}

.form_dj_country_icon[b-iwme3al2ca] {
    background-position: -184px -80px;
}

.form_dk_country_icon[b-iwme3al2ca] {
    background-position: -207 -80px;
}

.form_dm_country_icon[b-iwme3al2ca] {
    background-position: 0px -96px;
}

.form_do_country_icon[b-iwme3al2ca] {
    background-position: -23px -96px;
}

.form_dz_country_icon[b-iwme3al2ca] {
    background-position: -46px -96px;
}

.form_ec_country_icon[b-iwme3al2ca] {
    background-position: -69px -96px;
}

.form_ee_country_icon[b-iwme3al2ca] {
    background-position: -92px -96px;
}

.form_eg_country_icon[b-iwme3al2ca] {
    background-position: -115px -96px;
}

.form_eh_country_icon[b-iwme3al2ca] {
    background-position: -138px -96px;
}

.form_er_country_icon[b-iwme3al2ca] {
    background-position: -161px -96px;
}

.form_es_country_icon[b-iwme3al2ca] {
    background-position: -184px -96px;
}

.form_et_country_icon[b-iwme3al2ca] {
    background-position: -207px -96px;
}

.form_eu_country_icon[b-iwme3al2ca] {
    background-position: 0px -112px;
}

.form_fi_country_icon[b-iwme3al2ca] {
    background-position: -23px -112px;
}

.form_fj_country_icon[b-iwme3al2ca] {
    background-position: -46px -112px;
}

.form_fk_country_icon[b-iwme3al2ca] {
    background-position: -69px -112px;
}

.form_fm_country_icon[b-iwme3al2ca] {
    background-position: -92px -112px;
}

.form_fo_country_icon[b-iwme3al2ca] {
    background-position: -115px -112px;
}

.form_fr_country_icon[b-iwme3al2ca] {
    background-position: -138px -112px;
}

.form_ga_country_icon[b-iwme3al2ca] {
    background-position: -161px -112px;
}

.form_gb_country_icon[b-iwme3al2ca] {
    background-position: -184px -112px;
}

.form_gd_country_icon[b-iwme3al2ca] {
    background-position: -207px -112px;
}

.form_ge_country_icon[b-iwme3al2ca] {
    background-position: 0px -128px;
}

.form_gf_country_icon[b-iwme3al2ca] {
    background-position: -23px -128px;
}

.form_gg_country_icon[b-iwme3al2ca] {
    background-position: -46px -128px;
}

.form_gh_country_icon[b-iwme3al2ca] {
    background-position: -69px -128px;
}

.form_gi_country_icon[b-iwme3al2ca] {
    background-position: -92px -128px;
}

.form_gl_country_icon[b-iwme3al2ca] {
    background-position: -115px -128px;
}

.form_gm_country_icon[b-iwme3al2ca] {
    background-position: -138px -128px;
}

.form_gn_country_icon[b-iwme3al2ca] {
    background-position: -161px -128px;
}

.form_gp_country_icon[b-iwme3al2ca] {
    background-position: -184px -128px;
}

.form_gq_country_icon[b-iwme3al2ca] {
    background-position: -207px -128px;
}

.form_gr_country_icon[b-iwme3al2ca] {
    background-position: 0px -144px;
}

.form_gs_country_icon[b-iwme3al2ca] {
    background-position: -23px -144px;
}

.form_gt_country_icon[b-iwme3al2ca] {
    background-position: -46px -144px;
}

.form_gu_country_icon[b-iwme3al2ca] {
    background-position: -69px -144px;
}

.form_gw_country_icon[b-iwme3al2ca] {
    background-position: -92px -144px;
}

.form_gy_country_icon[b-iwme3al2ca] {
    background-position: -115px -144px;
}

.form_hk_country_icon[b-iwme3al2ca] {
    background-position: -138px -144px;
}

.form_hm_country_icon[b-iwme3al2ca] {
    background-position: -161px -144px;
}

.form_hn_country_icon[b-iwme3al2ca] {
    background-position: -184px -144px;
}

.form_hr_country_icon[b-iwme3al2ca] {
    background-position: -207px -144px;
}

.form_ht_country_icon[b-iwme3al2ca] {
    background-position: 0px -160px;
}

.form_hu_country_icon[b-iwme3al2ca] {
    background-position: -23px -160px;
}

.form_id_country_icon[b-iwme3al2ca] {
    background-position: -46px -160px;
}

.form_ie_country_icon[b-iwme3al2ca] {
    background-position: -69px -160px;
}

.form_il_country_icon[b-iwme3al2ca] {
    background-position: -92px -160px;
}

.form_im_country_icon[b-iwme3al2ca] {
    background-position: -115px -160px;
}

.form_in_country_icon[b-iwme3al2ca] {
    background-position: -138px -160px;
}

.form_io_country_icon[b-iwme3al2ca] {
    background-position: -161px -160px;
}

.form_iq_country_icon[b-iwme3al2ca] {
    background-position: -184px -160px;
}

.form_ir_country_icon[b-iwme3al2ca] {
    background-position: -207px -160px;
}

.form_is_country_icon[b-iwme3al2ca] {
    background-position: 0px -176px;
}

.form_it_country_icon[b-iwme3al2ca] {
    background-position: -23px -176px;
}

.form_je_country_icon[b-iwme3al2ca] {
    background-position: -46px -176px;
}

.form_jm_country_icon[b-iwme3al2ca] {
    background-position: -69px -176px;
}

.form_jo_country_icon[b-iwme3al2ca] {
    background-position: -92px -176px;
}

.form_jp_country_icon[b-iwme3al2ca] {
    background-position: -115px -176px;
}

.form_ke_country_icon[b-iwme3al2ca] {
    background-position: -138px -176px;
}

.form_kg_country_icon[b-iwme3al2ca] {
    background-position: -161px -176px;
}

.form_kh_country_icon[b-iwme3al2ca] {
    background-position: -184px -176px;
}

.form_ki_country_icon[b-iwme3al2ca] {
    background-position: -207px -176px;
}

.form_km_country_icon[b-iwme3al2ca] {
    background-position: 0px -192px;
}

.form_kn_country_icon[b-iwme3al2ca] {
    background-position: -23px -192px;
}

.form_kp_country_icon[b-iwme3al2ca] {
    background-position: -46px -192px;
}

.form_kr_country_icon[b-iwme3al2ca] {
    background-position: -69px -192px;
}

.form_kw_country_icon[b-iwme3al2ca] {
    background-position: -92px -192px;
}

.form_ky_country_icon[b-iwme3al2ca] {
    background-position: -115px -192px;
}

.form_kz_country_icon[b-iwme3al2ca] {
    background-position: -138px -192px;
}

.form_la_country_icon[b-iwme3al2ca] {
    background-position: -161px -192px;
}

.form_lb_country_icon[b-iwme3al2ca] {
    background-position: -184px -192px;
}

.form_lc_country_icon[b-iwme3al2ca] {
    background-position: -207px -192px;
}

.form_li_country_icon[b-iwme3al2ca] {
    background-position: 0px -208px;
}

.form_lk_country_icon[b-iwme3al2ca] {
    background-position: -23px -208px;
}

.form_lr_country_icon[b-iwme3al2ca] {
    background-position: -46px -208px;
}

.form_ls_country_icon[b-iwme3al2ca] {
    background-position: -69px -208px;
}

.form_lt_country_icon[b-iwme3al2ca] {
    background-position: -92px -208px;
}

.form_lu_country_icon[b-iwme3al2ca] {
    background-position: -115px -208px;
}

.form_lv_country_icon[b-iwme3al2ca] {
    background-position: -138px -208px;
}

.form_ly_country_icon[b-iwme3al2ca] {
    background-position: -161px -208px;
}

.form_ma_country_icon[b-iwme3al2ca] {
    background-position: -184px -208px;
}

.form_mc_country_icon[b-iwme3al2ca] {
    background-position: -207px -208px;
}

.form_md_country_icon[b-iwme3al2ca] {
    background-position: 0px -224px;
}

.form_me_country_icon[b-iwme3al2ca] {
    background-position: -23px -224px;
}

.form_mf_country_icon[b-iwme3al2ca] {
    background-position: -46px -224px;
}

.form_mg_country_icon[b-iwme3al2ca] {
    background-position: -69px -224px;
}

.form_mh_country_icon[b-iwme3al2ca] {
    background-position: -92px -224px;
}

.form_mk_country_icon[b-iwme3al2ca] {
    background-position: -115px -224px;
}

.form_ml_country_icon[b-iwme3al2ca] {
    background-position: -138px -224px;
}

.form_mm_country_icon[b-iwme3al2ca] {
    background-position: -161px -224px;
}

.form_mn_country_icon[b-iwme3al2ca] {
    background-position: -184px -224px;
}

.form_mo_country_icon[b-iwme3al2ca] {
    background-position: -207px -224px;
}

.form_mp_country_icon[b-iwme3al2ca] {
    background-position: 0px -240px;
}

.form_mq_country_icon[b-iwme3al2ca] {
    background-position: -23px -240px;
}

.form_mr_country_icon[b-iwme3al2ca] {
    background-position: -46px -240px;
}

.form_ms_country_icon[b-iwme3al2ca] {
    background-position: -69px -240px;
}

.form_mt_country_icon[b-iwme3al2ca] {
    background-position: -92px -240px;
}

.form_mu_country_icon[b-iwme3al2ca] {
    background-position: -115px -240px;
}

.form_mv_country_icon[b-iwme3al2ca] {
    background-position: -138px -240px;
}

.form_mw_country_icon[b-iwme3al2ca] {
    background-position: -161px -240px;
}

.form_mx_country_icon[b-iwme3al2ca] {
    background-position: -184px -240px;
}

.form_my_country_icon[b-iwme3al2ca] {
    background-position: -207px -240px;
}

.form_mz_country_icon[b-iwme3al2ca] {
    background-position: 0px -256px;
}

.form_na_country_icon[b-iwme3al2ca] {
    background-position: -23px -256px;
}

.form_nc_country_icon[b-iwme3al2ca] {
    background-position: -46px -256px;
}

.form_ne_country_icon[b-iwme3al2ca] {
    background-position: -69px -256px;
}

.form_nf_country_icon[b-iwme3al2ca] {
    background-position: -92px -256px;
}

.form_ng_country_icon[b-iwme3al2ca] {
    background-position: -115px -256px;
}

.form_ni_country_icon[b-iwme3al2ca] {
    background-position: -138px -256px;
}

.form_nl_country_icon[b-iwme3al2ca] {
    background-position: -161px -256px;
}

.form_no_country_icon[b-iwme3al2ca] {
    background-position: -184px -256px;
}

.form_np_country_icon[b-iwme3al2ca] {
    background-position: -207px -256px;
}

.form_nr_country_icon[b-iwme3al2ca] {
    background-position: 0px -272px;
}

.form_nu_country_icon[b-iwme3al2ca] {
    background-position: -23px -272px;
}

.form_nz_country_icon[b-iwme3al2ca] {
    background-position: -46px -272px;
}

.form_om_country_icon[b-iwme3al2ca] {
    background-position: -69px -272px;
}

.form_pa_country_icon[b-iwme3al2ca] {
    background-position: -92px -272px;
}

.form_pe_country_icon[b-iwme3al2ca] {
    background-position: -115px -272px;
}

.form_pf_country_icon[b-iwme3al2ca] {
    background-position: -138px -272px;
}

.form_pg_country_icon[b-iwme3al2ca] {
    background-position: -161px -272px;
}

.form_ph_country_icon[b-iwme3al2ca] {
    background-position: -184px -272px;
}

.form_pk_country_icon[b-iwme3al2ca] {
    background-position: -207px -272px;
}

.form_pl_country_icon[b-iwme3al2ca] {
    background-position: 0px -288px;
}

.form_pm_country_icon[b-iwme3al2ca] {
    background-position: -23px -288px;
}

.form_pn_country_icon[b-iwme3al2ca] {
    background-position: -46px -288px;
}

.form_pr_country_icon[b-iwme3al2ca] {
    background-position: -69px -288px;
}

.form_ps_country_icon[b-iwme3al2ca] {
    background-position: -92px -288px;
}

.form_pt_country_icon[b-iwme3al2ca] {
    background-position: -115px -288px;
}

.form_pw_country_icon[b-iwme3al2ca] {
    background-position: -138px -288px;
}

.form_py_country_icon[b-iwme3al2ca] {
    background-position: -161px -288px;
}

.form_qa_country_icon[b-iwme3al2ca] {
    background-position: -184px -288px;
}

.form_re_country_icon[b-iwme3al2ca] {
    background-position: -207px -288px;
}

.form_ro_country_icon[b-iwme3al2ca] {
    background-position: 0px -304px;
}

.form_rs_country_icon[b-iwme3al2ca] {
    background-position: -23px -304px;
}

.form_ru_country_icon[b-iwme3al2ca] {
    background-position: -46px -304px;
}

.form_rw_country_icon[b-iwme3al2ca] {
    background-position: -69px -304px;
}

.form_sa_country_icon[b-iwme3al2ca] {
    background-position: -92px -304px;
}

.form_sb_country_icon[b-iwme3al2ca] {
    background-position: -115px -304px;
}

.form_sc_country_icon[b-iwme3al2ca] {
    background-position: -138px -304px;
}

.form_sd_country_icon[b-iwme3al2ca] {
    background-position: -161px -304px;
}

.form_se_country_icon[b-iwme3al2ca] {
    background-position: -184px -304px;
}

.form_sg_country_icon[b-iwme3al2ca] {
    background-position: -207px -304px;
}

.form_sh_country_icon[b-iwme3al2ca] {
    background-position: 0px -320px;
}

.form_si_country_icon[b-iwme3al2ca] {
    background-position: -23px -320px;
}

.form_sj_country_icon[b-iwme3al2ca] {
    background-position: -46px -320px;
}

.form_sk_country_icon[b-iwme3al2ca] {
    background-position: -69px -320px;
}

.form_sl_country_icon[b-iwme3al2ca] {
    background-position: -92px -320px;
}

.form_sm_country_icon[b-iwme3al2ca] {
    background-position: -115px -320px;
}

.form_sn_country_icon[b-iwme3al2ca] {
    background-position: -138px -320px;
}

.form_so_country_icon[b-iwme3al2ca] {
    background-position: -161px -320px;
}

.form_sr_country_icon[b-iwme3al2ca] {
    background-position: -184px -320px;
}

.form_ss_country_icon[b-iwme3al2ca] {
    background-position: -207px -320px;
}

.form_st_country_icon[b-iwme3al2ca] {
    background-position: 0px -336px;
}

.form_sv_country_icon[b-iwme3al2ca] {
    background-position: -23px -336px;
}

.form_sx_country_icon[b-iwme3al2ca] {
    background-position: -46px -336px;
}

.form_sy_country_icon[b-iwme3al2ca] {
    background-position: -69px -336px;
}

.form_sz_country_icon[b-iwme3al2ca] {
    background-position: -92px -336px;
}

.form_tc_country_icon[b-iwme3al2ca] {
    background-position: -115px -336px;
}

.form_td_country_icon[b-iwme3al2ca] {
    background-position: -138px -336px;
}

.form_tf_country_icon[b-iwme3al2ca] {
    background-position: -161px -336px;
}

.form_tg_country_icon[b-iwme3al2ca] {
    background-position: -184px -336px;
}

.form_th_country_icon[b-iwme3al2ca] {
    background-position: -207px -336px;
}

.form_tj_country_icon[b-iwme3al2ca] {
    background-position: 0px -352px;
}

.form_tk_country_icon[b-iwme3al2ca] {
    background-position: -23px -352px;
}

.form_tl_country_icon[b-iwme3al2ca] {
    background-position: -46px -352px;
}

.form_tm_country_icon[b-iwme3al2ca] {
    background-position: -69px -352px;
}

.form_tn_country_icon[b-iwme3al2ca] {
    background-position: -92px -352px;
}

.form_to_country_icon[b-iwme3al2ca] {
    background-position: -115px -352px;
}

.form_tr_country_icon[b-iwme3al2ca] {
    background-position: -138px -352px;
}

.form_tt_country_icon[b-iwme3al2ca] {
    background-position: -161px -352px;
}

.form_tv_country_icon[b-iwme3al2ca] {
    background-position: -184px -352px;
}

.form_tw_country_icon[b-iwme3al2ca] {
    background-position: -207px -352px;
}

.form_tz_country_icon[b-iwme3al2ca] {
    background-position: 0px -368px;
}

.form_ua_country_icon[b-iwme3al2ca] {
    background-position: -23px -368px;
}

.form_ug_country_icon[b-iwme3al2ca] {
    background-position: -46px -368px;
}

.form_um_country_icon[b-iwme3al2ca] {
    background-position: -69px -368px;
}

.form_us_country_icon[b-iwme3al2ca] {
    background-position: -92px -368px;
}

.form_uy_country_icon[b-iwme3al2ca] {
    background-position: -115px -368px;
}

.form_uz_country_icon[b-iwme3al2ca] {
    background-position: -138px -368px;
}

.form_va_country_icon[b-iwme3al2ca] {
    background-position: -161px -368px;
}

.form_vc_country_icon[b-iwme3al2ca] {
    background-position: -184px -368px;
}

.form_ve_country_icon[b-iwme3al2ca] {
    background-position: -207px -368px;
}

.form_vg_country_icon[b-iwme3al2ca] {
    background-position: 0px -384px;
}

.form_vi_country_icon[b-iwme3al2ca] {
    background-position: -23px -384px;
}

.form_vn_country_icon[b-iwme3al2ca] {
    background-position: -46px -384px;
}

.form_vu_country_icon[b-iwme3al2ca] {
    background-position: -69px -384px;
}

.form_wf_country_icon[b-iwme3al2ca] {
    background-position: -92px -384px;
}

.form_ws_country_icon[b-iwme3al2ca] {
    background-position: -115px -384px;
}

.form_xk_country_icon[b-iwme3al2ca] {
    background-position: -138px -384px;
}

.form_ye_country_icon[b-iwme3al2ca] {
    background-position: -161px -384px;
}

.form_yt_country_icon[b-iwme3al2ca] {
    background-position: -184px -384px;
}

.form_za_country_icon[b-iwme3al2ca] {
    background-position: -207px -384px;
}

.form_zm_country_icon[b-iwme3al2ca] {
    background-position: 0px -400px;
}

.form_zw_country_icon[b-iwme3al2ca] {
    background-position: -23px -400px;
}

.form_eg_country_icon[b-iwme3al2ca] {
    background-position: -46px -400px;
}

.form_tn_country_icon[b-iwme3al2ca] {
    background-position: -69px -400px;
}

.form_ru_country_icon[b-iwme3al2ca] {
    background-position: -92px -400px;
}

.form_ua_country_icon[b-iwme3al2ca] {
    background-position: -115px -400px;
}


.fa[b-iwme3al2ca] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg[b-iwme3al2ca] {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x[b-iwme3al2ca] {
    font-size: 2em;
}

.fa-3x[b-iwme3al2ca] {
    font-size: 3em;
}

.fa-4x[b-iwme3al2ca] {
    font-size: 4em;
}

.fa-5x[b-iwme3al2ca] {
    font-size: 5em;
}

.fa-fw[b-iwme3al2ca] {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul[b-iwme3al2ca] {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li[b-iwme3al2ca] {
        position: relative;
    }

.fa-li[b-iwme3al2ca] {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg[b-iwme3al2ca] {
        left: -1.85714286em;
    }

.fa-border[b-iwme3al2ca] {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left[b-iwme3al2ca] {
    float: left;
}

.fa-pull-right[b-iwme3al2ca] {
    float: right;
}

.fa.fa-pull-left[b-iwme3al2ca] {
    margin-right: .3em;
}

.fa.fa-pull-right[b-iwme3al2ca] {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right[b-iwme3al2ca] {
    float: right;
}

.pull-left[b-iwme3al2ca] {
    float: left;
}

.fa.pull-left[b-iwme3al2ca] {
    margin-right: .3em;
}

.fa.pull-right[b-iwme3al2ca] {
    margin-left: .3em;
}

.fa-spin[b-iwme3al2ca] {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin-b-iwme3al2ca 2s infinite linear;
}

.fa-pulse[b-iwme3al2ca] {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin-b-iwme3al2ca 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-b-iwme3al2ca {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical[b-iwme3al2ca] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90[b-iwme3al2ca],
:root .fa-rotate-180[b-iwme3al2ca],
:root .fa-rotate-270[b-iwme3al2ca],
:root .fa-flip-horizontal[b-iwme3al2ca],
:root .fa-flip-vertical[b-iwme3al2ca] {
    filter: none;
}

.fa-stack[b-iwme3al2ca] {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x[b-iwme3al2ca],
.fa-stack-2x[b-iwme3al2ca] {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x[b-iwme3al2ca] {
    line-height: inherit;
}

.fa-stack-2x[b-iwme3al2ca] {
    font-size: 2em;
}

.fa-inverse[b-iwme3al2ca] {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass[b-iwme3al2ca]:before {
    content: "\f000";
}

.fa-music[b-iwme3al2ca]:before {
    content: "\f001";
}

.fa-search[b-iwme3al2ca]:before {
    content: "\f002";
}

.fa-envelope-o[b-iwme3al2ca]:before {
    content: "\f003";
}

.fa-heart[b-iwme3al2ca]:before {
    content: "\f004";
}

.fa-star[b-iwme3al2ca]:before {
    content: "\f005";
}

.fa-star-o[b-iwme3al2ca]:before {
    content: "\f006";
}

.fa-user[b-iwme3al2ca]:before {
    content: "\f007";
}

.fa-film[b-iwme3al2ca]:before {
    content: "\f008";
}

.fa-th-large[b-iwme3al2ca]:before {
    content: "\f009";
}

.fa-th[b-iwme3al2ca]:before {
    content: "\f00a";
}

.fa-th-list[b-iwme3al2ca]:before {
    content: "\f00b";
}

.fa-check[b-iwme3al2ca]:before {
    content: "\f00c";
}

.fa-remove[b-iwme3al2ca]:before,
.fa-close[b-iwme3al2ca]:before,
.fa-times[b-iwme3al2ca]:before {
    content: "\f00d";
}

.fa-search-plus[b-iwme3al2ca]:before {
    content: "\f00e";
}

.fa-search-minus[b-iwme3al2ca]:before {
    content: "\f010";
}

.fa-power-off[b-iwme3al2ca]:before {
    content: "\f011";
}

.fa-signal[b-iwme3al2ca]:before {
    content: "\f012";
}

.fa-gear[b-iwme3al2ca]:before,
.fa-cog[b-iwme3al2ca]:before {
    content: "\f013";
}

.fa-trash-o[b-iwme3al2ca]:before {
    content: "\f014";
}

.fa-home[b-iwme3al2ca]:before {
    content: "\f015";
}

.fa-file-o[b-iwme3al2ca]:before {
    content: "\f016";
}

.fa-clock-o[b-iwme3al2ca]:before {
    content: "\f017";
}

.fa-road[b-iwme3al2ca]:before {
    content: "\f018";
}

.fa-download[b-iwme3al2ca]:before {
    content: "\f019";
}

.fa-arrow-circle-o-down[b-iwme3al2ca]:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up[b-iwme3al2ca]:before {
    content: "\f01b";
}

.fa-inbox[b-iwme3al2ca]:before {
    content: "\f01c";
}

.fa-play-circle-o[b-iwme3al2ca]:before {
    content: "\f01d";
}

.fa-rotate-right[b-iwme3al2ca]:before,
.fa-repeat[b-iwme3al2ca]:before {
    content: "\f01e";
}

.fa-refresh[b-iwme3al2ca]:before {
    content: "\f021";
}

.fa-list-alt[b-iwme3al2ca]:before {
    content: "\f022";
}

.fa-lock[b-iwme3al2ca]:before {
    content: "\f023";
}

.fa-flag[b-iwme3al2ca]:before {
    content: "\f024";
}

.fa-headphones[b-iwme3al2ca]:before {
    content: "\f025";
}

.fa-volume-off[b-iwme3al2ca]:before {
    content: "\f026";
}

.fa-volume-down[b-iwme3al2ca]:before {
    content: "\f027";
}

.fa-volume-up[b-iwme3al2ca]:before {
    content: "\f028";
}

.fa-qrcode[b-iwme3al2ca]:before {
    content: "\f029";
}

.fa-barcode[b-iwme3al2ca]:before {
    content: "\f02a";
}

.fa-tag[b-iwme3al2ca]:before {
    content: "\f02b";
}

.fa-tags[b-iwme3al2ca]:before {
    content: "\f02c";
}

.fa-book[b-iwme3al2ca]:before {
    content: "\f02d";
}

.fa-bookmark[b-iwme3al2ca]:before {
    content: "\f02e";
}

.fa-print[b-iwme3al2ca]:before {
    content: "\f02f";
}

.fa-camera[b-iwme3al2ca]:before {
    content: "\f030";
}

.fa-font[b-iwme3al2ca]:before {
    content: "\f031";
}

.fa-bold[b-iwme3al2ca]:before {
    content: "\f032";
}

.fa-italic[b-iwme3al2ca]:before {
    content: "\f033";
}

.fa-text-height[b-iwme3al2ca]:before {
    content: "\f034";
}

.fa-text-width[b-iwme3al2ca]:before {
    content: "\f035";
}

.fa-align-left[b-iwme3al2ca]:before {
    content: "\f036";
}

.fa-align-center[b-iwme3al2ca]:before {
    content: "\f037";
}

.fa-align-right[b-iwme3al2ca]:before {
    content: "\f038";
}

.fa-align-justify[b-iwme3al2ca]:before {
    content: "\f039";
}

.fa-list[b-iwme3al2ca]:before {
    content: "\f03a";
}

.fa-dedent[b-iwme3al2ca]:before,
.fa-outdent[b-iwme3al2ca]:before {
    content: "\f03b";
}

.fa-indent[b-iwme3al2ca]:before {
    content: "\f03c";
}

.fa-video-camera[b-iwme3al2ca]:before {
    content: "\f03d";
}

.fa-photo[b-iwme3al2ca]:before,
.fa-image[b-iwme3al2ca]:before,
.fa-picture-o[b-iwme3al2ca]:before {
    content: "\f03e";
}

.fa-pencil[b-iwme3al2ca]:before {
    content: "\f040";
}

.fa-map-marker[b-iwme3al2ca]:before {
    content: "\f041";
}

.fa-adjust[b-iwme3al2ca]:before {
    content: "\f042";
}

.fa-tint[b-iwme3al2ca]:before {
    content: "\f043";
}

.fa-edit[b-iwme3al2ca]:before,
.fa-pencil-square-o[b-iwme3al2ca]:before {
    content: "\f044";
}

.fa-share-square-o[b-iwme3al2ca]:before {
    content: "\f045";
}

.fa-check-square-o[b-iwme3al2ca]:before {
    content: "\f046";
}

.fa-arrows[b-iwme3al2ca]:before {
    content: "\f047";
}

.fa-step-backward[b-iwme3al2ca]:before {
    content: "\f048";
}

.fa-fast-backward[b-iwme3al2ca]:before {
    content: "\f049";
}

.fa-backward[b-iwme3al2ca]:before {
    content: "\f04a";
}

.fa-play[b-iwme3al2ca]:before {
    content: "\f04b";
}

.fa-pause[b-iwme3al2ca]:before {
    content: "\f04c";
}

.fa-stop[b-iwme3al2ca]:before {
    content: "\f04d";
}

.fa-forward[b-iwme3al2ca]:before {
    content: "\f04e";
}

.fa-fast-forward[b-iwme3al2ca]:before {
    content: "\f050";
}

.fa-step-forward[b-iwme3al2ca]:before {
    content: "\f051";
}

.fa-eject[b-iwme3al2ca]:before {
    content: "\f052";
}

.fa-chevron-left[b-iwme3al2ca]:before {
    content: "\f053";
}

.fa-chevron-right[b-iwme3al2ca]:before {
    content: "\f054";
}

.fa-plus-circle[b-iwme3al2ca]:before {
    content: "\f055";
}

.fa-minus-circle[b-iwme3al2ca]:before {
    content: "\f056";
}

.fa-times-circle[b-iwme3al2ca]:before {
    content: "\f057";
}

.fa-check-circle[b-iwme3al2ca]:before {
    content: "\f058";
}

.fa-question-circle[b-iwme3al2ca]:before {
    content: "\f059";
}

.fa-info-circle[b-iwme3al2ca]:before {
    content: "\f05a";
}

.fa-crosshairs[b-iwme3al2ca]:before {
    content: "\f05b";
}

.fa-times-circle-o[b-iwme3al2ca]:before {
    content: "\f05c";
}

.fa-check-circle-o[b-iwme3al2ca]:before {
    content: "\f05d";
}

.fa-ban[b-iwme3al2ca]:before {
    content: "\f05e";
}

.fa-arrow-left[b-iwme3al2ca]:before {
    content: "\f060";
}

.fa-arrow-right[b-iwme3al2ca]:before {
    content: "\f061";
}

.fa-arrow-up[b-iwme3al2ca]:before {
    content: "\f062";
}

.fa-arrow-down[b-iwme3al2ca]:before {
    content: "\f063";
}

.fa-mail-forward[b-iwme3al2ca]:before,
.fa-share[b-iwme3al2ca]:before {
    content: "\f064";
}

.fa-expand[b-iwme3al2ca]:before {
    content: "\f065";
}

.fa-compress[b-iwme3al2ca]:before {
    content: "\f066";
}

.fa-plus[b-iwme3al2ca]:before {
    content: "\f067";
}

.fa-minus[b-iwme3al2ca]:before {
    content: "\f068";
}

.fa-asterisk[b-iwme3al2ca]:before {
    content: "\f069";
}

.fa-exclamation-circle[b-iwme3al2ca]:before {
    content: "\f06a";
}

.fa-gift[b-iwme3al2ca]:before {
    content: "\f06b";
}

.fa-leaf[b-iwme3al2ca]:before {
    content: "\f06c";
}

.fa-fire[b-iwme3al2ca]:before {
    content: "\f06d";
}

.fa-eye[b-iwme3al2ca]:before {
    content: "\f06e";
}

.fa-eye-slash[b-iwme3al2ca]:before {
    content: "\f070";
}

.fa-warning[b-iwme3al2ca]:before,
.fa-exclamation-triangle[b-iwme3al2ca]:before {
    content: "\f071";
}

.fa-plane[b-iwme3al2ca]:before {
    content: "\f072";
}

.fa-calendar[b-iwme3al2ca]:before {
    content: "\f073";
}

.fa-random[b-iwme3al2ca]:before {
    content: "\f074";
}

.fa-comment[b-iwme3al2ca]:before {
    content: "\f075";
}

.fa-magnet[b-iwme3al2ca]:before {
    content: "\f076";
}

.fa-chevron-up[b-iwme3al2ca]:before {
    content: "\f077";
}

.fa-chevron-down[b-iwme3al2ca]:before {
    content: "\f078";
}

.fa-retweet[b-iwme3al2ca]:before {
    content: "\f079";
}

.fa-shopping-cart[b-iwme3al2ca]:before {
    content: "\f07a";
}

.fa-folder[b-iwme3al2ca]:before {
    content: "\f07b";
}

.fa-folder-open[b-iwme3al2ca]:before {
    content: "\f07c";
}

.fa-arrows-v[b-iwme3al2ca]:before {
    content: "\f07d";
}

.fa-arrows-h[b-iwme3al2ca]:before {
    content: "\f07e";
}

.fa-bar-chart-o[b-iwme3al2ca]:before,
.fa-bar-chart[b-iwme3al2ca]:before {
    content: "\f080";
}

.fa-twitter-square[b-iwme3al2ca]:before {
    content: "\f081";
}

.fa-facebook-square[b-iwme3al2ca]:before {
    content: "\f082";
}

.fa-camera-retro[b-iwme3al2ca]:before {
    content: "\f083";
}

.fa-key[b-iwme3al2ca]:before {
    content: "\f084";
}

.fa-gears[b-iwme3al2ca]:before,
.fa-cogs[b-iwme3al2ca]:before {
    content: "\f085";
}

.fa-comments[b-iwme3al2ca]:before {
    content: "\f086";
}

.fa-thumbs-o-up[b-iwme3al2ca]:before {
    content: "\f087";
}

.fa-thumbs-o-down[b-iwme3al2ca]:before {
    content: "\f088";
}

.fa-star-half[b-iwme3al2ca]:before {
    content: "\f089";
}

.fa-heart-o[b-iwme3al2ca]:before {
    content: "\f08a";
}

.fa-sign-out[b-iwme3al2ca]:before {
    content: "\f08b";
}

.fa-linkedin-square[b-iwme3al2ca]:before {
    content: "\f08c";
}

.fa-thumb-tack[b-iwme3al2ca]:before {
    content: "\f08d";
}

.fa-external-link[b-iwme3al2ca]:before {
    content: "\f08e";
}

.fa-sign-in[b-iwme3al2ca]:before {
    content: "\f090";
}

.fa-trophy[b-iwme3al2ca]:before {
    content: "\f091";
}

.fa-github-square[b-iwme3al2ca]:before {
    content: "\f092";
}

.fa-upload[b-iwme3al2ca]:before {
    content: "\f093";
}

.fa-lemon-o[b-iwme3al2ca]:before {
    content: "\f094";
}

.fa-phone[b-iwme3al2ca]:before {
    content: "\f095";
}

.fa-square-o[b-iwme3al2ca]:before {
    content: "\f096";
}

.fa-bookmark-o[b-iwme3al2ca]:before {
    content: "\f097";
}

.fa-phone-square[b-iwme3al2ca]:before {
    content: "\f098";
}

.fa-twitter[b-iwme3al2ca]:before {
    content: "\f099";
}

.fa-facebook-f[b-iwme3al2ca]:before,
.fa-facebook[b-iwme3al2ca]:before {
    content: "\f09a";
}

.fa-github[b-iwme3al2ca]:before {
    content: "\f09b";
}

.fa-unlock[b-iwme3al2ca]:before {
    content: "\f09c";
}

.fa-credit-card[b-iwme3al2ca]:before {
    content: "\f09d";
}

.fa-feed[b-iwme3al2ca]:before,
.fa-rss[b-iwme3al2ca]:before {
    content: "\f09e";
}

.fa-hdd-o[b-iwme3al2ca]:before {
    content: "\f0a0";
}

.fa-bullhorn[b-iwme3al2ca]:before {
    content: "\f0a1";
}

.fa-bell[b-iwme3al2ca]:before {
    content: "\f0f3";
}

.fa-certificate[b-iwme3al2ca]:before {
    content: "\f0a3";
}

.fa-hand-o-right[b-iwme3al2ca]:before {
    content: "\f0a4";
}

.fa-hand-o-left[b-iwme3al2ca]:before {
    content: "\f0a5";
}

.fa-hand-o-up[b-iwme3al2ca]:before {
    content: "\f0a6";
}

.fa-hand-o-down[b-iwme3al2ca]:before {
    content: "\f0a7";
}

.fa-arrow-circle-left[b-iwme3al2ca]:before {
    content: "\f0a8";
}

.fa-arrow-circle-right[b-iwme3al2ca]:before {
    content: "\f0a9";
}

.fa-arrow-circle-up[b-iwme3al2ca]:before {
    content: "\f0aa";
}

.fa-arrow-circle-down[b-iwme3al2ca]:before {
    content: "\f0ab";
}

.fa-globe[b-iwme3al2ca]:before {
    content: "\f0ac";
}

.fa-wrench[b-iwme3al2ca]:before {
    content: "\f0ad";
}

.fa-tasks[b-iwme3al2ca]:before {
    content: "\f0ae";
}

.fa-filter[b-iwme3al2ca]:before {
    content: "\f0b0";
}

.fa-briefcase[b-iwme3al2ca]:before {
    content: "\f0b1";
}

.fa-arrows-alt[b-iwme3al2ca]:before {
    content: "\f0b2";
}

.fa-group[b-iwme3al2ca]:before,
.fa-users[b-iwme3al2ca]:before {
    content: "\f0c0";
}

.fa-chain[b-iwme3al2ca]:before,
.fa-link[b-iwme3al2ca]:before {
    content: "\f0c1";
}

.fa-cloud[b-iwme3al2ca]:before {
    content: "\f0c2";
}

.fa-flask[b-iwme3al2ca]:before {
    content: "\f0c3";
}

.fa-cut[b-iwme3al2ca]:before,
.fa-scissors[b-iwme3al2ca]:before {
    content: "\f0c4";
}

.fa-copy[b-iwme3al2ca]:before,
.fa-files-o[b-iwme3al2ca]:before {
    content: "\f0c5";
}

.fa-paperclip[b-iwme3al2ca]:before {
    content: "\f0c6";
}

.fa-save[b-iwme3al2ca]:before,
.fa-floppy-o[b-iwme3al2ca]:before {
    content: "\f0c7";
}

.fa-square[b-iwme3al2ca]:before {
    content: "\f0c8";
}

.fa-navicon[b-iwme3al2ca]:before,
.fa-reorder[b-iwme3al2ca]:before,
.fa-bars[b-iwme3al2ca]:before {
    content: "\f0c9";
}

.fa-list-ul[b-iwme3al2ca]:before {
    content: "\f0ca";
}

.fa-list-ol[b-iwme3al2ca]:before {
    content: "\f0cb";
}

.fa-strikethrough[b-iwme3al2ca]:before {
    content: "\f0cc";
}

.fa-underline[b-iwme3al2ca]:before {
    content: "\f0cd";
}

.fa-table[b-iwme3al2ca]:before {
    content: "\f0ce";
}

.fa-magic[b-iwme3al2ca]:before {
    content: "\f0d0";
}

.fa-truck[b-iwme3al2ca]:before {
    content: "\f0d1";
}

.fa-pinterest[b-iwme3al2ca]:before {
    content: "\f0d2";
}

.fa-pinterest-square[b-iwme3al2ca]:before {
    content: "\f0d3";
}

.fa-google-plus-square[b-iwme3al2ca]:before {
    content: "\f0d4";
}

.fa-google-plus[b-iwme3al2ca]:before {
    content: "\f0d5";
}

.fa-money[b-iwme3al2ca]:before {
    content: "\f0d6";
}

.fa-caret-down[b-iwme3al2ca]:before {
    content: "\f0d7";
}

.fa-caret-up[b-iwme3al2ca]:before {
    content: "\f0d8";
}

.fa-caret-left[b-iwme3al2ca]:before {
    content: "\f0d9";
}

.fa-caret-right[b-iwme3al2ca]:before {
    content: "\f0da";
}

.fa-columns[b-iwme3al2ca]:before {
    content: "\f0db";
}

.fa-unsorted[b-iwme3al2ca]:before,
.fa-sort[b-iwme3al2ca]:before {
    content: "\f0dc";
}

.fa-sort-down[b-iwme3al2ca]:before,
.fa-sort-desc[b-iwme3al2ca]:before {
    content: "\f0dd";
}

.fa-sort-up[b-iwme3al2ca]:before,
.fa-sort-asc[b-iwme3al2ca]:before {
    content: "\f0de";
}

.fa-envelope[b-iwme3al2ca]:before {
    content: "\f0e0";
}

.fa-linkedin[b-iwme3al2ca]:before {
    content: "\f0e1";
}

.fa-rotate-left[b-iwme3al2ca]:before,
.fa-undo[b-iwme3al2ca]:before {
    content: "\f0e2";
}

.fa-legal[b-iwme3al2ca]:before,
.fa-gavel[b-iwme3al2ca]:before {
    content: "\f0e3";
}

.fa-dashboard[b-iwme3al2ca]:before,
.fa-tachometer[b-iwme3al2ca]:before {
    content: "\f0e4";
}

.fa-comment-o[b-iwme3al2ca]:before {
    content: "\f0e5";
}

.fa-comments-o[b-iwme3al2ca]:before {
    content: "\f0e6";
}

.fa-flash[b-iwme3al2ca]:before,
.fa-bolt[b-iwme3al2ca]:before {
    content: "\f0e7";
}

.fa-sitemap[b-iwme3al2ca]:before {
    content: "\f0e8";
}

.fa-umbrella[b-iwme3al2ca]:before {
    content: "\f0e9";
}

.fa-paste[b-iwme3al2ca]:before,
.fa-clipboard[b-iwme3al2ca]:before {
    content: "\f0ea";
}

.fa-lightbulb-o[b-iwme3al2ca]:before {
    content: "\f0eb";
}

.fa-exchange[b-iwme3al2ca]:before {
    content: "\f0ec";
}

.fa-cloud-download[b-iwme3al2ca]:before {
    content: "\f0ed";
}

.fa-cloud-upload[b-iwme3al2ca]:before {
    content: "\f0ee";
}

.fa-user-md[b-iwme3al2ca]:before {
    content: "\f0f0";
}

.fa-stethoscope[b-iwme3al2ca]:before {
    content: "\f0f1";
}

.fa-suitcase[b-iwme3al2ca]:before {
    content: "\f0f2";
}

.fa-bell-o[b-iwme3al2ca]:before {
    content: "\f0a2";
}

.fa-coffee[b-iwme3al2ca]:before {
    content: "\f0f4";
}

.fa-cutlery[b-iwme3al2ca]:before {
    content: "\f0f5";
}

.fa-file-text-o[b-iwme3al2ca]:before {
    content: "\f0f6";
}

.fa-building-o[b-iwme3al2ca]:before {
    content: "\f0f7";
}

.fa-hospital-o[b-iwme3al2ca]:before {
    content: "\f0f8";
}

.fa-ambulance[b-iwme3al2ca]:before {
    content: "\f0f9";
}

.fa-medkit[b-iwme3al2ca]:before {
    content: "\f0fa";
}

.fa-fighter-jet[b-iwme3al2ca]:before {
    content: "\f0fb";
}

.fa-beer[b-iwme3al2ca]:before {
    content: "\f0fc";
}

.fa-h-square[b-iwme3al2ca]:before {
    content: "\f0fd";
}

.fa-plus-square[b-iwme3al2ca]:before {
    content: "\f0fe";
}

.fa-angle-double-left[b-iwme3al2ca]:before {
    content: "\f100";
}

.fa-angle-double-right[b-iwme3al2ca]:before {
    content: "\f101";
}

.fa-angle-double-up[b-iwme3al2ca]:before {
    content: "\f102";
}

.fa-angle-double-down[b-iwme3al2ca]:before {
    content: "\f103";
}

.fa-angle-left[b-iwme3al2ca]:before {
    content: "\f104";
}

.fa-angle-right[b-iwme3al2ca]:before {
    content: "\f105";
}

.fa-angle-up[b-iwme3al2ca]:before {
    content: "\f106";
}

.fa-angle-down[b-iwme3al2ca]:before {
    content: "\f107";
}

.fa-desktop[b-iwme3al2ca]:before {
    content: "\f108";
}

.fa-laptop[b-iwme3al2ca]:before {
    content: "\f109";
}

.fa-tablet[b-iwme3al2ca]:before {
    content: "\f10a";
}

.fa-mobile-phone[b-iwme3al2ca]:before,
.fa-mobile[b-iwme3al2ca]:before {
    content: "\f10b";
}

.fa-circle-o[b-iwme3al2ca]:before {
    content: "\f10c";
}

.fa-quote-left[b-iwme3al2ca]:before {
    content: "\f10d";
}

.fa-quote-right[b-iwme3al2ca]:before {
    content: "\f10e";
}

.fa-spinner[b-iwme3al2ca]:before {
    content: "\f110";
}

.fa-circle[b-iwme3al2ca]:before {
    content: "\f111";
}

.fa-mail-reply[b-iwme3al2ca]:before,
.fa-reply[b-iwme3al2ca]:before {
    content: "\f112";
}

.fa-github-alt[b-iwme3al2ca]:before {
    content: "\f113";
}

.fa-folder-o[b-iwme3al2ca]:before {
    content: "\f114";
}

.fa-folder-open-o[b-iwme3al2ca]:before {
    content: "\f115";
}

.fa-smile-o[b-iwme3al2ca]:before {
    content: "\f118";
}

.fa-frown-o[b-iwme3al2ca]:before {
    content: "\f119";
}

.fa-meh-o[b-iwme3al2ca]:before {
    content: "\f11a";
}

.fa-gamepad[b-iwme3al2ca]:before {
    content: "\f11b";
}

.fa-keyboard-o[b-iwme3al2ca]:before {
    content: "\f11c";
}

.fa-flag-o[b-iwme3al2ca]:before {
    content: "\f11d";
}

.fa-flag-checkered[b-iwme3al2ca]:before {
    content: "\f11e";
}

.fa-terminal[b-iwme3al2ca]:before {
    content: "\f120";
}

.fa-code[b-iwme3al2ca]:before {
    content: "\f121";
}

.fa-mail-reply-all[b-iwme3al2ca]:before,
.fa-reply-all[b-iwme3al2ca]:before {
    content: "\f122";
}

.fa-star-half-empty[b-iwme3al2ca]:before,
.fa-star-half-full[b-iwme3al2ca]:before,
.fa-star-half-o[b-iwme3al2ca]:before {
    content: "\f123";
}

.fa-location-arrow[b-iwme3al2ca]:before {
    content: "\f124";
}

.fa-crop[b-iwme3al2ca]:before {
    content: "\f125";
}

.fa-code-fork[b-iwme3al2ca]:before {
    content: "\f126";
}

.fa-unlink[b-iwme3al2ca]:before,
.fa-chain-broken[b-iwme3al2ca]:before {
    content: "\f127";
}

.fa-question[b-iwme3al2ca]:before {
    content: "\f128";
}

.fa-info[b-iwme3al2ca]:before {
    content: "\f129";
}

.fa-exclamation[b-iwme3al2ca]:before {
    content: "\f12a";
}

.fa-superscript[b-iwme3al2ca]:before {
    content: "\f12b";
}

.fa-subscript[b-iwme3al2ca]:before {
    content: "\f12c";
}

.fa-eraser[b-iwme3al2ca]:before {
    content: "\f12d";
}

.fa-puzzle-piece[b-iwme3al2ca]:before {
    content: "\f12e";
}

.fa-microphone[b-iwme3al2ca]:before {
    content: "\f130";
}

.fa-microphone-slash[b-iwme3al2ca]:before {
    content: "\f131";
}

.fa-shield[b-iwme3al2ca]:before {
    content: "\f132";
}

.fa-calendar-o[b-iwme3al2ca]:before {
    content: "\f133";
}

.fa-fire-extinguisher[b-iwme3al2ca]:before {
    content: "\f134";
}

.fa-rocket[b-iwme3al2ca]:before {
    content: "\f135";
}

.fa-maxcdn[b-iwme3al2ca]:before {
    content: "\f136";
}

.fa-chevron-circle-left[b-iwme3al2ca]:before {
    content: "\f137";
}

.fa-chevron-circle-right[b-iwme3al2ca]:before {
    content: "\f138";
}

.fa-chevron-circle-up[b-iwme3al2ca]:before {
    content: "\f139";
}

.fa-chevron-circle-down[b-iwme3al2ca]:before {
    content: "\f13a";
}

.fa-html5[b-iwme3al2ca]:before {
    content: "\f13b";
}

.fa-css3[b-iwme3al2ca]:before {
    content: "\f13c";
}

.fa-anchor[b-iwme3al2ca]:before {
    content: "\f13d";
}

.fa-unlock-alt[b-iwme3al2ca]:before {
    content: "\f13e";
}

.fa-bullseye[b-iwme3al2ca]:before {
    content: "\f140";
}

.fa-ellipsis-h[b-iwme3al2ca]:before {
    content: "\f141";
}

.fa-ellipsis-v[b-iwme3al2ca]:before {
    content: "\f142";
}

.fa-rss-square[b-iwme3al2ca]:before {
    content: "\f143";
}

.fa-play-circle[b-iwme3al2ca]:before {
    content: "\f144";
}

.fa-ticket[b-iwme3al2ca]:before {
    content: "\f145";
}

.fa-minus-square[b-iwme3al2ca]:before {
    content: "\f146";
}

.fa-minus-square-o[b-iwme3al2ca]:before {
    content: "\f147";
}

.fa-level-up[b-iwme3al2ca]:before {
    content: "\f148";
}

.fa-level-down[b-iwme3al2ca]:before {
    content: "\f149";
}

.fa-check-square[b-iwme3al2ca]:before {
    content: "\f14a";
}

.fa-pencil-square[b-iwme3al2ca]:before {
    content: "\f14b";
}

.fa-external-link-square[b-iwme3al2ca]:before {
    content: "\f14c";
}

.fa-share-square[b-iwme3al2ca]:before {
    content: "\f14d";
}

.fa-compass[b-iwme3al2ca]:before {
    content: "\f14e";
}

.fa-toggle-down[b-iwme3al2ca]:before,
.fa-caret-square-o-down[b-iwme3al2ca]:before {
    content: "\f150";
}

.fa-toggle-up[b-iwme3al2ca]:before,
.fa-caret-square-o-up[b-iwme3al2ca]:before {
    content: "\f151";
}

.fa-toggle-right[b-iwme3al2ca]:before,
.fa-caret-square-o-right[b-iwme3al2ca]:before {
    content: "\f152";
}

.fa-euro[b-iwme3al2ca]:before,
.fa-eur[b-iwme3al2ca]:before {
    content: "\f153";
}

.fa-gbp[b-iwme3al2ca]:before {
    content: "\f154";
}

.fa-dollar[b-iwme3al2ca]:before,
.fa-usd[b-iwme3al2ca]:before {
    content: "\f155";
}

.fa-rupee[b-iwme3al2ca]:before,
.fa-inr[b-iwme3al2ca]:before {
    content: "\f156";
}

.fa-cny[b-iwme3al2ca]:before,
.fa-rmb[b-iwme3al2ca]:before,
.fa-yen[b-iwme3al2ca]:before,
.fa-jpy[b-iwme3al2ca]:before {
    content: "\f157";
}

.fa-ruble[b-iwme3al2ca]:before,
.fa-rouble[b-iwme3al2ca]:before,
.fa-rub[b-iwme3al2ca]:before {
    content: "\f158";
}

.fa-won[b-iwme3al2ca]:before,
.fa-krw[b-iwme3al2ca]:before {
    content: "\f159";
}

.fa-bitcoin[b-iwme3al2ca]:before,
.fa-btc[b-iwme3al2ca]:before {
    content: "\f15a";
}

.fa-file[b-iwme3al2ca]:before {
    content: "\f15b";
}

.fa-file-text[b-iwme3al2ca]:before {
    content: "\f15c";
}

.fa-sort-alpha-asc[b-iwme3al2ca]:before {
    content: "\f15d";
}

.fa-sort-alpha-desc[b-iwme3al2ca]:before {
    content: "\f15e";
}

.fa-sort-amount-asc[b-iwme3al2ca]:before {
    content: "\f160";
}

.fa-sort-amount-desc[b-iwme3al2ca]:before {
    content: "\f161";
}

.fa-sort-numeric-asc[b-iwme3al2ca]:before {
    content: "\f162";
}

.fa-sort-numeric-desc[b-iwme3al2ca]:before {
    content: "\f163";
}

.fa-thumbs-up[b-iwme3al2ca]:before {
    content: "\f164";
}

.fa-thumbs-down[b-iwme3al2ca]:before {
    content: "\f165";
}

.fa-youtube-square[b-iwme3al2ca]:before {
    content: "\f166";
}

.fa-youtube[b-iwme3al2ca]:before {
    content: "\f167";
}

.fa-xing[b-iwme3al2ca]:before {
    content: "\f168";
}

.fa-xing-square[b-iwme3al2ca]:before {
    content: "\f169";
}

.fa-youtube-play[b-iwme3al2ca]:before {
    content: "\f16a";
}

.fa-dropbox[b-iwme3al2ca]:before {
    content: "\f16b";
}

.fa-stack-overflow[b-iwme3al2ca]:before {
    content: "\f16c";
}

.fa-instagram[b-iwme3al2ca]:before {
    content: "\f16d";
}

.fa-flickr[b-iwme3al2ca]:before {
    content: "\f16e";
}

.fa-adn[b-iwme3al2ca]:before {
    content: "\f170";
}

.fa-bitbucket[b-iwme3al2ca]:before {
    content: "\f171";
}

.fa-bitbucket-square[b-iwme3al2ca]:before {
    content: "\f172";
}

.fa-tumblr[b-iwme3al2ca]:before {
    content: "\f173";
}

.fa-tumblr-square[b-iwme3al2ca]:before {
    content: "\f174";
}

.fa-long-arrow-down[b-iwme3al2ca]:before {
    content: "\f175";
}

.fa-long-arrow-up[b-iwme3al2ca]:before {
    content: "\f176";
}

.fa-long-arrow-left[b-iwme3al2ca]:before {
    content: "\f177";
}

.fa-long-arrow-right[b-iwme3al2ca]:before {
    content: "\f178";
}

.fa-apple[b-iwme3al2ca]:before {
    content: "\f179";
}

.fa-windows[b-iwme3al2ca]:before {
    content: "\f17a";
}

.fa-android[b-iwme3al2ca]:before {
    content: "\f17b";
}

.fa-linux[b-iwme3al2ca]:before {
    content: "\f17c";
}

.fa-dribbble[b-iwme3al2ca]:before {
    content: "\f17d";
}

.fa-skype[b-iwme3al2ca]:before {
    content: "\f17e";
}

.fa-foursquare[b-iwme3al2ca]:before {
    content: "\f180";
}

.fa-trello[b-iwme3al2ca]:before {
    content: "\f181";
}

.fa-female[b-iwme3al2ca]:before {
    content: "\f182";
}

.fa-male[b-iwme3al2ca]:before {
    content: "\f183";
}

.fa-gittip[b-iwme3al2ca]:before,
.fa-gratipay[b-iwme3al2ca]:before {
    content: "\f184";
}

.fa-sun-o[b-iwme3al2ca]:before {
    content: "\f185";
}

.fa-moon-o[b-iwme3al2ca]:before {
    content: "\f186";
}

.fa-archive[b-iwme3al2ca]:before {
    content: "\f187";
}

.fa-bug[b-iwme3al2ca]:before {
    content: "\f188";
}

.fa-vk[b-iwme3al2ca]:before {
    content: "\f189";
}

.fa-weibo[b-iwme3al2ca]:before {
    content: "\f18a";
}

.fa-renren[b-iwme3al2ca]:before {
    content: "\f18b";
}

.fa-pagelines[b-iwme3al2ca]:before {
    content: "\f18c";
}

.fa-stack-exchange[b-iwme3al2ca]:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right[b-iwme3al2ca]:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left[b-iwme3al2ca]:before {
    content: "\f190";
}

.fa-toggle-left[b-iwme3al2ca]:before,
.fa-caret-square-o-left[b-iwme3al2ca]:before {
    content: "\f191";
}

.fa-dot-circle-o[b-iwme3al2ca]:before {
    content: "\f192";
}

.fa-wheelchair[b-iwme3al2ca]:before {
    content: "\f193";
}

.fa-vimeo-square[b-iwme3al2ca]:before {
    content: "\f194";
}

.fa-turkish-lira[b-iwme3al2ca]:before,
.fa-try[b-iwme3al2ca]:before {
    content: "\f195";
}

.fa-plus-square-o[b-iwme3al2ca]:before {
    content: "\f196";
}

.fa-space-shuttle[b-iwme3al2ca]:before {
    content: "\f197";
}

.fa-slack[b-iwme3al2ca]:before {
    content: "\f198";
}

.fa-envelope-square[b-iwme3al2ca]:before {
    content: "\f199";
}

.fa-wordpress[b-iwme3al2ca]:before {
    content: "\f19a";
}

.fa-openid[b-iwme3al2ca]:before {
    content: "\f19b";
}

.fa-institution[b-iwme3al2ca]:before,
.fa-bank[b-iwme3al2ca]:before,
.fa-university[b-iwme3al2ca]:before {
    content: "\f19c";
}

.fa-mortar-board[b-iwme3al2ca]:before,
.fa-graduation-cap[b-iwme3al2ca]:before {
    content: "\f19d";
}

.fa-yahoo[b-iwme3al2ca]:before {
    content: "\f19e";
}

.fa-google[b-iwme3al2ca]:before {
    content: "\f1a0";
}

.fa-reddit[b-iwme3al2ca]:before {
    content: "\f1a1";
}

.fa-reddit-square[b-iwme3al2ca]:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle[b-iwme3al2ca]:before {
    content: "\f1a3";
}

.fa-stumbleupon[b-iwme3al2ca]:before {
    content: "\f1a4";
}

.fa-delicious[b-iwme3al2ca]:before {
    content: "\f1a5";
}

.fa-digg[b-iwme3al2ca]:before {
    content: "\f1a6";
}

.fa-pied-piper-pp[b-iwme3al2ca]:before {
    content: "\f1a7";
}

.fa-pied-piper-alt[b-iwme3al2ca]:before {
    content: "\f1a8";
}

.fa-drupal[b-iwme3al2ca]:before {
    content: "\f1a9";
}

.fa-joomla[b-iwme3al2ca]:before {
    content: "\f1aa";
}

.fa-language[b-iwme3al2ca]:before {
    content: "\f1ab";
}

.fa-fax[b-iwme3al2ca]:before {
    content: "\f1ac";
}

.fa-building[b-iwme3al2ca]:before {
    content: "\f1ad";
}

.fa-child[b-iwme3al2ca]:before {
    content: "\f1ae";
}

.fa-paw[b-iwme3al2ca]:before {
    content: "\f1b0";
}

.fa-spoon[b-iwme3al2ca]:before {
    content: "\f1b1";
}

.fa-cube[b-iwme3al2ca]:before {
    content: "\f1b2";
}

.fa-cubes[b-iwme3al2ca]:before {
    content: "\f1b3";
}

.fa-behance[b-iwme3al2ca]:before {
    content: "\f1b4";
}

.fa-behance-square[b-iwme3al2ca]:before {
    content: "\f1b5";
}

.fa-steam[b-iwme3al2ca]:before {
    content: "\f1b6";
}

.fa-steam-square[b-iwme3al2ca]:before {
    content: "\f1b7";
}

.fa-recycle[b-iwme3al2ca]:before {
    content: "\f1b8";
}

.fa-automobile[b-iwme3al2ca]:before,
.fa-car[b-iwme3al2ca]:before {
    content: "\f1b9";
}

.fa-cab[b-iwme3al2ca]:before,
.fa-taxi[b-iwme3al2ca]:before {
    content: "\f1ba";
}

.fa-tree[b-iwme3al2ca]:before {
    content: "\f1bb";
}

.fa-spotify[b-iwme3al2ca]:before {
    content: "\f1bc";
}

.fa-deviantart[b-iwme3al2ca]:before {
    content: "\f1bd";
}

.fa-soundcloud[b-iwme3al2ca]:before {
    content: "\f1be";
}

.fa-database[b-iwme3al2ca]:before {
    content: "\f1c0";
}

.fa-file-pdf-o[b-iwme3al2ca]:before {
    content: "\f1c1";
}

.fa-file-word-o[b-iwme3al2ca]:before {
    content: "\f1c2";
}

.fa-file-excel-o[b-iwme3al2ca]:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o[b-iwme3al2ca]:before {
    content: "\f1c4";
}

.fa-file-photo-o[b-iwme3al2ca]:before,
.fa-file-picture-o[b-iwme3al2ca]:before,
.fa-file-image-o[b-iwme3al2ca]:before {
    content: "\f1c5";
}

.fa-file-zip-o[b-iwme3al2ca]:before,
.fa-file-archive-o[b-iwme3al2ca]:before {
    content: "\f1c6";
}

.fa-file-sound-o[b-iwme3al2ca]:before,
.fa-file-audio-o[b-iwme3al2ca]:before {
    content: "\f1c7";
}

.fa-file-movie-o[b-iwme3al2ca]:before,
.fa-file-video-o[b-iwme3al2ca]:before {
    content: "\f1c8";
}

.fa-file-code-o[b-iwme3al2ca]:before {
    content: "\f1c9";
}

.fa-vine[b-iwme3al2ca]:before {
    content: "\f1ca";
}

.fa-codepen[b-iwme3al2ca]:before {
    content: "\f1cb";
}

.fa-jsfiddle[b-iwme3al2ca]:before {
    content: "\f1cc";
}

.fa-life-bouy[b-iwme3al2ca]:before,
.fa-life-buoy[b-iwme3al2ca]:before,
.fa-life-saver[b-iwme3al2ca]:before,
.fa-support[b-iwme3al2ca]:before,
.fa-life-ring[b-iwme3al2ca]:before {
    content: "\f1cd";
}

.fa-circle-o-notch[b-iwme3al2ca]:before {
    content: "\f1ce";
}

.fa-ra[b-iwme3al2ca]:before,
.fa-resistance[b-iwme3al2ca]:before,
.fa-rebel[b-iwme3al2ca]:before {
    content: "\f1d0";
}

.fa-ge[b-iwme3al2ca]:before,
.fa-empire[b-iwme3al2ca]:before {
    content: "\f1d1";
}

.fa-git-square[b-iwme3al2ca]:before {
    content: "\f1d2";
}

.fa-git[b-iwme3al2ca]:before {
    content: "\f1d3";
}

.fa-y-combinator-square[b-iwme3al2ca]:before,
.fa-yc-square[b-iwme3al2ca]:before,
.fa-hacker-news[b-iwme3al2ca]:before {
    content: "\f1d4";
}

.fa-tencent-weibo[b-iwme3al2ca]:before {
    content: "\f1d5";
}

.fa-qq[b-iwme3al2ca]:before {
    content: "\f1d6";
}

.fa-wechat[b-iwme3al2ca]:before,
.fa-weixin[b-iwme3al2ca]:before {
    content: "\f1d7";
}

.fa-send[b-iwme3al2ca]:before,
.fa-paper-plane[b-iwme3al2ca]:before {
    content: "\f1d8";
}

.fa-send-o[b-iwme3al2ca]:before,
.fa-paper-plane-o[b-iwme3al2ca]:before {
    content: "\f1d9";
}

.fa-history[b-iwme3al2ca]:before {
    content: "\f1da";
}

.fa-circle-thin[b-iwme3al2ca]:before {
    content: "\f1db";
}

.fa-header[b-iwme3al2ca]:before {
    content: "\f1dc";
}

.fa-paragraph[b-iwme3al2ca]:before {
    content: "\f1dd";
}

.fa-sliders[b-iwme3al2ca]:before {
    content: "\f1de";
}

.fa-share-alt[b-iwme3al2ca]:before {
    content: "\f1e0";
}

.fa-share-alt-square[b-iwme3al2ca]:before {
    content: "\f1e1";
}

.fa-bomb[b-iwme3al2ca]:before {
    content: "\f1e2";
}

.fa-soccer-ball-o[b-iwme3al2ca]:before,
.fa-futbol-o[b-iwme3al2ca]:before {
    content: "\f1e3";
}

.fa-tty[b-iwme3al2ca]:before {
    content: "\f1e4";
}

.fa-binoculars[b-iwme3al2ca]:before {
    content: "\f1e5";
}

.fa-plug[b-iwme3al2ca]:before {
    content: "\f1e6";
}

.fa-slideshare[b-iwme3al2ca]:before {
    content: "\f1e7";
}

.fa-twitch[b-iwme3al2ca]:before {
    content: "\f1e8";
}

.fa-yelp[b-iwme3al2ca]:before {
    content: "\f1e9";
}

.fa-newspaper-o[b-iwme3al2ca]:before {
    content: "\f1ea";
}

.fa-wifi[b-iwme3al2ca]:before {
    content: "\f1eb";
}

.fa-calculator[b-iwme3al2ca]:before {
    content: "\f1ec";
}

.fa-paypal[b-iwme3al2ca]:before {
    content: "\f1ed";
}

.fa-google-wallet[b-iwme3al2ca]:before {
    content: "\f1ee";
}

.fa-cc-visa[b-iwme3al2ca]:before {
    content: "\f1f0";
}

.fa-cc-mastercard[b-iwme3al2ca]:before {
    content: "\f1f1";
}

.fa-cc-discover[b-iwme3al2ca]:before {
    content: "\f1f2";
}

.fa-cc-amex[b-iwme3al2ca]:before {
    content: "\f1f3";
}

.fa-cc-paypal[b-iwme3al2ca]:before {
    content: "\f1f4";
}

.fa-cc-stripe[b-iwme3al2ca]:before {
    content: "\f1f5";
}

.fa-bell-slash[b-iwme3al2ca]:before {
    content: "\f1f6";
}

.fa-bell-slash-o[b-iwme3al2ca]:before {
    content: "\f1f7";
}

.fa-trash[b-iwme3al2ca]:before {
    content: "\f1f8";
}

.fa-copyright[b-iwme3al2ca]:before {
    content: "\f1f9";
}

.fa-at[b-iwme3al2ca]:before {
    content: "\f1fa";
}

.fa-eyedropper[b-iwme3al2ca]:before {
    content: "\f1fb";
}

.fa-paint-brush[b-iwme3al2ca]:before {
    content: "\f1fc";
}

.fa-birthday-cake[b-iwme3al2ca]:before {
    content: "\f1fd";
}

.fa-area-chart[b-iwme3al2ca]:before {
    content: "\f1fe";
}

.fa-pie-chart[b-iwme3al2ca]:before {
    content: "\f200";
}

.fa-line-chart[b-iwme3al2ca]:before {
    content: "\f201";
}

.fa-lastfm[b-iwme3al2ca]:before {
    content: "\f202";
}

.fa-lastfm-square[b-iwme3al2ca]:before {
    content: "\f203";
}

.fa-toggle-off[b-iwme3al2ca]:before {
    content: "\f204";
}

.fa-toggle-on[b-iwme3al2ca]:before {
    content: "\f205";
}

.fa-bicycle[b-iwme3al2ca]:before {
    content: "\f206";
}

.fa-bus[b-iwme3al2ca]:before {
    content: "\f207";
}

.fa-ioxhost[b-iwme3al2ca]:before {
    content: "\f208";
}

.fa-angellist[b-iwme3al2ca]:before {
    content: "\f209";
}

.fa-cc[b-iwme3al2ca]:before {
    content: "\f20a";
}

.fa-shekel[b-iwme3al2ca]:before,
.fa-sheqel[b-iwme3al2ca]:before,
.fa-ils[b-iwme3al2ca]:before {
    content: "\f20b";
}

.fa-meanpath[b-iwme3al2ca]:before {
    content: "\f20c";
}

.fa-buysellads[b-iwme3al2ca]:before {
    content: "\f20d";
}

.fa-connectdevelop[b-iwme3al2ca]:before {
    content: "\f20e";
}

.fa-dashcube[b-iwme3al2ca]:before {
    content: "\f210";
}

.fa-forumbee[b-iwme3al2ca]:before {
    content: "\f211";
}

.fa-leanpub[b-iwme3al2ca]:before {
    content: "\f212";
}

.fa-sellsy[b-iwme3al2ca]:before {
    content: "\f213";
}

.fa-shirtsinbulk[b-iwme3al2ca]:before {
    content: "\f214";
}

.fa-simplybuilt[b-iwme3al2ca]:before {
    content: "\f215";
}

.fa-skyatlas[b-iwme3al2ca]:before {
    content: "\f216";
}

.fa-cart-plus[b-iwme3al2ca]:before {
    content: "\f217";
}

.fa-cart-arrow-down[b-iwme3al2ca]:before {
    content: "\f218";
}

.fa-diamond[b-iwme3al2ca]:before {
    content: "\f219";
}

.fa-ship[b-iwme3al2ca]:before {
    content: "\f21a";
}

.fa-user-secret[b-iwme3al2ca]:before {
    content: "\f21b";
}

.fa-motorcycle[b-iwme3al2ca]:before {
    content: "\f21c";
}

.fa-street-view[b-iwme3al2ca]:before {
    content: "\f21d";
}

.fa-heartbeat[b-iwme3al2ca]:before {
    content: "\f21e";
}

.fa-venus[b-iwme3al2ca]:before {
    content: "\f221";
}

.fa-mars[b-iwme3al2ca]:before {
    content: "\f222";
}

.fa-mercury[b-iwme3al2ca]:before {
    content: "\f223";
}

.fa-intersex[b-iwme3al2ca]:before,
.fa-transgender[b-iwme3al2ca]:before {
    content: "\f224";
}

.fa-transgender-alt[b-iwme3al2ca]:before {
    content: "\f225";
}

.fa-venus-double[b-iwme3al2ca]:before {
    content: "\f226";
}

.fa-mars-double[b-iwme3al2ca]:before {
    content: "\f227";
}

.fa-venus-mars[b-iwme3al2ca]:before {
    content: "\f228";
}

.fa-mars-stroke[b-iwme3al2ca]:before {
    content: "\f229";
}

.fa-mars-stroke-v[b-iwme3al2ca]:before {
    content: "\f22a";
}

.fa-mars-stroke-h[b-iwme3al2ca]:before {
    content: "\f22b";
}

.fa-neuter[b-iwme3al2ca]:before {
    content: "\f22c";
}

.fa-genderless[b-iwme3al2ca]:before {
    content: "\f22d";
}

.fa-facebook-official[b-iwme3al2ca]:before {
    content: "\f230";
}

.fa-pinterest-p[b-iwme3al2ca]:before {
    content: "\f231";
}

.fa-whatsapp[b-iwme3al2ca]:before {
    content: "\f232";
}

.fa-server[b-iwme3al2ca]:before {
    content: "\f233";
}

.fa-user-plus[b-iwme3al2ca]:before {
    content: "\f234";
}

.fa-user-times[b-iwme3al2ca]:before {
    content: "\f235";
}

.fa-hotel[b-iwme3al2ca]:before,
.fa-bed[b-iwme3al2ca]:before {
    content: "\f236";
}

.fa-viacoin[b-iwme3al2ca]:before {
    content: "\f237";
}

.fa-train[b-iwme3al2ca]:before {
    content: "\f238";
}

.fa-subway[b-iwme3al2ca]:before {
    content: "\f239";
}

.fa-medium[b-iwme3al2ca]:before {
    content: "\f23a";
}

.fa-yc[b-iwme3al2ca]:before,
.fa-y-combinator[b-iwme3al2ca]:before {
    content: "\f23b";
}

.fa-optin-monster[b-iwme3al2ca]:before {
    content: "\f23c";
}

.fa-opencart[b-iwme3al2ca]:before {
    content: "\f23d";
}

.fa-expeditedssl[b-iwme3al2ca]:before {
    content: "\f23e";
}

.fa-battery-4[b-iwme3al2ca]:before,
.fa-battery[b-iwme3al2ca]:before,
.fa-battery-full[b-iwme3al2ca]:before {
    content: "\f240";
}

.fa-battery-3[b-iwme3al2ca]:before,
.fa-battery-three-quarters[b-iwme3al2ca]:before {
    content: "\f241";
}

.fa-battery-2[b-iwme3al2ca]:before,
.fa-battery-half[b-iwme3al2ca]:before {
    content: "\f242";
}

.fa-battery-1[b-iwme3al2ca]:before,
.fa-battery-quarter[b-iwme3al2ca]:before {
    content: "\f243";
}

.fa-battery-0[b-iwme3al2ca]:before,
.fa-battery-empty[b-iwme3al2ca]:before {
    content: "\f244";
}

.fa-mouse-pointer[b-iwme3al2ca]:before {
    content: "\f245";
}

.fa-i-cursor[b-iwme3al2ca]:before {
    content: "\f246";
}

.fa-object-group[b-iwme3al2ca]:before {
    content: "\f247";
}

.fa-object-ungroup[b-iwme3al2ca]:before {
    content: "\f248";
}

.fa-sticky-note[b-iwme3al2ca]:before {
    content: "\f249";
}

.fa-sticky-note-o[b-iwme3al2ca]:before {
    content: "\f24a";
}

.fa-cc-jcb[b-iwme3al2ca]:before {
    content: "\f24b";
}

.fa-cc-diners-club[b-iwme3al2ca]:before {
    content: "\f24c";
}

.fa-clone[b-iwme3al2ca]:before {
    content: "\f24d";
}

.fa-balance-scale[b-iwme3al2ca]:before {
    content: "\f24e";
}

.fa-hourglass-o[b-iwme3al2ca]:before {
    content: "\f250";
}

.fa-hourglass-1[b-iwme3al2ca]:before,
.fa-hourglass-start[b-iwme3al2ca]:before {
    content: "\f251";
}

.fa-hourglass-2[b-iwme3al2ca]:before,
.fa-hourglass-half[b-iwme3al2ca]:before {
    content: "\f252";
}

.fa-hourglass-3[b-iwme3al2ca]:before,
.fa-hourglass-end[b-iwme3al2ca]:before {
    content: "\f253";
}

.fa-hourglass[b-iwme3al2ca]:before {
    content: "\f254";
}

.fa-hand-grab-o[b-iwme3al2ca]:before,
.fa-hand-rock-o[b-iwme3al2ca]:before {
    content: "\f255";
}

.fa-hand-stop-o[b-iwme3al2ca]:before,
.fa-hand-paper-o[b-iwme3al2ca]:before {
    content: "\f256";
}

.fa-hand-scissors-o[b-iwme3al2ca]:before {
    content: "\f257";
}

.fa-hand-lizard-o[b-iwme3al2ca]:before {
    content: "\f258";
}

.fa-hand-spock-o[b-iwme3al2ca]:before {
    content: "\f259";
}

.fa-hand-pointer-o[b-iwme3al2ca]:before {
    content: "\f25a";
}

.fa-hand-peace-o[b-iwme3al2ca]:before {
    content: "\f25b";
}

.fa-trademark[b-iwme3al2ca]:before {
    content: "\f25c";
}

.fa-registered[b-iwme3al2ca]:before {
    content: "\f25d";
}

.fa-creative-commons[b-iwme3al2ca]:before {
    content: "\f25e";
}

.fa-gg[b-iwme3al2ca]:before {
    content: "\f260";
}

.fa-gg-circle[b-iwme3al2ca]:before {
    content: "\f261";
}

.fa-tripadvisor[b-iwme3al2ca]:before {
    content: "\f262";
}

.fa-odnoklassniki[b-iwme3al2ca]:before {
    content: "\f263";
}

.fa-odnoklassniki-square[b-iwme3al2ca]:before {
    content: "\f264";
}

.fa-get-pocket[b-iwme3al2ca]:before {
    content: "\f265";
}

.fa-wikipedia-w[b-iwme3al2ca]:before {
    content: "\f266";
}

.fa-safari[b-iwme3al2ca]:before {
    content: "\f267";
}

.fa-chrome[b-iwme3al2ca]:before {
    content: "\f268";
}

.fa-firefox[b-iwme3al2ca]:before {
    content: "\f269";
}

.fa-opera[b-iwme3al2ca]:before {
    content: "\f26a";
}

.fa-internet-explorer[b-iwme3al2ca]:before {
    content: "\f26b";
}

.fa-tv[b-iwme3al2ca]:before,
.fa-television[b-iwme3al2ca]:before {
    content: "\f26c";
}

.fa-contao[b-iwme3al2ca]:before {
    content: "\f26d";
}

.fa-500px[b-iwme3al2ca]:before {
    content: "\f26e";
}

.fa-amazon[b-iwme3al2ca]:before {
    content: "\f270";
}

.fa-calendar-plus-o[b-iwme3al2ca]:before {
    content: "\f271";
}

.fa-calendar-minus-o[b-iwme3al2ca]:before {
    content: "\f272";
}

.fa-calendar-times-o[b-iwme3al2ca]:before {
    content: "\f273";
}

.fa-calendar-check-o[b-iwme3al2ca]:before {
    content: "\f274";
}

.fa-industry[b-iwme3al2ca]:before {
    content: "\f275";
}

.fa-map-pin[b-iwme3al2ca]:before {
    content: "\f276";
}

.fa-map-signs[b-iwme3al2ca]:before {
    content: "\f277";
}

.fa-map-o[b-iwme3al2ca]:before {
    content: "\f278";
}

.fa-map[b-iwme3al2ca]:before {
    content: "\f279";
}

.fa-commenting[b-iwme3al2ca]:before {
    content: "\f27a";
}

.fa-commenting-o[b-iwme3al2ca]:before {
    content: "\f27b";
}

.fa-houzz[b-iwme3al2ca]:before {
    content: "\f27c";
}

.fa-vimeo[b-iwme3al2ca]:before {
    content: "\f27d";
}

.fa-black-tie[b-iwme3al2ca]:before {
    content: "\f27e";
}

.fa-fonticons[b-iwme3al2ca]:before {
    content: "\f280";
}

.fa-reddit-alien[b-iwme3al2ca]:before {
    content: "\f281";
}

.fa-edge[b-iwme3al2ca]:before {
    content: "\f282";
}

.fa-credit-card-alt[b-iwme3al2ca]:before {
    content: "\f283";
}

.fa-codiepie[b-iwme3al2ca]:before {
    content: "\f284";
}

.fa-modx[b-iwme3al2ca]:before {
    content: "\f285";
}

.fa-fort-awesome[b-iwme3al2ca]:before {
    content: "\f286";
}

.fa-usb[b-iwme3al2ca]:before {
    content: "\f287";
}

.fa-product-hunt[b-iwme3al2ca]:before {
    content: "\f288";
}

.fa-mixcloud[b-iwme3al2ca]:before {
    content: "\f289";
}

.fa-scribd[b-iwme3al2ca]:before {
    content: "\f28a";
}

.fa-pause-circle[b-iwme3al2ca]:before {
    content: "\f28b";
}

.fa-pause-circle-o[b-iwme3al2ca]:before {
    content: "\f28c";
}

.fa-stop-circle[b-iwme3al2ca]:before {
    content: "\f28d";
}

.fa-stop-circle-o[b-iwme3al2ca]:before {
    content: "\f28e";
}

.fa-shopping-bag[b-iwme3al2ca]:before {
    content: "\f290";
}

.fa-shopping-basket[b-iwme3al2ca]:before {
    content: "\f291";
}

.fa-hashtag[b-iwme3al2ca]:before {
    content: "\f292";
}

.fa-bluetooth[b-iwme3al2ca]:before {
    content: "\f293";
}

.fa-bluetooth-b[b-iwme3al2ca]:before {
    content: "\f294";
}

.fa-percent[b-iwme3al2ca]:before {
    content: "\f295";
}

.fa-gitlab[b-iwme3al2ca]:before {
    content: "\f296";
}

.fa-wpbeginner[b-iwme3al2ca]:before {
    content: "\f297";
}

.fa-wpforms[b-iwme3al2ca]:before {
    content: "\f298";
}

.fa-envira[b-iwme3al2ca]:before {
    content: "\f299";
}

.fa-universal-access[b-iwme3al2ca]:before {
    content: "\f29a";
}

.fa-wheelchair-alt[b-iwme3al2ca]:before {
    content: "\f29b";
}

.fa-question-circle-o[b-iwme3al2ca]:before {
    content: "\f29c";
}

.fa-blind[b-iwme3al2ca]:before {
    content: "\f29d";
}

.fa-audio-description[b-iwme3al2ca]:before {
    content: "\f29e";
}

.fa-volume-control-phone[b-iwme3al2ca]:before {
    content: "\f2a0";
}

.fa-braille[b-iwme3al2ca]:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems[b-iwme3al2ca]:before {
    content: "\f2a2";
}

.fa-asl-interpreting[b-iwme3al2ca]:before,
.fa-american-sign-language-interpreting[b-iwme3al2ca]:before {
    content: "\f2a3";
}

.fa-deafness[b-iwme3al2ca]:before,
.fa-hard-of-hearing[b-iwme3al2ca]:before,
.fa-deaf[b-iwme3al2ca]:before {
    content: "\f2a4";
}

.fa-glide[b-iwme3al2ca]:before {
    content: "\f2a5";
}

.fa-glide-g[b-iwme3al2ca]:before {
    content: "\f2a6";
}

.fa-signing[b-iwme3al2ca]:before,
.fa-sign-language[b-iwme3al2ca]:before {
    content: "\f2a7";
}

.fa-low-vision[b-iwme3al2ca]:before {
    content: "\f2a8";
}

.fa-viadeo[b-iwme3al2ca]:before {
    content: "\f2a9";
}

.fa-viadeo-square[b-iwme3al2ca]:before {
    content: "\f2aa";
}

.fa-snapchat[b-iwme3al2ca]:before {
    content: "\f2ab";
}

.fa-snapchat-ghost[b-iwme3al2ca]:before {
    content: "\f2ac";
}

.fa-snapchat-square[b-iwme3al2ca]:before {
    content: "\f2ad";
}

.fa-pied-piper[b-iwme3al2ca]:before {
    content: "\f2ae";
}

.fa-first-order[b-iwme3al2ca]:before {
    content: "\f2b0";
}

.fa-yoast[b-iwme3al2ca]:before {
    content: "\f2b1";
}

.fa-themeisle[b-iwme3al2ca]:before {
    content: "\f2b2";
}

.fa-google-plus-circle[b-iwme3al2ca]:before,
.fa-google-plus-official[b-iwme3al2ca]:before {
    content: "\f2b3";
}

.fa-fa[b-iwme3al2ca]:before,
.fa-font-awesome[b-iwme3al2ca]:before {
    content: "\f2b4";
}

.fa-handshake-o[b-iwme3al2ca]:before {
    content: "\f2b5";
}

.fa-envelope-open[b-iwme3al2ca]:before {
    content: "\f2b6";
}

.fa-envelope-open-o[b-iwme3al2ca]:before {
    content: "\f2b7";
}

.fa-linode[b-iwme3al2ca]:before {
    content: "\f2b8";
}

.fa-address-book[b-iwme3al2ca]:before {
    content: "\f2b9";
}

.fa-address-book-o[b-iwme3al2ca]:before {
    content: "\f2ba";
}

.fa-vcard[b-iwme3al2ca]:before,
.fa-address-card[b-iwme3al2ca]:before {
    content: "\f2bb";
}

.fa-vcard-o[b-iwme3al2ca]:before,
.fa-address-card-o[b-iwme3al2ca]:before {
    content: "\f2bc";
}

.fa-user-circle[b-iwme3al2ca]:before {
    content: "\f2bd";
}

.fa-user-circle-o[b-iwme3al2ca]:before {
    content: "\f2be";
}

.fa-user-o[b-iwme3al2ca]:before {
    content: "\f2c0";
}

.fa-id-badge[b-iwme3al2ca]:before {
    content: "\f2c1";
}

.fa-drivers-license[b-iwme3al2ca]:before,
.fa-id-card[b-iwme3al2ca]:before {
    content: "\f2c2";
}

.fa-drivers-license-o[b-iwme3al2ca]:before,
.fa-id-card-o[b-iwme3al2ca]:before {
    content: "\f2c3";
}

.fa-quora[b-iwme3al2ca]:before {
    content: "\f2c4";
}

.fa-free-code-camp[b-iwme3al2ca]:before {
    content: "\f2c5";
}

.fa-telegram[b-iwme3al2ca]:before {
    content: "\f2c6";
}

.fa-thermometer-4[b-iwme3al2ca]:before,
.fa-thermometer[b-iwme3al2ca]:before,
.fa-thermometer-full[b-iwme3al2ca]:before {
    content: "\f2c7";
}

.fa-thermometer-3[b-iwme3al2ca]:before,
.fa-thermometer-three-quarters[b-iwme3al2ca]:before {
    content: "\f2c8";
}

.fa-thermometer-2[b-iwme3al2ca]:before,
.fa-thermometer-half[b-iwme3al2ca]:before {
    content: "\f2c9";
}

.fa-thermometer-1[b-iwme3al2ca]:before,
.fa-thermometer-quarter[b-iwme3al2ca]:before {
    content: "\f2ca";
}

.fa-thermometer-0[b-iwme3al2ca]:before,
.fa-thermometer-empty[b-iwme3al2ca]:before {
    content: "\f2cb";
}

.fa-shower[b-iwme3al2ca]:before {
    content: "\f2cc";
}

.fa-bathtub[b-iwme3al2ca]:before,
.fa-s15[b-iwme3al2ca]:before,
.fa-bath[b-iwme3al2ca]:before {
    content: "\f2cd";
}

.fa-podcast[b-iwme3al2ca]:before {
    content: "\f2ce";
}

.fa-window-maximize[b-iwme3al2ca]:before {
    content: "\f2d0";
}

.fa-window-minimize[b-iwme3al2ca]:before {
    content: "\f2d1";
}

.fa-window-restore[b-iwme3al2ca]:before {
    content: "\f2d2";
}

.fa-times-rectangle[b-iwme3al2ca]:before,
.fa-window-close[b-iwme3al2ca]:before {
    content: "\f2d3";
}

.fa-times-rectangle-o[b-iwme3al2ca]:before,
.fa-window-close-o[b-iwme3al2ca]:before {
    content: "\f2d4";
}

.fa-bandcamp[b-iwme3al2ca]:before {
    content: "\f2d5";
}

.fa-grav[b-iwme3al2ca]:before {
    content: "\f2d6";
}

.fa-etsy[b-iwme3al2ca]:before {
    content: "\f2d7";
}

.fa-imdb[b-iwme3al2ca]:before {
    content: "\f2d8";
}

.fa-ravelry[b-iwme3al2ca]:before {
    content: "\f2d9";
}

.fa-eercast[b-iwme3al2ca]:before {
    content: "\f2da";
}

.fa-microchip[b-iwme3al2ca]:before {
    content: "\f2db";
}

.fa-snowflake-o[b-iwme3al2ca]:before {
    content: "\f2dc";
}

.fa-superpowers[b-iwme3al2ca]:before {
    content: "\f2dd";
}

.fa-wpexplorer[b-iwme3al2ca]:before {
    content: "\f2de";
}

.fa-meetup[b-iwme3al2ca]:before {
    content: "\f2e0";
}

.sr-only[b-iwme3al2ca] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active[b-iwme3al2ca],
.sr-only-focusable:focus[b-iwme3al2ca] {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/* _content/WebTrader.WebApp/Pages/Components/LoginInfo.razor.rz.scp.css */
/*LoginInfo.razor*/

.navbar-dark .dropdown-menu[b-azl70tuy3i] {
    background-color: #131722;
    color: #b9bcbe;
    border-color: #f5f5f6;
    padding: 1em 0;
}

    .navbar-dark .dropdown-menu > div[b-azl70tuy3i] {
        line-height: 2em;
        vertical-align: middle;
    }

        .navbar-dark .dropdown-menu > div > a[b-azl70tuy3i] {
            height: 2em;
            vertical-align: middle;
            line-height: 100%
        }

        .navbar-dark .dropdown-menu > div:hover[b-azl70tuy3i] {
            background-color: #2a2e39
        }

span#nav-login-username[b-azl70tuy3i] {
    text-transform: capitalize;
}

.dropdown-menu-settings a[b-azl70tuy3i] {
    color: inherit;
    cursor: pointer;
}

#menu-settings-button[b-azl70tuy3i] {
    height: 34px;
    padding: 4px 10px;
}

    #menu-settings-button:hover i[b-azl70tuy3i] {
        transform: rotate(-180deg);
        transition: 1s;
    }

    #menu-settings-button i[b-azl70tuy3i] {
        transform: rotate(0deg);
        transition: 1s;
    }

li.seperator[b-azl70tuy3i]:after {
    height: 1.2em;
    border-left: 1px solid #959595;
    position: absolute;
    top: 1.2em;
}

@media (min-width: 768px) {
    li.seperator[b-azl70tuy3i]:after {
        content: "";
        height: 1.2em;
        border-left: 1px solid #959595;
        position: absolute;
        top: 1.2em;
    }
}

.user-avatar[b-azl70tuy3i] {
    font-size: 1.5em;
    vertical-align: bottom;
}

.navbar-dark .navbar-nav .nav-link[b-azl70tuy3i],
.navbar-dark .navbar-nav .nav-link:hover[b-azl70tuy3i] {
    color: rgba(255,255,255,.7);
}

a.btn.btn-action-local[b-azl70tuy3i] {
    border: 1px solid rgb(146, 151, 152);
    color: rgb(146, 151, 152);
}

    a.btn.btn-action-local:hover[b-azl70tuy3i] {
        border: 1px solid rgb(102 105 106 / 80%);
        color: rgb(102 105 106 / 80%);
    }

.btn-action[b-azl70tuy3i] {
    background: rgb(233, 28, 44);
    color: white;
}

    .btn-action:hover[b-azl70tuy3i] {
        background: rgb(204,13, 28);
        color: #ffffffcc;
    }




.login-header[b-azl70tuy3i] {
    display: flex;
    flex-direction: row-reverse;
    font: 13px/1.231 arial,helvetica,clean,sans-serif
}

    .login-header a[b-azl70tuy3i] {
        color: white;
        white-space: nowrap;
    }

    .login-header > div[b-azl70tuy3i] {
        margin-top: 1em;
        padding: 1em 0;
    }

        .login-header > div > a[b-azl70tuy3i] {
            padding: 0 1em;
            border-right: 1px solid white;
        }

        .login-header > div:first-child > a[b-azl70tuy3i] {
            border-right: none;
        }
/* end LoginInfo.razor*/
/* _content/WebTrader.WebApp/Pages/Components/NavMain.razor.rz.scp.css */
/*NavMain.razor*/
.navbar span.beta-text[b-rbjmij4vih] {
    font-size: 0.8em;
    vertical-align: top;
    color: #88c3ff;
}

.navbar span.beta-content[b-rbjmij4vih] {
    font-size: 0.8em;
    vertical-align: top;
    margin-left: 0.5em;
}

    .navbar span.beta-content a[b-rbjmij4vih] {
        color: #88c3ff;
    }

.navbar[b-rbjmij4vih] {
    border-bottom: 1px solid #2a2e39;
    padding-right: 2px;
    height: 56px;
    background-color: #131722;
}

body.protrader .navbar[b-rbjmij4vih] {
    background-color: #353a3f;
}

.nav-item[b-rbjmij4vih], .nav-item .btn[b-rbjmij4vih] {
    font-size: 13px;
}

/*End NavMain.razor*/
/* _content/WebTrader.WebApp/Pages/Components/SettingMenu.razor.rz.scp.css */
.dropdown-menu-settings[b-27yof1kuk3] {

}
/* _content/WebTrader.WebApp/Pages/LoginForm.razor.rz.scp.css */
/*start form*/

.login-form[b-y04hm9m3r7] {
    padding: 80px 80px 90px;
    background-color: white;
    border-radius: 1em;
    box-sizing: border-box;
    width: 567px;
}

@media (max-width: 767.98px) {
    .login-form[b-y04hm9m3r7] {
        margin-top: 10px;
    }
}

.login-form .validation-errors[b-y04hm9m3r7] {
    font-size: 12px;
    list-style: none;
    padding: 0;
}

.login-form .invalid[b-y04hm9m3r7] {
    outline: none;
    border-bottom: 1px solid red !important;
}
.login-form .vjp-logo[b-y04hm9m3r7]{
    width: 250px;
    margin: 0 auto 40px;
}

.login-form .form-title[b-y04hm9m3r7] {
    font-size: 36px;
    text-align: center;
    color: #e35728;
    margin-bottom: 50px;
    font-weight: 800;
    font-family: "Gilroy-Bold"
}

    .login-form .form-title .tv-powerby[b-y04hm9m3r7] {
        font-size: 0.68em;
    }

    .login-form .form-title .tv-logo[b-y04hm9m3r7] {
        margin: 0.3em;
    }

    .login-form .form-title[b-y04hm9m3r7]::after {
        content: "";
        width: 80px;
        height: 5px;
        background-color: #ffffff;
        margin: 20px auto 0;
        display: block;
    }

.login-form .form-logo[b-y04hm9m3r7] {
    height: 90px;
}

.login-form .form-title-image[b-y04hm9m3r7] {
    width: 100%;
    height: auto;
}

.login-form .form-login-container[b-y04hm9m3r7] {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    top: -29px;
}

.login-form .form-group[b-y04hm9m3r7] {
    position: relative;
    margin-top: 3em;
}

.login-form label[b-y04hm9m3r7] {
    display: none;
    color: #768292;
    position: absolute;
    left: 0;
    pointer-events: none;
    transition: all .2s;
    bottom: 2em
}

.login-form .control[b-y04hm9m3r7] {
    background: none;
    background-color: transparent;
}

.login-form input[b-y04hm9m3r7],
.login-form input:focus[b-y04hm9m3r7],
.login-form select.input.form-control[b-y04hm9m3r7],
.login-form select.input.form-control:focus[b-y04hm9m3r7] {
    background: none;
    border: none;
    border-bottom: 1px solid #63778f;
    border-radius: 0;
    outline: none;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    color: #495057;
}

    .login-form input[b-y04hm9m3r7]::placeholder,
    .login-form select.input.form-control[b-y04hm9m3r7]::placeholder {
        color: #a0a0a0;
    }

.login-form select.input.form-control[b-y04hm9m3r7] {
    font-size: small;
}

.login-form select option[b-y04hm9m3r7] {
    color: #282828;
    background: white;
}


change auto filled input background color
.login-form input:-webkit-autofill[b-y04hm9m3r7] {
    -webkit-animation: autofill-fix1 1s infinite;
    -webkit-text-fill-color: #282828;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

a.input-tooltip[b-y04hm9m3r7]::after {
    content: "i";
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    color: #e35728;
    text-align: center;
    border-radius: 1em;
    border: solid 3px #e35728;
    font-size: 1.3em;
    line-height: 100%;
    font-style: italic;
    padding-right: 4px;
    font-weight: 800;
    right: calc(-25px/2);
}

.login-form .input-tooltip[b-y04hm9m3r7] {
    color: #e35728;
    float: right;
    top: -30px;
    position: relative;
    cursor: pointer;
    right: 20px;
}

.login-form .btn[type=submit][b-y04hm9m3r7] {
    color: #fff;
    background-color: #034854;
    border: none;
    border-radius: 1em;
    text-transform: uppercase;
    text-align: left;
    padding: 0.5em 1.7em;
    background-image: url("/images/sign-in-icon.gif");
    background-repeat: no-repeat;
    background-position: right 2em center;
    width: 220px;
}
/*end form*/

@media (max-width: 767.98px) {
    .main .top-row:not(.auth)[b-y04hm9m3r7] {
        display: none;
    }

    .main .top-row.auth[b-y04hm9m3r7] {
        justify-content: space-between;
    }

    .main .top-row a[b-y04hm9m3r7], .main .top-row .btn-link[b-y04hm9m3r7] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app[b-y04hm9m3r7] {
        flex-direction: row;
    }

    .sidebar[b-y04hm9m3r7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row[b-y04hm9m3r7] {
        position: sticky;
        top: 0;
    }

    .navbar-toggler[b-y04hm9m3r7] {
        display: none;
    }

    .sidebar .collapse[b-y04hm9m3r7] {
        Never collapse the sidebar for wide screens display: block;
    }
}

/* Login page footer */
.main #footer[b-y04hm9m3r7] {
    padding-bottom: 0;
}
/* end Login page footer */


.a.a-hide[b-y04hm9m3r7] {
    height: 0px;
}

.a[b-y04hm9m3r7] {
    height: 40px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

input[b-y04hm9m3r7]::-webkit-outer-spin-button,
input[b-y04hm9m3r7]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
 Firefox */
input[type=number][b-y04hm9m3r7] {
    -moz-appearance: textfield;
}

#launcher[b-y04hm9m3r7] {
    display: none;
}


@media(max-width:768px) {
    .navbar-nav[b-y04hm9m3r7] {
        padding-right: 1em;
    }
}



[b-y04hm9m3r7] .control.form-control {
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    border: none;
}



[b-y04hm9m3r7] .control .dropdown button.btn,
[b-y04hm9m3r7] .control .dropdown button.btn:focus,
[b-y04hm9m3r7] .control .dropdown button.btn:active {
    border-radius: 0 !important;
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

[b-y04hm9m3r7] .dropdown.bootstrap-select.input.form-control {
    background-color: transparent;
}


/* Moneta Markets css start */
.moneta .login-logo[b-y04hm9m3r7] {
    width: auto;
    /*height:300px;*/
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.moneta .login-logo img[b-y04hm9m3r7] {
    width: 350px;
    height: auto;
}

.moneta .login-form[b-y04hm9m3r7] {
    padding: 80px 80px 90px;
    background-color: #1f232f;
    border-radius: 8px;
    box-sizing: border-box;
    width: 480px;
    box-shadow: 0px 0px 30px 30px #295074;
}

    .moneta .login-form input[b-y04hm9m3r7],
    .moneta .login-form input:focus[b-y04hm9m3r7],
    .moneta .login-form select.input.form-control[b-y04hm9m3r7],
    .moneta .login-form select.input.form-control:focus[b-y04hm9m3r7],
    [b-y04hm9m3r7] .moneta button.btn.dropdown-toggle.btn-light {
        background: none;
        border: none;
        border-bottom: 1px solid #63778f;
        border-radius: 0;
        outline: none;
        outline-color: transparent;
        outline-style: none;
        box-shadow: none;
        color: #e1e2e3;
    }

    .moneta .login-form .form-title[b-y04hm9m3r7] {
        font-size: 36px;
        text-align: center;
        color: white;
        margin-bottom: 40px;
        font-weight: 800;
        font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif
    }

        .moneta .login-form .form-title[b-y04hm9m3r7]::after {
            content: "";
            width: 100px;
            height: 2px;
            background-color: #d42b28;
            margin: 10px auto 0;
            display: block;
        }

    .moneta .login-form .btn[type=submit][b-y04hm9m3r7] {
        color: white;
        background-color: transparent;
        border: none;
        border-radius: 8px;
        text-transform: uppercase;
        text-align: center;
        padding: 0;
        background-image: linear-gradient(to bottom, #5fc9f9, #4393f6);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 60px;
        font-size: 18px;
        font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
        box-shadow: 0px 0px 10px 10px #13161e;
    }

    /*change auto filled input background color*/
    .moneta .login-form input:-webkit-autofill[b-y04hm9m3r7] {
        -webkit-animation: autofill-fix1 1s infinite;
        -webkit-text-fill-color: whitesmoke;
        -webkit-box-shadow: 0 0 0px 1000px #1f232f inset;
    }

.moneta .content.login-page[b-y04hm9m3r7] {
    background-image: url("/images/moneta_bg.webp");
    /*1.1rem for the .content padding*/
    background-size: auto 100%;
    background-position-x: center;
}

[b-y04hm9m3r7] .moneta .control .dropdown button.btn,
[b-y04hm9m3r7] .moneta .control .dropdown button.btn:focus,
[b-y04hm9m3r7] .moneta .control .dropdown button.btn:active {
    color: white;
}
/* Moneta Markets css end */
/* _content/WebTrader.WebApp/Pages/LoginFormNew.razor.rz.scp.css */
#blazor-error-ui[b-n3zm65rbsl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-n3zm65rbsl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.content[b-n3zm65rbsl] {
    padding: 0;
    background-image: url("/images/VT/banner.png");
    background-origin: content-box;
    background-position: center 148px;
    background-blend-mode: darken;
    background-repeat:no-repeat;
    background-size: 100% auto;
    /*    background-image: image-set(
        url("/images/VT/Mask Group 3.png") 1x, 
        url("/images/VT/Mask Group 3@2x.png") 2x,
        url("/images/VT/Mask Group 3@3x.png") 3x
    );*/
}
/* _content/WebTrader.WebApp/Shared/MainLayout.razor.rz.scp.css */
/* _content/WebTrader.WebApp/Shared/NavMenu.razor.rz.scp.css */
