@charset "UTF-8";
#wrap {
  max-width: 100% !important;
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
  z-index: 11;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
}

#main_content_area {
  position: relative;
}

*:lang(zh-hk) {
  font-family: "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
}

*:lang(zh-cn) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#wrap {
  padding-bottom: 30px;
}
@media (min-width: 971px) {
  #wrap {
    padding-bottom: 30px;
  }
}
#wrap .hide-for-medium {
  display: inline-block !important;
}
@media (min-width: 971px) {
  #wrap .hide-for-medium {
    display: none !important;
  }
}
#wrap .show-for-medium {
  display: inline-block !important;
}
@media (max-width: 970px) {
  #wrap .show-for-medium {
    display: none !important;
  }
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.container.relative {
  position: relative;
  z-index: 2;
}

#footer .footer_state_area {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_state_area .large-12.columns {
  padding: 0;
}

.inline-block {
  display: inline-block;
}

.green {
  color: #055541;
  font-weight: bold;
}

#leadin {
  padding: 40px 0;
}
@media (min-width: 971px) {
  #leadin {
    padding: 80px 0;
  }
}
#leadin p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #02372c;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  #leadin p {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 42px;
  }
}
#leadin p span {
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 971px) {
  #leadin p span {
    font-size: 32px;
  }
}
#leadin p span.gold {
  color: #b18b5c;
}
#leadin p:last-child {
  margin-bottom: 0;
}

.frame {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 32px;
  color: #02372c;
}
@media (min-width: 971px) {
  .center {
    font-size: 22px;
    line-height: 42px;
  }
}

.effect-btn {
  padding: 15px 50px;
  font-weight: 700;
  font-family: "Helvetica", "Arial", sans-serif;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #684723;
  background: #C79440;
  background: linear-gradient(60deg, rgb(199, 148, 64) 0%, rgb(240, 219, 163) 66%, rgb(206, 156, 74) 100%);
  box-shadow: 0 2px 20px rgba(104, 71, 35, 0.3);
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 971px) {
  .effect-btn {
    font-size: 26px;
    line-height: 30px;
  }
}
.effect-btn:hover {
  color: #ffffff;
  background: #055541;
  background: linear-gradient(60deg, rgb(5, 85, 65) 0%, rgb(194, 197, 173) 66%, rgb(5, 85, 65) 100%);
}
.effect-btn:before {
  content: "";
  background-image: url("../images/btn_noise.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.effect-btn:focus {
  outline: none;
}

particle {
  left: 0;
  top: 0;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  filter: blur(1px);
  z-index: 3;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 970px) {
  .section-title {
    overflow: hidden;
  }
}
.section-title-inner {
  display: inline-block;
  position: relative;
}
.section-title span {
  position: relative;
  font-size: 36px;
  line-height: 1;
  color: #055541;
  font-weight: bold;
  padding: 0 15px;
  display: block;
}
@media (min-width: 971px) {
  .section-title span {
    padding: 0 30px;
    display: inline-block;
    font-size: 46px;
  }
}
.section-title span:before, .section-title span:after {
  content: "";
  position: absolute;
  bottom: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 117.5px;
  height: 10px;
}
@media (min-width: 971px) {
  .section-title span:before, .section-title span:after {
    bottom: 5px;
    width: 235px;
    height: 20px;
  }
}
.section-title span:before {
  left: -120px;
  background-image: url("../images/title_left.png");
}
@media (min-width: 971px) {
  .section-title span:before {
    left: -235px;
  }
}
.section-title span:after {
  right: -120px;
  background-image: url("../images/title_right.png");
}
@media (min-width: 971px) {
  .section-title span:after {
    right: -235px;
  }
}

#star_area {
  position: relative;
}

#starshine {
  background: #f4eed4;
  background: linear-gradient(180deg, rgb(244, 238, 212) 0%, rgb(211, 232, 213) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: transparent;
  -moz-opacity: 0;
  opacity: 0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}
