.adbro-dyson {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-dyson * {
	box-sizing: border-box;
	}

.adbro-dyson__container {
	position: absolute;
	bottom: 0;
	height: 170px;
	left: 50%;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
	}

.adbro-dyson__side {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeInOut24 9s both;
    animation: fadeInOut24 9s both;
}

.adbro-dyson__side--2 {
    opacity: 100 !important;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.adbro-dyson__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	}

.adbro-dyson__bg--1 {
    background-image: url(../images/dyson-bg.png);
    height: 42px;
}

.adbro-dyson__bg--2 {
    background-image: url(../images/dyson-bg2.png);
    height: 50px;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

.adbro-dyson__img {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat  : no-repeat;
  	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInLeft25 4.5s .7s both;
	animation: fadeInLeft25 4.5s .7s both;
}

.adbro-dyson__img--1 {
	bottom: 0;
	margin-left: -80px!important;
	background-image: url(../images/dyson-img.png);
	width: 211px;
	height: 102px;
}

.adbro-dyson__text {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat  : no-repeat;
  	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-dyson__text--1 {
	bottom: 6px;
	margin-left: -150px!important;
	background-image: url(../images/dyson-text.png);
	width: 115px;
	height: 27px;
	-webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

.adbro-dyson__btn {
	display: block;
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 !important;
	margin-left: 80px !important;
	background: url(../images/dyson-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 55px;
	height: 19px;
	-webkit-animation: fadeInRight24 .7s 4.7s both;
    animation: fadeInRight24 .7s 4.7s both;
	overflow: hidden;
	}

.adbro-dyson__btn:after {
	content: '';
	position: absolute;
	top: 1px;
	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: 95%;
	-webkit-animation: shine24 2s 5.2s;
	animation: shine24 2s 5.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
}




.adbro-grid__line {
	background: #79B928;
    border-radius: 0 0 5px 5px !important;
	}

.adbro-grid__btn {
	background-image: url(../images/dyson-grid-btn.png);
	box-sizing: 0 0 5px 5px !important;
	height: 16px !important;
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -3px;
	z-index: 2;
	}

.adbro-grid {
	background: url(../images/dyson-grid-bg.png) no-repeat 0 0 / cover !important;
	position: relative;
	border-radius: 0 0 5px 5px !important;
	}

.adbro-grid__list {
	display: block!important;
	padding: 23px 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-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 23px;
	z-index: 1;
	}

.adbro-grid__top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	background: url(../images/dyson-grid-top-text.png) no-repeat center center;
	background-size: contain;
	width: 176px;
	height: 23px;
	}

.adbro-grid__top:after {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	margin: 0!important;
	background: url(../images/dyson-grid-top-corner.png) no-repeat center center;
	background-size: contain;
	width: 52px;
	height: 24px;
	}

.adbro-grid__box {
	position: relative;
	margin: 0 auto!important;
	padding: 0 !important;
	padding-bottom: 61.73% !important;
	}

.adbro-grid__box + .adbro-grid__box {
	margin: 0 !important;
}

.adbro-grid__box .adbro-grid__pic {
	display: block;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 61.73% !important;
}

.adbro-grid__box .adbro-grid__pic--1 {
	background-image: url(../images/dyson-grid-pic.png);
}

.adbro-grid__box .adbro-grid__pic--2 {
	background-image: url(../images/dyson-grid-pic2.png);
	opacity: 0;
	visibility: hidden;
}

.adbro-grid__box .adbro-grid__pic--3 {
	background-image: url(../images/dyson-grid-pic3.png);
	opacity: 0;
    visibility: hidden;
}

.adbro-pic--vis {
    opacity: 1 !important;
    visibility: visible !important;
}

.adbro-pic--invis {
    opacity: 0 !important;
    visibility: hidden !important;
}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0!important;
	margin-left: -12px!important;
	background: url(../images/dyson-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-grid__pointer {
	position: absolute;
	top: 140px;
    right: 10%;
	margin: 0 !important;
	width: 35px;
	height: 38px;
	background: url(../images/dyson-pointer.png) no-repeat left bottom;
	background-size: contain;
	cursor: pointer;
	z-index: 3;
    -webkit-animation: moveY24 1.2s .3s infinite;
    animation: moveY24 1.2s .3s infinite;
	}

.adbro-grid__overlay {
	position: relative;
	overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    margin: 0 !important;
}


/** slider **/

.adbro-slider {
	position: relative;
	padding: 0 !important;
}

.adbro-slider__frame {
	padding: 0 !important;
}

.adbro-slider__wrapper {
	margin: 0 auto !important;
	box-sizing: border-box;
	overflow: hidden !important;
	position: relative;
	width: 100%;
}

.adbro-grid__img {
	display: block;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    padding-bottom: 50.12%;
}

.adbro-grid__img--1 {
    background-image: url(../images/dyson-grid-img.png);
}

.adbro-grid__img--2 {
    background-image: url(../images/dyson-grid-img2.png);
}

.adbro-grid__img--3 {
    background-image: url(../images/dyson-grid-img3.png);
}

.adbro-grid__img--4 {
    background-image: url(../images/dyson-grid-img4.png);
}

.adbro-slider__list {
	width: 100% !important;
	-webkit-animation: none !important;
	animation: none !important;
}

.adbro-bottom .adbro-slider--sm .adbro-slider__list {
	margin: 0 0 15px 0 !important;
}

.adbro-slider--sm .adbro-slider__item {
	width: 70% !important;
    padding: 10px 10px 10px 0 !important;
}

.adbro-slider__item .adbro-grid__box {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.adbro-slider__frame .adbro-slider__arrow {
	display: none!important;
}

.adbro-slider .adbro-slider__arrow--prev,
.adbro-slider .adbro-slider__arrow--next {
	background: none !important;
}

.adbro-slider__dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	margin: 0 !important;
	list-style: none;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}

.adbro-slider__dots li {
    display: flex;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0!important;
    margin-right: 8px!important;
    position: relative;
    cursor: pointer;
}

.adbro-slider__dots li:last-child {
	margin-right: 0!important;
}

.adbro-slider__dots li:before {
    content: '';
    position: absolute;
    top: 50%;
    margin: 0!important;
    margin-top: -1px!important;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: .5;
    background: #000 !important;
    border-radius: 5px;
}

.adbro-slider__dots li.active:before {
    background: #000 !important;
    opacity: 1;
}




.adbro-grid__video {
	display: none;
	position: relative;
	background-color: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	overflow: hidden;
	}

.adbro-bottom .adbro-grid__video {
	padding: 0 0 56.5%!important;
	}

.adbro-grid__video video {
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}

#adbro-video2 {
	display: none;
}

.adbro-grid__overlay {
    margin: 0!important;
}



.adbro-grid__sound {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	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;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible !important;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}


.adbro-grid__sound:before,
.adbro-grid__sound:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fall25 2s 0.3s both infinite;
	animation: fall25 2s 0.3s both infinite;
	}

.adbro-grid__sound:before {
	top: -10px;
	left: -2px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
	width: 7px;
	height: 8px;
	}

.adbro-grid__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: 0.8s;
	animation-delay: 0.8s;
	}

.adbro-grid__sound.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png) !important;
	}

