.adbro-kimball {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
}

.adbro-kimball * {
	box-sizing: border-box;
}

.adbro-kimball__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
}

.adbro-kimball__decor {
	display: block;
	position: absolute;
	margin: 0 !important;
	-webkit-animation: fadeIn24 .7s .9s both;
	animation: fadeIn24 .7s .9s both;
}

.adbro-kimball__decor--1 {
    left: 0;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 100%;
    background: linear-gradient(90deg, #EDE722 0%, rgba(156, 202, 47, 0) 100%);
}

.adbro-kimball__decor--1::after {
    content: '';
    position: absolute;
    left: 0;
	top: 15px;
	bottom: 0;
	width: 15px;
	height: 100%;
	background: url(../images/kimball-decor.png) repeat 0 0 / contain;
}

.adbro-kimball__decor--2 {
    right: 0;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 100%;
    background: linear-gradient(-90deg, #EDE722 0%, rgba(156, 202, 47, 0) 100%);
}

.adbro-kimball__decor--2::after {
    content: '';
    position: absolute;
    right: 0;
	top: 15px;
	bottom: 0;
	width: 15px;
	height: 100%;
	background: url(../images/kimball-decor.png) repeat 0 0 / contain;
}

.adbro-kimball__decor--3 {
    right: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
    background: linear-gradient(180deg, #EDE722 0%, rgba(156, 202, 47, 0) 100%);
}

.adbro-kimball__decor--3::after {
    content: '';
    position: absolute;
    right: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../images/kimball-decor.png) repeat 0 0 / contain;
}

.adbro-kimball__items {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 !important;
    margin-left: -50% !important;
    background: url(../images/kimball-items.png) no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeIn24 .5s .5s both, fadeOut24 .5s 2.1s forwards;
    animation: fadeIn24 .5s .5s both, fadeOut24 .5s 2.1s forwards;
}

.adbro-kimball__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background: url(../images/kimball-bg.png) no-repeat top center;
	background-size: cover;
	margin: 0!important;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	}

.adbro-kimball__bg::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 !important;
    margin-left: -77px !important;
    background: url(../images/kimball-img2.png?v=2) no-repeat 50% 50% / cover;
    width: 131px;
    height: 64px;
    -webkit-animation: fadeOut24 .5s 1.8s both;
    animation: fadeOut24 .5s 1.8s both;
}

.adbro-kimball__logo {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin: 0 !important;
    margin-left: -152px!important;
	background: url(../images/kimball-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 70px;
	height: 25px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-kimball__img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -77px!important;
	background: url(../images/kimball-img.png) no-repeat center bottom;
	background-size: contain;
	width: 131px;
	height: 64px;
	-webkit-animation: fadeIn24 .3s 1.5s both;
	animation: fadeIn24 .3s 1.5s both;
	overflow: hidden;
}

.adbro-kimball__btn {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: 55px!important;
	background: url(../images/kimball-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 86px;
	height: 31px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
	overflow: hidden;
}

.adbro-kimball__btn:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
	width: 25%;
	height: 63%;
	-webkit-animation: shine24 2s 2.2s;
	animation: shine24 2s 2.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
	}




.adbro-grid__line {
	background: #008F47;
	border-radius: 0 0 5px 5px !important;
}

.adbro-grid__btn {
	background-image: url(../images/kimball-grid-btn.png);
	height: 16px!important;
}

.adbro-grid {
	background: url(../images/kimball-grid-bg.png) no-repeat 50% 50% / cover, linear-gradient(180deg, #F8EB1E 0%, #069347 100%) !important;
	position: relative;
	padding: 0!important;
	border-radius: 0 0 5px 5px !important;
	}

.adbro-grid__top {
	position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 27px;
    background: url(../images/kimball-grid-top-bg.png) no-repeat center bottom / cover;
    z-index: 2;
	}

.adbro-grid__top::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    margin: 0 !important;
    background: url(../images/kimball-grid-logo.png) no-repeat 50% 50% / contain;
    width: 43px;
    height: 16px;
    z-index: 1;
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -2px;
	z-index: 3;
	}

.adbro-grid__list {
	display: block!important;
	padding: 0 0 38px!important;
	position: relative;
	height: 300px !important;
	-webkit-animation: move27 1.8s 2s both;
    animation: move27 1.8s 2s both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    }

@-webkit-keyframes move27 {
    50% {
        -webkit-transform: translateY(-13%);
        transform: translateY(-13%);
        }
    }

@keyframes move27 {
    50% {
        -webkit-transform: translateY(-13%);
        transform: translateY(-13%);
        }
    }

.adbro-bottom .adbro-grid__list {
	margin: 0!important;
	}

.adbro-grid__box {
	display: block!important;
	margin: 0!important;
	position: relative;
	width: 100%;
	overflow: auto;
}

.adbro-grid__box::-webkit-scrollbar {
    display: none;
}

.adbro-grid__box:first-child {
	margin-top: 0 !important;
}

.adbro-grid__img {
    margin: 0 auto!important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/kimball-grid-img.png?v=2);
	padding-bottom: 81.87% !important;
}

