/* GLOBAL */
body {
    background-color: #092f13;
}

.gb-easter-container {
    position: relative;
}

.gb-web-footer {
    background: #092f13;
}

.gb-web-footer-content {
    border-top: 0.2vw #174924 solid;
}

/* FLOATING */
.gb-bullet-floating-login {
    display: none;
    opacity: 0;
    position: fixed;
    top: 2%;
    left: 1%;
    z-index: 3;
    width: 12%;
    transition: opacity 0.4s ease;
}

.gb-bullet-floating-login.visible {
    display: block !important;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .gb-bullet-floating-login,
    .gb-bullet-floating-login.visible {
        display: none !important;
    }
}
/* END GLOBAL */

/* SECTION 1 */
.gb-easter-sc-1 {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url('../../images/event/easter2026/EN/sc1/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    padding-top: 0.4vw;
    padding-bottom: 2vw;

    overflow: hidden;
}

.gb-solar-sc-1-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-top: 1vw;
}

.gb-solar-sc-1-buttons > a > img {
    display: block;
    width: 14vw;
}

.gb-easter-sc-1-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: 11vw;
}

.gb-easter-sc-1-schedule {
    position: relative;
    z-index: 2;
    display: block;
    width: 38vw;
}

.gb-easter-sc-1-desc {
    position: relative;
    z-index: 2;
    display: block;
    width: 36vw;
}

.gb-easter-sc-1-title {
    position: relative;
    z-index: 2;
    display: block;
    width: 42vw;
}

#leaves {position:absolute;top:-50px;width:100%;text-align: right;}

#leaves i {
    display: inline-block;
    width: 200px;
    height: 150px;
    background: linear-gradient(to bottom right, #309900, #005600);
    transform: skew(20deg);
    border-radius: 5% 40% 70%;
    box-shadow: inset 0px 0px 1px #222;
    border: 1px solid #333;
    z-index: 1;
    -webkit-animation: falling 5s 0s infinite;
}

#leaves i:nth-of-type(2n) { -webkit-animation: falling2 5s 0s infinite; }
#leaves i:nth-of-type(3n) { -webkit-animation: falling3 5s 0s infinite; }

#leaves i:before {
  position: absolute;
  content: '';
  top: 117px;
  right: 9px;
  height: 27px;
  width: 32px;
  transform: rotate(49deg);
  border-radius: 0% 15% 15% 0%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-left: 0px solid #222;
  border-right: 1px solid #222;
  background: linear-gradient(to right, rgba(0,100,0,1), #005600);
  z-index: 1;
}

#leaves i:after {
  content: '';
  height: 125px;
  width: 10px;
  background: linear-gradient(to right, rgba(0,0,0,.15), rgba(0,0,0,0));
  display: block;
  transform: rotate(125deg);
  position: absolute;
  left: 85px;
  border-radius:50%;
}


#leaves i:nth-of-type(n)    { height:23px; width:30px; }
#leaves i:nth-of-type(n):before { width:7px; height:5px; top:17px; right:1px; }
#leaves i:nth-of-type(n):after { width:2px; height:17px; left: 12px; top:0px; }

#leaves i:nth-of-type(2n+1)    { height:11px; width:16px; }
#leaves i:nth-of-type(2n+1):before { width:4px; height:3px; top:7px; right:0px; }
#leaves i:nth-of-type(2n+1):after { width:2px; height:6px; left: 5px; top:1px; }

#leaves i:nth-of-type(3n+2)  { height:17px; width:23px; }
#leaves i:nth-of-type(3n+2):before  { height:4px; width:4px; top:12px; right:1px; }
#leaves i:nth-of-type(3n+2):after  { height:10px; width:2px; top:1px; left:8px; }

