@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
}

#b_90111115 {
	background-color: #c9e8f5;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 728px;
	z-index: 1;
}

#b_90111115 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#b_90111115 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#el_90111116 {
	top: 9px;
	left: 144px;
	z-index: 1;
}

#img_90111116 {
	width: 378px;
	height: 73px;
}

#img_90111116.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 6000ms ease 1 both;
	animation: custom-text-entrance 1000ms 6000ms ease 1 both;
}

#el_90111117 {
	top: 9px;
	left: 144px;
	z-index: 2;
}

#img_90111117 {
	width: 378px;
	height: 73px;
}

#img_90111117.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 3000ms ease 1 both, simple-hide 0ms 5500ms both;
	animation: custom-text-entrance 1000ms 3000ms ease 1 both, simple-hide 0ms 5500ms both;
}

#img_90111117.bnfy-exit {
	-webkit-animation: fade-out 500ms 5500ms ease 1 both, simple-show 0ms 5500ms both;
	animation: fade-out 500ms 5500ms ease 1 both, simple-show 0ms 5500ms both;
}

#el_90111141 {
	top: 9px;
	left: 144px;
	z-index: 3;
}

#img_90111141 {
	width: 396px;
	height: 73px;
}

#img_90111141.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 0ms ease 1 both, simple-hide 0ms 2500ms both;
	animation: custom-text-entrance 1000ms 0ms ease 1 both, simple-hide 0ms 2500ms both;
}

#img_90111141.bnfy-exit {
	-webkit-animation: fade-out 500ms 2500ms ease 1 both, simple-show 0ms 2500ms both;
	animation: fade-out 500ms 2500ms ease 1 both, simple-show 0ms 2500ms both;
}

#el_90111119 {
	top: 34px;
	left: 24px;
	z-index: 4;
}

#img_90111119 {
	width: 99px;
	height: 24px;
}

#img_90111119.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_90111120 {
	top: 28px;
	left: 573px;
	z-index: 5;
}

#img_90111120 {
	width: 130px;
	height: 34px;
}

#img_90111120.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 custom-text-entrance {
	0% {
		-webkit-transform: translateX(0px) translateY(20px) scale(1) rotate(0deg);
		-webkit-transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
		-webkit-transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		opacity: 1;
	}
}

@keyframes custom-text-entrance {
	0% {
		transform: translateX(0px) translateY(20px) scale(1) rotate(0deg);
		transform-origin: center center;
		animation-timing-function: ease-out;
		opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
		transform-origin: center center;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