.shine.small {
  width: 10px;
  height: 10px;
  background-color: #fffdf0;
  filter: blur(2px);
}
.shine.medium {
  width: 40px;
  height: 40px;
  background-color: #fff9d7;
  filter: blur(4px);
}
.shine.large {
  width: 80px;
  height: 80px;
  background-color: #fff5c8;
  filter: blur(6px);
}

#offer {
  padding: 0 5px 50px;
  overflow: hidden;
}
@media (min-width: 971px) {
  #offer {
    padding: 0 0 100px;
  }
}

.offer {
  position: relative;
  margin: 0 auto;
  padding: 25px 5px 25px;
  border-radius: 40px;
}
@media (min-width: 971px) {
  .offer {
    padding: 50px 0px 60px;
  }
}
.offer .container {
  position: relative;
}

.tab-buttons {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  padding: 0 10px;
  margin-bottom: 35px;
}
@media (min-width: 971px) {
  .tab-buttons {
    padding: 0 20px;
    margin-bottom: 55px;
  }
}
.tab-button {
  padding: 12px;
  cursor: pointer;
  width: calc(50% - 5px);
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  background: #b1c5ad;
  border-radius: 30px;
}
@media (min-width: 971px) {
  .tab-button {
    width: calc(50% - 10px);
    padding: 33px 20px;
    font-size: 30px;
    line-height: 34px;
  }
}
.tab-button.active {
  background-color: #055541;
  color: white;
  position: relative;
}
.tab-button.active:before {
  content: "";
  border-radius: 50px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
  width: 55px;
  height: 20px;
  margin-left: 21px;
}
@media (min-width: 971px) {
  .tab-button.active:before {
    bottom: -40px;
    width: 55px;
    height: 40px;
    margin-left: 21px;
  }
}
.tab-button.active:after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 33% 63%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 26px;
  bottom: -25px;
  background-color: #055541;
}
@media (min-width: 971px) {
  .tab-button.active:after {
    bottom: -40px;
    height: 41px;
  }
}
.tab-content {
  border-radius: 30px;
  background: #fff;
  padding: 60px 15px 35px;
  margin-top: -72px;
  box-shadow: 1px 1px 30px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 971px) {
  .tab-content {
    margin-top: -100px;
    padding: 100px 35px 50px;
  }
}
.tab-content-title {
  font-size: 26px;
  line-height: 30px;
  color: #055541;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .tab-content-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 971px) {
  .tab-content-desc-and-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
  }
}
.tab-content-img {
  width: 410px;
  min-width: 410px;
  margin: 30px auto;
}
@media (min-width: 971px) {
  .tab-content-img {
    margin: 0px auto;
  }
}
.tab-content-img img {
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}
@media (min-width: 971px) {
  .tab-content-desc {
    width: calc(100% - 410px);
    padding-right: 50px;
  }
}
.tab-content-desc p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .tab-content-desc p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
.tab-content-desc p span {
  color: #b18b5c;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
@media (min-width: 971px) {
  .tab-content-desc p span {
    font-size: 32px;
    line-height: 42px;
  }
}
.tab-content-desc p:last-child {
  margin-bottom: 0;
}
.tab-content-remark {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
@media (min-width: 971px) {
  .tab-content-remark {
    font-size: 14px;
    line-height: 18px;
  }
}

#event {
  padding: 40px 0 40px;
  background: url("../images/bg_section2.jpg") no-repeat center top;
  background-color: #e8e8c8;
}
@media (min-width: 971px) {
  #event {
    padding: 95px 0 95px;
  }
}

