@import "navigation.css";
@import "bootstrap-icm-build.css";
@import "responsive.css";
@import "c36956189d074efdacc6945325bdae61.css";
@import "mask.css";
@import "static-home.css";



.single-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #000;
    z-index: 9999 !important;
}

.single-top.affix {
    top: 0;
    position: relative;
    z-index: 9998 !important;
}

.single-top a {
    text-decoration: none !important;
}

.top-item {
    font-size: 13px;
    padding: .3em;
    border-radius: 0;
    border: none;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    padding-top: 9px;
}

.top-item.accent {
    border: 1px solid #34E834;
    color: #34E834;
}

.top-item:hover {
    text-decoration: none !important;
    border: none;
    color: #34E834;
    transition: all 0.3s;
    border-bottom: 3px solid #34E834;
}

.single-top.affix {
    animation-name: show-top;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
    -webkit-animation-name: show-top;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: show-top;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards
}

@keyframes show-top {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes show-top {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

@-moz-keyframes show-top {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

.header-top {
    position: absolute;
    display: flex;
    z-index: 99991;
    margin: 0 auto;
    font-size: 13px;
    padding: .3em 0.5em .3em 1.7em;
    top: -33px;
    left: 0;
}

.header-top {
    cursor: default;
}

.header-top a {
    color: #ccc;
    padding-bottom: 5px;
    text-decoration: none;
    pointer-events: none;
}

.header-top a.to-go {
    color: #34e834;
    font-weight: 700;
    pointer-events: all;
    cursor: pointer;
}

.header-top a:hover {
    text-decoration: none !important;
    border: none;
    color: #34E834;
    transition: all 0.3s;
    border-bottom: 3px solid #34E834;
}

.header-top .group-separator {
    width: 1px;
    margin: 0 10px;
    color: #888;
}

.top-separator {
    color: #888;
}

.group-top a:hover {
    color: #34e834;
    text-decoration: none;
}


@media (max-width: 959px) {
    .header-top {
        top: 18px;
        left: -5px;
    }

    .mt-1-md {
        margin-top: 35px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 959px) {
    .mt-1-xs {
        margin-top: 0;
    }
}

@media screen and (min-device-width: 100px) and (max-device-width: 319px) {
    .mt-1-xs {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .single-top {
        padding-left: 200px;
    }
}

@media (min-width: 1200px) {
    .pl-11 {
        padding-left: 1.1em !important;
    }
}

@media (min-width: 1440px) {
    .header-top {
        left: calc((100vw - 1440px) / 2);
    }
}

.most-top {
    z-index: 99992;
    position: relative;
    color: #fff;
    font-size: 15px;
    background: #555;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.most-top-risk {
    z-index: 99992;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 100%;
    top: 5px;
    left: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #DDE0E0;
    color: #000;
    border: 2px solid #FF1B1C;
    margin: 5px 0;
}

@media screen and (max-width: 600px) {
    .most-top-risk {
        font-size: 12px;
        padding: 0;
        line-height: 1.1;
        font-weight: 300;
    }
}

.most-top.user-accepted-unsupported-branch {
    display: none !important;
}

.most-top-content {
    padding: 5px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .most-top-content {
        font-size: 14px;
    }
}

.most-top-button {
    border-radius: 3px;
    padding: 8px;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.most-top-button.yes {
    background: #f65144;
    color: #fff;
}

.most-top-button.yes:hover {
    background: #34E834;
    color: #000;
}

.most-top-button.no:hover {
    background: #000;
    color: #fff;
}

body.top-banner .single-top.affix {
    animation-name: show-top-with-banner;
    -webkit-animation-name: show-top-with-banner;
    -moz-animation-name: show-top-with-banner;
}

@keyframes show-top-with-banner {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes show-top-with-banner {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes show-top-with-banner {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

img {
    max-width: 100%;
}

.home-page .quotes-wrap {
    border: unset!important;
}

.block-d__fact ul {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-align: left;
}
.block-d__fact ul li {
    list-style: none;
}

.block-d__fact .fact-value {
    padding-left: 40px;
    text-align: left;
}

.home-page .block-45 .block-d3 {
    text-align: center;
}

 html.branch-2 .item-range-of-markets,
 html.branch-2 .item-why-icmarkets {
     display: none !important; /*WEB-1433*/
 }

.footer-select {
    max-width: 1184px;
    overflow: hidden;
    margin: 0 auto -30px;
}

.footer-select select {
    float: right;
    background: none;
    border: 1px solid #979797;
    line-height: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #979797;
    padding: 3px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
}

.footer-container-cysec .footer__copyright,
.footer-container-cysec .end-container {
    padding-bottom: 100px !important;
}

.footer-container-cysec .footer-wrap {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-around;
    overflow-x: hidden;
}

@media screen and (max-width: 600px) {
    .footer-container-cysec .footer-wrap {
        flex-direction: column;
        text-align: center;
    }
}

.footer-container-cysec .footer-item {
    padding: 10px;
}

html.home-page .footer-container-cysec .footer__disclaimer,
.footer-container-cysec .footer__disclaimer {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

html.home-page .footer-container-cysec .footer__disclaimer.end-container,
.footer-container-cysec .footer__disclaimer.end-container {
    padding-bottom: 100px !important;
    text-align: center;
}

html.home-page .footer-container-cysec .footer__disclaimer a,
.footer-container-cysec .footer__disclaimer a {
    color: #34E834;
    opacity: 0.5;
}

html.home-page .footer-container-cysec .footer__disclaimer a:hover,
.footer-container-cysec .footer__disclaimer a:hover {
    opacity: 1;
}

.footer-container-cysec .end-item > a {
    margin: 0 20px;
}

.footer-container-cysec .bottom-risk-warning {
    z-index: 20;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 0;
}

.footer-container-cysec .bottom-risk-warning .cookies {
    display: none;
    padding: 10px 0;
    background: #161717;
}

.footer-container-cysec .bottom-risk-warning .cookies.not-accepted-yet {
    display: block;
}

.footer-container-cysec .accept-cookies-button {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    background: #34E834;
    color: rgba(31, 29, 49, 0.8);
    padding: 0px 7px;
    border-radius: 20px;
    cursor: pointer;
}

.footer-container-cysec .accept-cookies-button:hover {
    background: #77d970;
    color: #000;
}

.footer-container-cysec .cookies-settings-button {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    background: #555555;
    color: #fff;
    padding: 0px 7px;
    border-radius: 20px;
    cursor: pointer;
}

.footer-container-cysec .cookies-settings-button:hover {
    background: #000000;
}

.footer-container-cysec .risk-link {
    display: inline-block;
    font-size: 16px;
    padding-right: 20px;
}

.footer-container-cysec .warning-item {
    padding: 10px 0;
}

html.branch-3.locale-cn .footer-select {
    opacity: 0 !important;
    visibility: hidden !important;
}

html.branch-3.locale-cn .footer-select select.branch {
    pointer-events: none !important;
}

@media screen and (max-width: 600px) {
    .footer-container-cysec .bottom-risk-warning {
        font-size: 12px;
        padding: 0;
        line-height: 1.1;
        font-weight: 300;
    }
}

.post-index-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-index-item {
    width: 32%;
}

.post-index-item img {
    max-width: 100%;
}

.post-index-item .pos_infos {
    align-self: center;
    padding: 30px;
}

.post-index-item .pos_infos .entry-title a {
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
    display: block;
    color: rgba(0, 0, 0, 0.8);
}

.post-index-item .pos_infos .entry-title a:hover {
    color: #0ad441;
}

.post-index-item .post_thumb a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-index-item .post_date {
    position: absolute;
    background-color: #44f674;
    top: 0;
    left: 0;
    text-align: center;
    padding: 15px;
}

.post-index-item:nth-child(odd) .post_date {

}

.post-index-item {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.post-index-item .pos_infos .entry-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp {
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.post-index-item .post_date span {
    display: block;
    line-height: 1;
}

.post-index-item  .post_date span:first-child {
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.68);
}

.post-index-item .post_date span:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}

.post-index-item .post_date span:nth-child(3) {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.34);
}

#icm-home-subsection-block-post {
    flex-direction: column;
}

#icm-home-subsection-block-post .block-text {
    margin-bottom: 25px;
}

@media screen and (max-width: 878px){
    .post-index-item {
        width: 48%;
    }
}


@media screen and (max-width: 600px) {
    .post-index-item {
        width: 100%;
        height: auto;
    }
}