#leaves i:nth-of-type(n)   { -webkit-animation-delay: -1.9s; }
#leaves i:nth-of-type(2n)  { -webkit-animation-delay: -3.9s; }
#leaves i:nth-of-type(3n)  { -webkit-animation-delay: -2.3s; }
#leaves i:nth-of-type(4n)  { -webkit-animation-delay: -4.4s; }
#leaves i:nth-of-type(5n)  { -webkit-animation-delay: -5s;  }
#leaves i:nth-of-type(6n)  { -webkit-animation-delay: -3.5s; }
#leaves i:nth-of-type(7n)  { -webkit-animation-delay: -2.8s; }
#leaves i:nth-of-type(8n)  { -webkit-animation-delay: -1.5s; }
#leaves i:nth-of-type(9n)  { -webkit-animation-delay: -3.3s; }
#leaves i:nth-of-type(10n) { -webkit-animation-delay: -2.5s; }
#leaves i:nth-of-type(11n) { -webkit-animation-delay: -1.2s; }
#leaves i:nth-of-type(12n) { -webkit-animation-delay: -4.1s; }
#leaves i:nth-of-type(13n) { -webkit-animation-delay: -1s;  }
#leaves i:nth-of-type(14n) { -webkit-animation-delay: -4.7s; }
#leaves i:nth-of-type(15n) { -webkit-animation-delay: -3s;  }

#leaves i:nth-of-type(n)    { background: linear-gradient(to bottom right, #309900, #005600); }
#leaves i:nth-of-type(2n+2)  { background: linear-gradient(to bottom right, #5e9900, #2b5600); }
#leaves i:nth-of-type(4n+1)  { background: linear-gradient(to bottom right, #990, #564500); }

#leaves i:nth-of-type(n)    { opacity: .7;}
#leaves i:nth-of-type(3n+1)  { opacity: .5;}
#leaves i:nth-of-type(3n+2)  { opacity: .3;}

#leaves i:nth-of-type(n)    {transform: rotate(180deg);}

#leaves i:nth-of-type(n) { -webkit-animation-timing-function:ease-in-out;}

@-webkit-keyframes falling {
    
    0% {
        -webkit-transform:
            translate3d(300,0,0)
            rotate(0deg);
    }
    
    100% {
        -webkit-transform:
            translate3d(-350px,700px,0)
            rotate(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling3 {
     0% {
        -webkit-transform:
            translate3d(0,0,0)
            rotate(-20deg);
    }
    
    100% {
        -webkit-transform:
            translate3d(-230px,640px,0)
            rotate(-70deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling2 {
     0% {
        -webkit-transform:
            translate3d(0,0,0)
            rotate(90deg);
    }
    
    100% {
        -webkit-transform:
            translate3d(-400px,680px,0)
            rotate(0deg);
        opacity: 0;
    }
}

/* ===================== Rabbit ===================== */

.rabbit {
    position: absolute;
    left: 19%;
    top: 45.8%;
    scale: 0.7;
}

/* ===================== Body ===================== */

.rabbit__body {
  width: 4em;
  height: 5.6em;
  background: #F4F4F4;

  /* drop-form(60%, 60%) */
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;

  transform: rotate(-40deg);
  box-shadow: inset -2.3em -2.7em 0 0 #D2DAEE;
}

/* ===================== Head ===================== */

.rabbit__head {
  position: absolute;
  width: 4em;
  height: 4.6em;
  top: -2.5em;
  left: -2em;

  background: #D9E0F2; /* lighten(#D2DAEE, ~4%) */

  border-radius: 50% 50% 50% 50% / 65% 60% 40% 35%;
  transform: rotate(-120deg);
  overflow: hidden;
}

/* Nose */
.rabbit__head::before {
  content: "";
  position: absolute;
  width: 0.65em;
  height: 0.5em;
  top: -0.1em;
  left: 1.8em;

  background: #F97996;
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
  transform: rotate(130deg);
}

/* Eye */
.rabbit__head::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 1.5em;
  left: 1.6em;

  background: #F4F4F4;
  border-radius: 50%;
  box-shadow: inset 0.1em 0.15em 0 0.37em #3D261C;
}

/* ===================== Ears ===================== */

.rabbit__ear {
  position: absolute;
  transform-origin: 50% 100%;

  /* drop-form(40%, 40%) */
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
}

/* Left ear */
.rabbit__ear--left {
  width: 2.2em;
  height: 4.7em;
  top: -5.7em;
  left: -0.2em;

  background: #F3E3DE;
  transform: rotate(40deg);

  box-shadow: inset 0.3em -0.4em 0 -0.1em #C8D0E3; /* darken */

  animation: ear-left 5s infinite ease-out;
}

/* Right ear */
.rabbit__ear--right {
  width: 2em;
  height: 4.7em;
  top: -5.5em;
  left: -0.7em;

  background: #D2DAEE;
  transform: rotate(10deg);

  animation: ear-right 5s infinite ease-out;
}

/* ===================== Legs ===================== */

.rabbit__leg {
  position: absolute;
}

/* Leg one */
.rabbit__leg--one {
  width: 0.8em;
  height: 3em;
  top: 2.3em;
  left: 0.2em;

  background: #C8D0E3;
  border-radius: 50% / 30% 30% 70% 70%;

  transform-origin: 50% 0%;
  transform: rotate(15deg);
}

.rabbit__leg--one::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.5em;
  top: 2.6em;
  left: -0.2em;

  background: #C8D0E3;
  border-radius: 50% / 70% 70% 30% 30%;
  transform: rotate(-10deg);
}

/* Leg two */
.rabbit__leg--two {
  width: 2.6em;
  height: 3.6em;
  top: 1.7em;
  left: 1.6em;

  background: #C8D0E3;
  border-radius: 50% / 50% 50% 50% 50%;

  transform: rotate(10deg);
}

.rabbit__leg--two::before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 0.8em;
  top: 3.05em;

  background: #C8D0E3;
  border-radius: 50% / 70% 70% 30% 30%;
}

/* Leg three */
.rabbit__leg--three {
  width: 0.9em;
  height: 3em;
  top: 2.4em;
  left: 0.7em;

  background: #D9E0F2;
  border-radius: 50% / 30% 30% 70% 70%;

  transform: rotate(10deg);
}

.rabbit__leg--three::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.5em;
  top: 2.6em;
  left: -0.2em;

  background: #D9E0F2;
  border-radius: 50% / 70% 70% 30% 30%;
}

/* Leg four */
.rabbit__leg--four {
  width: 2.6em;
  height: 3.6em;
  top: 1.8em;
  left: 2.1em;

  background: #D9E0F2;
  border-radius: 50% / 50% 50% 50% 50%;

  transform: rotate(10deg);
}

.rabbit__leg--four::before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 0.8em;
  top: 3.05em;

  background: #D9E0F2;
  border-radius: 50% / 70% 70% 30% 30%;
}

/* ===================== Tail ===================== */

.rabbit__tail {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: 3.7em;
  left: 4em;

  background: #D2DAEE;
  transform: rotate(25deg);
}

.rabbit__tail::before,
.rabbit__tail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #D2DAEE;
  border-radius: 50%;
}

