.mWrap {}
.mMove {white-space:nowrap;}
.mWrap,
.mWrap *{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
.grabbing { 
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important; 
}
.strTools *,
.strTools *:after,
.strTools *:before {
	box-sizing:border-box !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}
.mWrap img {
	max-width:none !important;
}
.mWrap {
	width:100%;
	line-height: 1;
	background: none;
}
.str_move {
	cursor:move;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.ticker {
    background-color: #fcf7fb;
    height: 80px;
    font-weight: 800;
}
.ticker-wrapper {
    display: flex; 
    height: 100%; 
    align-items: center;
    overflow: hidden;
}
.ticker-item {
    display:inline-flex;
    align-items: center;
    white-space: nowrap; 
    line-height: 1.5;
	position: relative;
	margin: auto 50px;
}
.ticker-item span {
    padding-right: 4px;
}
.ticker-item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: -35px;
	width: 14px;
	height: 10px;
	border-right: 4px solid #725cff;
	border-top: 4px solid #725cff;
	transform: rotate(135deg);
	z-index: 2;
}
.ticker-item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -42px;
	width: 28px;
	height: 28px;
	box-shadow: 2px 5px 8px 1px rgba(123, 123, 180, 0.13);
	background-color: #fff;
	border-radius: 50%;
}
.ticker-wrapper br {
    display: none;
}