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

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

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

.adbro-cetaphil__decor {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 !important;
	width: 41px;
	height: 60px;
    -webkit-animation: fadeIn24 .7s .8s both;
    animation: fadeIn24 .7s .8s both;
}

.adbro-cetaphil__decor--1 {
    left: 0;
}

.adbro-cetaphil__decor--1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cetaphil-decor.png) no-repeat 50% 50% / contain;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-cetaphil__decor--2 {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

.adbro-cetaphil__decor--2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cetaphil-decor.png) no-repeat 50% 50% / contain;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

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

.adbro-cetaphil__logo {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: 0 !important;
	margin-left: -157px!important;
	background: url(../images/cetaphil-logo.png) no-repeat left bottom / contain;
	width: 31px;
	height: 16px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-cetaphil__text {
	display: block;
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 !important;
	margin-left: -123px!important;
	background: url(../images/cetaphil-text.png) no-repeat left bottom / contain;
	width: 111px;
    height: 20px;
	-webkit-animation: fadeInDown24 .7s .7s both;
	animation: fadeInDown24 .7s .7s both;
}

.adbro-cetaphil__img {
	display: block;
	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-cetaphil__img--1 {
    bottom: 14px;
    margin-left: -12px!important;
    background-image: url(../images/cetaphil-img.png);
    width: 51px;
    height: 48px;
}

.adbro-cetaphil__img--2 {
    bottom: 3px;
    margin-left: 30px!important;
    background-image: url(../images/cetaphil-img2.png);
    width: 41px;
    height: 60px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.adbro-cetaphil__btn {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: 0 !important;
	margin-left: 72px !important;
	background: url(../images/cetaphil-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 70px;
	height: 14px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
	overflow: hidden;
}

.adbro-cetaphil__btn:after {
	content: '';
	position: absolute;
	top: 0;
	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: 100%;
	-webkit-animation: shine24 2s 2.2s;
	animation: shine24 2s 2.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
	}



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

.adbro-grid {
    padding: 0 !important;
    background: url(../images/cetaphil-grid-bg.png) no-repeat top left / 100% auto !important;
    border-radius: 0 0 5px 5px !important;
}

.adbro-grid__line {
    background: #E5E5E5;
    border-radius: 0 0 5px 5px !important;
    border-left: solid 2px #81C7EC;
    border-right: solid 2px #81C7EC;
    border-bottom: solid 2px #81C7EC;
}

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

.adbro-grid__list {
	display: block !important;
	padding: 0 0 38px !important;
	position: relative;
	height: 253px !important;
}

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

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

.adbro-grid__top {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    width: 100%;
    height: 20px;
    background: #81C7EC;
    border: solid 1px #fff;
    z-index: 1;
}

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

.adbro-grid__top::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    margin: 0 !important;
    margin-left: -61px !important;
    background: url(../images/cetaphil-grid-title.png) no-repeat 50% 50% / contain;
    width: 123px;
    height: 8px;
    z-index: 1;
}

.adbro-grid__box {
	position: relative;
	display: block!important;
	margin: 0 !important;
}

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

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

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/cetaphil-grid-img.png);
	width: 320px;
	height: 195px;
}

.adbro-grid__pointer {
	position: absolute;
	bottom: 30px;
	right: 30px;
	margin: 0 !important;
	background: url(../images/cetaphil-grid-pointer.png) no-repeat 50% 50% / contain;
	width: 50px;
    height: 56px;
	cursor: pointer;
	z-index: 3;
	-webkit-animation: moveY24 1.2s .3s infinite;
	animation: moveY24 1.2s .3s infinite;
	}

.adbro-grid__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	margin: 0 !important;
}




.adbro-popup {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    z-index: 100001;
    padding-bottom: 38px!important;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #8ABFE5;
	}

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

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

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

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

.adbro-popup__video {
	position: relative;
	opacity: 0;
	margin: 0 auto !important;
	}

.adbro-popup__img {
	margin: 0 auto !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
}

.adbro-grid__box--1 .adbro-popup__img {
	background-image: url(../images/cetaphil-popup-img.png);
	padding-bottom: 39.06%;
}

.adbro-grid__box--2 .adbro-popup__img {
	background-image: url(../images/cetaphil-popup-img2.png?v=1);
	padding-bottom: 19.53%;
    margin-top: 15px !important;
}

.adbro-grid__box--3 .adbro-popup__img {
	background-image: url(../images/cetaphil-popup-img3.png?v=1);
	padding-bottom: 18.90%;
}

.adbro-grid__box--4 .adbro-popup__img {
	background-image: url(../images/cetaphil-popup-img4.png?v=1);
	padding-bottom: 18.90%;
}

.adbro-grid__box--5 .adbro-popup__img {
	background-image: url(../images/cetaphil-popup-img5.png?v=1);
	padding-bottom: 18.90%;
}

.adbro-grid__box--6 .adbro-popup__img {
	background-image: url(../images/cetaphil-popup-img6.png?v=1);
	padding-bottom: 19.53%;
	margin-bottom: 15px !important;
}

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

.adbro-popup__line {
	z-index: 99;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%!important;
	margin: 0!important;
	max-width: none!important;
	background: #1D4983;
	height: 38px!important;
	}

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




.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;
	}

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

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

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

@-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;
		}
	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 moveY24 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	}

@keyframes moveY24 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	}