.adbro-grid__box--1 .adbro-grid__img::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 !important;
    margin-left: -160px !important;
    background: url(../images/kimball-grid-img2.png?v=1) no-repeat 50% 50% / contain;
    width: 320px;
    height: 75px;
}

.adbro-grid__box--2 .adbro-grid__img {
	background-image: url(../images/kimball-grid-img3.png?v=1);
	padding-bottom: 52.18% !important;
}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0!important;
	margin-left: -12px!important;
	background: url(../images/kimball-grid-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 .5s 5s both;
	animation: fadeIn24 .5s 5s both;
}




.adbro-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 100001;
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	}

.adbro-popup--vis {
	opacity: 1;
	visibility: visible;
    transition: opacity .3s, visibility .3s;
	}

.adbro-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/kimball-popup-close.png) no-repeat 50% 50% / contain;
	width: 71px;
	height: 34px;
	margin: 0 !important;
	cursor: pointer;
	z-index: 2;
	display: none;
	}

.adbro-popup__section {
	margin: 0 !important;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 100%;
	}

.adbro-popup__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.adbro-popup__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	background: #000;
}

.adbro-popup__img {
    position: absolute;
    z-index: 1;
    display: none;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/kimball-popup-img.png?v=1);
    width: 100%;
    height: 100%;
}

.adbro-popup__line {
	position: fixed;
	z-index: 5;
	bottom: 0;
	width: 100%;
	height: 38px;
	margin: 0 !important;
	background: #008F47;
	border-radius: 0px !important;
	display: none;
	}

.adbro-popup__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0!important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../images/kimball-grid-btn.png);
	width: 128px;
	height: 16px;
	}

.adbro-popup__overlay {
	position: absolute;
	/*top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	left: 0;
	bottom: 38px;
	width: 50px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
}

.adbro-popup__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 !important;
}

.adbro-popup__sound {
    display: none;
	position: absolute;
	bottom: 55px;
	left: 15px;
	margin: 0!important;
	width: 22px;
	height: 22px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png) no-repeat left bottom !important;
	background-size: contain !important;
	border-radius: 50%;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	overflow: visible !important;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}

.adbro-popup__sound:before,
.adbro-popup__sound:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fall25 2s .3s both infinite;
	animation: fall25 2s .3s both infinite;
}

.adbro-popup__sound:before {
	top: -10px;
	left: -2px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
	width: 7px;
	height: 8px;
}

.adbro-popup__sound:after {
	top: -15px;
	left: 15px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png);
	width: 7px;
	height: 12px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.adbro-popup__sound.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png)!important;
}




.adbro-kimball-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 20px;
	margin: 0 !important;
	width: 100px;
	height: 100px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
}

.adbro-kimball-round .adbro-close {
	bottom: 115px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.adbro-kimball-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
}

.adbro-kimball-round__bg {
	position: absolute;
	bottom: 4px;
	left: 50%;
	margin: 0 !important;
	margin-left: -50px !important;
	width: 100px;
    height: 108px;
	overflow: hidden !important;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
    animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
}

.adbro-kimball-round__bg--1 {
	background-image: url(../images/kimball-round-bg.png?v=1);
}



.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0!important;
	cursor: pointer;
	}

.adbro-close {
	position: absolute;
	bottom: 35px;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 30px;
	height: 30px;
	margin: 0!important;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
	}

.adbro-icon {
	position: absolute;
	bottom: 6px;
	right: 4px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	width: 21px;
	height: 20px;
	margin: 0!important;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
	}

@-webkit-keyframes fadeIn24 {
	from {
		opacity: 0;
		}

	to {
		opacity: 1;
		visibility: visible;
		display: block;
		}
	}

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}

	to {
		opacity: 1;
		visibility: visible;
		display: block;
		}
	}

@-webkit-keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible;
		}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible;
		}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@-webkit-keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@-webkit-keyframes fall25 {
	from {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes fall25 {
	from {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}