.locationsslider--container {
	padding: 30px;
	max-width: none;
}

.locationsslider--location {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='52' viewBox='0 0 32 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0879822 8.55275L15.8777 0L31.6674 9.21065V26.3161L15.8777 51.2247L0.0879822 26.3161V8.55275ZM9.2994 13.9584L15.8784 10.5268L22.4575 14.2224V21.0857L15.8784 24.7813L9.2994 21.0857V13.9584Z' fill='%23C5B4E3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 0.929em;
}

.locationsslider--location-inside {
	padding-left: 1.464em;
	padding-right: 0.893em;
}

@media (min-width: 992px) {
	
	.locationsslider--subtitle {
		margin-bottom: 30px;
	}
	
	.locationsslider--logo-image {
		height: 79px;
		width: auto;
	}
}

.locationsslider--wrap {
	list-style-type: none;
}

.locationsslider--wrap > li:not(:first-child) {
	display: none;
}

.mask  .locationsslider--wrap > li:not(:first-child) {
	display: list-item;
}