@font-face {
  font-family: "iCiel Pony";
  src: url("../font/PONY.TTF") format("truetype");
}
@font-face {
  font-family: "iCiel Cadena";
  src: url("../font/ICIELCADENA.TTF") format("truetype");
}
@font-face {
  font-family: "iCiel Soup of Justice";
  src: url("../font/ICIELSOUPOFJUSTICE.TTF") format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "UTM Swiss 721 Black COndensed";
  src: url("../font/UTMSwiss721BlackCondensed.ttf") format("truetype");
  font-display: swap;
}
.fixCen {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.rs {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  margin: 0;
  font-size: 14px;
  background: #000;
  overflow-x: hidden;
  font-family: "Tahoma";
}

img {
  margin: 0 auto;
  display: block;
}

.page-1 {
  /* height: 1080px; */
  overflow: hidden;
  width: 100%;
  position: relative;
}
.page-1 .logo {
  display: block;
  background: url("../images/logo.png") 0/100% no-repeat;
  width: 179px;
  height: 185px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -90px;
  z-index: 2;
}
.page-1 .btn-play {
  display: block;
  width: 100px;
  height: 110px;
  position: absolute;
  left: 50%;
  margin-left: 68px;
  top: 400px;
  z-index: 2;
}
.page-1 .btn-hd {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 125px;
    z-index: 2;
}
.page-1 .btn-hd1 {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 191px;
    z-index: 2;
}
.page-1 .btn-hd2 {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 256px;
    z-index: 2;
}
.page-1 .btn-hd3 {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 321px;
    z-index: 2;
}
.page-1 .btn-hd4 {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 386px;
    z-index: 2;
}
.page-1 .btn-hd5 {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 451px;
    z-index: 2;
}
.page-1 .btn-hd6 {
    display: block;
    width: 255px;
    height: 65px;
    position: absolute;
    left: -25%;
    margin-left: 68px;
    top: 516px;
    z-index: 2;
}

.countdown {
	position: absolute;
    top: 644px;
    left: calc(50% - 207px);
}

.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-min,
.countdown .kkc-sec {
    font-size: 45px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    background-repeat: repeat;
    background-position: 0 0;
    width: 102px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-weight: 900;
}

.countdown .kkc-days {
    background-image: url(../images/cd/cd-bg-day.png);
}

.countdown .kkc-hours {
    background-image: url(../images/cd/cd-bg-hour.png);
}

.countdown .kkc-min {
    background-image: url(../images/cd/cd-bg-min.png);
}

.countdown .kkc-sec {
    background-image: url(../images/cd/cd-bg-sec.png);
}

.countdown .kkc-days-text,
.countdown .kkc-hours-text,
.countdown .kkc-min-text,
.countdown .kkc-sec-text {
    font-size: 15px;
    text-shadow: 1px solid #46536d;
    color: #ffe295;
    position: absolute;
    text-align: center;
    top: 39px;
}

.countdown .kkc-days-text {
    left: 32px;
}

.countdown .kkc-hours-text {
    left: 138px;
}

.countdown .kkc-min-text {
    left: 237px;
}

.countdown .kkc-sec-text {
    left: 337px;
}

.countdown .kkcountdown-box {
    width: 100%;
    display: block;
    text-align: center;
}

.events {
  background: #000;
  position: relative;
  z-index: 15;
}
.events .event-1 {
  background: url(../images/evt-bg-1.jpg) no-repeat center top;
  min-height: 1080px;
  padding-top: 120px;
}
.events .event-2 {
  background: url(../images/evt-bg-2.jpg) no-repeat center top;
  min-height: 786px;
  padding-top: 120px;
  padding-bottom: 50px;
}
.events .event-2 .reward-large li .dock {
  bottom: 130px;
}
.events .event-2 .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}
.events .event-3 {
  background: url(../images/evt-bg-3.jpg) no-repeat center top;
  min-height: 1195px;
  padding-bottom: 50px;
}
.events .event-3 .reward-large li .dock {
  bottom: 140px;
}
.events .event-3 .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}
.events .event-4 {
  background: url(../images/evt-bg-4.jpg) no-repeat center top;
  min-height: 2885px;
}
.events .event-5 {
  background: url(../images/evt-bg-5.jpg) no-repeat center top;
  min-height: 1074px;
}
.events .event-6 {
  background: url(../images/evt-bg-6.jpg) no-repeat center top;
  min-height: 1076px;
}
.events .event-7 {
  background: url(../images/evt-bg-7.jpg) no-repeat center top;
  min-height: 1078px;
}
.events .event-8 {
  background: url(../images/evt-bg-8.jpg) no-repeat center top;
  min-height: 1136px;
}
.events .event-9 {
  background: url(../images/evt-bg-9.jpg) no-repeat center top;
  min-height: 1130px;
}
.events .event-10 {
  background: url(../images/evt-bg-0.jpg) no-repeat center top;
  min-height: 355px;
}

