.rw-sticky {
	position: sticky;
	top: 0;
	z-index: 1000;
	box-sizing: border-box;
	padding: 13px 0 14px;
	border: 1px solid #fff;
	background-color: #000;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-align: center !important;
}

.rw-sticky .container {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}

.company_safecap_ltd.country_at .rw-sticky [data-text],
.company_safecap_ltd.country_at .rw-sticky > .container > span,
.company_safecap_ltd.country_at .rw-sticky .rw-content {
    padding: 0 0 0 40px;
    background: transparent url("https://content.markets.com/promo/_common/images/alert.svg") no-repeat 10px center;
    background-size: 20px auto;
}

.company_safecap_ltd.country_at [dir=rtl] .rw-sticky [data-text] {
    padding: 0 40px 0 0;
    background-position: right 10px center;
}

.rw-sticky [data-text] img {
    display: none !important;
}

.rw-inline, .rw-custom {
	padding: 13px 0 14px;
	color: inherit !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
}

.rw-inline span, .rw-custom span {
	color: inherit !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
}

.rw-inline.centered, .rw-custom.centered {
	text-align: center !important;
}

.company_safecap_ltd .rw-inline, 
.company_tradetech_alpha .rw-inline, 
/*.company_ttm_bvi .rw-sticky,*/
.company_sta_global .rw-sticky {
	display: none !important;
}



.rw-fixed {
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

body.rw_top .rw-fixed {
    bottom: auto;
    top: 0;
}

.rw-fixed.default-theme {
    background-color: #e4e4e4;
    color: #3a424c;
    box-sizing: border-box;
    padding: 10px 0 8px;
    font-size: 14px;
    text-align: center;
}

div.rw-fixed.markets-theme {
    padding: 13px 0 14px;
    box-sizing: border-box;
    line-height: 1.25;
    text-align: center;

    border: 1px solid #fff;
    background-color: #000;
    color: #fff !important;
    font-size: 12px !important;
}

.rw-fixed.markets-theme > .container > span {
    font-size: 12px !important;
}

.rw-fixed .container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
}

.company_safecap_ltd.country_at .rw-fixed.markets-theme [data-text],
.company_safecap_ltd.country_at .rw-fixed.markets-theme > .container > span,
.company_safecap_ltd.country_at .rw-fixed.markets-theme .rw-content {
    padding: 0 0 0 40px;
    background: transparent url("https://content.markets.com/promo/_common/images/alert.svg") no-repeat 10px center;
    background-size: 20px auto;
}

.company_safecap_ltd.country_at [dir=rtl] .rw-fixed.markets-theme [data-text] {
    padding: 0 40px 0 0;
    background-position: right 10px center;
}

.rw-fixed.markets-theme [data-text] img {
    display: none !important;
}

[data-text='FOOTER'] img {
    display: none !important;
}

[data-text='FOOTER'].country_at img {
    display: inline-block !important;
}

.notice-close {
    font-family: "sofia-pro", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: none;
    text-align: center;
    line-height: 20px;
    transition: 0.3s;
    transform: rotate(45deg);
}

@media screen and (max-width: 650px) {
    .notice-close {
        display: block;
    }
}

.rw-min .notice-close {
    transform: rotate(0deg);
}

.rw-min span {
    display: block;
    max-height: 45px;
    overflow: hidden;
}


.footer-links a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

[dir=rtl] .footer-links a {
    margin-right: 0;
    margin-left: 20px;
}


img[alt="RW-image"] {
  display: none !important;
}
.country_at img[alt="RW-image"] {
  display: inline !important;
}

body.company_safecap_ltd.rw_top {
	padding-top: 0 !important;
}
body.company_safecap_ltd.rw_top div.rw-fixed {
	bottom: 0;
	top: auto;
	padding: 5px !important;
	background: #e6e6ef !important;
	color: #000 !important;
}
body.company_safecap_ltd.rw_top .notice-close {
	color: #000;
}