.rabbit__tail::before {
  left: -50%;
}

.rabbit__tail::after {
  top: 50%;
}

/* ===================== Animations ===================== */

@keyframes ear-left {
  0%, 20%, 100% { transform: rotate(40deg); }
  10%, 30%, 80% { transform: rotate(45deg); }
  90% { transform: rotate(50deg); }
}

@keyframes ear-right {
  0%, 20%, 100% { transform: rotate(10deg); }
  10%, 30%, 80% { transform: rotate(5deg); }
  90% { transform: rotate(0deg); }
}

.gb-bullet-sc-1-floating {
    position: absolute;
    left: 2%;
    top: 1%;
    width: 12vw;
    z-index: 1;
}

.gb-rtg-sc-1-txt-login {
    position: relative;
    z-index: 2;
    font-family: 'Anton Regular';
    font-size: 2.6rem;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0px -4px #ffffff;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.1vw;
    background: #00000042;
    border-radius: 2vw;
    padding: 1vw 2.5vw;
    text-shadow: 0 0 #ffffffd4;
}


@media(max-width: 768px) {
    .gb-solar-sc-1-buttons > div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .gb-solar-sc-1-buttons {
        flex-direction: column;
        z-index: 2;
    }

    .gb-solar-sc-1-buttons > div > a > img {
        width: 55vw;
    }

    .gb-easter-sc-1-desc {
        width: 91vw;
    }

    .gb-easter-sc-1-title {
        width: 90vw;
    }

    .gb-easter-sc-1-schedule {
        width: 90vw;
    }

    .gb-easter-sc-1-logo {
        width: 36vw;
    }

    .gb-easter-sc-1 {
        background: url(../../images/event/easter2026/EN/sc1/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;

        padding-top: 7.4vw;
        padding-bottom: 11vw;
        row-gap: 2vw;
    }

    .rabbit {
        left: 6%;
        top: 71.8%;
    }

    .gb-bullet-sc-1-floating {
        width: 28vw;
    }

    .gb-rtg-sc-1-txt-login {
        margin-top: 3.1vw;
        border-radius: 2vw;
        padding: 1vw 0.5vw;
        font-size: 6.5vw;
        width: 90%;
    }
}
/* END SECTION 1 */

/* SECTION 2 */
.gb-vl2026-sc-2 {
    position: relative;
    background: url('../../images/event/easter2026/EN/sc2/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.gb-vl2026-sc-2-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

    padding: 4.8vw 0;
    margin-left: 4.1vw;
}

.gb-vl2026-sc-2-title {
    display: block;
    width: 30vw;
}

.gb-vl2026-sc-2-board {
    display: block;
    width: 41vw;
    padding-left: 4vw;
}

.gb-vl2026-sc-2-desc {
    display: block;
    width: 44vw;
}

.gb-vl2026-sc-2-ms-1 {
    display: block;
    width: 14.3vw;
}

.gb-vl2026-sc-2-ms-2 {
    display: block;
    width: 14.3vw;
}

.gb-vl2026-sc-2-ms-3 {
    display: block;
    width: 14.3vw;
}

.gb-vl2026-sc-2-ms-4 {
    display: block;
    width: 14.3vw;
}

.gb-vl2026-sc-2-board-game-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.1vw;
    margin-right: 6.7%;
}

.gb-vl2026-sc-2-board-game-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gb-vl2026-sc-2-board-game {
    position: relative;
}

.gb-vl2026-sc-2-start {
    position: absolute;
    top: -1.9%;
    left: 3.7%;
    width: 8.1vw;
}

.gb-vl2026-sc-2-end {
    position: absolute;
    width: 8.1vw;
    bottom: -1.3%;
    left: 3.7%;
}

.gb-vl2026-sc-2-board-game-mission-1 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    margin-right: -10%;
}

