.common__container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1921px) {
    .common__container {
        width: 1440px;
    }
}

@media (max-width: 1920px) and (min-width: 1300px) {
    .common__container {
        width: 1270px;
    }
}

@media (max-width: 1299px) and (min-width: 992px) {
    .common__container {
        width: 990px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .common__container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .common__container {
        width: 100%;
    }
}

.mainarea {
    overflow: hidden;
}

.mainarea .redeem {
    position: fixed;
    background: #0000008a;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
}

.mainarea .redeem__area {
    padding: 80px 20px 80px 20px;
    border-radius: 15px;
    background: #f8f6ea;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow: auto;
}

@media (max-width: 991px) {
    .mainarea .redeem__area {
        width: 95%;
    }
}

.mainarea .redeem__area-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    cursor: pointer;
}

.mainarea .redeem__area-close svg {
    width: 100%;
}

@media (max-width: 991px) {
    .mainarea .redeem {
        padding: 40px 0;
    }
}

.mainarea .redeem__title {
    font-weight: 900;
    text-align: center;
    font-family: var(--nvd);
    font-size: 40px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin: 0;
}

@media (max-width: 1600px) {
    .mainarea .redeem__title {
        font-size: 38px;
    }
}

@media (max-width: 1300px) {
    .mainarea .redeem__title {
        font-size: 36px;
    }
}

@media (max-width: 1050px) {
    .mainarea .redeem__title {
        font-size: 34px;
    }
}

.mainarea .redeem__title img {
    width: 40px;
}

.mainarea .redeem__step {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
}

@media (max-width: 675px) {
    .mainarea .redeem__step {
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

.mainarea .redeem__step-item {
    cursor: pointer;
    width: calc( 100% / 3 - 25px);
    border: 10px solid #fec652;
    border-radius: 60px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.4s;
    background: #d95233;
    text-decoration: none;
    font-family: var(--fontC);
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

@media (max-width: 1600px) {
    .mainarea .redeem__step-item {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .mainarea .redeem__step-item {
        font-size: 14px;
    }
}

@media (max-width: 1050px) {
    .mainarea .redeem__step-item {
        font-size: 12px;
    }
}

.mainarea .redeem__step-item:hover {
    background: #d95233;
    border: 10px solid #ffffff;
}

.mainarea .redeem__step-item:hover div {
    background: #ffffff;
}

@media (max-width: 991px) {
    .mainarea .redeem__step-item {
        width: calc( 100% / 3 - 10px);
    }
}

@media (max-width: 675px) {
    .mainarea .redeem__step-item {
        width: 100%;
        margin-top: 20px;
    }
}

.mainarea .redeem__step-item img {
    width: 90%;
    margin-top: 20px;
}

@media (max-width: 675px) {
    .mainarea .redeem__step-item img {
        width: 50%;
    }
}

.mainarea .redeem__step-item div {
    width: 100%;
    background: #fec652;
    height: 34px;
    color: #3e2e2e;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-weight: 900;
    font-family: var(--nvd);
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin: 0;
}

@media (max-width: 1600px) {
    .mainarea .redeem__step-item div {
        font-size: 22px;
    }
}

@media (max-width: 1300px) {
    .mainarea .redeem__step-item div {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .mainarea .redeem__step-item div {
        font-size: 18px;
    }
}

.mainarea .redeem__step-item p {
    color: #fff;
    text-align: center;
    flex-grow: 1;
    justify-content: center;
    display: flex;
    padding: 10px;
    align-items: center;
}

.mainarea .sec3__btns {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-family: var(--fontB);
    margin-top: 50px;
}

.mainarea .sec3__btns-item {
    background: #40cbe2;
    display: inline-flex;
    color: #ffffff;
    font-family: var(--fontB);
    font-size: 22px;
    margin-bottom: 1em;
    line-height: 1.5em;
    line-height: 1;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 30px;
}

@media (max-width: 1600px) {
    .mainarea .sec3__btns-item {
        font-size: 20px;
    }
}

@media (max-width: 1300px) {
    .mainarea .sec3__btns-item {
        font-size: 18px;
    }
}

@media (max-width: 1050px) {
    .mainarea .sec3__btns-item {
        font-size: 16px;
    }
}

.mainarea .sec3__btns-item img {
    width: 25px;
    margin-left: 10px;
}

.animatetitle {
    background-image: linear-gradient(90deg, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7);
    -webkit-background-clip: text;
    background-size: 1000% 100%;
    background-clip: text;
    color: transparent;
    animation: background 5s linear infinite;
}

@keyframes Animation {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 20% 200%;
    }
}

@keyframes background {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}