.adbro-indofood {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-indofood * {
    box-sizing: border-box;
}

.adbro-indofood__block,
#adbro .adbro-indofood__block {
	display: block!important;
	position: absolute;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	overflow: hidden;
	margin: 0!important;
	-webkit-animation: fadeIn24 1s 1s both, slideOutDown24 .5s 6.5s forwards;
	animation: fadeIn24 1s 1s both, slideOutDown24 .5s 6.5s forwards;
	z-index: 2;
}

#adbro .adbro-indofood__block-link,
.adbro-indofood__block-link {
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%!important;
    height: 100%!important;
}

.adbro-takeover-replay .adbro-close {
	bottom: auto;
	top: 0;
}

.adbro-indofood__video-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	margin: 0!important;
	max-width: none!important;
}

.adbro-indofood__block video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%!important;
	height: 100%;
	background: transparent;
	margin: auto!important;
}

.adbro-indofood__time {
	position: absolute;
	bottom: 12px;
	left: 7px;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-size: 12px!important;
	line-height: 12px;
	color: #fff;
	z-index: 1;
}

.adbro-indofood__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #0094FF;
}

.adbro-progress--active {
	-webkit-animation: progress24 6s 1s both linear;
	animation: progress24 6s 1s both linear;
}

@-webkit-keyframes progress24 {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes progress24 {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.adbro-indofood__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 170px;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-indofood__side {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: 0!important;
	-webkit-animation: fadeInOut24 9s linear;
	animation: fadeInOut24 9s linear;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
}

.adbro-indofood__side--2 {
    opacity: 0;
    visibility: hidden;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.adbro-indofood__side--3 {
    opacity: 0;
    visibility: hidden;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.adbro-indofood__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: url(../images/indofood-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .5s both;
	animation: slideInUp24 .5s .5s both;
	margin: 0 !important;
	overflow: hidden!important;
}

.adbro-indofood__text {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInDown24 .7s .7s both;
	animation: fadeInDown24 .7s .7s both;
}

.adbro-indofood__text--1 {
    bottom: 15px;
    margin-left: -5px!important;
    background-image: url(../images/indofood-text.png);
    width: 100px;
    height: 25px;
}

.adbro-indofood__text--2 {
    bottom: 19px;
    margin-left: -6px!important;
    background-image: url(../images/indofood-text2.png);
    width: 111px;
    height: 21px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.adbro-indofood__text--3 {
    bottom: 19px;
    margin-left: -8px!important;
    background-image: url(../images/indofood-text3.png);
    width: 108px;
    height: 21px;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.adbro-indofood__badge {
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin: 0 !important;
    margin-left: 99px!important;
    background: url(../images/indofood-badge.png) no-repeat left bottom;
    background-size: contain;
    width: 43px;
    height: 36px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
}

.adbro-indofood__logo {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin: 0 !important;
    margin-left: -155px!important;
    background: url(../images/indofood-logo.png) no-repeat left bottom;
    background-size: contain;
    width: 38px;
    height: 10px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-indofood__img {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-indofood__img--1 {
    bottom: 0px;
    margin-left: -113px!important;
    background-image: url(../images/indofood-img.png);
    width: 80px;
    height: 64px;
}

.adbro-indofood__img--2 {
    bottom: 0px;
    margin-left: -39px!important;
    background-image: url(../images/indofood-img2.png);
    width: 31px;
    height: 30px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.adbro-indofood__btn {
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin: 0 !important;
    margin-left: 15px!important;
    background: url(../images/indofood-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 60px;
    height: 14px;
	-webkit-animation: fadeInUp24 .7s .8s both;
	animation: fadeInUp24 .7s .8s both;
	overflow: hidden;
}

.adbro-indofood__btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 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: 96%;
	-webkit-animation: shine24 2s 7s;
	animation: shine24 2s 7s;
	-webkit-animation-iteration-count: 4;
	animation-iteration-count: 4;
}

.adbro-indofood-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 20px;
	margin: 0!important;
	width: 110px;
	height: 110px;
	overflow: visible!important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
}

.adbro-indofood-round .adbro-close {
	bottom: 115px;
}

.adbro-indofood-round__link {
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	overflow: visible!important;
}

.adbro-indofood-round__img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 !important;
    margin-left: -56px!important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 111px;
    height: 118px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .5s 3s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .5s 3s forwards;
	overflow: visible!important;
}

.adbro-indofood-round__img--1 {
	background-image: url(../images/indofood-round-img.png);
}

.adbro-indofood-round__img--2 {
    bottom: 1px;
    margin-left: -63px!important;
    background-image: url(../images/indofood-round-img2.png);
    width: 133px;
	-webkit-animation-delay: 3s, 6s;
	animation-delay: 3s, 6s;
}

.adbro-indofood-round__img--3 {
	bottom: 1px;
    margin-left: -66px!important;
    background-image: url(../images/indofood-round-img3.png);
    width: 129px;
	-webkit-animation-delay: 6s, 9s;
	animation-delay: 6s, 9s;
}

.adbro-indofood-round__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 !important;
    margin-left: -42px!important;
    background: url(../images/indofood-round-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 82px;
    height: 19px;
	-webkit-animation: fadeInUp24 .7s .2s both;
	animation: fadeInUp24 .7s .2s both;
}

.adbro-replay {
	position: absolute;
	bottom: 35px;
	left: 5px;
	margin: 0!important;
	background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg) no-repeat;
	background-size: 18px 18px;
	width: 24px;
	height: 23px;
	-webkit-animation: fadeIn24 1s .6s both;
	animation: fadeIn24 1s .6s both;
	cursor: pointer;
	z-index: 1;
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    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;
	    display: block;
	    visibility: visible;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
	    display: block;
	    visibility: visible;
    }
}

@-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 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 fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown24 {
    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.3;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0.3;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@-webkit-keyframes fadeInOut24 {
	0%, 38.08%, 100% {
		opacity: 0;
        visibility: hidden;
	}
	4.76%, 33.32%  {
		opacity: 1;
        visibility: visible;
	}
}

@keyframes fadeInOut24 {
	0%, 38.08%, 100% {
		opacity: 0;
        visibility: hidden;
	}
	4.76%, 33.32%  {
		opacity: 1;
        visibility: visible;
	}
}

@-webkit-keyframes slideOutDown24 {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown24 {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