.event-content {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-shadow: 1px 1px 30px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .event-content {
    margin-bottom: 10px;
    padding: 40px;
  }
}
.event-img {
  width: 100%;
  padding: 0 40px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .event-img {
    margin-bottom: 30px;
  }
}
.event-img img {
  border-radius: 10px;
}
.event-img .swiper-slide {
  width: auto;
}
.event-img .swiper-button-prev,
.event-img .swiper-button-next {
  background-size: cover;
  width: 27px;
  height: 49px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.event-img .swiper-button-prev {
  background: url(../images/arrow_left.png) no-repeat;
  left: 0;
}
.event-img .swiper-button-next {
  background: url(../images/arrow_right.png) no-repeat;
  right: 0;
}
.event-detail {
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 971px) {
  .event-detail {
    padding: 0;
  }
}
.event-desc {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .event-desc {
    margin-bottom: 30px;
  }
}
.event-desc p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .event-desc p {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 5px;
  }
}
.event-desc p:last-child {
  margin-bottom: 0;
}
.event-desc span {
  color: #b18b5c;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 971px) {
  .event-desc span {
    font-size: 32px;
    line-height: 42px;
  }
}
.event-info p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .event-info p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 30px;
  }
}
.event-info p:last-child {
  margin-bottom: 0;
}
.event-info p.m-0 {
  margin-bottom: 0;
}
.event-info p a {
  color: #333333;
}
.event-info ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .event-info ul {
    margin-bottom: 16px;
  }
}
.event-info ul li {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
@media (min-width: 971px) {
  .event-info ul li {
    font-size: 18px;
    line-height: 30px;
  }
}

#challenge2 {
  margin-top: 10px;
}
@media (min-width: 971px) {
  #challenge2 {
    margin-top: 16px;
  }
}

.challenge {
  background: #055541;
  padding: 10px;
  border-radius: 10px;
}
.challenge-title {
  text-align: center;
  background: #C79440;
  background: linear-gradient(0deg, rgb(199, 148, 64) 0%, rgb(210, 185, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C79440", endColorstr="#D2B98D", GradientType=0);
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .challenge-title {
    padding: 27px 0;
  }
}
.challenge-title span {
  position: relative;
  color: #684723;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 50px;
}
@media (min-width: 971px) {
  .challenge-title span {
    padding-left: 90px;
    font-size: 32px;
    line-height: 36px;
  }
}
.challenge-title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 41px;
  background: url("../images/ico_game1.svg") no-repeat;
  background-size: contain;
}
@media (min-width: 971px) {
  .challenge-title span:before {
    width: 66px;
    height: 67px;
  }
}
.challenge-title span.game2:before {
  background: url("../images/ico_game2.svg") no-repeat;
  background-size: contain;
}
.challenge-detail {
  background: #00382d;
  padding: 12px;
  border-radius: 10px;
}
@media (min-width: 971px) {
  .challenge-detail {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
  }
}
.challenge-img {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 971px) {
  .challenge-img {
    width: 320px;
    min-width: 320px;
  }
}
.challenge-img img {
  border-radius: 10px;
}
.challenge-content {
  padding: 0px 0;
}
@media (min-width: 971px) {
  .challenge-content {
    padding: 0;
    width: calc(100% - 320px);
    padding-left: 40px;
  }
}
@media (min-width: 971px) {
  .challenge-content.w-full {
    width: 100%;
    padding-left: 0;
  }
}
.challenge-info ul {
  padding-left: 25px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .challenge-info ul {
    padding-left: 40px;
  }
}
.challenge-info ul li {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  position: relative;
}
@media (min-width: 971px) {
  .challenge-info ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.challenge-info ul li.challenge-a, .challenge-info ul li.challenge-b {
  list-style-type: none;
}
.challenge-info ul li.challenge-a:before, .challenge-info ul li.challenge-b:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4c080;
  color: #684723;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 971px) {
  .challenge-info ul li.challenge-a:before, .challenge-info ul li.challenge-b:before {
    left: -40px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
}
.challenge-info ul li.challenge-a:before {
  content: "A";
}
.challenge-info ul li.challenge-b:before {
  content: "B";
}
.challenge-info ul li span {
  color: #f4c080;
  font-weight: bold;
}
.challenge-info ul li > ul {
  padding-left: 0px;
  margin-bottom: 0;
}
.challenge-info ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .challenge-info ol {
    margin-bottom: 25px;
  }
}
@media (min-width: 971px) {
  .challenge-info ol.bigger {
    padding-left: 40px;
  }
}
.challenge-info ol.bigger li {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 971px) {
  .challenge-info ol.bigger li {
    font-size: 22px;
    line-height: 42px;
  }
}
.challenge-info ol li {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  position: relative;
}
@media (min-width: 971px) {
  .challenge-info ol li {
    font-size: 18px;
    line-height: 30px;
  }
}
.challenge-info ol li span {
  color: #f4c080;
  font-weight: bold;
}
.challenge-info p.bigger {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 971px) {
  .challenge-info p.bigger {
    font-size: 22px;
    line-height: 42px;
  }
}
.challenge-info p.bigger a {
  color: #fff;
}
.challenge-desc {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .challenge-desc {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 42px;
  }
}
.challenge-desc span {
  color: #f4c080;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 971px) {
  .challenge-desc span {
    font-size: 28px;
    line-height: 42px;
  }
}
.challenge-remark p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 971px) {
  .challenge-remark p {
    font-size: 22px;
    line-height: 42px;
  }
}
.challenge-remark p a {
  color: #fff;
}
.challenge-remark p:first-child {
  margin-bottom: 5px;
}
.challenge-remark p:last-child {
  margin-bottom: 0;
}
.challenge-remark p.challenge-tnc {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 971px) {
  .challenge-remark p.challenge-tnc {
    font-size: 18px;
    line-height: 30px;
  }
}
.challenge-bottom {
  padding: 15px 20px;
  color: #fff;
}
@media (min-width: 971px) {
  .challenge-bottom {
    display: flex;
  }
}
.challenge-left {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .challenge-left {
    margin-bottom: 0px;
  }
}
.challenge-left, .challenge-right {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 971px) {
  .challenge-left, .challenge-right {
    width: 50%;
    font-size: 18px;
    line-height: 30px;
  }
}
.challenge-left ul, .challenge-right ul {
  padding-left: 20px;
}
.challenge-bottom-remark {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin-top: 10px;
}
@media (min-width: 971px) {
  .challenge-bottom-remark {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}

#app {
  padding: 35px 0 35px;
}
@media (min-width: 971px) {
  #app {
    padding: 70px 0 50px;
  }
}
#app .app-title {
  margin: 0 auto 30px;
  text-align: center;
}
#app .app-title span {
  font-size: 32px;
  color: #055541;
  font-weight: bold;
}