.page-1 li.link-gift {
  display: block;
  width: 175px;
  height: 530px;
  position: absolute;
  top: 207px;
  left: 50%;
  margin-left: 1511px;
  background-color: transparent;
  border-top: 0;
}
.page-1 .video {
  width: 100%;
  height: 1080px;
  position: relative;
}
.page-1 .video video {
  width: 1920px;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
}
.page-1 .img-event {
  width: 1920px;
  position: relative;
  left: calc(50% - 960px);
}
.page-1 .links {
  width: 100%;
  height: auto;
  z-index: 20;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4196078431);
  display: flex;
  justify-content: center;
}
.page-1 .links a {
  display: block;
  width: 85px;
  height: 66px;
  margin: 0;
}
.page-1 .links a.fb {
  background: url("../images/icon-fb.png") no-repeat;
}
.page-1 .links a.group {
  background: url("../images/icon-group.png") no-repeat;
  margin-left: -1px;
}
.page-1 .links a.download {
  background: url("../images/icon-download.png") no-repeat;
  margin-left: -1px;
}
.page-1 .muhn-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 258px;
  height: 100vh;
  z-index: 20;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4705882353);
}
.page-1 .muhn-menu .info .t1 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 3px;
  padding-top: 13px;
}
.page-1 .muhn-menu .info .t2 {
  color: #fff;
  font-size: 11px;
}
.page-1 .muhn-menu .info .tooltip {
  position: relative;
}
.page-1 .muhn-menu .info .btn a {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #322626;
  margin-right: 5px;
}
.page-1 .muhn-menu .info .btn a:before {
  content: "";
  display: block;
}
.page-1 .muhn-menu .info .btn a.fb:before {
  width: 6px;
  height: 14px;
  background: url("../images/icon-fb.png") no-repeat;
}
.page-1 .muhn-menu .info .btn a.gr:before {
  width: 16px;
  height: 13px;
  background: url("../images/icon-group.png") no-repeat;
}
.page-1 .muhn-menu .info .btn a.sound {
  background: none;
  border-radius: 0;
}
.page-1 .muhn-menu .info-footer {
  background-color: #141519;
  line-height: 1.2;
  padding: 5px 0;
  font-size: 12px;
}
.page-1 .muhn-menu .info-footer .logo-ft {
  display: block;
  margin: 0 auto 5px;
  background: url("../images/logo-ft.png") 0/100% no-repeat;
  width: 108px;
  height: 54px;
}
.page-1 .muhn-menu .info-footer p {
  color: #fff;
}
.page-1 .muhn-menu .info-footer a {
  display: block;
  text-align: center;
  color: #ffd200;
}

.btn-home {
  display: block;
  background: url("../images/icon-home.png") 0/100% no-repeat;
  width: 126px;
  height: 53px;
  position: fixed !important;
  top: 15px;
  left: 50%;
  margin-left: -350px;
}

.btn-forum {
  display: block;
  background: url("../images/icon-forum.png") 0/100% no-repeat;
  width: 126px;
  height: 53px;
  position: fixed !important;
  top: 15px;
  left: 50%;
  margin-left: -50px;
}

.btn-register {
  display: block;
  background: url("../images/icon-register.png") 0/100% no-repeat;
  width: 126px;
  height: 53px;
  position: fixed !important;
  top: 15px;
  left: 50%;
  margin-left: 100px;
}

.btn-down {
  display: block;
  background: url("../images/icon-down.png") 0/100% no-repeat;
  width: 126px;
  height: 53px;
  position: fixed !important;
  top: 15px;
  left: 50%;
  margin-left: 250px;
}

.btn-fanpage {
  display: block;
  background: url("../images/icon-fanpage.png") 0/100% no-repeat;
  width: 126px;
  height: 53px;
  position: fixed !important;
  top: 15px;
  left: 50%;
  margin-left: -200px;
}


