.adbro-gamudaland {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-gamudaland * {
	box-sizing: border-box;
	}

.adbro-gamudaland__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
}

.adbro-gamudaland__side {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    -webkit-animation: fadeInOut24 9s linear 5;
    animation: fadeInOut24 9s linear 5;
}

.adbro-gamudaland__side--2 {
    opacity: 0;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.adbro-gamudaland__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 47px;
	margin: 0 !important;
	background: url(../images/gamudaland-bg.png) no-repeat center top;
    background-size: cover;
    -webkit-animation: slideInUp24 .5s .3s both;
    animation: slideInUp24 .5s .3s both;
}

.adbro-gamudaland__logo {
	position: absolute;
    bottom: 1px;
    left: 50%;
    margin: 0 !important;
    margin-left: -134px !important;
	background: url(../images/gamudaland-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 35px;
	height: 27px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-gamudaland__text {
	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-gamudaland__text--1 {
	bottom: 6px;
    margin-left: -92px !important;
	background-image: url(../images/gamudaland-text.png);
	width: 104px;
	height: 35px;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

.adbro-gamudaland__img {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin: 0 !important;
    margin-left: -86px !important;
	background: url(../images/gamudaland-img.png) no-repeat left bottom;
	background-size: contain;
	width: 102px;
	height: 47px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
	}

.adbro-gamudaland__btn {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin: 0 !important;
    margin-left: 23px !important;
    background: url(../images/gamudaland-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 62px;
    height: 15px;
	-webkit-animation: fadeInRight24 .7s .8s both;
	animation: fadeInRight24 .7s .8s both;
	overflow: hidden;
	}

.adbro-gamudaland__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;
}



.adbro-grid__line {
    background: #4A565E;
    border-radius: 0 0 5px 5px!important;
}

.adbro-grid__line .adbro-grid__btn {
	background-image: url(../images/gamudaland-grid-btn.png);
	height: 15px;
}

.adbro-grid {
	border-radius: 0 0 5px 5px;
	padding: 0 !important;
	background: #C5E6DA !important;
	}

.adbro-grid:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    margin: 0 !important;
    background: url(../images/gamudaland-grid-bg-logo.png) no-repeat 0 50% / contain;
    background-size: contain;
    width: 100%;
    height: 199px;
}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -3px;
	z-index: 2;
	}

.adbro-grid__list {
	display: block !important;
	padding-top: 25px !important;
	padding-bottom: 0 !important;
	position: relative;
	-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 0 38px 0 !important;
	overflow-x: hidden !important;
	}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0;
	z-index: 1;
}

.adbro-grid__top:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    background: url(../images/gamudaland-grid-corner.png) no-repeat 100% 100% / cover;
    width: 144px;
    height: 23px;
}

.adbro-grid__box,
.adbro-popup__box {
	display: block !important;
	margin: 0 !important;
	position: relative;
	width: 100%;
	/*height: 100%;*/
	}