.gb-vl2026-sc-2-board-game-mission-1 > table {
    position: absolute;
    top: 3.2vw;
    left: 6vw;
    width: 50.5%;
    height: 9.3vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
}

.gb-vl2026-sc-2-board-game-mission-2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
}

.gb-vl2026-sc-2-board-game-mission-2 > table{
    position: absolute;
    top: 3.1vw;
    width: 51.4%;
    height: 9.4vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
}

.gb-vl2026-sc-2-board-game-mission-3 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    margin-top: 2vw;
    margin-right: -10%;
}

.gb-vl2026-sc-2-board-game-mission-3 > table{
    position: absolute;
    top: 3.1vw;
    width: 51%;
    height: 9.3vw;
    left: 5.9vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
    margin-left: -0.6%;
}

.gb-vl2026-sc-2-board-game-mission-4 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    margin-top: 2vw;
}

.gb-vl2026-sc-2-board-game-mission-4 > table{
    position: absolute;
    top: 3.1vw;
    width: 51%;
    left: 5.7vw;
    height: 9.4vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
    margin-left: 0.3%;
}

.gb-vl2026-sc-2-start-now {
    display: block;
    width: 35vw;
}

.gb-vl2026-sc-2-detail {
    display: block;
    width: 14vw;
}

@media(max-width: 768px) {
    .gb-vl2026-sc-2 {
        position: relative;
        background: url(../../images/event/easter2026/EN/sc2/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
    }

    .gb-vl2026-sc-2-content {
        padding: 12vw 0;
        flex-direction: column;
        gap: 5vw;
    }

    .gb-vl2026-sc-2-board-game {
        order: 2;
    }

    .gb-vl2026-sc-2-board-game-progress {
        margin-right: unset;
        gap: 3vw;
    }

    .gb-vl2026-sc-2-board {
        padding: unset;
        width: 90vw;
    }

    .gb-vl2026-sc-2-title {
        width: 81vw;
    }

    .gb-vl2026-sc-2-desc {
        width: 92vw;
        margin-left: -2.7%;
    }

    .gb-vl2026-sc-2-start {
        top: -1.4%;
        left: -6.3%;
        width: 19.1vw;
    }

    .gb-vl2026-sc-2-end {
        width: 19.1vw;
        bottom: -1.1%;
        left: -5.9%;
    }

    .gb-vl2026-sc-2-ms-1 {
        width: 37.6vw;
    }

    .gb-vl2026-sc-2-ms-2 {
        width: 37.6vw;
    }

    .gb-vl2026-sc-2-ms-3 {
        width: 37.6vw;
    }

    .gb-vl2026-sc-2-ms-4 {
        width: 37.6vw;
    }

    .gb-vl2026-sc-2-board-game-mission-1 > table {
        position: absolute;
        top: 5.8vw;
        width: 44.7%;
        height: 19.5vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-board-game-mission-2 > table {
        position: absolute;
        top: 5.8vw;
        width: 44.7%;
        height: 19.5vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-board-game-mission-3 > table {
        position: absolute;
        top: 5.8vw;
        width: 57.5%;
        height: 19vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -1.2%;
    }

    .gb-vl2026-sc-2-board-game-mission-4 > table {
        position: absolute;
        top: 5.8vw;
        width: 44.7%;
        height: 19.5vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-start-now {
        width: 90vw;
    }

    .gb-vl2026-sc-2-detail {
        display: block;
        width: 41vw;
    }

    .gb-vl2026-sc-2-board-game-mission-1 > table {
        top: 8.5vw;
        width: 65.9%;
        height: 24.1vw;
        font-size: 3.6vw;
        margin-left: 5%;
    }

    .gb-vl2026-sc-2-board-game-mission-2 > table {
        top: 8.5vw;
        width: 65.7%;
        height: 24.1vw;
        font-size: 3.6vw;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-board-game-mission-3 > table {
        top: 8.6vw;
        width: 66.3%;
        height: 24.1vw;
        font-size: 3.4vw;
        margin-left: 3.8%;
    }

    .gb-vl2026-sc-2-board-game-mission-4 > table {
        top: 8.4vw;
        width: 66.7%;
        height: 24.6vw;
        font-size: 3.6vw;
        margin-left: 4.9%;
    }
}
/* END SECTION 2 */

/* SECTION 3 */
.gb-easter-sc-3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url('../../images/event/easter2026/EN/sc3/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    padding: 4vw 0;
    padding-bottom: 6vw;
}

.gb-easter-sc-3-reward {
    display: block;
    width: 75vw;
}

.gb-easter-sc-3-reward-mobile {
    display: none;
}

.gb-easter-sc-3-reward-container {
    position: relative;
}

.gb-easter-ach-1 {
    position: absolute;
    top: 42%;
    left: 18%;
    width: 9%;
}

.gb-easter-ach-2 {
    position: absolute;
    top: 45.2%;
    left: 32.1%;
    width: 9%;
}

.gb-easter-ach-3 {
    position: absolute;
    top: 42%;
    left: 46.3%;
    width: 9%;
}

.gb-easter-ach-4 {
    position: absolute;
    top: 45.2%;
    left: 60.6%;
    width: 9%;
}

.gb-easter-ach-5 {
    position: absolute;
    top: 42%;
    left: 74.6%;
    width: 9%;
}

.gb-easter-ach-6 {
    position: absolute;
    top: 74%;
    left: 18%;
    width: 9%;
}

.gb-easter-ach-7 {
    position: absolute;
    top: 76.5%;
    left: 32.1%;
    width: 9%;
}

.gb-easter-ach-8 {
    position: absolute;
    top: 74%;
    left: 46.3%;
    width: 9%;
}

.gb-easter-ach-9 {
    position: absolute;
    top: 76.5%;
    left: 60.6%;
    width: 9%;
}

.gb-easter-ach-10 {
    position: absolute;
    top: 74%;
    left: 74.9%;
    width: 9%;
}

@media(max-width: 768px) {
    .gb-easter-sc-3 {
        position: relative;
        background: url(../../images/event/easter2026/EN/sc3/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;

        padding: 15vw 0;
        padding-bottom: 14vw;
        gap: 3vw;
    }

    .gb-easter-sc-3-reward {
        display: none;
    }

    .gb-easter-sc-3-reward-mobile {
        display: block;
        width: 100vw;
    }

    .gb-easter-ach-1 {
        top: 35.3%;
        left: 23%;
        width: 15%;
    }

    .gb-easter-ach-2 {
        top: 35.3%;
        left: 43.7%;
        width: 15%;
    }

    .gb-easter-ach-3 {
        top: 35.3%;
        left: 63.9%;
        width: 15%;
    }

    .gb-easter-ach-4 {
        top: 49.3%;
        left: 22.6%;
        width: 15%;
    }

    .gb-easter-ach-5 {
        top: 49.3%;
        left: 43.1%;
        width: 15%;
    }

    .gb-easter-ach-6 {
        top: 49.3%;
        left: 63.9%;
        width: 15%;
    }

    .gb-easter-ach-7 {
        top: 63.7%;
        left: 23%;
        width: 15%;
    }

    .gb-easter-ach-8 {
        top: 63.7%;
        left: 42.9%;
        width: 15%;
    }

    .gb-easter-ach-9 {
        top: 63.7%;
        left: 63.8%;
        width: 15%;
    }

    .gb-easter-ach-10 {
        top: 81.3%;
        left: 42.8%;
        width: 15%;
    }
}
/* END SECTION 3 */

/* SECTION 4 */
.gb-easter-sc-4 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url('../../images/event/easter2026/EN/sc4/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    padding: 4vw 0;
    padding-bottom: 7vw;

    gap: 1.5vw;
}

.gb-easter-sc-4-reward-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    gap: 2vw;
}

.gb-easter-sc-4-reward-container > div > .gb-easter-sc-4-reward {
    display: block;
    width: 15vw;
}

.gb-easter-sc-4-reward-container > div:nth-child(odd) {
    margin-top: -2vw;
}

.gb-easter-sc-4-reward-container > div:nth-child(even) {
    margin-bottom: -2vw;
}

.gb-easter-sc-4-title {
    display: block;
    width: 62vw;
}

.gb-easter-sc-4-desc {
    display: block;
    width: 62vw;
}

.gb-vl2026-sc-3-point-container {
    position: relative;
    margin-top: 1.2vw;
}

.gb-vl2026-sc-3-point-container-text {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 56.9%;
    font-family: 'IndustryTest-Ultra';
    transform: translate(-50%, -76%);
    color: white;
    font-size: 1.2vw;
    white-space: nowrap;
    text-shadow: 0 0 8.4px black;
    text-align: center;
}

.gb-easter-sc-4-title-mobile,
.gb-easter-sc-4-desc-mobile {
    display: none;
}

.gb-easter-sc-4-reward-container {
    position: relative;
}

.gb-easter-sc-4-ach-1,
.gb-easter-sc-4-ach-2,
.gb-easter-sc-4-ach-3,
.gb-easter-sc-4-ach-4,
.gb-easter-sc-4-ach-5 {
    position: absolute;
    top: 7.4vw !important;
    left: 4.4vw !important;
    width: 7vw !important;
    z-index: 2;
}

.gb-easter-sc-4-reward-box {
    position: relative;
}

@media(max-width: 768px) {
    .gb-vl2026-sc-3-point-container-text {
        font-size: 3.2vw;
    }

    .gb-easter-sc-4-reward-container {
        flex-wrap: wrap;
    }

    .gb-easter-sc-4-reward-container > div > .gb-easter-sc-4-reward {
        width: 30vw;
    }

    .gb-easter-sc-4-title,
    .gb-easter-sc-4-desc {
        display: none;
    }

    .gb-easter-sc-4-title-mobile {
        display: block;
        width: 90vw;
    }

    .gb-easter-sc-4-desc-mobile {
        display: block;
        width: 90vw;
    }

    .gb-easter-sc-4 {
        background: url(../../images/event/easter2026/EN/sc4/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;

        padding: 11vw 0;
        padding-bottom: 11vw;
        gap: 3.5vw;
    }

    .gb-easter-sc-4-reward-container > .gb-easter-sc-4-reward:nth-child(odd) {
        margin-top: unset;
    }

    .gb-easter-sc-4-reward-container > .gb-easter-sc-4-reward:nth-child(even) {
        margin-bottom: unset;
    }

    .gb-easter-sc-4-ach-1, .gb-easter-sc-4-ach-2, .gb-easter-sc-4-ach-3, .gb-easter-sc-4-ach-4, .gb-easter-sc-4-ach-5 {
        position: absolute;
        top: 13.4vw !important;
        left: 6.4vw !important;
        width: 19vw !important;
        z-index: 2;
    }
}
/* END SECTION 4 */

/* SECTION 5 */
.gb-sky-sc-5 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url('../../images/event/easter2026/EN/sc5/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    padding-bottom: 7vw;

    overflow: hidden;
    gap: 2vw;
}

.gb-sky-sc-5-mission-count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3vw;
}

.gb-sky-sc-5-mission-wrapper {
    position: relative;
}

.gb-sky-sc-5-mission-wrapper > img {
    display: block;
    width: 14vw;
}

.gb-sky-sc-5-title {
    display: block;
    width: 47vw;
}

.gb-sky-sc-5-mission {
    display: block;
    width: 51vw;
}

.gb-sky-sc-5-title-mobile,
.gb-sky-sc-5-mission-mobile {
    display: none;
}

.gb-sky-sc-5-mission-wrapper > span {
    position: absolute;
    font-family: 'Anton Regular';
    font-size: 1.8vw;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9.3%;
    color: white;
    text-shadow: 0 3px #ac1dc3;
}

.gb-vl2026-sc-3-point-container {
    position: relative;
}

.gb-vl2026-sc-3-point-container-text {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 56.9%;
    font-family: 'IndustryTest-Ultra';
    transform: translate(-50%, -76%);
    color: white;
    font-size: 1.2vw;
    white-space: nowrap;
    text-shadow: 0 0 8.4px black;
    text-align: center;
}

.gb-easter-sc-5-ach-1 {
    position: absolute;
    width: 7vw !important;
    top: 24%;
    left: 26%;
}

.gb-vl2026-sc-3-point-banner {
    display: block;
    width: 24vw;
}

@media(max-width: 768px) {
    .gb-sky-sc-5-title,
    .gb-sky-sc-5-mission {
        display: none;
    }

    .gb-sky-sc-5-title-mobile {
        display: block;
        width: 80vw;
    }

    .gb-sky-sc-5-mission-mobile {
        display: block;
        width: 90vw;
    }

    .gb-sky-sc-5-mission-count {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 5vw;
    }

    .gb-sky-sc-5-mission-wrapper {
        position: relative;
        flex: 0 0 50%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gb-sky-sc-5-mission-wrapper > img {
        display: block;
        width: 44vw;
    }

    .gb-sky-sc-5 {
        background: url(../../images/event/easter2026/EN/sc5/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;

        gap: 4vw;
        padding-bottom: 14vw;
    }

    .gb-sky-sc-5-mission-wrapper > span {
        font-size: 5.6vw;
    }

    .gb-vl2026-sc-3-point-banner {
        width: 64.8vw;
    }

    .gb-vl2026-sc-3-point-container-text {
        font-size: 3.2vw;
    }

    .gb-sky-sc-5-mission-count {
        gap: unset;
        row-gap: 5vw;
    }

    .gb-easter-sc-5-ach-1 {
        width: 25.1vw !important;
    }
}
/* END SECTION 5 */

/* SECTION 6 */
.gb-sky-sc-6 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url('../../images/event/easter2026/EN/sc6/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    padding-bottom: 13vw;
    padding-top: 8vw;

    overflow: hidden;
    gap: 2vw;
}

.gb-sky-sc-6-title {
    position: relative;
    z-index: 2;
    display: block;
    width: 38vw;
}

.gb-sky-sc-6-char-left {
    position: absolute;
    width: 32vw;
    left: -4vw;
}

.gb-sky-sc-6-char-right {
    position: absolute;
    width: 38vw;
    right: -8vw;
}

.gb-sky-sc-6-desc {
    position: relative;
    z-index: 2;
    display: block;
    width: 40vw;
}

#sky {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.star {
    position: absolute;
    color: rgba(255, 255, 255, 0.95);
    font-family: Georgia, serif;
    user-select: none;
    will-change: transform, opacity;
}

#starCanvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

@media(max-width: 768px) {
    .gb-sky-sc-6-title {
        width: 92vw;
    }

    .gb-sky-sc-6-desc {
        width: 92vw;
    }

    .gb-sky-sc-6 {
        padding-bottom: 30vw;
        padding-top: 104.9vw;
        gap: 3vw;
    }

    .gb-sky-sc-6 {
        background: url(../../images/event/easter2026/EN/sc6/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .gb-sky-sc-6-char-left {
        width: 67vw;
        top: 28vw;
        left: -10vw;
    }

    .gb-sky-sc-6-char-right {
        width: 80vw;
        top: 28vw;
        right: -13vw;
    }
}
/* END SECTION 6 */