@charset "UTF-8";

.top-slide-3- .carousel-indicators li {
	margin: 0 .3rem;
    width: .65rem;
    height: .65rem;
    opacity: 1;
    border: none;
    background: var(--top3_INDICATOR_BG)
}

.top-slide-3- .carousel-indicators li.active {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	background: var(--top3_INDICATOR_ACTIVE_BG)
}