@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
}

#b_90110752 {
	background-color: #c9e8f5;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 300px;
	z-index: 1;
}

#b_90110752 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#b_90110752 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#el_I901107521525963 {
	top: 136px;
	left: 15px;
	z-index: 1;
}

#img_I901107521525963 {
	width: 270px;
	height: 65px;
}

#img_I901107521525963.bnfy-enter {
	-webkit-animation: custom-text-entrance 1000ms 6000ms ease 1 both;
	animation: custom-text-entrance 1000ms 6000ms ease 1 both;
}

#el_I901107521525964 {
	top: 136px;
	left: 15px;
	z-index: 2;
}

#img_I901107521525964 {
	width: 270px;
	height: 65px;
}

#img_I901107521525964.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_I901107521525964.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_I901107521525965 {
	top: 126.55078125px;
	left: 15px;
	z-index: 3;
}

#img_I901107521525965 {
	width: 270px;
	height: 75px;
}

#img_I901107521525965.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_I901107521525965.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_I901107521525966 {
	top: 210px;
	left: 15px;
	z-index: 4;
}

#img_I901107521525966 {
	width: 79px;
	height: 26px;
}

#img_I901107521525966.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_I901107521525967 {
	top: 16px;
	left: 15px;
	z-index: 5;
}

#img_I901107521525967 {
	width: 75px;
	height: 19px;
}

#img_I901107521525967.bnfy-enter {
	-webkit-animation: none 1000ms 0ms ease 1 both;
	animation: none 1000ms 0ms ease 1 both;
}

#el_I901107521525968 {
	top: 33px;
	left: 65px;
	z-index: 6;
}

#img_I901107521525968 {
	width: 157px;
	height: 102px;
}

#img_I901107521525968.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
	}
}