.carousel-indicators {
  position: initial;
  flex: 1;
  left: 0;
  top: 140px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
.carousel-indicators li {
  width: 255px;
  height: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.carousel-indicators li:nth-child(1) {
  display: block;
  width: 153px;
  height: 107px;
  background: url("../images/logo.png") no-repeat 0/100%;
  margin: 9px auto;
  border-top: none;
}
.carousel-indicators li:nth-child(2) {
  background: url("../images/icon-1-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(2).active, .carousel-indicators li:nth-child(2):hover {
  background: url("../images/icon-1-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(3) {
  background: url("../images/icon-2-2.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(3).active, .carousel-indicators li:nth-child(3):hover {
  background: url("../images/icon-2-2.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(4) {
  background: url("../images/icon-3-3.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(4).active, .carousel-indicators li:nth-child(4):hover {
  background: url("../images/icon-3-3.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(5) {
  background: url("../images/icon-4-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(5).active, .carousel-indicators li:nth-child(5):hover {
  background: url("../images/icon-4-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(6) {
  background: url("../images/icon-5-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(6).active, .carousel-indicators li:nth-child(6):hover {
  background: url("../images/icon-5-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(7) {
  background: url("../images/icon-6-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(7).active, .carousel-indicators li:nth-child(7):hover {
  background: url("../images/icon-6-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(8) {
  background: url("../images/icon-6a-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(8).active, .carousel-indicators li:nth-child(8):hover {
  background: url("../images/icon-6a-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(9) {
  background: url("../images/icon-7-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(9).active, .carousel-indicators li:nth-child(9):hover {
  background: url("../images/icon-7-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(10) {
  background: url("../images/icon-8-1.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(10).active, .carousel-indicators li:nth-child(10):hover {
  background: url("../images/icon-8-1.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(11) {
  background: url("../images/icon-9.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(11).active, .carousel-indicators li:nth-child(11):hover {
  background: url("../images/icon-9.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}
.carousel-indicators li:nth-child(12) {
  background: url("../images/icon-10.png") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(12).active, .carousel-indicators li:nth-child(12):hover {
  background: url("../images/icon-10.png") 0/100% no-repeat rgba(204, 204, 204, 0.231372549);
}

.toolTip {
  position: relative;
}
.toolTip .tip {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #212121;
  padding: 5px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.toolTip:hover .tip {
  opacity: 1;
  visibility: visible;
}

.img1-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -500px;
  top: 80px;
}

.img2-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -810px;
  top: 180px;
}

.img2-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 150px;
  top: 180px;
}

.img3-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -680px;
  top: 160px;
}

.img4-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -275px;
  top: 180px;
}

.img4-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 5px;
  top: 180px;
}

.img4-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 285px;
  top: 180px;
}

.img4-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -260px;
  top: 545px;
}

.img5-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -600px;
  top: 180px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(-30%, -30%) scale(1.1);
}

.img5-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 275px;
  top: 180px;
}

.img5-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -590px;
  top: 610px;
}

.img5-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -15px;
  top: 180px;
}

.img6-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -120px;
  top: 170px;
}

.img6-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -530px;
  top: 330px;
}

.img6-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -10px;
  top: 330px;
}

.img6-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 255px;
  top: 330px;
}

.img6-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -660px;
  top: 695px;
}

.img6a-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -265px;
  top: 295px;
}

.img6a-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 20px;
  top: 295px;
}

.img6a-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 300px;
  top: 295px;
}

.img6a-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -200px;
  top: 170px;
}

.img6a-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -285px;
  top: 695px;
}

.img7-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -275px;
  top: 245px;
}

.img7-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 10px;
  top: 245px;
}

.img7-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 295px;
  top: 245px;
}

.img7-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -310px;
  top: 620px;
}

.img8-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -655px;
  top: 245px;
}

.img8-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 150px;
  top: 245px;
}

.img9-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -425px;
  top: 180px;
}

.img9-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -845px;
  top: 100px;
}

.img9-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 182px;
  top: 250px;
}

.img9-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -155px;
  top: 245px;
}

.img9-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 140px;
  top: 245px;
}

.img9-6 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -450px;
  top: 660px;
}

.img10-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 269px;
  top: 0;
}

.img10-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -155px;
  top: 200px;
}

.img10-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -320px;
  top: 265px;
}

.img10-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -5px;
  top: 265px;
}

.img10-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 275px;
  top: 265px;
}

.img10-6 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -260px;
  top: 715px;
}

.animate-left {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(-30%, -30%) scale(1.1);
}

.animate-right {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(30%, 30%) scale(1.1);
}

.animate-down {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(-20%, 20%) scale(0.5);
}

.animate-zoom {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: scale(0.2);
}

.carousel-item.active .animate-left {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.carousel-item.active .animate-zoom {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.carousel-item.active .animate-right {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.carousel-item.active .animate-down {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave 0.5s infinite ease;
          animation: sound_wave 0.5s infinite ease;
}

.sound:before, .sound:after, .sound i:before, .sound i:after {
  content: " ";
  width: 3px;
  height: 5px;
  background: #fddf8b;
  position: absolute;
  bottom: 2px;
  left: 3px;
}

.sound i:before {
  left: 13px;
}

.sound i:after {
  left: 18px;
}

.sound.on i:before {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.sound.on i:after {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave 0.5s infinite ease;
          animation: sound_wave 0.5s infinite ease;
}

.sound i:after {
  left: 18px;
}

.sound:after {
  left: 8px;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.sound.on:after {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

@-webkit-keyframes sound_wave {
  50% {
    height: 15px;
  }
}

@keyframes sound_wave {
  50% {
    height: 15px;
  }
}
@-webkit-keyframes scroll {
  50% {
    transform: translateY(10px);
  }
}
@keyframes scroll {
  50% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes vd {
  50% {
    transform: scale(0.8);
  }
}
@keyframes vd {
  50% {
    transform: scale(0.8);
  }
}
