
#app.acesContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	clear: both;
	visibility: hidden;
	position: relative;
	left: 100%;
	transform: scale3d(.1, .1, .1);
	transition: all .4s ease-in-out;
}

#app.acesContainer.visible {
	visibility: visible;
	left: 0;
	transform: scale3d(1, 1, 1);
}

.acesContainer .aces-wrapper {
	width: 100%;
	height: 320px;
	max-width: 1200px;
	overflow-x: hidden;
	position: relative;
	padding-bottom: 20px;
}

.acesContainer .aces-wrapper>div {
	width: 100%;
	height: 100%;
	mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.acesContainer .aces {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-110px);
	display: flex;
	flex-direction: row;
	width: 1300px;
	justify-content: space-between;
}

.acesContainer .ace {
	width: 220px;
	height: 260px;
	border-radius: 14px;
	border: 0;
	font-family: "Open Sans", sans-serif;
	letter-spacing: .5px;
	display: inline;
	cursor: pointer;
	box-sizing: border-box;
	color: #000;
}

.acesContainer .ace h2 {
	font-size: 2.6em;
	font-weight: 300;
	margin-top: 1.25em;
}

.acesContainer .ace h4 {
	text-transform: uppercase;
}

.acesContainer .icon svg {
	overflow: visible;
	stroke-width: 1.25em;
	width: 3em;
}

.acesContainer .aces-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	pointer-events: none;
}

.acesContainer .arrow-btn {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	border: 0;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .19);
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
}

.acesContainer .arrow-btn-next {
	left: auto;
	right: 20px;
}

.acesContainer .arrow-btn svg {
	fill: #333;
	position: absolute;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-60%, -50%);
}

.acesContainer .arrow-btn-next svg {
	transform: translate(-40%, -50%);
}

#top #wrap_all .all_colors .acesContainer .ace h2 {
	margin: 45px 0 55px;
	font-size: 24px;
}

#top #wrap_all .all_colors .acesContainer .ace h4 {
	font-size: 18px;
	color: #26a;
}

.acesContainer .ace .icon span {
	font-size: 44px;
	color: #26a;
}
