@font-face {
  font-family: "UTM Nyala";
  src: url("/landing/assets/UTM Nyala-d86b3c4c.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "FZ-EVIL-EMPIRE";
  src: url("/landing/assets/FZ-EVIL-EMPIRE-431727d6.TTF");
  font-display: swap;
}
@font-face {
  font-family: "Libertinus Sans";
  src: url("https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&display=swap");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Libertinus Sans";
  src: url("https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&display=swap");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Libertinus Sans";
  src: url("https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&display=swap");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

/* iOS-specific font optimization */
@supports (-webkit-touch-callout: none) {
  body, html {
    font-family: "UTM Nyala", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  
  /* Force font loading for iOS */
  .name, .gift-item-inner .name {
    font-family: "UTM Nyala", -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    font-weight: bold;
  }
}

/* Cross-platform font optimization */
body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "UTM Nyala", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background: #fcf6d6;
  overflow-x: hidden;
  scrollbar-width: 0px;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 0px;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.imgFull {
  width: 100%;
  height: auto;
  display: block;
}

.background {
  position: relative;
  z-index: 1;
}

.bg-mb, .menu-top-mobile, .menu-right-mobile {
  display: none;
}

.web-container {
  padding-bottom: 2.8125vw;
  display: block;
  position: relative;
}
.web-container .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.btns {
  display: block;
  transition: all 0.2s;
}
.btns:hover {
  animation: logoPulse 1s infinite alternate;
}

.section {
  position: relative;
}

.logo-age {
  width: 11.4583333333vw;
  position: fixed;
  bottom: 1.5625vw;
  left: 1.0416666667vw;
  z-index: 100;
}

.side-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 2.0833333333vw;
  width: 3.125vw;
  z-index: 100;
}
.side-menu .menu-item {
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.1979166667vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1041666667vw;
  text-align: center;
  line-height: 1.4583333333vw;
  filter: drop-shadow(0px 0px 4px #000);
}
.side-menu .menu-item::after {
  content: "";
  display: block;
  width: 0.1041666667vw;
  height: 3.3333333333vw;
  border-left: 0.1041666667vw dashed #fff;
  margin: 0.2604166667vw auto;
}
.side-menu .menu-item:nth-child(4)::after {
  display: none;
}
.side-menu .menu-item.active, .side-menu .menu-item:hover {
  color: rgb(240, 120, 53);
  filter: drop-shadow(0px 0px 4px #ff7800);
}
.side-menu .icon-mouse {
  display: block;
  width: 1.40625vw;
  height: 1.8229166667vw;
  margin: 0.2604166667vw auto;
  filter: drop-shadow(0px 0px 4px #000);
}

.group-slide {
  position: absolute;
  z-index: 2;
}
.group-slide.group-slide-right {
  bottom: 10.4166666667vw;
  right: 3.125vw;
}
.group-slide.group-slide-left {
  bottom: -5.2083333333vw;
  left: 1.0416666667vw;
}
.group-slide .gift {
  width: 19.5833333333vw;
  animation: charFloat2 1s infinite alternate;
  position: relative;
  z-index: 1;
}
.group-slide .txt {
  width: 16.9791666667vw;
  margin: -4.1666666667vw auto 0;
  position: relative;
  z-index: 2;
  animation: logoTextSkew 1s infinite alternate;
}
.group-slide .text {
  margin: -1.3020833333vw auto 0;
  font-size: 1.3020833333vw;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1041666667vw;
  filter: drop-shadow(0px 0px 4px #000);
  width: 13.5416666667vw;
  line-height: 1.3020833333vw;
}

.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s;
  display: none;
}
.modal.open-modal {
  display: flex;
}
.modal .modal-title {
  text-align: center;
}
.modal .modal-title img {
  height: 5.2083333333vw;
  width: auto;
}
.modal .modal-content {
  margin-top: 6%;
  background: url(/landing/assets/bg-popup-f576999f.webp) no-repeat;
  background-size: contain;
  width: 44.2708333333vw;
  height: 27.0833333333vw;
  padding: 1.5625vw 3.6458333333vw 3.6458333333vw 2.8645833333vw;
  position: relative;
  font-size: 1.3541666667vw;
  color: #4e2115;
  text-align: center;
}
.modal .modal-content h3 {
  font-weight: normal;
  font-size: inherit;
}
.modal .modal-content .popup-btn {
  background: url(/landing/assets/bg-btn-popup-8598d28c.webp) no-repeat;
  background-size: contain;
  width: 13.6458333333vw;
  height: 3.8020833333vw;
  padding: 0 2.6041666667vw 1.3020833333vw 1.3020833333vw;
  color: #fff;
  font-size: 1.1458333333vw;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal-content .popup-btn:hover {
  animation: buttonGlow2 0.8s ease infinite alternate;
}
.modal .modal-content .gift-group {
  margin-top: 1.5625vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-flow: row wrap;
  gap: 1.0416666667vw;
}
.modal .modal-content .gift-group .gift-item-inner {
  width: 5.0520833333vw;
  cursor: pointer;
  position: relative;
}
.modal .modal-content .gift-group .gift-item-inner.active::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  width: 3.3854166667vw;
  height: 3.4895833333vw;
  border: 5px solid red;
  z-index: 2;
  pointer-events: none;
}
.modal .modal-content .gift-group .gift-item-inner .icon {
  background: url(/landing/assets/bg-icon-gift-p2-8d1a09d9.webp) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 5.15625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .gift-group .gift-item-inner .icon img {
  animation: logoTextSkew 1.5s infinite alternate;
}
.modal .modal-content .gift-group .gift-item-inner .cost{
  font-size: 0.8333333333vw;
}
.modal .modal-content .gift-group .gift-item-inner .name {
  color: #a32b00;
  font-size: 0.8333333333vw;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  margin-top: -0.2604166667vw;
  height: 1.5vw;
}
.modal .modal-content .content {
  height: 70%;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 0.5208333333vw;
  margin-top: -1.0416666667vw;
}
.modal .modal-content .content::-webkit-scrollbar {
  width: 0.3645833333vw;
  background: #f3e2b9;
  border-radius: 0.5208333333vw;
}
.modal .modal-content .content::-webkit-scrollbar-thumb {
  background: #e6ab58;
  border-radius: 0.5208333333vw;
}
.modal .title {
  font-size: 7.0833333333vw;
  line-height: 8.3333333333vw;
  font-weight: normal;
  margin-bottom: 3.125vw;
}
.modal .btn-login {
  background: none;
  border: none;
  cursor: pointer;
  width: 30.2083333333vw;
  margin: 3.125vw auto 0;
  transition: all 0.3s;
}
.modal .btn-login:hover {
  animation: logoPulse 1s infinite alternate;
}
.modal.modal-video .modal-content {
  background: none;
  width: 90%;
  height: 60%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.modal-video .modal-content .content {
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
}
.modal.modal-video .modal-content .content video, .modal.modal-video .modal-content .content iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.modal-rule .content {
  text-align: left;
  font-family: "Libertinus Sans", serif;
  padding-top: 1vw;
}

/* Specific styling for rule modal 1 */
.modal.modal-rule1 .content {
  font-family: "Libertinus Sans", serif;
}

/* Specific styling for rule modal 2 */
.modal.modal-rule2 .content {
  font-family: "Libertinus Sans", serif;
}

/* Enhanced typography for rule modals */
.modal.modal-rule .content h3 {
  font-family: "Libertinus Sans", serif;
  font-weight: 500;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
  line-height: 1.3;
}

.modal.modal-rule .content p {
  font-family: "Libertinus Sans", serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.8em;
}

.modal.modal-rule .content h3:first-child {
  margin-top: 0;
}
.modal.modal-register .modal-title img {
  height: 6.4583333333vw;
}
.modal.modal-register .modal-content .content .register-form .phone {
  color: #fff;
  font-size: 1.40625vw;
  background: #646357;
  height: 3.125vw;
  border-radius: 0.5208333333vw;
  border: none;
  margin: 1.0416666667vw auto;
  padding: 0 1.0416666667vw;
}
.modal.modal-register .modal-content .content .register-form .phone::placeholder {
  color: #fff;
}
.modal.modal-register .modal-content .content .register-form input[type=checkbox] {
  width: 0.78125vw;
  height: 0.78125vw;
}

/* Modal thông báo quà - desktop */
.modal.modal-reward .modal-title img {
  height: 6.4583333333vw;
}

.modal.modal-reward .modal-content .content .register-form .reward-label {
  color: #000;
  font-size: 2vw;
  margin-bottom: 1.5625vw;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-reward .modal-content .content .register-form .reward-note {
  color: #000;
  font-size: 1.5vw;
  margin: 1.5625vw 0;
  text-align: inherit;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-reward .modal-content .content .register-form .reward-box {
  background: #fff;
  border: 2px solid #4e2115;
  border-radius: 0.5208333333vw;
  /* padding: 0.78125vw 1.5625vw; */
  margin: 1.0416666667vw auto;
  text-align: center;
  width: fit-content;
  min-width: 12.5vw;
}

.modal.modal-reward .modal-content .content .register-form .reward-text {
  color: #000;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.4;
}

/* Modal mời bạn bè - desktop */
.modal.modal-register .modal-content .content .register-form .invite-main-text {
  color: #000;
  font-size: 1.7vw;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-register .modal-content .content .register-form .invite-sub-text {
  color: #000;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-register .modal-content .content .register-form .invite-label {
  color: #000;
  font-size: 1.4vw;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-register .modal-content .content .register-form .invite-info {
  color: #000;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-register .modal-content .content .register-form .invite-note {
  color: #000;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}

.modal.modal-register .modal-content .content .register-form .invite-input {
  background: #fff;
  border: 2px solid #4e2115;
  border-radius: 0.5208333333vw;
  padding: 0.78125vw 1.5625vw;
  margin: 0.5vw auto;
  text-align: center;
  width: 100%;
  max-width: 25vw;
  color: #4e2115;
  font-size: 1.3541666667vw;
  line-height: 1.4;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .modal.modal-reward .content .register-form .reward-label {
    font-size: 4vw !important;
    margin-bottom: 2vw !important;
  }
  
  .modal.modal-reward .content .register-form .reward-note {
    font-size: 4vw !important;
    margin: 2vw 0 !important;
  }
  
  .modal.modal-reward .content .register-form .reward-box {
    /* padding: 2vw 4vw; */
    margin: 2vw auto;
    min-width: 25vw;
    border-width: 3px;
    border-radius: 1vw;
  }
  
  .modal.modal-reward .content .register-form .reward-text {
    font-size: 4vw !important;
  }
  
  /* Modal mời bạn bè - responsive tablet */
  .modal.modal-register .content .register-form .invite-main-text,
  .modal.modal-register .content .register-form .invite-sub-text,
  .modal.modal-register .content .register-form .invite-label,
  .modal.modal-register .content .register-form .invite-info,
  .modal.modal-register .content .register-form .invite-note {
    font-size: 3.5vw !important;
  }
  
  .modal.modal-register .content .register-form .invite-input {
    padding: 1vw 2vw;
    margin: 1vw auto;
    max-width: 40vw;
    border-width: 2px;
    border-radius: 0.5vw;
    font-size: 3.5vw !important;
  }
}

@media (max-width: 480px) {
  .modal.modal-reward .content .register-form .reward-label {
    font-size: 4vw !important;
    margin-bottom: 2.5vw !important;
  }
  
  .modal.modal-reward .content .register-form .reward-note {
    font-size: 4vw !important;
    margin: 2.5vw 0 !important;
  }
  
  .modal.modal-reward .content .register-form .reward-box {
    /* padding: 2.5vw 5vw; */
    margin: 2.5vw auto;
    min-width: 30vw;
    border-width: 4px;
    border-radius: 1.5vw;
  }
  
  .modal.modal-reward .content .register-form .reward-text {
    font-size: 4vw !important;
  }
  
  /* Modal mời bạn bè - responsive mobile */
  .modal.modal-register .content .register-form .invite-main-text,
  .modal.modal-register .content .register-form .invite-sub-text,
  .modal.modal-register .content .register-form .invite-label,
  .modal.modal-register .content .register-form .invite-info,
  .modal.modal-register .content .register-form .invite-note {
    font-size: 3.5vw !important;
  }
  
  .modal.modal-register .content .register-form .invite-input {
    padding: 1.5vw 3vw;
    margin: 1vw auto;
    max-width: 45vw;
    border-width: 2px;
    border-radius: 0.8vw;
    font-size: 3.5vw !important;
  }
}
.modal.modal-history .modal-content .history-item{
  display: flex;
  padding: 1vw;
  border-bottom: 1px solid #eee;
  gap: 1vw;
}
.modal.modal-history .modal-content .history-item .history-icon{
  font-size: 0.7vw;
  padding-top: 0.4vw;
}
.modal.modal-history .modal-content .history-item .history-points{
  color: #28a745;
  font-weight: bold;
}
.modal.modal-history .modal-content table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.modal.modal-history .modal-content table thead tr {
  background: #f8b866;
}
.modal.modal-history .modal-content table thead th {
  border-right: 1px solid #fff;
}
.modal.modal-history .modal-content table thead th:last-child {
  border-right: 1px solid #f8b866;
}
.modal.modal-history .modal-content table th, .modal.modal-history .modal-content table td {
  padding: 0.5208333333vw;
  text-align: center;
  font-weight: normal;
  border: 1px solid #f8b866;
}
.modal.modal-history .modal-content table td:nth-child(1) {
  width: 7%;
}
.modal.modal-history .modal-content table td:nth-child(2) {
  width: 30%;
}
.modal.modal-history .modal-content table td:nth-child(3) {
  width: 25%;
}
.modal.modal-history .modal-content table td:nth-child(4) {
  width: 38%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn-rule {
  width: 6.25vw;
  position: absolute;
  z-index: -1;
}
.btn-rule:hover {
  animation: wingFlap 1.5s infinite linear alternate;
}
.btn-rule button {
  width: 100%;
}

.section-1 {
  height: 56.25vw;
  display: flex;
  align-items: flex-end;
}
.section-1 .video {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-1 .video img, .section-1 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .menu-top-pc {
  position: absolute;
  top: 1.0416666667vw;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
}
.section-1 .menu-top-pc .menu-top-item:last-child {
  margin-left: 1.0416666667vw;
  padding-right: 1.5625vw;
}
.section-1 .menu-top-pc .menu-top-item a {
  display: block;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  transition: all 0.3s;
}
.section-1 .menu-top-pc .menu-top-item a:hover {
  transform: scale(1.1);
}
.section-1 .menu-top-pc .menu-top-item .btn-login {
  border: 1px solid #fff;
  font-size: 1.3020833333vw;
  line-height: 1.5625vw;
  padding: 0.5208333333vw 1.0416666667vw;
  border-radius: 0.2604166667vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  transition: all 0.3s;
}
.section-1 .menu-top-pc .menu-top-item .btn-login:hover {
  color: #fcd409;
  border-color: #fcd409;
}
.section-1 .menu-top-pc .menu-top-item .btn-login .icon {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  background: url(/landing/assets/icon-logout-991e10d1.webp) no-repeat center center;
  background-size: contain;
  transform: rotate(-180deg);
}
.section-1 .logogame {
  padding-top: 1.5625vw;
  width: 11.25vw;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
}
.section-1 .logogame a {
  animation: logoGlow 1.5s infinite alternate;
  display: block;
  width: 100%;
  height: 100%;
}
.section-1 .txt-group {
  width: 30.7291666667vw;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.section-1 .txt-group .txt0 {
  width: 100%;
  animation: ballScale 1.5s infinite alternate;
}
.section-1 .btn-group {
  width: 27.6041666667vw;
  margin: 17.1875vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.section-1 .btn-group .btn-register {
  width: 27.6041666667vw;
  animation: buttonGlow 1.5s infinite alternate;
}
.section-1 .btn-group .btn-download {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
}
.section-1 .btn-group .btn-download button {
  width: 13.125vw;
}
.section-1 .btn-group .btn-download button:hover {
  animation: translateLeftRight 1s infinite alternate;
}

.section-2 .title-page {
  width: 42.9166666667vw;
  margin: -2.6041666667vw auto 0;
  position: relative;
  z-index: 1;
}
.section-2 .total-number {
  position: relative;
  z-index: 3;
  background: url(/landing/assets/bg-turn-5a764e0e.webp) no-repeat center center;
  background-size: contain;
  width: 33.8541666667vw;
  height: 3.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.78125vw auto 0;
  padding-bottom: 0.2604166667vw;
}
.section-2 .total-number .txt {
  width: 13.5416666667vw;
  font-size: 1.1979166667vw;
  line-height: 1.1979166667vw;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1041666667vw;
  filter: drop-shadow(0px 0px 4px #ff6405);
}
.section-2 .total-number .number {
  width: 19.4270833333vw;
  font-size: 2.8645833333vw;
  margin-top: -0.5208333333vw;
  text-transform: uppercase;
  color: #9e3504;
  font-weight: bold;
  text-align: center;
}
.section-2 .btn-rule {
  top: 2.5vw;
  right: -1.9270833333vw;
}
.section-2 .char {
  width: 39.53125vw;
  position: absolute;
  top: 7.8125vw;
  right: 0;
  z-index: 1;
}
.section-2 .gift-group {
  width: 53.6458333333vw;
  margin: 0.5208333333vw 0 0 11.4583333333vw;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
}
.section-2 .gift-group .gift-group-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.section-2 .gift-group .gift-group-inner .gift-item:nth-child(2), .section-2 .gift-group .gift-group-inner .gift-item:nth-child(4) {
  margin-left: -1.5625vw;
}
.section-2 .gift-group .gift-item {
  background: url(/landing/assets/bg-gift-p2-4e777a9f.webp) no-repeat center center;
  background-size: contain;
  width: 15.4166666667vw;
  height: 17.4479166667vw;
  padding: 0 0.9375vw 0 3.75vw;
}
.section-2 .gift-group .gift-item .gift-header {
  font-size: 2.34375vw;
  line-height: 2.6041666667vw;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 0px 4px #ff6405);
}
.section-2 .gift-group .gift-item .gift-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.5208333333vw;
}
.section-2 .gift-group .gift-item .gift-body .gift-item-inner {
  width: 5.0520833333vw;
}
.section-2 .gift-group .gift-item .gift-body .gift-item-inner .icon {
  background: url(/landing/assets/bg-icon-gift-p2-8d1a09d9.webp) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 5.15625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-2 .gift-group .gift-item.big-gift .gift-body .gift-item-inner .icon img {
  /* animation: logoTextSkew 1.5s infinite alternate; */
}
.section-2 .gift-group .gift-item .gift-body .gift-item-inner .name {
  color: #a32b00;
  font-size: 0.8333333333vw;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  margin-top: -0.2604166667vw;
}
.section-2 .gift-group .gift-item.big-gift {
  background: url(/landing/assets/bg-big-gift-p2-efdf702c.webp) no-repeat center center;
  background-size: contain;
  width: 21.6145833333vw;
  height: 35.6770833333vw;
  padding: 3.59375vw 2.1875vw 5.2083333333vw 2.1875vw;
  margin-left: -2.0833333333vw;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner {
  width: 7.8125vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner .icon {
  background: url(/landing/assets/bg-icon-big-gift-p2-559068b1.webp) no-repeat center center;
  background-size: contain;
  width: 7.8125vw;
  height: 7.65625vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner .icon img {
  margin-bottom: -0.4166666667vw;
  /* animation: 1s ease 0s infinite alternate none running charFloat2; */
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner .name {
  margin-top: 0.2604166667vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) {
  width: 13.75vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) .icon {
  width: 13.75vw;
  height: 13.3854166667vw;
  padding: 0 0 3.0208333333vw 1.6666666667vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) .icon img {
  margin-bottom: -0.625vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) .name {
  font-size: 1.25vw;
}
.section-2 .gift-group .gift-item.big-gift .gift-item-inner:last-child .icon {
  padding-bottom: 1.5625vw;
}

.section-3 .title-page {
  width: 46.0416666667vw;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
.section-3 .section-content {
  width: 72.9166666667vw;
  margin: 1.25vw auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section-3 .btn-rule {
  top: 1.5625vw;
  right: -4.1666666667vw;
}
.section-3 .section-header {
  position: absolute;
  top: 0;
  left: 29.1666666667vw;
  width: 34.8958333333vw;
  height: 2.4479166667vw;
  z-index: 2;
}
.section-3 .section-header .section-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
}
.section-3 .section-header .section-header-inner span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1041666667vw;
  filter: drop-shadow(0px 0px 6px #f5ef77);
}
.section-3 .section-header .section-header-inner span:first-child {
  font-size: 1.4583333333vw;
}
.section-3 .section-header .section-header-inner span:last-child {
  font-size: 2.6041666667vw;
  margin-top: -0.78125vw;
}
.section-3 .card-group {
  width: 45.6770833333vw;
  margin: 3.6458333333vw 0 0 1.3020833333vw;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
}
.section-3 .card-group .card-item {
  position: relative;
  width: 10.5208333333vw;
  height: 27.5vw;
  perspective: 52.0833333333vw;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-3 .card-group .card-item::before {
  content: "";
  position: absolute;
  top: -2.6041666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5729166667vw;
  height: 3.0729166667vw;
  background: url(/landing/assets/line1-5db7eb18.webp) no-repeat center center;
  background-size: contain;
  z-index: 10;
}
.section-3 .card-group .card-item:hover {
  animation: wingFlap 1.5s infinite alternate;
}
.section-3 .card-group .card-item .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}
.section-3 .card-group .card-item .card-front, .section-3 .card-group .card-item .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.section-3 .card-group .card-item .card-front {
  background: url(/landing/assets/card-down-6a7ae906.webp) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.section-3 .card-group .card-item .card-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section-3 .card-group .card-item .card-back img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.5208333333vw;
}
.section-3 .card-group .card-item.up .card-inner {
  transform: rotateY(180deg);
}
.section-3 .btn-group {
  width: 51.0416666667vw;
  margin: 0 0 0 21.875vw;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
}
.section-3 .btn-group button {
  width: 12.7604166667vw;
  height: 3.3333333333vw;
  background: url(/landing/assets/bg-btn-de4fee5c.webp) no-repeat center center;
  background-size: contain;
  color: #fff389;
  text-transform: uppercase;
  font-size: 1.5625vw;
  transition: all 0.3s ease;
}
.section-3 .btn-group button:hover {
  transform: scale(1.05);
  filter: brightness(1.2) drop-shadow(0 0 0.4166666667vw rgba(255, 215, 0, 0.6));
  animation: buttonGlow 0.8s ease infinite alternate;
}
.section-3 .btn-group button.btn-flip-card {
  width: 25.2083333333vw;
  height: 5vw;
  background: none;
  animation: logoTextSkew 1.5s infinite alternate;
}
.section-3 .mission-group {
  width: 22.7083333333vw;
  height: 30.7291666667vw;
  z-index: 10;
  margin-top: 3.125vw;
  padding: 0 0.5208333333vw 0 1.0416666667vw;
}
.section-3 .mission-group .mission-header {
  width: 100%;
  height: 4.1666666667vw;
  line-height: 4.1666666667vw;
  font-size: 2.34375vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #361e04;
  filter: drop-shadow(0px 4px 10px #f5ef77);
  letter-spacing: 0.1041666667vw;
  text-align: center;
}
.section-3 .mission-group .mission-body {
  padding: 1.3020833333vw 0.2604166667vw 0 0.5208333333vw;
}
.section-3 .mission-group .mission-body .mission-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4166666667vw;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 1.0416666667vw;
}
.section-3 .mission-group .mission-body .mission-item:last-child {
  margin-bottom: 0;
}
.section-3 .mission-group .mission-body .mission-item .mission-text {
  display: flex;
  align-items: flex-start;
  gap: 0.4166666667vw;
  flex: 1;
  color: #4e2115;
  font-size: 1.1458333333vw;
  font-weight: 500;
}
.section-3 .mission-group .mission-body .mission-item .mission-text span {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.section-3 .mission-group .mission-body .mission-item .btn-receive {
  background: url(/landing/assets/bg-btn-de4fee5c.webp) no-repeat center center;
  background-size: cover;
  width: 9.2708333333vw;
  height: 2.34375vw;
  line-height: 2.34375vw;
  border: none;
  color: #fff389;
  font-size: 1.0416666667vw;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.section-3 .mission-group .mission-body .mission-item .btn-receive:hover {
  transform: scale(1.05);
  filter: brightness(1.2) drop-shadow(0 0 0.4166666667vw rgba(255, 215, 0, 0.6));
  animation: buttonGlow 0.8s ease infinite alternate;
}
.section-3 .mission-group .mission-body .mission-item .btn-receive.completed {
  filter: grayscale(100%);
  cursor: not-allowed;
}
.section-3 .mission-group .mission-body .mission-item .btn-receive.completed:hover {
  transform: none;
  filter: grayscale(100%);
  animation: none;
}

.section-4 .title-page {
  width: 46.0416666667vw;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}
.section-4 .menu-bottom {
  width: 44.0104166667vw;
  position: absolute;
  bottom: 10.4166666667vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.section-4 .menu-bottom .menu-bottom-item {
  width: 6.5625vw;
}
.section-4 .menu-bottom .menu-bottom-item a {
  display: block;
  text-align: center;
  color: #515151;
  font-size: 1.25vw;
  text-transform: capitalize;
  transition: all 0.3s;
}
.section-4 .menu-bottom .menu-bottom-item a img {
  margin-bottom: 0.5208333333vw;
}
.section-4 .menu-bottom .menu-bottom-item a:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.section-4 .section-content {
  width: 75vw;
  height: 58.8541666667vw;
  position: relative;
  margin: auto;
}
.section-4 .section-content .selector-group {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  background: url(/landing/assets/bg-selector-p4-8784561e.webp) no-repeat right center;
  background-size: contain;
  width: 18.2291666667vw;
  height: 49.375vw;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-4 .section-content .selector-group button {
  pointer-events: visible;
  width: 5.5208333333vw;
  height: 5.46875vw;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  position: absolute;
}
.section-4 .section-content .selector-group button.active, .section-4 .section-content .selector-group button:hover {
  filter: grayscale(0);
  animation: charFloat2 1s infinite linear alternate;
}
.section-4 .section-content .selector-group button:nth-child(1) {
  top: 6.40625vw;
  left: 4.375vw;
}
.section-4 .section-content .selector-group button:nth-child(2) {
  top: 13.28125vw;
  left: 1.25vw;
}
.section-4 .section-content .selector-group button:nth-child(3) {
  top: 20.4166666667vw;
  left: 0;
}
.section-4 .section-content .selector-group button:nth-child(4) {
  top: 27.6041666667vw;
  left: 0.2604166667vw;
}
.section-4 .section-content .selector-group button:nth-child(5) {
  top: 35.0520833333vw;
  left: 2.7604166667vw;
}
.section-4 .section-content .selectors-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-4 .section-content .selectors-content > div {
  display: none;
}
.section-4 .section-content .selectors-content > div.active {
  display: block;
}
.section-4 .section-content .selectors-content .btn-group {
  z-index: 2;
  width: 120%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-4 .section-content .selectors-content .btn-group button {
  width: 10.4166666667vw;
  position: absolute;
  animation: buttonGlow 2s infinite linear alternate;
}
.section-4 .section-content .selectors-content .btn-group button.btn-prev {
  left: 0;
}
.section-4 .section-content .selectors-content .btn-group button.btn-next {
  right: 0;
}
.section-4 .section-content .selectors-content .char {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}
.section-4 .section-content .selectors-content .char.active {
  display: block;
}
.section-4 .section-content .selectors-content .char .skill {
  background: url(/landing/assets/bg-skill-p4-5134e7d6.webp) no-repeat center center;
  background-size: contain;
  width: 5.7291666667vw;
  height: 18.3854166667vw;
  position: absolute;
  text-align: center;
  z-index: 2;
  top: 3.2291666667vw;
  left: 13.6979166667vw;
  font-size: 1.5vw;
  font-family: initial;
  color: #fde3ad;
  text-shadow: 1px 1px 2px #e23d27;
  letter-spacing: 0.1041666667vw;
  text-transform: capitalize;
  font-weight: bold;
  z-index: 2;
  padding: 4.9479166667vw 0.78125vw 5.2083333333vw 0.87vw;
  line-height: 2.34375vw;
  filter: drop-shadow(0px 0px 10px #e23d27);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-4 .section-content .selectors-content .char .name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(/landing/assets/bg-name-p4-fa73d482.webp) no-repeat center center;
  background-size: contain;
  width: 10.46875vw;
  height: 9.2708333333vw;
  font-size: 2.1875vw;
  padding: 1.1979166667vw 2.34375vw;
  line-height: 2.34375vw;
  font-family: FZ-EVIL-EMPIRE, sans-serif;
  color: #fce8c1;
  text-shadow: 1px 1px 2px #e23d27;
  letter-spacing: 0.1041666667vw;
  text-transform: capitalize;
  font-weight: bold;
  position: absolute;
  top: 3.125vw;
  right: 15.625vw;
  z-index: 2;
}
.section-4 .section-content .selectors-content .char .img-group {
  width: 78.125vw;
  height: 78.125vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
}
.section-4 .section-content .selectors-content .char .img-group img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.section-4 .section-content .selectors-content .char .img-group .img1 {
  z-index: 1;
}
.section-4 .section-content .selectors-content .char .img-group .img2 {
  z-index: 2;
}
.section-4 .section-content .selectors-content .char .img-group .img3 {
  z-index: 3;
}
.section-4 .section-content .selectors-content .char .img-group .img4 {
  z-index: 4;
}
.section-4 .section-content .selectors-content .char .img-group .img5 {
  z-index: 5;
}
.section-4 .section-content .selectors-content .char .img-group .img6 {
  z-index: 6;
}
.section-4 .section-content .selectors-content .char .img-group .img7 {
  z-index: 7;
}
.section-4 .section-content .selectors-content .char .img-group .img8 {
  z-index: 8;
}
.section-4 .section-content .selectors-content .char .img-group .img9 {
  z-index: 9;
}
.section-4 .section-content .selectors-content .char .img-group .img10 {
  z-index: 10;
}
.section-4 .section-content .selectors-content .char .img-group .img11 {
  z-index: 11;
}
.section-4 .section-content .selectors-content .char-1 .img-group{
  width: 69.125vw;
  height: 69.125vw;
}
.section-4 .section-content .selectors-content .char-4 .img-group{
  width: 65.125vw;
  height: 65.125vw;
}
.section-4 .section-content .selectors-content .char-6 .img-group{
  width: 69.125vw;
  height: 69.125vw;
}
.section-4 .section-content .selectors-content .char-11 .img-group{
  width: 69.125vw;
  height: 69.125vw;
}
.section-4 .section-content .selectors-content .char-15 .img-group{
  width: 67.125vw;
  height: 67.125vw;
}
.section-4 .section-content .selectors-content .char-9 .img-group{
  width: 68.125vw;
  height: 68.125vw;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img1, .section-4 .section-content .selectors-content .char-1 .img-group .img6 {
  /* animation: wingFlapLeft 6s linear infinite alternate; */
  transform-origin: top right;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img3, .section-4 .section-content .selectors-content .char-1 .img-group .img4 {
  /* animation: wingFlapRight 6s linear infinite alternate; */
  transform-origin: top left;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img2 {
  /* animation: birdBodyFloat 6s linear infinite alternate; */
  transform-origin: bottom top;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img5 {
  /* animation: birdBodyFloat 6s linear infinite alternate; */
  transform-origin: center center;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img9 {
  /* animation: legSwing 10s linear infinite alternate; */
  transform-origin: bottom center;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img11 {
  /* animation: windBlow 7s ease-in-out infinite alternate; */
  transform-origin: center center;
}
.section-4 .section-content .selectors-content .char-1 .img-group .img8, .section-4 .section-content .selectors-content .char-1 .img-group .img10, .section-4 .section-content .selectors-content .char-1 .img-group .img7 {
  /* animation: personSwing 6s linear infinite alternate; */
  transform-origin: bottom top;
}
.section-4 .section-content .selectors-content .char-2 .img-group .img1 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-2 .img-group .img2 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-2 .img-group .img3, .section-4 .section-content .selectors-content .char-2 .img-group .img6 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-2 .img-group .img4 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-2 .img-group .img5 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-2 .img-group .img7 {
  /* animation: fireFlicker3 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-3 .img-group{
  width: 68.125vw;
  height: 68.125vw;
}
.section-4 .section-content .selectors-content .char-3 .img-group .img1 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-3 .img-group .img3 {
  z-index: 7;
}
.section-4 .section-content .selectors-content .char-3 .img-group .img2, .section-4 .section-content .selectors-content .char-3 .img-group .img3 {
  /* animation: fireFlicker3 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-3 .img-group .img6, .section-4 .section-content .selectors-content .char-3 .img-group .img7 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-3 .img-group .img4 {
  /* animation: wingFlap3 6s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-3 .img-group .img5 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-4 .img-group .img1,.section-4 .section-content .selectors-content .char-4 .img-group .img2 {
  /* animation: gentleSwayLeftRight 10s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-4 .img-group .img3 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-4 .img-group .img4 {
  /* animation: shakeUp 15s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-5 .img-group .img1 {
  /* animation: wingFlap2 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-5 .img-group .img2 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-5 .img-group .img3 {
  /* animation: wingFlap2 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-5 .img-group .img4 {
  /* animation: fireFlicker 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-6 .img-group .img1 {
  /* animation: silkFloat 5s linear infinite alternate; */
}
.section-4 .section-content .selectors-content .char-6 .img-group .img2 {
  /* animation: wingFlap2 5s linear infinite alternate; */
}
.section-4 .section-content .selectors-content .char-6 .img-group .img3 {
  /* animation: fireFlicker3 5s linear infinite alternate; */
}
.section-4 .section-content .selectors-content .char-6 .img-group .img4 {
  /* animation: gentleSwayLeftRight 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-7 .img-group .img1, .section-4 .section-content .selectors-content .char-7 .img-group .img2 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-7 .img-group .img3, .section-4 .section-content .selectors-content .char-7 .img-group .img5 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-7 .img-group .img4 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-7 .img-group .img6 {
  /* animation: buttonGlow3 3s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-8 .img-group .img1 {
  /* animation: fireFlicker 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-8 .img-group .img2 {
  /* animation: wingFlap3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-8 .img-group .img3 {
  /* animation: wingFlap3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-8 .img-group .img4 {
  /* animation: shakeUp 4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-8 .img-group .img5 {
  /* animation: charFloat3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-9 .img-group .img1 {
  /* animation: fireFlicker 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-9 .img-group .img2 {
  /* animation: logoTextSkew2 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-9 .img-group .img3, .section-4 .section-content .selectors-content .char-9 .img-group .img5 {
  /* animation: wingFlap3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-9 .img-group .img4 {
  /* animation: shakeUp 4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-9 .img-group .img6 {
  /* animation: charFloat3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-10 .img-group .img1 {
  /* animation: shakeUp 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-10 .img-group .img2 {
  /* animation: shakeUp 4.4s infinite linear alternate 0.6s; */
}
.section-4 .section-content .selectors-content .char-10 .img-group .img6 {
  /* animation: shakeUp 4.6s infinite linear alternate 1.2s; */
}
.section-4 .section-content .selectors-content .char-10 .img-group .img4 {
  /* animation: fireFlicker 4s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-10 .img-group .img7 {
  /* animation: fireFlicker 4.6s infinite linear 0.8s alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-10 .img-group .img5 {
  /* animation: horseGallop 4s linear infinite alternate-reverse; */
  animation-delay: 0.5s;
}
.section-4 .section-content .selectors-content .char-10 .img-group .img3 {
  /* animation: swordSlash 5s infinite alternate; */
}
.section-4 .section-content .selectors-content .char-11 .img-group .img1 {
  /* animation: treeSwayGentle 7s ease-in-out infinite alternate; */
}
.section-4 .section-content .selectors-content .char-11 .img-group .img2 {
  /* animation: lightFlicker 7s ease-in-out infinite alternate; */
}
.section-4 .section-content .selecto  rs-content .char-11 .img-group .img4 {
  /* animation: hairFlowInWind 12s ease-in-out infinite alternate; */
}
.section-4 .section-content .selectors-content .char-11 .img-group .img5 {
  /* animation: dressFlowInWind 15s ease-in-out infinite alternate; */
}
.section-4 .section-content .selectors-content .char-11 .img-group .img6 {
  /* animation: dressFlowInWind 12s ease-in-out infinite alternate 2s; */
}
.section-4 .section-content .selectors-content .char-11 .img-group .img7 {
  /* animation: girlSwingByTree 10s ease-in-out infinite alternate; */
}
.section-4 .section-content .selectors-content .char-11 .img-group .img8 {
  /* animation: gentleSwayLeftRight 7s ease-in-out infinite alternate; */
}
.section-4 .section-content .selectors-content .char-12 .img-group .img1 {
  /* animation: silkFloat 10s linear infinite alternate; */
}
.section-4 .section-content .selectors-content .char-12 .img-group .img2 {
  /* animation: wingFlap2 10s linear infinite alternate; */
}
.section-4 .section-content .selectors-content .char-12 .img-group .img3 {
  /* animation: gentleSwayLeftRight 10s linear infinite alternate; */
}
.section-4 .section-content .selectors-content .char-12 .img-group .img4 {
  /* animation: fireFlicker2 10s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-13 .img-group .img1 {
  /* animation: shakeUp 9s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-13 .img-group .img2 {
  /* animation: girlSwingByTree 8.4s ease-in-out infinite alternate; */
}
/* .section-4 .section-content .selectors-content .char-13 .img-group .img3 {
  animation: gentleSwayLeftRight 7s ease-in-out infinite alternate;
} */
.section-4 .section-content .selectors-content .char-13 .img-group .img4 {
  /* animation: fireFlicker3 8s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-14 .img-group .img1 {
  /* animation: fireFlicker3 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-14 .img-group .img2 {
  /* animation: wingFlap3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-14 .img-group .img3 {
  /* animation: wingFlap3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-14 .img-group .img4 {
  /* animation: shakeUp 4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-14 .img-group .img5 {
  /* animation: wingFlap3 4.4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-15 .img-group .img1 {
  /* animation: fireFlicker3 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}
.section-4 .section-content .selectors-content .char-15 .img-group .img2, .section-4 .section-content .selectors-content .char-15 .img-group .img5 {
  /* animation: charFloat3 4s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-15 .img-group .img3 {
  /* animation: wingFlap3 5s infinite linear alternate; */
}
.section-4 .section-content .selectors-content .char-15 .img-group .img4 {
  /* animation: fireFlicker3 5s infinite linear alternate; */
  filter: brightness(1.1) hue-rotate(5deg);
}

footer {
  position: relative;
  z-index: 2;
  font-size: 0.9375vw;
  color: #303030;
  text-align: center;
  font-family: Roboto, sans-serif;
  margin-top: -7.8125vw;
}
footer a {
  color: #303030;
  text-decoration: none;
}
footer a:hover {
  color: #f1c608;
}
footer p {
  margin-bottom: 0.78125vw;
}
footer .logo-vplay {
  width: 8.0729166667vw;
  display: block;
  margin: 3.3854166667vw auto 2.0833333333vw;
}
footer .menu-bottom {
  background: #7a0409;
  border-bottom: 0.15625vw solid #224a69;
}
footer .menu-bottom ul {
  padding: 0.5208333333vw 0;
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
footer .menu-bottom ul li {
  list-style: none;
}
footer .menu-bottom ul li a {
  color: #fff;
}
footer .menu-bottom ul li a:hover {
  color: #f1c608;
}

@keyframes logoShake {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
@keyframes logoGlow {
  0% {
    filter: drop-shadow(0 0 8px #fff) brightness(1);
  }
  100% {
    filter: drop-shadow(0 0 24px rgb(240, 120, 53)) brightness(1.2);
  }
}
@keyframes buttonGlow {
  0% {
    filter: drop-shadow(0 0 8px #fff) brightness(1);
    transform: scale(0.9);
  }
  100% {
    filter: drop-shadow(0 0 24px #fff) brightness(1.5);
    transform: scale(1);
  }
}
@keyframes buttonGlow2 {
  0% {
    filter: drop-shadow(0 0 8px #fff) brightness(1);
    transform: scale(0.9) translateX(-50%);
  }
  100% {
    filter: drop-shadow(0 0 24px #fff) brightness(1.5);
    transform: scale(1.1) translateX(-50%);
  }
}
@keyframes buttonGlow3 {
  0% {
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #feef7e) drop-shadow(0 0 1.5625vw #ff3300);
    transform: scale(0.85) translateY(-50%) rotate(3deg);
  }
  100% {
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #ff6600) drop-shadow(0 0 1.5625vw #ff3300);
    transform: scale(0.9) translateY(-50%) rotate(-3deg);
  }
}
@keyframes buttonGlow4 {
  0% {
    filter: drop-shadow(0 0 8px #f9d98c);
    transform: scale(1);
  }
  100% {
    filter: drop-shadow(0 0 16px #f9d98c);
    transform: scale(1.02);
  }
}
@keyframes buttonGlow5 {
  0% {
    filter: drop-shadow(0 0 8px #fff) brightness(1);
    transform: scale(0.9);
  }
  100% {
    filter: drop-shadow(0 0 24px #fff) brightness(1.5);
    transform: scale(1.3);
  }
}
@keyframes logoTextGlow {
  0% {
    filter: drop-shadow(0 0 8px #fff);
  }
  100% {
    filter: drop-shadow(0 0 24px #ffe066);
  }
}
@keyframes logoTextSkew {
  0% {
    transform: skewX(0deg) skewY(0deg) scale(1);
  }
  20% {
    transform: skewX(-6deg) skewY(2deg) scale(1.03);
  }
  40% {
    transform: skewX(5deg) skewY(-2deg) scale(1.01);
  }
  60% {
    transform: skewX(-4deg) skewY(3deg) scale(1.04);
  }
  80% {
    transform: skewX(3deg) skewY(-2deg) scale(1.02);
  }
  100% {
    transform: skewX(0deg) skewY(0deg) scale(1);
  }
}
@keyframes logoTextSkew2 {
  0% {
    transform: skewY(0deg) translateY(-50%);
  }
  20% {
    transform: skewY(2deg) translateY(-50%);
  }
  40% {
    transform: skewY(-2deg) translateY(-50%);
  }
  60% {
    transform: skewY(3deg) translateY(-50%);
  }
  80% {
    transform: skewY(-2deg) translateY(-50%);
  }
  100% {
    transform: skewY(0deg) translateY(-50%);
  }
}
@keyframes logoPulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  100% {
    transform: scale(1.1);
    filter: brightness(1.3);
  }
}
@keyframes charFloat {
  0% {
    transform: translateY(-3%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-3%);
  }
}
@keyframes charFloat2 {
  0% {
    transform: translateY(-5%) scale(1.05);
  }
  50% {
    transform: translateY(0%) scale(1);
  }
  100% {
    transform: translateY(-5%) scale(1.05);
  }
}
@keyframes charFloat3 {
  0% {
    transform: translateY(-49%) scale(1.1);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-49%) scale(1.1);
  }
}
@keyframes jumpUpDown {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1) rotate(0deg);
  }
  10% {
    transform: translateY(0.2604166667vw) scaleY(0.9) scaleX(1.05) rotate(-1deg);
  }
  20% {
    transform: translateY(-0.2604166667vw) scaleY(1.05) scaleX(0.95) rotate(2deg);
  }
  35% {
    transform: translateY(-2.0833333333vw) scaleY(1.05) scaleX(0.98) rotate(-3deg);
  }
  50% {
    transform: translateY(-3.125vw) scaleY(1) scaleX(1) rotate(0deg);
  }
  65% {
    transform: translateY(-2.0833333333vw) scaleY(1.02) scaleX(0.99) rotate(3deg);
  }
  80% {
    transform: translateY(-0.2604166667vw) scaleY(1.08) scaleX(0.96) rotate(-2deg);
  }
  90% {
    transform: translateY(0.15625vw) scaleY(0.92) scaleX(1.04) rotate(1deg);
  }
  95% {
    transform: translateY(-0.1041666667vw) scaleY(1.02) scaleX(0.99) rotate(-1deg);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1) rotate(0deg);
  }
}
@keyframes horseGallop {
  0% {
    transform: translateY(-20.8333333333vw) scaleY(1) scaleX(1) rotate(0deg) translateX(4%);
  }
  10% {
    transform: translateY(-20.5729166667vw) scaleY(0.9) scaleX(1.05) rotate(-1deg) translateX(3%);
  }
  20% {
    transform: translateY(-21.09375vw) scaleY(1.05) scaleX(0.95) rotate(2deg) translateX(2%);
  }
  30% {
    transform: translateY(-22.9166666667vw) scaleY(1.05) scaleX(0.98) rotate(-3deg) translateX(1%);
  }
  40% {
    transform: translateY(-23.9583333333vw) scaleY(1) scaleX(1) rotate(0deg) translateX(0%);
  }
  50% {
    transform: translateY(-22.9166666667vw) scaleY(1.02) scaleX(0.99) rotate(3deg) translateX(1%);
  }
  60% {
    transform: translateY(-21.09375vw) scaleY(1.08) scaleX(0.96) rotate(-2deg) translateX(2%);
  }
  70% {
    transform: translateY(-20.6770833333vw) scaleY(0.92) scaleX(1.04) rotate(1deg) translateX(3%);
  }
  80% {
    transform: translateY(-20.7291666667vw) scaleY(1.02) scaleX(0.99) rotate(-1deg) translateX(4%);
  }
  90% {
    transform: translateY(-20.8333333333vw) scaleY(1) scaleX(1) rotate(0deg) translateX(5%);
  }
  100% {
    transform: translateY(-20.8333333333vw) scaleY(1) scaleX(1) rotate(0deg) translateX(6%);
  }
}
@keyframes ballScale {
  0% {
    transform: translateY(0) scale(1);
    filter: brightness(1) drop-shadow(0 0 8px rgba(255, 236, 160, 0.6));
  }
  25% {
    transform: translateY(-0.78125vw) scale(1.02);
    filter: brightness(1.05) drop-shadow(0 0 12px rgba(255, 236, 160, 0.7));
  }
  50% {
    transform: translateY(-1.3020833333vw) scale(1.05);
    filter: brightness(1.1) drop-shadow(0 0 15px rgba(255, 236, 160, 0.8));
  }
  75% {
    transform: translateY(-0.78125vw) scale(1.08);
    filter: brightness(1.15) drop-shadow(0 0 18px rgba(255, 236, 160, 0.9));
  }
  85% {
    transform: translateY(0.1041666667vw) scaleX(1.12) scaleY(0.95);
    filter: brightness(1.2) drop-shadow(0 0 20px rgb(255, 236, 160));
  }
  90% {
    transform: translateY(-0.2604166667vw) scaleX(1.08) scaleY(1.05);
    filter: brightness(1.18) drop-shadow(0 0 18px rgba(255, 236, 160, 0.9));
  }
  95% {
    transform: translateY(0.0520833333vw) scaleX(1.1) scaleY(0.98);
    filter: brightness(1.2) drop-shadow(0 0 20px rgb(255, 236, 160));
  }
  100% {
    transform: translateY(0) scale(1.1);
    filter: brightness(1.2) drop-shadow(0 0 20px rgb(255, 236, 160));
  }
}
@keyframes wingFlap {
  0%, 100% {
    transform: rotate(-3deg);
    filter: brightness(1) drop-shadow(0 4px 6px rgba(240, 192, 4, 0.5));
  }
  50% {
    transform: rotate(3deg);
    filter: brightness(1.2) drop-shadow(0 4px 6px rgba(240, 192, 4, 0.5));
  }
}
@keyframes wingFlap2 {
  0%, 100% {
    transform: translateY(-50%) rotate(-3deg);
    filter: brightness(1) drop-shadow(0 4px 6px rgba(240, 192, 4, 0.5));
  }
  50% {
    transform: translateY(-50%) rotate(3deg);
    filter: brightness(1.2) drop-shadow(0 4px 6px rgba(240, 192, 4, 0.5));
  }
}
@keyframes wingFlap3 {
  0%, 100% {
    transform: translateY(-51%) rotate(-3deg);
  }
  50% {
    transform: translateY(-49%) rotate(3deg);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(-2%) scale(1);
  }
  100% {
    transform: translateX(0%) scale(1.1);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(2%) scale(1);
  }
  100% {
    transform: translateX(0%) scale(1.1);
  }
}
@keyframes shakeUp {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  10% {
    transform: translateY(-51%) translateX(-0.15625vw) rotate(-0.5deg);
  }
  20% {
    transform: translateY(-49%) translateX(0.15625vw) rotate(0.5deg);
  }
  30% {
    transform: translateY(-51%) translateX(-0.1041666667vw) rotate(-0.3deg);
  }
  40% {
    transform: translateY(-49%) translateX(0.1041666667vw) rotate(0.3deg);
  }
  50% {
    transform: translateY(-50%) translateX(-0.0520833333vw) rotate(-0.2deg);
  }
  60% {
    transform: translateY(-49%) translateX(0.0520833333vw) rotate(0.2deg);
  }
  70% {
    transform: translateY(-50.5%) translateX(-0.0260416667vw) rotate(-0.1deg);
  }
  80% {
    transform: translateY(-49.5%) translateX(0.0260416667vw) rotate(0.1deg);
  }
  90% {
    transform: translateY(-50.2%) translateX(0) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
}
@keyframes shakeUp2 {
  0% {
    transform: translateY(0%) translateX(0) rotate(0deg);
  }
  10% {
    transform: translateY(-1%) translateX(-0.15625vw) rotate(-0.5deg);
  }
  20% {
    transform: translateY(-2%) translateX(0.15625vw) rotate(0.5deg);
  }
  30% {
    transform: translateY(-1%) translateX(-0.1041666667vw) rotate(-0.3deg);
  }
  40% {
    transform: translateY(-2%) translateX(0.1041666667vw) rotate(0.3deg);
  }
  50% {
    transform: translateY(0%) translateX(-0.0520833333vw) rotate(-0.2deg);
  }
  60% {
    transform: translateY(-2%) translateX(0.0520833333vw) rotate(0.2deg);
  }
  70% {
    transform: translateY(-0.5%) translateX(-0.0260416667vw) rotate(-0.1deg);
  }
  80% {
    transform: translateY(-2.5%) translateX(0.0260416667vw) rotate(0.1deg);
  }
  90% {
    transform: translateY(-0.2%) translateX(0) rotate(0deg);
  }
  100% {
    transform: translateY(0%) translateX(0) rotate(0deg);
  }
}
@keyframes fireFlicker {
  0% {
    transform: translateY(-50%) scale(1) rotate(0deg);
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #ff6600) drop-shadow(0 0 1.5625vw #ff3300);
    opacity: 0.9;
  }
  15% {
    transform: translateY(-51%) scale(1.01) rotate(-1deg);
    filter: brightness(1.4) hue-rotate(15deg) drop-shadow(0 0 1.0416666667vw #ff8800) drop-shadow(0 0 1.8229166667vw #ff4400);
    opacity: 1;
  }
  30% {
    transform: translateY(-49%) scale(0.98) rotate(1deg);
    filter: brightness(1.1) hue-rotate(5deg) drop-shadow(0 0 0.625vw #ff5500) drop-shadow(0 0 1.3020833333vw #ff2200);
    opacity: 0.85;
  }
  45% {
    transform: translateY(-52%) scale(1.02) rotate(-0.5deg);
    filter: brightness(1.5) hue-rotate(20deg) drop-shadow(0 0 1.3020833333vw #ffaa00) drop-shadow(0 0 2.0833333333vw #ff6600);
    opacity: 1;
  }
  60% {
    transform: translateY(-48%) scale(0.96) rotate(0.8deg);
    filter: brightness(1) hue-rotate(0deg) drop-shadow(0 0 0.5208333333vw #ff4400) drop-shadow(0 0 1.0416666667vw #ff1100);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-51%) scale(1) rotate(-0.3deg);
    filter: brightness(1.3) hue-rotate(12deg) drop-shadow(0 0 0.9375vw #ff7700) drop-shadow(0 0 1.6666666667vw #ff3300);
    opacity: 0.95;
  }
  90% {
    transform: translateY(-49.5%) scale(1.01) rotate(0.2deg);
    filter: brightness(1.2) hue-rotate(8deg) drop-shadow(0 0 0.7291666667vw #ff6600) drop-shadow(0 0 1.4583333333vw #ff2200);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-50%) scale(1) rotate(0deg);
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #ff6600) drop-shadow(0 0 1.5625vw #ff3300);
    opacity: 0.9;
  }
}
@keyframes fireFlicker2 {
  0% {
    transform: translateY(-50%) scale(1) rotate(0deg);
    opacity: 0.9;
  }
  15% {
    transform: translateY(-51%) scale(1.01) rotate(-1deg);
    opacity: 1;
  }
  30% {
    transform: translateY(-49%) scale(0.98) rotate(1deg);
    opacity: 0.85;
  }
  45% {
    transform: translateY(-52%) scale(1.02) rotate(-0.5deg);
    opacity: 1;
  }
  60% {
    transform: translateY(-48%) scale(0.96) rotate(0.8deg);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-51%) scale(1) rotate(-0.3deg);
    opacity: 0.95;
  }
  90% {
    transform: translateY(-49.5%) scale(1.01) rotate(0.2deg);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-50%) scale(1) rotate(0deg);
    opacity: 0.9;
  }
}
@keyframes fireFlicker3 {
  0% {
    transform: translateY(-50%) scale(1) rotate(0deg);
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #2e2e2e) drop-shadow(0 0 1.5625vw #2c1b72);
    opacity: 0.9;
  }
  15% {
    transform: translateY(-51%) scale(1.01) rotate(-1deg);
    filter: brightness(1.4) hue-rotate(15deg) drop-shadow(0 0 1.0416666667vw #2e2e2e) drop-shadow(0 0 1.8229166667vw #2c1b72);
    opacity: 1;
  }
  30% {
    transform: translateY(-49%) scale(0.98) rotate(1deg);
    filter: brightness(1.1) hue-rotate(5deg) drop-shadow(0 0 0.625vw #2e2e2e) drop-shadow(0 0 1.3020833333vw #2c1b72);
    opacity: 0.85;
  }
  45% {
    transform: translateY(-52%) scale(1.02) rotate(-0.5deg);
    filter: brightness(1.5) hue-rotate(20deg) drop-shadow(0 0 1.3020833333vw #c79be4) drop-shadow(0 0 2.0833333333vw #2c1b72);
    opacity: 1;
  }
  60% {
    transform: translateY(-48%) scale(0.96) rotate(0.8deg);
    filter: brightness(1) hue-rotate(0deg) drop-shadow(0 0 0.5208333333vw #2e2e2e) drop-shadow(0 0 1.0416666667vw #2c1b72);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-51%) scale(1) rotate(-0.3deg);
    filter: brightness(1.3) hue-rotate(12deg) drop-shadow(0 0 0.9375vw #2e2e2e) drop-shadow(0 0 1.6666666667vw #2c1b72);
    opacity: 0.95;
  }
  90% {
    transform: translateY(-49.5%) scale(1.01) rotate(0.2deg);
    filter: brightness(1.2) hue-rotate(8deg) drop-shadow(0 0 0.7291666667vw #6852b8) drop-shadow(0 0 1.4583333333vw #2c1b72);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-50%) scale(1) rotate(0deg);
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #6852b8) drop-shadow(0 0 1.5625vw #2c1b72);
    opacity: 0.9;
  }
}
@keyframes fireFlicker4 {
  0% {
    transform: translateY(0%) scale(1) rotate(0deg);
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #ff6600) drop-shadow(0 0 1.5625vw #ff3300);
    opacity: 0.9;
  }
  15% {
    transform: translateY(-1%) scale(1.01) rotate(-1deg);
    filter: brightness(1.4) hue-rotate(15deg) drop-shadow(0 0 1.0416666667vw #ff8800) drop-shadow(0 0 1.8229166667vw #ff4400);
    opacity: 1;
  }
  30% {
    transform: translateY(1%) scale(0.98) rotate(1deg);
    filter: brightness(1.1) hue-rotate(5deg) drop-shadow(0 0 0.625vw #ff5500) drop-shadow(0 0 1.3020833333vw #ff2200);
    opacity: 0.85;
  }
  45% {
    transform: translateY(-2%) scale(1.02) rotate(-0.5deg);
    filter: brightness(1.5) hue-rotate(20deg) drop-shadow(0 0 1.3020833333vw #ffaa00) drop-shadow(0 0 2.0833333333vw #ff6600);
    opacity: 1;
  }
  60% {
    transform: translateY(2%) scale(0.96) rotate(0.8deg);
    filter: brightness(1) hue-rotate(0deg) drop-shadow(0 0 0.5208333333vw #ff4400) drop-shadow(0 0 1.0416666667vw #ff1100);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-1%) scale(1) rotate(-0.3deg);
    filter: brightness(1.3) hue-rotate(12deg) drop-shadow(0 0 0.9375vw #ff7700) drop-shadow(0 0 1.6666666667vw #ff3300);
    opacity: 0.95;
  }
  90% {
    transform: translateY(1.5%) scale(1.01) rotate(0.2deg);
    filter: brightness(1.2) hue-rotate(8deg) drop-shadow(0 0 0.7291666667vw #ff6600) drop-shadow(0 0 1.4583333333vw #ff2200);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0%) scale(1) rotate(0deg);
    filter: brightness(1.2) hue-rotate(10deg) drop-shadow(0 0 0.78125vw #ff6600) drop-shadow(0 0 1.5625vw #ff3300);
    opacity: 0.9;
  }
}
@keyframes swordSlash {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes treeSwayGentle {
  0% {
    transform: translateY(-50%) rotate(-0.5deg) scale(1);
  }
  25% {
    transform: translateY(-50.3%) rotate(-0.2deg) scale(1.002);
  }
  50% {
    transform: translateY(-50%) rotate(0deg) scale(1.003);
  }
  75% {
    transform: translateY(-50.3%) rotate(0.2deg) scale(1.002);
  }
  100% {
    transform: translateY(-50%) rotate(0.5deg) scale(1);
  }
}
@keyframes lightFlicker {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.85;
    filter: brightness(1) drop-shadow(0 0 0.78125vw rgba(255, 240, 200, 0.5));
  }
  20% {
    transform: translateY(-50%) scale(1.008);
    opacity: 0.95;
    filter: brightness(1.25) drop-shadow(0 0 0.9375vw rgba(255, 240, 200, 0.7));
  }
  40% {
    transform: translateY(-50%) scale(0.995);
    opacity: 0.8;
    filter: brightness(0.9) drop-shadow(0 0 0.6770833333vw rgba(255, 240, 200, 0.3));
  }
  60% {
    transform: translateY(-50%) scale(1.005);
    opacity: 0.9;
    filter: brightness(1.25) drop-shadow(0 0 0.8333333333vw rgba(255, 240, 200, 0.6));
  }
  80% {
    transform: translateY(-50%) scale(1);
    opacity: 0.88;
    filter: brightness(1.05) drop-shadow(0 0 1.25vw rgba(255, 240, 200, 0.5));
  }
  100% {
    transform: translateY(-50%) scale(1.01);
    opacity: 1;
    filter: brightness(1.5) drop-shadow(0 0 0.9895833333vw rgba(255, 240, 200, 0.8));
  }
}
@keyframes silkFloat {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(1);
  }
  15% {
    transform: translateY(-50.4%) translateX(0.078125vw) rotate(0.4deg) scaleX(1.008);
  }
  30% {
    transform: translateY(-49.6%) translateX(0.1041666667vw) rotate(-0.4deg) scaleX(0.995);
  }
  45% {
    transform: translateY(-50.6%) translateX(0.0520833333vw) rotate(0.6deg) scaleX(1.012);
  }
  60% {
    transform: translateY(-49.4%) translateX(-0.0520833333vw) rotate(-0.2deg) scaleX(0.992);
  }
  75% {
    transform: translateY(-50.4%) translateX(-0.078125vw) rotate(-0.5deg) scaleX(1.005);
  }
  90% {
    transform: translateY(-49.6%) translateX(-0.0260416667vw) rotate(0.3deg) scaleX(0.998);
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(1);
  }
}
@keyframes gentleSwayLeftRight {
  0% {
    transform: translateY(-50%) translateX(-0.3125vw) scale(1);
  }
  25% {
    transform: translateY(-50.2%) translateX(-1.0677083333vw) scale(1.002);
  }
  50% {
    transform: translateY(-50%) translateX(0) scale(1.004);
  }
  75% {
    transform: translateY(-50.2%) translateX(1.0677083333vw) scale(1.002);
  }
  100% {
    transform: translateY(-50%) translateX(0.3125vw) scale(1);
  }
}
@keyframes hairFlowInWind {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(1);
    filter: blur(0);
  }
  20% {
    transform: translateY(-50.8%) translateX(0.0520833333vw) rotate(0.3deg) scaleX(1.008);
    filter: blur(0.0026041667vw);
  }
  40% {
    transform: translateY(-49.2%) translateX(0.1041666667vw) rotate(-0.4deg) scaleX(0.995);
    filter: blur(0.0041666667vw);
  }
  60% {
    transform: translateY(-51%) translateX(0.078125vw) rotate(0.5deg) scaleX(1.012);
    filter: blur(0.0015625vw);
  }
  80% {
    transform: translateY(-49%) translateX(-0.0260416667vw) rotate(-0.2deg) scaleX(0.992);
    filter: blur(0.003125vw);
  }
  100% {
    transform: translateY(-50%) translateX(-0.0520833333vw) rotate(-0.4deg) scaleX(1.005);
    filter: blur(0);
  }
}
@keyframes dressFlowInWind {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(1) scaleY(1);
  }
  18% {
    transform: translateY(-50.6%) translateX(0.078125vw) rotate(0.4deg) scaleX(1.01) scaleY(0.996);
  }
  35% {
    transform: translateY(-49.4%) translateX(0.1302083333vw) rotate(-0.3deg) scaleX(0.992) scaleY(1.012);
  }
  52% {
    transform: translateY(-51%) translateX(0.1041666667vw) rotate(0.6deg) scaleX(1.015) scaleY(0.988);
  }
  70% {
    transform: translateY(-49%) translateX(-0.0520833333vw) rotate(-0.5deg) scaleX(0.985) scaleY(1.018);
  }
  85% {
    transform: translateY(-50.6%) translateX(-0.1041666667vw) rotate(-0.7deg) scaleX(1.008) scaleY(0.994);
  }
  100% {
    transform: translateY(-50%) translateX(-0.0520833333vw) rotate(0.2deg) scaleX(0.995) scaleY(1.008);
  }
}
@keyframes girlSwingByTree {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scale(1);
    transform-origin: top center;
  }
  12% {
    transform: translateY(-50.3%) translateX(0.0416666667vw) rotate(0.5deg) scale(1.002);
    transform-origin: top center;
  }
  25% {
    transform: translateY(-50.6%) translateX(0.078125vw) rotate(0.8deg) scale(1.004);
    transform-origin: top center;
  }
  38% {
    transform: translateY(-50.4%) translateX(0.0625vw) rotate(0.4deg) scale(1.003);
    transform-origin: top center;
  }
  50% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scale(1);
    transform-origin: top center;
  }
  62% {
    transform: translateY(-50.4%) translateX(-0.0625vw) rotate(-0.4deg) scale(1.003);
    transform-origin: top center;
  }
  75% {
    transform: translateY(-50.6%) translateX(-0.1041666667vw) rotate(-0.8deg) scale(1.004);
    transform-origin: top center;
  }
  88% {
    transform: translateY(-50.3%) translateX(-0.0416666667vw) rotate(-0.6deg) scale(1.002);
    transform-origin: top center;
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scale(1);
    transform-origin: top center;
  }
}
@keyframes wingFlapLeft {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(-51%) rotate(0.6deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(-49%) rotate(-0.6deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
@keyframes wingFlapRight {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(-51%) rotate(-0.6deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(-49%) rotate(0.6deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
@keyframes birdBodyFloat {
  0% {
    transform: translateY(-50%) scale(1);
  }
  25% {
    transform: translateY(-51%) scale(1.01);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  75% {
    transform: translateY(-49%) scale(0.99);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes legSwing {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(-50%) rotate(0.8deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(-50%) rotate(-0.8deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
@keyframes windBlow {
  0% {
    transform: translateY(-50%) rotate(0deg) skew(0deg, 0deg);
  }
  25% {
    transform: translateY(-50%) skew(-1deg, 0deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg) skew(0deg, 0deg);
  }
  75% {
    transform: translateY(-50%) skew(1deg, 0deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes personSwing {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(-50%) rotate(1deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(-50%) rotate(-1deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
@keyframes txtDropIn {
  0% {
    opacity: 0;
    transform: translateY(-3.90625vw) scale(0.9);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    filter: brightness(1.2);
  }
}
@media (max-width: 1024px) {
  .bg-mb {
    display: block !important;
  }
  .bg-pc, .menu-right, .side-menu, .menu-bottom {
    display: none !important;
  }
  .menu-top-mobile {
    z-index: 10;
    padding: 1.953125vw 9.1145833333vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #441f1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto, sans-serif;
  }
  .menu-top-mobile .game-brand {
    width: 14.3229166667vw;
    border-radius: 1.3020833333vw;
    overflow: hidden;
  }
  .menu-top-mobile .game-name {
    width: 39.0625vw;
    font-size: 3.125vw;
    color: #f3e491;
    text-transform: capitalize;
  }
  .menu-top-mobile .game-name .time {
    font-size: 2.6041666667vw;
    color: #fff;
    font-weight: 400;
  }
  .menu-top-mobile button {
    display: block;
    width: 30.859375vw;
    height: 9.2447916667vw;
    padding-bottom: 1.3020833333vw;
    background: url(/landing/assets/bg-btn-mb-59dfc92f.webp) no-repeat center center;
    background-size: cover;
    border: none;
    font-size: 3.7760416667vw;
    color: #fbedcb;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-family: UTM Nyala, sans-serif;
  }
  
  .menu-top-mobile .btn-download {
    font-size: 2.6041666667vw !important; /* 0.85em = 3.7760416667vw * 0.85 ≈ 2.6041666667vw */
    animation: buttonGlowSoft 1.5s infinite alternate; /* Hiệu ứng heartbeat nhẹ nhàng */
  }
  footer {
    position: relative;
    z-index: 2;
    padding: 46px 20px 20px;
    font-size: 14px;
    line-height: 30px;
    color: #515151;
    margin-top: 0;
  }
  footer p {
    margin-bottom: 10px;
  }
  footer a {
    color: #515151;
  }
  footer .logo-vplay {
    width: 185px;
    margin: 0 auto 30px;
  }
  .modal {
    overflow: scroll;
  }
  .modal .modal-content {
    background: url(/landing/assets/bg-popup-f576999f.webp) no-repeat center center;
    background-size: 100%;
    width: 90%;
    height: 54.4270833333vw;
    padding: 0;
    transform: scale(1);
    margin-top: 0;
    max-height: 110.6770833333vw;
    padding: 5.2083333333vw 6.5104166667vw 5.2083333333vw 5.859375vw;
    font-size: 2.734375vw;
  }
  .modal .modal-content h3 {
    font-size: 3.3854166667vw;
  }
  .modal .modal-content .popup-btn {
    width: 34.1145833333vw;
    height: 9.5052083333vw;
    padding: 0 6.5104166667vw 3.2552083333vw 3.2552083333vw;
    font-size: 3.515625vw;
    bottom: -3.6458333333vw;
  }
  .modal .modal-content .gift-group {
    margin-top: 3.90625vw;
    gap: 2.6041666667vw;
  }
  .modal .modal-content .gift-group .gift-item-inner {
    width: 12.6302083333vw;
  }
  .modal .modal-content .gift-group .gift-item-inner.active::before {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    width: 8.4635416667vw;
    height: 8.7239583333vw;
    border: 0.6510416667vw solid red;
  }
  .modal .modal-content .gift-group .gift-item-inner .icon {
    height: 12.890625vw;
  }
  .modal .modal-content .gift-group .gift-item-inner .name {
    font-size: 2.0833333333vw;
    margin-top: -0.6510416667vw;
  }
  .modal .modal-content .content {
    padding-right: 1.3020833333vw;
    margin-top: -2.6041666667vw;
  }
  .modal .modal-content .content::-webkit-scrollbar {
    width: 0.9114583333vw;
    border-radius: 1.3020833333vw;
  }
  .modal .modal-content .content::-webkit-scrollbar-thumb {
    border-radius: 1.3020833333vw;
  }
  .modal .modal-title img {
    height: 12.3697916667vw;
  }
  .modal.modal-getTurn .mission-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.0416666667vw;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 2.6041666667vw;
  }
  .modal.modal-getTurn .mission-item:last-child {
    margin-bottom: 0;
  }
  .modal.modal-getTurn .mission-item .mission-text {
    display: flex;
    align-items: flex-start;
    text-align: left;
    width: 55%;
    gap: 1.0416666667vw;
    color: #4e2115;
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 500;
    flex-wrap: wrap;
  }
  .modal.modal-getTurn .mission-item .mission-text span {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  }
  
  .modal.modal-getTurn .mission-item .mission-text .mission-number {
    min-width: 2.6041666667vw;
    flex-shrink: 0;
  }
  
  .modal.modal-getTurn .mission-item .mission-text .mission-desc {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .modal.modal-getTurn .mission-item .btn-receive {
    background: url(/landing/assets/bg-btn-de4fee5c.webp) no-repeat center center;
    background-size: cover;
    width: 23.1770833333vw;
    height: 5.859375vw;
    line-height: 5.859375vw;
    border: none;
    color: #fff389;
    font-size: 2.6041666667vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
  }
  .modal.modal-getTurn .mission-item .btn-receive:hover {
    transform: scale(1.05);
    filter: brightness(1.2) drop-shadow(0 0 0.4166666667vw rgba(255, 215, 0, 0.6));
    animation: buttonGlow 0.8s ease infinite alternate;
  }
  .modal.modal-getTurn .mission-item .btn-receive.completed {
    filter: grayscale(100%);
    cursor: not-allowed;
  }
  .modal.modal-getTurn .mission-item .btn-receive.completed:hover {
    transform: none;
    filter: grayscale(100%);
    animation: none;
  }
  .modal.modal-register .modal-title img {
    height: 13.0208333333vw;
  }
  .modal.modal-register .modal-content .content .register-form .phone {
    width: 70%;
    font-size: 3.125vw;
    height: 7.8125vw;
    border-radius: 0.6510416667vw;
    margin: 2.6041666667vw auto;
    padding: 0 2.6041666667vw;
  }
  .modal.modal-register .modal-content .content .register-form input[type=checkbox] {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  
  /* Modal thông báo quà - responsive mobile */
  .modal.modal-reward .modal-title img {
    height: 13.0208333333vw;
  }
  .modal.modal-reward .modal-content .content .register-form .reward-label {
    font-size: 4vw !important;
    margin-bottom: 2.6041666667vw !important;
  }
  .modal.modal-reward .modal-content .content .register-form .reward-note {
    font-size: 4vw !important;
  }
  
  .modal.modal-reward .modal-content .content .register-form .reward-box {
    /* padding: 2.5vw 5vw; */
    margin: 2.5vw auto;
    min-width: 30vw;
    border-width: 4px;
    border-radius: 1.5vw;
  }
  
  .modal.modal-reward .modal-content .content .register-form .reward-text {
    font-size: 4vw !important;
  }
  
  /* Modal mời bạn bè - responsive mobile lớn */
  .modal.modal-register .modal-content .content .register-form .invite-main-text,
  .modal.modal-register .modal-content .content .register-form .invite-main-text,
  .modal.modal-register .modal-content .content .register-form .invite-sub-text,
  .modal.modal-register .modal-content .content .register-form .invite-label,
  .modal.modal-register .modal-content .content .register-form .invite-info,
  .modal.modal-register .modal-content .content .register-form .invite-note {
    font-size: 3.5vw !important;
  }
  
  .modal.modal-register .modal-content .content .register-form .invite-input {
    padding: 1.5vw 3vw;
    margin: 1vw auto;
    max-width: 45vw;
    border-width: 2px;
    border-radius: 0.8vw;
    font-size: 3.5vw !important;
  }
  .modal.modal-history .modal-content table th, .modal.modal-history .modal-content table td {
    padding: 1.3020833333vw;
  }
  .modal.modal-history .modal-ontent .history-item .history-icon{
    font-size: 1.5vw;
    padding-top: 1vw;
  }
  .btn-rule {
    width: 13.671875vw;
    height: 33.8541666667vw;
  }
  .web-container {
    padding-top: 18.2291666667vw;
  }
  .section-1 {
    height: auto;
    display: block;
  }
  .section-1 .btn-play {
    position: relative;
    z-index: 3;
    width: 14.9739583333vw;
    margin: 37.7604166667vw 0 0 52.0833333333vw;
    animation: buttonGlow5 1s infinite linear alternate;
  }
  .section-1 .char-group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .section-1 .char-group img {
    position: absolute;
  }
  .section-1 .char-group .img1 {
    width: 73.4375vw;
    z-index: 6;
    left: 10.4166666667vw;
    top: 45.5729166667vw;
    animation: shakeUp2 4s infinite linear alternate;
  }
  .section-1 .char-group .img2 {
    width: 43.2291666667vw;
    z-index: 5;
    left: 0;
    top: 32.2916666667vw;
    animation: slideOutLeft 4s infinite linear alternate;
  }
  .section-1 .char-group .img3 {
    width: 72.7864583333vw;
    z-index: 4;
    right: 0;
    top: 36.1979166667vw;
    animation: slideOutRight 4s infinite linear alternate;
  }
  .section-1 .char-group .img4 {
    width: 100vw;
    z-index: 3;
    left: 0;
    top: 3.2552083333vw;
    animation: fireFlicker4 6s infinite linear alternate;
  }
  .section-1 .char-group .img5 {
    z-index: 2;
    width: 66.40625vw;
    left: 0;
    top: 0;
    animation: buttonGlow4 4s infinite linear alternate;
  }
  .section-1 .char-group .img6 {
    width: 70.0520833333vw;
    z-index: 1;
    top: 0;
    right: 0;
    animation: buttonGlow4 4s infinite linear alternate;
  }
  .section-1 .txt-group {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .section-1 .txt-group .txt {
    position: absolute;
    opacity: 0;
    transform: translateY(-7.5520833333vw) scale(0.98);
    animation: txtDropIn 2s cubic-bezier(0.22, 1, 0.36, 1) alternate infinite;
    will-change: transform, opacity;
  }
  .section-1 .txt-group .txt1, .section-1 .txt-group .txt2, .section-1 .txt-group .txt3, .section-1 .txt-group .txt4 {
    top: 76.8229166667vw;
  }
  .section-1 .txt-group .txt5, .section-1 .txt-group .txt6, .section-1 .txt-group .txt7, .section-1 .txt-group .txt8 {
    top: 87.890625vw;
  }
  .section-1 .txt-group .txt1 {
    width: 33.203125vw;
    left: 1.3020833333vw;
    animation-delay: 2s;
  }
  .section-1 .txt-group .txt2 {
    width: 36.5885416667vw;
    left: 19.140625vw;
    animation-delay: 2.2s;
  }
  .section-1 .txt-group .txt3 {
    width: 34.6354166667vw;
    left: 40.3645833333vw;
    animation-delay: 2.4s;
  }
  .section-1 .txt-group .txt4 {
    width: 39.1927083333vw;
    left: 59.6354166667vw;
    animation-delay: 2.6s;
  }
  .section-1 .txt-group .txt5 {
    width: 36.1979166667vw;
    left: 8.203125vw;
    animation-delay: 3.2s;
  }
  .section-1 .txt-group .txt6 {
    width: 29.9479166667vw;
    left: 29.0364583333vw;
    animation-delay: 3.4s;
  }
  .section-1 .txt-group .txt7 {
    width: 32.5520833333vw;
    top: 86.5885416667vw;
    left: 43.6197916667vw;
    animation-delay: 3.6s;
  }
  .section-1 .txt-group .txt8 {
    width: 31.9010416667vw;
    top: 86.5885416667vw;
    left: 60.546875vw;
    animation-delay: 3.8s;
  }
  .section-1 .btn-group {
    width: 76.6927083333vw;
    margin: 54.6875vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    z-index: 4;
    position: relative;
  }
  .section-1 .btn-group .btn-register {
    width: 100%;
    animation: buttonGlow4 1.5s infinite alternate;
  }
  .section-1 .btn-group .btn-download {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.3020833333vw;
    margin-top: 1.5vw;
  }
  .section-1 .btn-group .btn-download button {
    width: 32.8125vw;
  }
  .section-1 .btn-group .btn-download button:hover {
    animation: translateLeftRight 1s infinite alternate;
  }
  .section-2 .title-page {
    width: 100%;
    margin-top: 0;
  }
  .section-2 .total-number {
    background: url(/landing/assets/bg-turn-mb-85ef2f26.webp) no-repeat center center;
    background-size: contain;
    width: 29.6875vw;
    height: 12.6302083333vw;
    display: block;
    margin: 1.953125vw auto 0;
    padding-bottom: 0;
  }
  .section-2 .total-number .txt {
    padding-top: 0.6510416667vw;
    display: block;
    width: 100%;
    font-size: 2.8645833333vw;
    line-height: 2.6041666667vw;
    letter-spacing: 0.2604166667vw;
  }
  .section-2 .total-number .number {
    display: block;
    width: 100%;
    font-size: 6.7708333333vw;
    margin-top: -1.8229166667vw;
  }
  .section-2 .btn-rule {
    top: -11.8489583333vw;
    right: -30.2083333333vw;
  }
  .section-2 .gift-group {
    width: 74.21875vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
    gap: 1.3020833333vw;
  }
  .section-2 .gift-group .gift-group-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .section-2 .gift-group .gift-group-inner .gift-item:nth-child(2), .section-2 .gift-group .gift-group-inner .gift-item:nth-child(4) {
    margin-left: -3.90625vw;
  }
  .section-2 .gift-group .gift-item {
    width: 38.5416666667vw;
    height: 43.6197916667vw;
    padding: 0 2.34375vw 0 9.375vw;
  }
  .section-2 .gift-group .gift-item .gift-header {
    font-size: 5.859375vw;
    line-height: 6.5104166667vw;
  }
  .section-2 .gift-group .gift-item .gift-body {
    gap: 1.3020833333vw;
  }
  .section-2 .gift-group .gift-item .gift-body .gift-item-inner {
    width: 12.6302083333vw;
  }
  .section-2 .gift-group .gift-item .gift-body .gift-item-inner .icon {
    height: 12.890625vw;
  }
  .section-2 .gift-group .gift-item .gift-body .gift-item-inner .name {
    font-size: 1.9vw;
    margin-top: -0.6510416667vw;
  }
  .section-2 .gift-group .gift-item.big-gift {
    width: 54.0364583333vw;
    height: 89.1927083333vw;
    padding: 8.984375vw 5.46875vw 13.0208333333vw 5.46875vw;
    margin-left: 0;
    gap: 1.3020833333vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner {
    width: 19.53125vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner .icon {
    width: 19.53125vw;
    height: 19.140625vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner .icon img {
    margin-bottom: -1.0416666667vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner .name {
    margin-top: 0.6510416667vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) {
    width: 34.375vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) .icon {
    width: 34.375vw;
    height: 33.4635416667vw;
    padding: 0 0 7.5520833333vw 4.1666666667vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) .icon img {
    margin-bottom: -1.5625vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner:nth-child(1) .name {
    font-size: 3.125vw;
  }
  .section-2 .gift-group .gift-item.big-gift .gift-item-inner:last-child .icon {
    padding-bottom: 3.90625vw;
  }
  .section-3 .title-page {
    width: 100%;
    margin: 0 auto 0;
  }
  .section-3 .section-content {
    width: 83.3333333333vw;
    margin: 3.125vw auto 0;
    display: block;
  }
  .section-3 .btn-rule {
    top: -38.4114583333vw;
    right: -5.2083333333vw;
  }
  .section-3 .section-header {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 22.1354166667vw;
    width: 81.9010416667vw;
    height: 5.7291666667vw;
    background: url(/landing/assets/bg-turn-p3-mb-8a340685.webp) no-repeat;
    background-size: contain;
  }
  .section-3 .section-header .section-header-inner {
    gap: 1.3020833333vw;
  }
  .section-3 .section-header .section-header-inner span {
    letter-spacing: 0.2604166667vw;
  }
  .section-3 .section-header .section-header-inner span:first-child {
    font-size: 3.6458333333vw;
  }
  .section-3 .section-header .section-header-inner span:last-child {
    font-size: 6.5104166667vw;
    margin-top: -2.2135416667vw;
  }
  .section-3 .card-group {
    width: 81.9010416667vw;
    margin: 5.859375vw auto 0;
    gap: 2.6041666667vw;
  }
  .section-3 .card-group .card-item {
    width: 26.3020833333vw;
    height: 48.828125vw;
    perspective: 130.2083333333vw;
  }
  .section-3 .card-group .card-item::before {
    top: -6.5104166667vw;
    width: 1.4322916667vw;
    height: 7.6822916667vw;
  }
  .section-3 .card-group .card-item .card-back img {
    border-radius: 0;
  }
  .section-3 .btn-group {
    gap: 1.3020833333vw;
    position: absolute;
    width: 100%;
    height: 155%;
    top: -19.7916666667vw;
    left: 0;
    margin: 0;
    pointer-events: none;
    align-items: flex-start;
    padding: 0 10% 92% 10%;
    flex-wrap: wrap;
  }
  .section-3 .btn-group button {
    pointer-events: visible;
    width: 26.4322916667vw;
    height: 7.9427083333vw;
    font-size: 3.515625vw;
  }
  .section-3 .btn-group button:hover {
    filter: brightness(1.2) drop-shadow(0 0 1.0416666667vw rgba(255, 215, 0, 0.6));
  }
  .section-3 .btn-group button.btn-flip-card {
    width: 63.0208333333vw;
    height: 12.5vw;
    position: absolute;
    bottom: 0;
    left: 12%;
  }
  .section-4 .title-page {
    width: 100%;
  }
  .section-4 .container {
    padding-top: 3.90625vw;
  }
  .section-4 .menu-bottom {
    display: flex !important;
    width: 90%;
    bottom: 13.0208333333vw;
  }
  .section-4 .menu-bottom .menu-bottom-item {
    width: 17.7083333333vw;
  }
  .section-4 .menu-bottom .menu-bottom-item a {
    font-size: 4.4270833333vw;
  }
  .section-4 .menu-bottom .menu-bottom-item a img {
    margin-bottom: 1.3020833333vw;
  }
  .section-4 .section-content {
    width: 100%;
    height: 45%;
  }
  .section-4 .section-content .selector-group {
    left: 42.96875vw;
    transform: translateY(55%) rotate(-90deg) scale(2.7);
  }
  .section-4 .section-content .selector-group button {
    transform: rotate(90deg);
    width: 5.5208333333vw;
    height: 5.46875vw;
  }
  .section-4 .section-content .selector-group button.active, .section-4 .section-content .selector-group button:hover {
    filter: grayscale(0);
    animation: none;
  }
  .section-4 .section-content .selectors-content {
    margin: 0 auto 0;
    transform: scale(1.3) translateY(6.5104166667vw);
  }
  .section-4 .section-content .selectors-content > div {
    display: none;
  }
  .section-4 .section-content .selectors-content > div.active {
    display: block;
  }
  .section-4 .section-content .selectors-content .char .skill {
    width: 10.6770833333vw;
    height: 32.9427083333vw;
    font-size: 2.7vw;
    letter-spacing: 0.2604166667vw;
    padding: 4.9479166667vw 0.78125vw 5.2083333333vw 1.2vw;
    line-height: 3.90625vw;
    filter: drop-shadow(0px 0px 1.3020833333vw #e23d27);
  }
  .section-4 .section-content .selectors-content .char .name {
    width: 16.9270833333vw;
    height: 16.9270833333vw;
    font-size: 3.515625vw;
    padding: 2.9947916667vw 5.859375vw;
    line-height: 3.2552083333vw;
    letter-spacing: 0.2604166667vw;
  }
  .section-4 .section-content .selectors-content .btn-group {
    width: 75%;
    top: 45%;
  }
  .section-4 .section-content .selectors-content .btn-group button {
    width: 15.625vw;
  }
}

/* ===== SWEETALERT2 SIMPLE FIX ===== */
/* SweetAlert2 sẽ hiển thị bình thường vì modal đã được đóng trước */

/* ===== BACKGROUND MUSIC PLAYER ===== */
.bg-music-player {
  position: fixed;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.0416666667vw;
  border-radius: 0.5208333333vw;
  backdrop-filter: blur(0.2604166667vw);
}

.music-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
}

.music-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2604166667vw;
  text-align: center;
}

.music-title {
  font-size: 0.8333333333vw;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.1041666667vw rgba(0, 0, 0, 0.8);
}

.music-status {
  font-size: 0.7291666667vw;
  color: #ffd700;
  font-weight: normal;
  text-shadow: 0 0.1041666667vw rgba(0, 0, 0, 0.8);
}

.music-btn {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  border: 0.1041666667vw solid #fff;
  color: #fff;
  font-size: 1.5625vw;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.2083333333vw 0.4166666667vw rgba(0, 0, 0, 0.3);
}

.music-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.4);
}

.music-btn.playing {
  background: linear-gradient(135deg, #51cf66, #40c057);
  animation: musicPulse 2s infinite;
}

.volume-slider {
  width: 3.125vw;
  height: 0.2083333333vw;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.1041666667vw;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0.1041666667vw 0.2083333333vw rgba(0, 0, 0, 0.3);
}

.volume-slider::-moz-range-thumb {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 0.1041666667vw 0.2083333333vw rgba(0, 0, 0, 0.3);
}

@keyframes musicPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Mobile responsive cho music player */
@media (max-width: 1024px) {
  .bg-music-player {
    top: 3.90625vw;
    right: 3.90625vw;
    padding: 1.953125vw;
    border-radius: 0.9765625vw;
  }
  
  .music-btn {
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
    border-width: 0.1953125vw;
  }
  
  .volume-slider {
    width: 7.8125vw;
    height: 0.390625vw;
  }
  
  .volume-slider::-webkit-slider-thumb {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  
  .volume-slider::-moz-range-thumb {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  
  .music-info {
    gap: 0.48828125vw;
  }
  
  .music-title {
    font-size: 1.5625vw;
  }
  
  .music-status {
    font-size: 1.3671875vw;
  }
}

/* ===== MUSIC INTERACTION OVERLAY ===== */
#music-interaction-overlay {
  animation: fadeInOverlay 0.5s ease-in;
}

#music-interaction-overlay:hover {
  background: rgba(0, 0, 0, 0.9) !important;
}

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

/* ===== BUTTON GLOW SOFT ===== */
@keyframes buttonGlowSoft {
  0% {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3)) brightness(1);
    transform: scale(0.95);
  }
  100% {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)) brightness(1.1);
    transform: scale(1.05);
  }
}

/* ===== MUSIC CONTROL ICON - ĐÃ THAY THẾ BẰNG AUDIO TOGGLE ===== */