section.event #modal .concursor {
	display: flex;
	flex-direction: row;
	cursor: none;

	* {
		cursor: inherit;
	}
}

.left {
	background-color: #fafaaa;
}

.right {
	background-color: #aafafa;
}

section.event #cursor {
	position: absolute;
	will-change: transform;
	pointer-events: none;
	display: none;
	z-index: 999;
	width: 3vw;
	height: 3vw;
}

section.event #cursor img {
	will-change: transform;
	transition: all 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
	opacity: 0;
	width: 3vw;
	height: 3vw;
}

section.event #cursor1 {
	position: absolute;
	will-change: transform;
	pointer-events: none;
	display: none;
	z-index: 999;
	width: 3vw;
	height: 3vw;
}

section.event #cursor1 img {
	will-change: transform;
	transition: all 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
	opacity: 0;
	width: 3vw;
	height: 3vw;
}

section.event #cursor2 {
	position: absolute;
	will-change: transform;
	pointer-events: none;
	display: none;
	z-index: 999;
	width: 3vw;
	height: 3vw;
}

section.event #cursor2 img {
	will-change: transform;
	transition: all 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
	opacity: 0;
	width: 3vw;
	height: 3vw;
}