.adbro-grid__pointer {
	position: absolute;
	bottom: 7%;
	left: 50%;
	margin: 0 !important;
	margin-left: -31px !important;
	width: 35px;
	height: 38px;
	background: url(../images/gamudaland-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__box--1 {
	margin-top: 0px!important;
	margin-bottom: -40px !important;
	}

.adbro-grid__box::-webkit-scrollbar,
.adbro-popup__box::-webkit-scrollbar {
	display: none;
	}

.adbro-grid__img,
.adbro-popup__img {
    position: relative;
    display: block !important;
	margin: 0 !important;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/gamudaland-grid-img.png);
	padding-bottom: 13.75% !important;
	}

.adbro-popup__box--1 .adbro-popup__img {
	background-image: url(../images/gamudaland-popup-text.png);
	padding-bottom: 13.75% !important;
	}

.adbro-grid__box--2 .adbro-grid__img {
	background-image: url(../images/gamudaland-grid-img2.png?v=1);
	padding-bottom: 142.18% !important;
	}

.adbro-popup__box--2 .adbro-popup__img {
	background-image: url(../images/gamudaland-popup-text2.png);
	padding-bottom: 18.75% !important;
	}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0!important;
	margin-left: -12px!important;
	background: url(../images/gamudaland-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 .5s 5s both;
	animation: fadeIn24 .5s 5s both;
}


/** 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__pic,
.adbro-popup__pic {
	display: block !important;
	margin: 0 auto !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	}

.adbro-grid__pic--1 {
    background-image: url(../images/gamudaland-grid-pic.png);
    padding-bottom: 107.53%;
}

.adbro-grid__pic--2 {
    background-image: url(../images/gamudaland-grid-pic2.png);
    padding-bottom: 107.53%;
}

.adbro-grid__pic--3 {
    background-image: url(../images/gamudaland-grid-pic3.png);
    padding-bottom: 107.53%;
}

.adbro-popup__pic--1 {
    background-image: url(../images/gamudaland-popup-pic.png);
    padding-bottom: 196.66% !important;
}

.adbro-popup__pic--2 {
    background-image: url(../images/gamudaland-popup-pic2.png);
    padding-bottom: 196.66%;
}

.adbro-popup__pic--3 {
    background-image: url(../images/gamudaland-popup-pic3.png);
    padding-bottom: 196.66%;
}

.adbro-popup__pic--4 {
    background-image: url(../images/gamudaland-popup-pic4.png);
    padding-bottom: 144.91%;
}

.adbro-popup__pic--5 {
    background-image: url(../images/gamudaland-popup-pic5.png);
    padding-bottom: 144.91%;
}

.adbro-popup__pic--6 {
    background-image: url(../images/gamudaland-popup-pic6.png);
    padding-bottom: 144.91%;
}

.adbro-popup__pic--7 {
    background-image: url(../images/gamudaland-popup-pic7.png);
    padding-bottom: 144.91%;
}

.adbro-slider__list {
	width: 100% !important;
	-webkit-animation: none !important;
	animation: none !important;
}

.adbro-bottom .adbro-slider--sm .adbro-slider__list {
	margin: 0 !important;
}

.adbro-slider--sm .adbro-slider__item {
	width: 50% !important;
    padding: 0 0 30px !important;
}

.adbro-slider__item .adbro-grid__box,
.adbro-slider__item .adbro-popup__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: 20px!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: #37444D !important;
    border-radius: 5px;
}

.adbro-slider__dots li.active:before {
    background: #37444D !important;
    opacity: 1;
}


/** carousel **/

.adbro-carousel__wrapper {
	margin: 0 auto !important;
	box-sizing: border-box;
	/*overflow: hidden !important;*/
	position: relative;
	width: 100%;
	}

.adbro-carousel__wrapper--1 {
	position: absolute;
	left: 0;
	top: 18%;
	margin: 0 !important;
	}

.adbro-grid__controls {
    display: none !important;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin: 0 !important;
	margin-top: -18px !important;
	width: 35px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	}

.adbro-grid__carousel {
	position: relative;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden !important;
	margin: 0!important;
	width: 100%;
	}

.adbro-grid__carousel-item {
	position: relative;
	display: block!important;
	margin: 0;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: margin 0.3s ease, transform 0.3s ease;
	}

.adbro-carousel__wrapper--2 .adbro-grid__carousel-item {
    width: 50%;
    padding-bottom: 96.66% !important;
	cursor: pointer;
	}

.adbro-carousel__wrapper--2 .adbro-grid__carousel-item--1 {
	background-image: url(../images/gamudaland-popup-pic.png);
	}

.adbro-carousel__wrapper--2 .adbro-grid__carousel-item--2 {
	background-image: url(../images/gamudaland-popup-pic2.png);
	}

.adbro-carousel__wrapper--2 .adbro-grid__carousel-item--3 {
	background-image: url(../images/gamudaland-popup-pic3.png);
	}


.adbro-carousel__wrapper--3 .adbro-grid__carousel-item {
    width: 30%;
	padding-bottom: 44.91%;
	margin-left: 20px;
	}

.adbro-carousel__wrapper--3 .adbro-grid__carousel-item--1 {
	background-image: url(../images/gamudaland-popup-pic4.png);
	}

.adbro-carousel__wrapper--3 .adbro-grid__carousel-item--2 {
	background-image: url(../images/gamudaland-popup-pic5.png);
	}

.adbro-carousel__wrapper--3 .adbro-grid__carousel-item--3 {
	background-image: url(../images/gamudaland-popup-pic6.png);
	}

.adbro-carousel__wrapper--3 .adbro-grid__carousel-item--4 {
	background-image: url(../images/gamudaland-popup-pic7.png);
	}



/** form **/

.adbro-popup__form-layout {
	position: relative;
	display: block !important;
	margin: 0 !important;
	border-top: solid 1px #B0B0B0;
	padding-bottom: 40px;
	background: url(../images/gamudaland-form-bg.png) no-repeat 50% 0;
	background-size: cover;
	}

.adbro-form__title {
    margin: 0 !important;
    background: url(../images/gamudaland-form-title.png) no-repeat 50% 100%;
    background-size: contain;
    width: 320px;
    height: 75px;
    position: relative;
    display: block;
}

.adbro-form {
	position: relative;
	margin: 0 auto !important;
	width: 100%;
	max-width: 320px;
	height: 270px;
	}

.adbro-form__area {
	display: block;
	position: relative;
	margin: 10px 0 0 !important;
	}

.adbro-form__line {
	margin: 0 0 12px !important;
	padding: 0 5px;
	position: relative;
	}

.adbro-form__field {
	display: block !important;
	margin: 0 auto!important;
	width: 100%;
	max-width: 286px;
	height: 35px;
	background: #fff;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;
	font-size: 14px !important;
	line-height: 16px;
	color: #565656;
	padding: 0 10px;
	border: none !important;
	-webkit-appearance: none;
	outline: none;
	border-radius: 15px;
	/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
	}

.adbro-form__field::-webkit-input-placeholder {
	color: #B0B0B0;
	}

.adbro-form__field::-moz-placeholder {
	color: #B0B0B0;
	}

.adbro-form__field:-ms-input-placeholder {
	color: #B0B0B0;
	}

.adbro-form__field.placeholder {
	color: #B0B0B0;
	}

.adbro-form__submit {
	position: relative;
	background: url(../images/gamudaland-form-btn.png) no-repeat 50% 50%;
	background-size: contain;
	width: 97px;
	height: 40px;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	left: 50%;
	margin-left: 45px !important;
	}

.adbro-form__result {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	height: 100%;
	width: 100%;
	}

.adbro-form__finish {
    position: absolute;
    top: 0;
    margin: 0 !important;
    background: url(../images/gamudaland-form-finish.png?v=1) no-repeat 50% 50% / cover;
    width: 320px;
    height: 270px;
    left: 0;
    display: block !important;
	}



/* popup */

.adbro-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 100001;
	background: #C5E6DA url(../images/gamudaland-popup-top-bg.png?v=1) no-repeat 10px 10px / contain;
	padding: 45px 0 38px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	pointer-events: none;
	}

.adbro-popup--vis {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	}

.adbro-popup__close {
	position: fixed;
	top: -4px;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 90% 50%;
	background-size: 22px 22px;
	width: 120px;
	height: 40px;
	margin: 0 !important;
	cursor: pointer;
	z-index: 12;
	}

.adbro-popup__top {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0 !important;
	width: 100%;
	height: 31px;
	background: url(../images/gamudaland-popup-close.png) no-repeat 100% 0 / contain;
	z-index: 10;
	}

.adbro-popup__section {
	position: relative;
	margin: 0 !important;
	display: block !important;
	padding: 10px 0 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
	}

.adbro-popup__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block !important;
	padding-bottom: calc(177.5% + 0px);
	margin: 0 !important;
	}

.adbro-popup__line {
	position: fixed;
	z-index: 5;
	bottom: 0;
	width: 100%;
	height: 38px;
	margin: 0 !important;
	background: #4A565E;
	border-radius: 0 !important;
	display: block !important;
	}

.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/gamudaland-grid-btn.png);
	width: 224px;
	height: 15px;
	}







.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 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);
        }
}

@-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 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);
		}
	}