@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
}

#banner1_952104891 {
	background-color: #182931;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 970px;
	z-index: 1;
}

#banner1_952104891 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#banner1_952104891 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#b_1_banner1_952104891 {
	top: 0px;
	left: 650px;
	z-index: 1;
}

#img_1_banner1_952104891 {
	width: 320px;
	height: 250px;
}

#img_1_banner1_952104891.bnfy-enter {
	-webkit-animation: fade-in 3000ms 0ms ease 1 both;
	animation: fade-in 3000ms 0ms ease 1 both;
}

#b_2_banner1_952104891 {
	top: 188px;
	left: 822px;
	z-index: 2;
}

#img_2_banner1_952104891 {
	width: 80px;
	height: 31px;
}

#img_2_banner1_952104891.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#b_3_banner1_952104891 {
	top: 27px;
	left: 790px;
	z-index: 3;
}

#img_3_banner1_952104891 {
	width: 142px;
	height: 142px;
}

#img_3_banner1_952104891.bnfy-enter {
	-webkit-animation: none 2000ms 800ms ease 1 both;
	animation: none 2000ms 800ms ease 1 both;
}

#b_4_banner1_952104891 {
	top: 159px;
	left: 40px;
	z-index: 4;
}

#img_4_banner1_952104891 {
	width: 378px;
	height: 59px;
}

#img_4_banner1_952104891.bnfy-enter {
	-webkit-animation: fade-in-left 1000ms 1900ms ease 1 both;
	animation: fade-in-left 1000ms 1900ms ease 1 both;
}

#b_5_banner1_952104891 {
	top: 90px;
	left: 40px;
	z-index: 5;
}

#img_5_banner1_952104891 {
	width: 582px;
	height: 45px;
}

#img_5_banner1_952104891.bnfy-enter {
	-webkit-animation: slide-in-left 2000ms 0ms ease 1 both;
	animation: slide-in-left 2000ms 0ms ease 1 both;
}

#b_6_banner1_952104891 {
	top: 29.999996185302734px;
	left: 40px;
	z-index: 6;
}

#img_6_banner1_952104891 {
	width: 592px;
	height: 105px;
}

#img_6_banner1_952104891.bnfy-enter {
	-webkit-animation: fade-in 1500ms 0ms ease 1 both;
	animation: fade-in 1500ms 0ms ease 1 both;
}

#b_7_banner1_952104891 {
	top: 0px;
	left: 0px;
	z-index: 7;
}

#img_7_banner1_952104891 {
	width: 40px;
	height: 250px;
}

#img_7_banner1_952104891.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

@media (print), (prefers-reduced-motion: reduce) {
	.banner__element {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}
@-webkit-keyframes simple-show {
	0% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@keyframes simple-show {
	0% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@-webkit-keyframes simple-hide {
	0% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}
@keyframes simple-hide {
	0% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}