.app-container {
  display: flex;
  width: 410px;
  justify-content: center;
  margin: 20px auto;
}
.app-icon {
  width: 96px;
  min-width: 96px;
}
.app-content {
  margin-left: 10px;
  width: 310px;
}
.app-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.app-row:last-child {
  margin-bottom: 0;
}
.app-row.app-search img {
  width: 100%;
}
.app-col img {
  height: 44px;
  width: auto;
}

#remark p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 5px;
}
#remark p:last-child {
  margin-bottom: 0;
}
#remark p a {
  color: #333333;
}
#remark ol, #remark ul {
  padding-left: 20px;
  margin-bottom: 25px;
}
#remark ol li, #remark ul li {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
#remark ol li ol, #remark ol li ul, #remark ul li ol, #remark ul li ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

#how-to-enrol {
  overflow: hidden;
  position: relative;
}
#how-to-enrol .graphic {
  position: absolute;
}
#how-to-enrol .graphic.graphic-1 {
  top: 185px;
  left: -30px;
  width: 127px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-1 {
    width: 265px;
    left: -63px;
    top: 305px;
  }
}
#how-to-enrol .graphic.graphic-2 {
  top: 500px;
  left: 10px;
  width: 70px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-2 {
    width: 147px;
    left: 230px;
    top: 550px;
  }
}
#how-to-enrol .graphic.graphic-3 {
  top: 30px;
  right: -50px;
  width: 145px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-3 {
    width: 458px;
    top: 20px;
    right: -130px;
  }
}
#how-to-enrol .app-step-header {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #055541;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header {
    margin-top: 0;
    font-size: 36px;
    line-height: 54px;
  }
}
#how-to-enrol .app-step-header.hide-for-medium {
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header.hide-for-medium {
    display: none !important;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider {
  font-size: 0;
  line-height: 0;
  margin: 10px 0 20px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header .app-step-header-divider {
    margin: 15px 0 25px;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider img {
  width: 223px;
}

.app-step-remark {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .app-step-remark {
    margin-top: 15px;
  }
}

@keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */