.offices-ticker--wrap {
	margin-bottom: 30px;
}

.offices-ticker--wrap .tickercontainer:after,
.offices-ticker--wrap .tickercontainer:before {
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	width: 2em;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.lwh-dark-theme .offices-ticker--wrap .tickercontainer:after,
.lwh-dark-theme .offices-ticker--wrap .tickercontainer:before {
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.offices-ticker--wrap .tickercontainer:after {
	left: auto;
	right: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.lwh-dark-theme .offices-ticker--wrap .tickercontainer:after {
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.offices-ticker--list {
	list-style-type: none;
	color: #1ed975;
	text-transform: uppercase;

	letter-spacing: 0.075em;
}

.offices-ticker--item {
	font-weight: 600;
	font-size: 20px;
	font-family: Inter, sans-serif;
}