.adbro-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	}

.adbro-dyson-round {
	display: none;
	position: fixed;
	bottom: 270px;
	right: 20px;
	margin: 0!important;
	width: 110px;
	height: 110px;
	overflow: visible!important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9.2s forwards;
	animation: fadeOut24 .3s 9.2s forwards;
}

.adbro-dyson-round .adbro-close {
	bottom: 115px;
}

.adbro-dyson-round__link {
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	overflow: visible!important;
}

.adbro-dyson-round__bg {
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin: 0 !important;
	margin-left: -50px!important;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-animation: fadeIn24 .7s .2s both;
	animation: fadeIn24 .7s .2s both;
	overflow: hidden;
}

.adbro-dyson-round__img {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin: 0 !important;
	margin-left: -56px!important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 101px;
	height: 112px;
	-webkit-animation: fadeIn24 .7s .2s both;
	animation: fadeIn24 .7s .2s both;
}

.adbro-dyson-round__img--1 {
	background-image: url(../images/dyson-round-img.png);
	width: 111px;
	height: 85px;
}

.adbro-dyson-round__btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -56px!important;
	background: url(../images/dyson-round-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 111px;
	height: 20px;
	-webkit-animation: fadeIn24 .7s .2s both;
	animation: fadeIn24 .7s .2s both;
}

.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;
		}
	}

@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 fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}

@keyframes fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft25 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInLeft25 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes moveY24 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	}

@keyframes moveY24 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
}

@-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);
	}
}