@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');

.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease-out
}

.fade.fade-in {
    opacity: 1;
    transform: translateY(0)
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }

}

.fade-fast {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease-out
}

.fade-fast.fade-in {
    opacity: 1;
    transform: translateY(0)
}

.fade-slow {
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease-out
}

.fade-slow.fade-in {
    opacity: 1;
    transform: translateY(0)
}

.fade_text {
    opacity: 0;
    transition: opacity .8s ease-out
}

.fade_text.fade-in {
    opacity: 1
}

.fade_text-fast {
    opacity: 0;
    transition: opacity .5s ease-out
}

.fade_text-fast.fade-in {
    opacity: 1
}

.fade_text-slow {
    opacity: 0;
    transition: opacity 1.2s ease-out
}

.fade_text-slow.fade-in {
    opacity: 1
}

.fade_fv {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease-out
}

.fade_fv.fade-in {
    opacity: 1;
    transform: translateY(0)
}

.fade_sticker {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease-out
}

.fade_sticker.fade-in {
    opacity: 1;
    transform: translateY(0)
}

@font-face {
    font-family: GenSenRounded2TW;
    src: url("../font/GenSenRounded2TW-EL.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GenSenRounded2TW;
    src: url("../font/GenSenRounded2TW-L.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GenSenRounded2TW;
    src: url("../font/GenSenRounded2TW-R.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GenSenRounded2TW;
    src: url("../font/GenSenRounded2TW-M.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GenSenRounded2TW;
    src: url("../font/GenSenRounded2TW-B.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GenSenRounded2TW;
    src: url("../font/GenSenRounded2TW-H.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

:root {
    --font-fallback: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif
}

body {
    font-family: "Chiron GoRound TC", sans-serif;
}

::selection {
    background-color: rgba(0, 0, 0, .1)
}

::-moz-selection {
    background-color: rgba(0, 0, 0, .1)
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff5d7;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    transition: transform .4s ease-out
}

.loading-screen.slide-up {
    transform: translateY(-100%)
}

.loading-screen .loading-container {
    text-align: center;
    padding: 0 20px
}

@media (max-width:768px) {
    .loading-screen .loading-container {
        padding: 0 16px
    }

}

@media (max-width:414px) {
    .loading-screen .loading-container {
        padding: 0 12px
    }

}

.loading-screen .loading-container .loading-logo {
    margin-bottom: 30px
}

@media (max-width:768px) {
    .loading-screen .loading-container .loading-logo {
        margin-bottom: 24px
    }

}

@media (max-width:414px) {
    .loading-screen .loading-container .loading-logo {
        margin-bottom: 20px
    }

}

.loading-screen .loading-container .loading-logo img {
    width: 400px;
    height: auto;
    animation: pulse 1s ease-in-out infinite alternate
}

@media (max-width:1024px) {
    .loading-screen .loading-container .loading-logo img {
        width: 320px
    }

}

@media (max-width:768px) {
    .loading-screen .loading-container .loading-logo img {
        width: 280px
    }

}

@media (max-width:576px) {
    .loading-screen .loading-container .loading-logo img {
        width: 240px
    }

}

@media (max-width:414px) {
    .loading-screen .loading-container .loading-logo img {
        width: 200px
    }

}

@media (max-width:360px) {
    .loading-screen .loading-container .loading-logo img {
        width: 180px
    }

}

@keyframes pulse {
    0% {
        opacity: 1
    }

    100% {
        opacity: .4
    }

}

html {
    overflow-x: hidden !important
}

body {
    overflow-x: hidden !important;
    padding-top: 60px
}

@media (max-width:1024px) {
    body {
        padding-top: 50px
    }

}

@media (max-width:576px) {
    body {
        padding-top: 40px
    }

}

body.loading-lock {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important
}

header .marquee {
    height: 60px;
    background: #ff76b6;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #fde021;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15
}

header .marquee .track {
    display: flex;
    flex: 0 0 auto;
    will-change: transform;
    transform: translate3d(0, 0, 0)
}

header .marquee .track img {
    height: 36px;
    width: auto;
    flex: 0 0 auto;
    padding-right: 20px;
    animation: marquee 20s linear infinite
}

@media (max-width:1024px) {
    header .marquee {
        height: 50px
    }

    header .marquee .track img {
        height: 30px
    }

}

@media (max-width:576px) {
    header .marquee {
        height: 40px
    }

    header .marquee .track img {
        height: 25px
    }

}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }

}

header .menu_fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 32px;
    background-color: #fff5d7;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 14;
    box-shadow: 0 7px 0 rgba(0, 0, 0, .1);
    transform: translateY(-100%);
    transition: transform .3s ease-in-out
}

header .menu_fix.show {
    transform: translateY(0)
}

@media (max-width:576px) {
    header .menu_fix {
        padding: 12px 32px
    }

}

header .menu_fix .logo img {
    height: 52px
}

@media (max-width:768px) {
    header .menu_fix .logo img {
        height: 45px
    }

}

@media (max-width:576px) {
    header .menu_fix .logo img {
        height: 40px
    }

}

header .menu_fix .wrap {
    color: #318cdd;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center
}

header .menu_fix .wrap a {
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 3px solid transparent;
    transition: border-color .2s;
    font-weight: 500
}

header .menu_fix .wrap a:hover {
    border-color: #fde021
}

header .menu_fix .wrap .language {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

@media (max-width:576px) {
    header .menu_fix .wrap .language {
        gap: 4px
    }

}

header .menu_fix .wrap .language a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 12px 16px;
    font-size: 16px;
    color: #318cdd;
    border-radius: 999px;
    border: 3px solid transparent;
    transition: all .2s
}

@media (max-width:576px) {
    header .menu_fix .wrap .language a {
        font-size: 13px;
        width: 40px;
        height: 40px
    }

}

header .menu_fix .wrap .language a:hover {
    background-color: #ff76b6;
    color: #fff
}

header .menu_fix .wrap .menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    transition: all .2s;
    width: 40px;
    height: 40px;
    position: relative
}

@media (max-width:576px) {
    header .menu_fix .wrap .menu_btn {
        width: 30px;
        height: 30px
    }

}

header .menu_fix .wrap .menu_btn span, header .menu_fix .wrap .menu_btn::after, header .menu_fix .wrap .menu_btn::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #ff76b6;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease
}

header .menu_fix .wrap .menu_btn::before {
    top: 12px
}

@media (max-width:576px) {
    header .menu_fix .wrap .menu_btn::before {
        top: 7px
    }

}

header .menu_fix .wrap .menu_btn span {
    top: 50%;
    transform: translate(-50%, -50%)
}

header .menu_fix .wrap .menu_btn::after {
    bottom: 12px
}

@media (max-width:576px) {
    header .menu_fix .wrap .menu_btn::after {
        bottom: 7px
    }

}

header .menu_fix .wrap .menu_btn:hover span, header .menu_fix .wrap .menu_btn:hover::after, header .menu_fix .wrap .menu_btn:hover::before {
    background-color: #ffbbda
}

header .menu_fix .wrap .menu_btn img {
    display: none
}

@media (max-width:1024px) {
    header .menu_fix .laptop {
        display: none
    }

}

header .menu_fix .menu_btn.mobile {
    display: none
}

@media (max-width:1024px) {
    header .menu_fix .menu_btn.mobile {
        display: flex
    }

}

header .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 17;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

header .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible
}

header .mobile-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background-color: #fff5d7;
    z-index: 18;
    transition: right .3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1)
}

@media (max-width:576px) {
    header .mobile-menu {
        width: 250px;
        right: -250px
    }

}

header .mobile-menu.active {
    right: 0
}

header .mobile-menu .mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 24px
}

header .mobile-menu .mobile-menu-header .close-btn {
    font-size: 32px;
    color: #ff76b6;
    cursor: pointer;
    line-height: 1;
    transition: color .2s
}

header .mobile-menu .mobile-menu-header .close-btn:hover {
    color: #ffbbda
}

header .mobile-menu .mobile-menu-content .mobile-menu-item {
    display: block;
    padding: 20px 22px;
    font-size: 18px;
    font-weight: 500;
    color: #318cdd;
    text-decoration: none;
    border-bottom: 1px solid rgba(123, 195, 211, .2);
    transition: all .2s
}

@media (max-width:768px) {
    header .mobile-menu .mobile-menu-content .mobile-menu-item {
        font-size: 16px
    }

}

@media (max-width:576px) {
    header .mobile-menu .mobile-menu-content .mobile-menu-item {
        font-size: 14px
    }

}

header .mobile-menu .mobile-menu-content .mobile-menu-item:hover {
    background-color: #ff76b6;
    color: #fff;
    padding-left: 20px
}

.home_page {
    display: flex;
    justify-content: center;
    padding: 48px 0 72px;
    background: #fff5d7;
    position: relative
}

@media (max-width:1024px) {
    .home_page {
        padding: 48px 0
    }

}

@media (max-width:768px) {
    .home_page {
        padding: 30px 0
    }

}

.home_page .menu_fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.home_page .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.home_page .content .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.home_page .content .menu .logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 330px;
    height: 90px;
    border-radius: 30px 30px 0 0;
    border-top: 4px solid #ff76b6;
    border-right: 4px solid #ff76b6;
    border-left: 4px solid #ff76b6;
    background: #4eb7dd
}

@media (max-width:768px) {
    .home_page .content .menu .logo {
        height: 70px;
        border-radius: 20px 20px 0 0;
        border-top: 3px solid #ff76b6;
        border-right: 3px solid #ff76b6;
        border-left: 3px solid #ff76b6;
        background: #4eb7dd
    }

}

@media (max-width:576px) {
    .home_page .content .menu .logo {
        height: 60px
    }

}

.home_page .content .menu .logo img {
    width: 240px
}

@media (max-width:1024px) {
    .home_page .content .menu .logo {
        width: 474px;
        align-items: start;
        justify-content: center;
        padding-left: 32px;
        padding-top: 8px
    }

    .home_page .content .menu .logo img {
        width: 200px
    }

}

@media (max-width:768px) {
    .home_page .content .menu .logo {
        width: 363px
    }

    .home_page .content .menu .logo img {
        width: 160px
    }

}

@media (max-width:576px) {
    .home_page .content .menu .logo {
        width: 290px
    }

    .home_page .content .menu .logo img {
        width: 120px
    }

}

@media (max-width:414px) {
    .home_page .content .menu .logo {
        width: 210px;
        padding-left: 24px
    }

    .home_page .content .menu .logo img {
        width: 100px
    }

}

.home_page .content .menu .menu_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-left: -4px;
    width: 520px;
    padding: 0 20px;
    border-radius: 30px 30px 0 0;
    border-top: 4px solid #ff76b6;
    border-right: 4px solid #ff76b6;
    border-bottom: 4px solid #ff76b6;
    border-left: 4px solid #ff76b6;
    background: #fff5d7
}

@media (max-width:1024px) {
    .home_page .content .menu .menu_2 {
        display: none
    }

}

.home_page .content .menu .menu_2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500;
    color: #318cdd;
    border-radius: 999px;
    border: 3px solid transparent;
    transition: border-color .2s
}

.home_page .content .menu .menu_2 a:hover {
    border-color: #fde021
}

.home_page .content .menu .language {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-left: -4px;
    padding: 0 20px;
    width: 118px;
    font-weight: 500;
    border-radius: 30px 30px 0 0;
    border-top: 4px solid #ff76b6;
    border-right: 4px solid #ff76b6;
    border-bottom: 4px solid #ff76b6;
    border-left: 4px solid #ff76b6;
    background: #fff5d7;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .home_page .content .menu .language {
        width: 180px;
        gap: 8px;
        padding: 0 16px
    }

}

@media (max-width:768px) {
    .home_page .content .menu .language {
        width: 140px;
        padding: 0 8px;
        border-radius: 20px 20px 0 0;
        border-top: 3px solid #ff76b6;
        border-right: 3px solid #ff76b6;
        border-bottom: 3px solid #ff76b6;
        border-left: 3px solid #ff76b6;
        margin-left: -3px
    }

}

@media (max-width:576px) {
    .home_page .content .menu .language {
        width: 113px
    }

}

.home_page .content .menu .language a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 12px 16px;
    font-size: 20px;
    border-radius: 999px;
    color: #318cdd;
    border: 3px solid transparent;
    transition: all .2s
}

.home_page .content .menu .language a:hover {
    background-color: #ff76b6;
    color: #fff
}

@media (max-width:768px) {
    .home_page .content .menu .language a {
        width: 40px;
        height: 40px;
        font-size: 16px
    }

}

@media (max-width:576px) {
    .home_page .content .menu .language a {
        width: 38px;
        height: 38px;
        font-size: 14px
    }

}

.home_page .content .menu .language .menu_btn {
    display: none;
    width: 56px;
    height: 56px;
    position: relative
}

@media (max-width:1024px) {
    .home_page .content .menu .language .menu_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border-radius: 8px;
        transition: all .2s
    }

}

@media (max-width:768px) {
    .home_page .content .menu .language .menu_btn {
        width: 40px;
        height: 40px
    }

}

@media (max-width:576px) {
    .home_page .content .menu .language .menu_btn {
        width: 30px;
        height: 30px
    }

}

@media (max-width:1024px) {
    .home_page .content .menu .language .menu_btn span, .home_page .content .menu .language .menu_btn::after, .home_page .content .menu .language .menu_btn::before {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        background-color: #ff76b6;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s ease
    }

    .home_page .content .menu .language .menu_btn::before {
        top: 20px
    }

    .home_page .content .menu .language .menu_btn span {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .home_page .content .menu .language .menu_btn::after {
        bottom: 20px
    }

    .home_page .content .menu .language .menu_btn:hover span, .home_page .content .menu .language .menu_btn:hover::after, .home_page .content .menu .language .menu_btn:hover::before {
        background-color: #ffbbda
    }

}

@media (max-width:768px) {
    .home_page .content .menu .language .menu_btn span, .home_page .content .menu .language .menu_btn::after, .home_page .content .menu .language .menu_btn::before {
        width: 20px;
        height: 2px
    }

    .home_page .content .menu .language .menu_btn::before {
        top: 25px
    }

    .home_page .content .menu .language .menu_btn::after {
        bottom: 25px
    }

}

@media (max-width:576px) {
    .home_page .content .menu .language .menu_btn span, .home_page .content .menu .language .menu_btn::after, .home_page .content .menu .language .menu_btn::before {
        width: 16px;
        height: 2px
    }

    .home_page .content .menu .language .menu_btn::before {
        top: 19px
    }

    .home_page .content .menu .language .menu_btn::after {
        bottom: 19px
    }

}

.home_page .content .menu .language .menu_btn img {
    display: none
}

.home_page .content .fv {
    padding-top: 120px;
    width: 960px;
    height: 680px;
    background-size: cover;
    border-radius: 0 0 30px 30px;
    border-right: 4px solid #ff76b6;
    border-bottom: 4px solid #ff76b6;
    border-left: 4px solid #ff76b6;
    background: #4eb7dd;
    overflow: hidden;
    position: relative
}

@media (max-width:1024px) {
    .home_page .content .fv {
        width: 650px;
        height: 510px
    }

}

@media (max-width:768px) {
    .home_page .content .fv {
        width: 500px;
        height: 420px;
        border-radius: 0 0 20px 20px;
        border-right: 3px solid #ff76b6;
        border-bottom: 3px solid #ff76b6;
        border-left: 3px solid #ff76b6
    }

}

@media (max-width:576px) {
    .home_page .content .fv {
        width: 400px;
        height: 360px
    }

}

@media (max-width:414px) {
    .home_page .content .fv {
        width: 320px;
        height: 295px;
        padding-top: 100px
    }

}

.home_page .content .fv .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: absolute;
    top: 64px
}

@media (max-width:1024px) {
    .home_page .content .fv .title {
        top: 45px
    }

}

@media (max-width:768px) {
    .home_page .content .fv .title {
        top: 40px;
        gap: 15px
    }

}

@media (max-width:576px) {
    .home_page .content .fv .title {
        top: 35px;
        gap: 10px
    }

}

.home_page .content .fv .title img.en {
    width: 400px;
    height: auto
}

@media (max-width:1024px) {
    .home_page .content .fv .title img.en {
        width: 300px
    }

}

@media (max-width:768px) {
    .home_page .content .fv .title img.en {
        width: 240px
    }

}

@media (max-width:576px) {
    .home_page .content .fv .title img.en {
        width: 200px
    }

}

@media (max-width:414px) {
    .home_page .content .fv .title img.en {
        width: 180px
    }

}

.home_page .content .fv .title img.cht {
    width: 500px;
    height: auto
}

@media (max-width:1024px) {
    .home_page .content .fv .title img.cht {
        width: 400px
    }

}

@media (max-width:768px) {
    .home_page .content .fv .title img.cht {
        width: 300px
    }

}

@media (max-width:576px) {
    .home_page .content .fv .title img.cht {
        width: 260px
    }

}

@media (max-width:414px) {
    .home_page .content .fv .title img.cht {
        width: 240px
    }

}

.home_page .content .fv .copywrite {
    position: absolute;
    left: 36px;
    bottom: 22px;
    display: flex
}

@media (max-width:576px) {
    .home_page .content .fv .copywrite {
        left: 16px;
        bottom: 12px
    }

}

.home_page .content .fv .copywrite img {
    width: 187px;
    height: auto
}

@media (max-width:1024px) {
    .home_page .content .fv .copywrite img {
        width: 120px
    }

}

@media (max-width:576px) {
    .home_page .content .fv .copywrite img {
        width: 80px
    }

}

.home_page .content .sticker {
    position: absolute;
    right: -76px;
    bottom: -78px;
    pointer-events: none;
    width: 220px;
    z-index: 2
}

@media (max-width:1024px) {
    .home_page .content .sticker {
        width: 160px;
        bottom: -50px;
        right: -70px
    }

}

@media (max-width:768px) {
    .home_page .content .sticker {
        width: 130px;
        bottom: -40px;
        right: -60px
    }

}

@media (max-width:576px) {
    .home_page .content .sticker {
        width: 80px;
        bottom: -20px;
        right: -20px
    }

}

.home_page .bg_line {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    position: absolute;
    bottom: 245px
}

@media (max-width:1024px) {
    .home_page .bg_line {
        gap: 20px;
        bottom: 175px
    }

}

@media (max-width:768px) {
    .home_page .bg_line {
        gap: 15px;
        bottom: 127px
    }

}

@media (max-width:576px) {
    .home_page .bg_line {
        bottom: 108px
    }

}

@media (max-width:414px) {
    .home_page .bg_line {
        gap: 13px;
        bottom: 100px
    }

}

.home_page .bg_line .line {
    width: 100%;
    height: 40px
}

@media (max-width:1024px) {
    .home_page .bg_line .line {
        height: 30px
    }

}

@media (max-width:768px) {
    .home_page .bg_line .line {
        height: 24px
    }

}

@media (max-width:576px) {
    .home_page .bg_line .line {
        height: 18px
    }

}

.home_page .bg_line #yellow {
    background-color: #fde021
}

.home_page .bg_line #pink {
    background-color: #ff76b6;
    height: 80px
}

@media (max-width:1024px) {
    .home_page .bg_line #pink {
        height: 70px
    }

}

@media (max-width:768px) {
    .home_page .bg_line #pink {
        height: 50px
    }

}

@media (max-width:576px) {
    .home_page .bg_line #pink {
        height: 40px
    }

}

.home_page .bg_line #blue {
    background-color: #318cdd
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #fff5d7;
    position: relative
}

.intro .mint {
    color: #41cc94
}

.intro .title {
    display: flex;
    align-items: center;
    padding: 64px 0 48px 0;
    gap: 24px;
    justify-content: center;
    position: relative;
    width: 100%
}

@media (max-width:1024px) {
    .intro .title {
        padding: 40px 0 24px 0
    }

}

@media (max-width:576px) {
    .intro .title {
        padding: 16px 0
    }

}

.intro .title .title_content {
    display: flex;
    gap: 24px;
    z-index: 2;
    position: relative
}

@media (max-width:576px) {
    .intro .title .title_content {
        gap: 12px
    }

}

.intro .title .title_content img {
    height: 260px
}

@media (max-width:1024px) {
    .intro .title .title_content img {
        height: 200px
    }

}

@media (max-width:768px) {
    .intro .title .title_content img {
        height: 150px
    }

}

@media (max-width:576px) {
    .intro .title .title_content img {
        height: 100px
    }

}

.intro .title .title_content .bubble {
    position: absolute;
    bottom: 40px;
    height: 120px;
    width: 100px;
    right: -120px
}

@media (max-width:1024px) {
    .intro .title .title_content .bubble {
        height: 80px;
        right: -100px;
        width: 80px;
        bottom: 30px
    }

}

@media (max-width:768px) {
    .intro .title .title_content .bubble {
        height: 60px;
        right: -80px;
        width: 60px;
        bottom: 20px
    }

}

@media (max-width:576px) {
    .intro .title .title_content .bubble {
        height: 40px;
        width: 40px;
        right: -50px;
        bottom: 10px
    }

}

.intro .title .title_content .bubble #bubble_1 {
    height: 50px;
    aspect-ratio: 1/1
}

@media (max-width:1024px) {
    .intro .title .title_content .bubble #bubble_1 {
        height: 40px
    }

}

@media (max-width:768px) {
    .intro .title .title_content .bubble #bubble_1 {
        height: 30px
    }

}

@media (max-width:576px) {
    .intro .title .title_content .bubble #bubble_1 {
        height: 20px
    }

}

.intro .title .title_content .bubble #bubble_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    aspect-ratio: 1/1
}

@media (max-width:1024px) {
    .intro .title .title_content .bubble #bubble_2 {
        height: 30px
    }

}

@media (max-width:768px) {
    .intro .title .title_content .bubble #bubble_2 {
        height: 20px
    }

}

@media (max-width:576px) {
    .intro .title .title_content .bubble #bubble_2 {
        height: 15px
    }

}

.intro .bg_cloud {
    position: absolute;
    bottom: 0;
    background-image: url("../images/intro/bg_cloud.png");
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 180px
}

@media (max-width:1024px) {
    .intro .bg_cloud {
        height: 150px
    }

}

@media (max-width:768px) {
    .intro .bg_cloud {
        height: 100px
    }

}

@media (max-width:576px) {
    .intro .bg_cloud {
        height: 70px
    }

}

.intro .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 20px 0 96px;
    width: 100%;
    color: #754725;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.intro .content p {
    width: 800px
}

.intro .content .bubble {
    height: 320px;
    width: 1024px;
    bottom: -70px;
    position: absolute
}

@media (max-width:1024px) {
    .intro .content .bubble {
        width: 768px;
        bottom: -50px
    }

}

@media (max-width:768px) {
    .intro .content .bubble {
        width: 560px;
        height: 200px
    }

}

@media (max-width:576px) {
    .intro .content .bubble {
        width: 100%;
        min-width: 350px;
        padding: 30px;
        bottom: -20px
    }

}

@media (max-width:414px) {
    .intro .content .bubble {
        min-width: 250px;
        height: 150px
    }

}

.intro .content .bubble img {
    width: 100%;
    height: auto;
    max-width: 500px;
    aspect-ratio: 1/1;
    margin-top: 20px;
    z-index: 2
}

.intro .content .bubble #bubble_three {
    width: 74px;
    aspect-ratio: 1/1
}

@media (max-width:1024px) {
    .intro .content .bubble #bubble_three {
        width: 50px;
        position: absolute;
        top: 40px
    }

}

@media (max-width:768px) {
    .intro .content .bubble #bubble_three {
        width: 30px;
        top: 0
    }

}

@media (max-width:576px) {
    .intro .content .bubble #bubble_three {
        width: 20px
    }

}

.intro .content .bubble #bubble_four {
    width: 180px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 75px;
    bottom: 23px
}

@media (max-width:1024px) {
    .intro .content .bubble #bubble_four {
        width: 160px;
        left: 30px
    }

}

@media (max-width:768px) {
    .intro .content .bubble #bubble_four {
        width: 130px;
        left: 50px
    }

}

@media (max-width:576px) {
    .intro .content .bubble #bubble_four {
        width: 100px;
        left: 60px
    }

}

@media (max-width:414px) {
    .intro .content .bubble #bubble_four {
        width: 70px
    }

}

.intro .content .bubble #bubble_five {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 352px;
    bottom: 125px
}

@media (max-width:1024px) {
    .intro .content .bubble #bubble_five {
        left: 260px
    }

}

@media (max-width:768px) {
    .intro .content .bubble #bubble_five {
        left: 240px;
        bottom: 100px
    }

}

@media (max-width:576px) {
    .intro .content .bubble #bubble_five {
        height: 30px;
        width: 30px
    }

}

@media (max-width:414px) {
    .intro .content .bubble #bubble_five {
        width: 20px;
        height: 20px;
        bottom: 80px;
        left: auto;
        right: 120px
    }

}

.intro .content .bubble #bubble_six {
    width: 220px;
    aspect-ratio: 1/1;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width:1024px) {
    .intro .content .bubble #bubble_six {
        width: 180px
    }

}

@media (max-width:768px) {
    .intro .content .bubble #bubble_six {
        width: 150px
    }

}

@media (max-width:576px) {
    .intro .content .bubble #bubble_six {
        width: 120px;
        right: 15px
    }

}

@media (max-width:414px) {
    .intro .content .bubble #bubble_six {
        width: 100px
    }

}

@media (max-width:1024px) {
    .intro .content {
        font-size: 16px;
        padding-bottom: 120px
    }

    .intro .content p {
        width: 650px
    }

}

@media (max-width:768px) {
    .intro .content {
        font-size: 15px;
        padding-bottom: 140px
    }

    .intro .content p {
        width: 100%;
        padding: 0 60px
    }

}

@media (max-width:576px) {
    .intro .content p {
        padding: 0 40px
    }

}

@media (max-width:414px) {
    .intro .content {
        padding-bottom: 100px
    }

    .intro .content p {
        padding: 0 32px
    }

}

.video {
    display: flex;
    justify-content: center;
    position: relative
}

.video .frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 950px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1200px) {
    .video .frame {
        width: 800px
    }

}

@media (max-width:1024px) {
    .video .frame {
        width: 650px
    }

}

@media (max-width:768px) {
    .video .frame {
        width: 500px
    }

}

@media (max-width:576px) {
    .video .frame {
        width: 400px
    }

}

@media (max-width:414px) {
    .video .frame {
        width: 320px
    }

}

.video .frame img#youtube {
    align-self: stretch;
    height: 470px;
    max-width: 1100px;
    max-height: 625px;
    aspect-ratio: 157/89;
    flex-shrink: 0
}

@media (max-width:1200px) {
    .video .frame img#youtube {
        height: 400px
    }

}

@media (max-width:1024px) {
    .video .frame img#youtube {
        height: 350px
    }

}

@media (max-width:768px) {
    .video .frame img#youtube {
        height: auto;
        width: 90vw
    }

}

.video .frame img#playbtn {
    position: absolute;
    width: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: filter .2s
}

.video .frame img#playbtn:hover {
    filter: brightness(1.2)
}

@media (max-width:1024px) {
    .video .frame img#playbtn {
        width: 60px
    }

}

@media (max-width:768px) {
    .video .frame img#playbtn {
        width: 40px
    }

}

@media (max-width:576px) {
    .video .frame img#playbtn {
        width: 30px
    }

}

.video img#video_bg {
    width: 100%;
    max-width: none;
    height: 1100px;
    object-fit: cover;
    object-position: top
}

@media (max-width:1440px) {
    .video img#video_bg {
        min-width: 1440px;
        height: auto;
        object-fit: contain
    }

}

@media (max-width:1200px) {
    .video img#video_bg {
        height: 850px
    }

}

@media (max-width:1024px) {
    .video img#video_bg {
        height: 700px
    }

}

@media (max-width:768px) {
    .video img#video_bg {
        height: 650px
    }

}

@media (max-width:576px) {
    .video img#video_bg {
        height: 570px
    }

}

@media (max-width:414px) {
    .video img#video_bg {
        height: 400px
    }

}

.video .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px
}

@supports (height:100dvh) {
    .video .video-popup {
        height: 100dvh
    }

}

.video .video-popup .container {
    position: relative;
    width: 90vw;
    max-width: 900px
}

.video .video-popup .container::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.video .video-popup .container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.video .video-popup .container .close-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: -50px;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: color .2s
}

@media (max-width:1024px) {
    .video .video-popup .container .close-btn {
        top: -40px;
        right: -40px
    }

}

@media (max-width:768px) {
    .video .video-popup .container .close-btn {
        top: -35px;
        right: -30px;
        width: 38px;
        height: 38px;
        font-size: 2.2rem
    }

}

@media (max-width:576px) {
    .video .video-popup .container .close-btn {
        top: -40px;
        right: -20px;
        width: 34px;
        height: 34px;
        font-size: 2rem
    }

}

.video .video-popup .container .close-btn:hover {
    color: #fff
}

.story {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 0 250px;
    background: #fff5d7;
    position: relative
}

@media (max-width:1024px) {
    .story {
        padding: 130px 0 330px
    }

}

@media (max-width:768px) {
    .story {
        padding: 100px 0 300px
    }

}

@media (max-width:576px) {
    .story {
        padding: 60px 0 250px
    }

}

.story .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -110px;
    width: 960px;
    gap: 25px
}

.story .title #one {
    width: 220px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 235/217
}

.story .title #two {
    height: 100px;
    align-self: center;
    aspect-ratio: 449/98
}

.story .title #three {
    width: 200px;
    flex-shrink: 0;
    aspect-ratio: 44/43
}

@media (max-width:1024px) {
    .story .title {
        width: 700px;
        top: -80px
    }

    .story .title #one {
        width: 180px
    }

    .story .title #two {
        height: 80px
    }

    .story .title #three {
        width: 160px
    }

}

@media (max-width:768px) {
    .story .title {
        width: 480px;
        top: -70px
    }

    .story .title #one {
        width: 140px
    }

    .story .title #two {
        height: 60px
    }

    .story .title #three {
        width: 130px
    }

}

@media (max-width:576px) {
    .story .title {
        top: -40px;
        gap: 15px
    }

    .story .title #one {
        width: 70px
    }

    .story .title #two {
        height: 50px
    }

    .story .title #three {
        width: 70px
    }

}

@media (max-width:414px) {
    .story .title {
        top: -30px
    }

    .story .title #one {
        width: 60px
    }

    .story .title #two {
        height: 40px
    }

    .story .title #three {
        width: 50px
    }

}

.story img#light {
    width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: top
}

@media (max-width:1440px) {
    .story img#light {
        min-width: 1440px;
        width: 1440px;
        height: auto;
        object-fit: contain
    }

}

.story .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 40px;
    padding-top: 120px;
    position: relative
}

@media (max-width:1024px) {
    .story .content {
        padding-top: 90px
    }

}

@media (max-width:768px) {
    .story .content {
        padding-top: 80px
    }

}

@media (max-width:576px) {
    .story .content {
        padding-top: 70px
    }

}

@media (max-width:414px) {
    .story .content {
        padding-top: 60px
    }

}

.story .content img {
    position: absolute;
    top: -40px;
    height: 110px
}

@media (max-width:1024px) {
    .story .content img {
        height: 90px;
        top: -30px
    }

}

@media (max-width:768px) {
    .story .content img {
        height: 70px;
        top: -10px
    }

}

@media (max-width:576px) {
    .story .content img {
        height: 60px
    }

}

@media (max-width:414px) {
    .story .content img {
        height: 40px;
        top: 0
    }

}

.story .content p {
    margin-bottom: 0;
    width: 800px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    color: #754725
}

@media (max-width:1024px) {
    .story .content p {
        width: 650px;
        font-size: 16px
    }

}

@media (max-width:768px) {
    .story .content p {
        font-size: 13px;
        width: 100%;
        padding: 0 60px
    }

}

@media (max-width:576px) {
    .story .content p {
        padding: 0 40px
    }

}

@media (max-width:414px) {
    .story .content p {
        padding: 0 32px
    }

}

.story .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 450px;
    background-image: url("../images/story/story_bg.png");
    background-repeat: repeat-x;
    background-size: auto 450px;
    min-height: 450px
}

@media (max-width:768px) {
    .story .bg {
        height: 350px;
        background-size: auto 350px;
        min-height: 350px
    }

}

@media (max-width:576px) {
    .story .bg {
        height: 300px;
        background-size: auto 300px;
        min-height: 300px
    }

}

.story .board {
    display: flex;
    width: 950px;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    margin-top: 30px
}

@media (max-width:1024px) {
    .story .board {
        width: 640px;
        margin-top: 40px
    }

}

@media (max-width:768px) {
    .story .board {
        justify-content: center;
        align-items: center
    }

}

.story .board .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

.story .board .wrap .img img {
    width: 300px
}

.story .board .wrap .img#one {
    display: flex;
    align-items: center;
    position: relative
}

.story .board .wrap .img#one:hover .pic .btn, .story .board .wrap .img#one:hover .pic .content, .story .board .wrap .img#one:hover .pic::after {
    opacity: 1
}

.story .board .wrap .img#one .pic {
    background-image: url("../images/story/one_img.jpg");
    width: 246px;
    height: 236px;
    background-size: cover;
    background-position: 60% center;
    position: absolute;
    left: 27px;
    top: 25px;
    border: 3px solid #ff76b6
}

.story .board .wrap .img#one .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 71, 37, .8);
    opacity: 0;
    transition: all .3s
}

.story .board .wrap .img#one .pic .content {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    position: relative;
    z-index: 1
}

.story .board .wrap .img#one .pic .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.story .board .wrap .img#one .pic .btn a {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #ff76b6;
    z-index: 3;
    transition: .2s;
    font-size: 12px;
    font-weight: 700
}

.story .board .wrap .img#one .pic .btn a:hover {
    background-color: #ffbbda
}

.story .board .wrap .img#one .pic .btn a p {
    color: #fff !important
}

.story .board .wrap .img#two {
    display: flex;
    align-items: center;
    position: relative
}

.story .board .wrap .img#two:hover .pic .btn, .story .board .wrap .img#two:hover .pic .content, .story .board .wrap .img#two:hover .pic::after {
    opacity: 1
}

.story .board .wrap .img#two .pic {
    background-image: url("../images/story/two_img.jpg");
    width: 246px;
    height: 236px;
    background-size: cover;
    background-position: 60% center;
    position: absolute;
    left: 27px;
    top: 25px;
    border: 3px solid #ff76b6
}

.story .board .wrap .img#two .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 71, 37, .8);
    opacity: 0;
    transition: all .3s
}

.story .board .wrap .img#two .pic .content {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    position: relative;
    z-index: 1
}

.story .board .wrap .img#two .pic .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.story .board .wrap .img#two .pic .btn a {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #ff76b6;
    z-index: 3;
    transition: .2s;
    font-size: 12px;
    font-weight: 700
}

.story .board .wrap .img#two .pic .btn a:hover {
    background-color: #ffbbda
}

.story .board .wrap .img#two .pic .btn a p {
    color: #fff !important
}

.story .board .wrap .img#three {
    display: flex;
    align-items: center;
    position: relative
}

.story .board .wrap .img#three:hover .pic .btn, .story .board .wrap .img#three:hover .pic .content, .story .board .wrap .img#three:hover .pic::after {
    opacity: 1
}

.story .board .wrap .img#three .pic {
    background-image: url("../images/story/three_img.jpg");
    width: 246px;
    height: 236px;
    background-size: cover;
    background-position: 60% center;
    position: absolute;
    left: 27px;
    top: 25px;
    border: 3px solid #ff76b6
}

.story .board .wrap .img#three .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 71, 37, .8);
    opacity: 0;
    transition: all .3s
}

.story .board .wrap .img#three .pic .content {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    position: relative;
    z-index: 1
}

.story .board .wrap .img#three .pic .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.story .board .wrap .img#three .pic .btn a {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #ff76b6;
    z-index: 3;
    transition: .2s;
    font-size: 12px;
    font-weight: 700
}

.story .board .wrap .img#three .pic .btn a:hover {
    background-color: #ffbbda
}

.story .board .wrap .img#three .pic .btn a p {
    color: #fff !important
}

.story .board .wrap .img#four {
    display: flex;
    align-items: center;
    position: relative
}

.story .board .wrap .img#four:hover .pic .btn, .story .board .wrap .img#four:hover .pic .content, .story .board .wrap .img#four:hover .pic::after {
    opacity: 1
}

.story .board .wrap .img#four .pic {
    background-image: url("../images/story/four_img.jpg");
    width: 246px;
    height: 236px;
    background-size: cover;
    background-position: 60% center;
    position: absolute;
    left: 27px;
    top: 25px;
    border: 3px solid #ff76b6
}

.story .board .wrap .img#four .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 71, 37, .8);
    opacity: 0;
    transition: all .3s
}

.story .board .wrap .img#four .pic .content {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    position: relative;
    z-index: 1
}

.story .board .wrap .img#four .pic .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.story .board .wrap .img#four .pic .btn a {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #ff76b6;
    z-index: 3;
    transition: .2s;
    font-size: 12px;
    font-weight: 700
}

.story .board .wrap .img#four .pic .btn a:hover {
    background-color: #ffbbda
}

.story .board .wrap .img#four .pic .btn a p {
    color: #fff !important
}

.story .board .wrap .img#five {
    display: flex;
    align-items: center;
    position: relative
}

.story .board .wrap .img#five:hover .pic .btn, .story .board .wrap .img#five:hover .pic .content, .story .board .wrap .img#five:hover .pic::after {
    opacity: 1
}

.story .board .wrap .img#five .pic {
    background-image: url("../images/story/five_img.jpg");
    width: 246px;
    height: 236px;
    background-size: cover;
    background-position: 60% center;
    position: absolute;
    left: 27px;
    top: 25px;
    border: 3px solid #ff76b6
}

.story .board .wrap .img#five .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 71, 37, .8);
    opacity: 0;
    transition: all .3s
}

.story .board .wrap .img#five .pic .content {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    position: relative;
    z-index: 1
}

.story .board .wrap .img#five .pic .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.story .board .wrap .img#five .pic .btn a {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #ff76b6;
    z-index: 3;
    transition: .2s;
    font-size: 12px;
    font-weight: 700
}

.story .board .wrap .img#five .pic .btn a:hover {
    background-color: #ffbbda
}

.story .board .wrap .img#five .pic .btn a p {
    color: #fff !important
}

.story .board .wrap .img#six {
    display: flex;
    align-items: center;
    position: relative
}

.story .board .wrap .img#six:hover .pic .btn, .story .board .wrap .img#six:hover .pic .content, .story .board .wrap .img#six:hover .pic::after {
    opacity: 1
}

.story .board .wrap .img#six .pic {
    background-image: url("../images/story/six_img.jpg");
    width: 246px;
    height: 236px;
    background-size: cover;
    background-position: 60% center;
    position: absolute;
    left: 27px;
    top: 25px;
    border: 3px solid #ff76b6
}

.story .board .wrap .img#six .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 71, 37, .8);
    opacity: 0;
    transition: all .3s
}

.story .board .wrap .img#six .pic .content {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    position: relative;
    z-index: 1
}

.story .board .wrap .img#six .pic .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.story .board .wrap .img#six .pic .btn a {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #ff76b6;
    z-index: 3;
    transition: .2s;
    font-size: 12px;
    font-weight: 700
}

.story .board .wrap .img#six .pic .btn a:hover {
    background-color: #ffbbda
}

.story .board .wrap .img#six .pic .btn a p {
    color: #fff !important
}

.story .board .pad {
    display: none
}

@media (max-width:1024px) {
    .story .board .pad {
        display: flex
    }

}

@media (max-width:768px) {
    .story .board .pad {
        display: none
    }

}

.story .board .mobile {
    display: none
}

@media (max-width:768px) {
    .story .board .mobile {
        display: flex
    }

}

.story .board .laptop {
    display: flex
}

@media (max-width:1024px) {
    .story .board .laptop {
        display: none
    }

}

.story .board #middle {
    padding-top: 104px
}

.story .bunny {
    width: 960px;
    height: 313px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    pointer-events: none
}

.story .bunny .bunny1 {
    height: 240px;
    position: absolute;
    bottom: 0;
    left: 0
}

.story .bunny .bunny2 {
    position: absolute;
    top: 12px;
    height: 230px;
    left: 180px
}

.story .bunny .bunny3 {
    height: 270px;
    right: 0;
    position: absolute
}

@media (max-width:1024px) {
    .story .bunny {
        width: 100%
    }

    .story .bunny .bunny1 {
        height: 240px;
        left: 100px
    }

    .story .bunny .bunny2 {
        height: 220px;
        left: 300px;
        top: 24px
    }

    .story .bunny .bunny3 {
        height: 270px;
        right: 40px
    }

}

@media (max-width:768px) {
    .story .bunny .bunny1 {
        height: 200px;
        left: 80px
    }

    .story .bunny .bunny2 {
        height: 180px;
        left: 240px;
        top: 60px
    }

    .story .bunny .bunny3 {
        height: 220px;
        bottom: 10px
    }

}

@media (max-width:576px) {
    .story .bunny .bunny1 {
        height: 150px;
        left: 20px;
        bottom: 10px
    }

    .story .bunny .bunny2 {
        height: 140px;
        left: 130px;
        top: 110px
    }

    .story .bunny .bunny3 {
        height: 170px;
        bottom: 25px;
        right: 20px
    }

}

.story .bunny .container-414px .bunny1 {
    height: 130px;
    left: 20px;
    bottom: 10px
}

.story .bunny .container-414px .bunny2 {
    height: 120px;
    left: 130px;
    top: 110px
}

.story .bunny .container-414px .bunny3 {
    height: 150px;
    bottom: 25px;
    right: 20px
}

.donate {
    padding-top: 80px;
    background-color: #fff5d7
}

@media (max-width:768px) {
    .donate {
        padding-top: 60px
    }

}

.donate .block_top {
    height: 32px;
    width: 100%;
    background-image: url(../images/donate/frame_top.png);
    background-repeat: repeat-x
}

@media (max-width:768px) {
    .donate .block_top {
        height: 24px;
        background-size: cover
    }

}

.donate .block_bottom {
    height: 40px;
    width: 100%;
    background-image: url(../images/donate/frame_bottom.png);
    background-repeat: repeat-x
}

@media (max-width:768px) {
    .donate .block_bottom {
        height: 24px;
        background-size: cover
    }

}

.donate .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 32px;
    padding: 56px 0 48px;
    border-top: 8px solid #fde021;
    background-color: #4eb7dd
}

.donate .title img {
    height: 110px
}

.donate .title p {
    font-size: 26px;
    font-style: normal;
    color: #fff5d7;
    text-align: center;
    padding: 0 32px;
    font-family: GenSenRounded2TW, var(--font-fallback)
}

@media (max-width:1024px) {
    .donate .title {
        padding: 56px 0 40px
    }

    .donate .title img {
        height: 90px
    }

    .donate .title p {
        font-size: 24px
    }

}

@media (max-width:768px) {
    .donate .title {
        padding: 40px 0 32px
    }

    .donate .title img {
        height: 70px
    }

    .donate .title p {
        font-size: 20px
    }

}

@media (max-width:576px) {
    .donate .title img {
        height: 60px
    }

    .donate .title p {
        font-size: 18px
    }

}

@media (max-width:414px) {
    .donate .title img {
        height: 40px
    }

    .donate .title p {
        font-size: 16px
    }

}

.donate .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    margin: 0 auto;
    padding: 70px 0 60px;
    width: 960px
}

@media (max-width:1024px) {
    .donate .content {
        width: 100%;
        padding: 60px 0
    }

}

@media (max-width:768px) {
    .donate .content {
        padding: 40px 0 30px;
        gap: 40px
    }

}

.donate .content .wrap {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    gap: 67px;
    width: 850px;
    align-self: center
}

@media (max-width:1024px) {
    .donate .content .wrap {
        width: 650px;
        flex-direction: column
    }

}

@media (max-width:768px) {
    .donate .content .wrap {
        width: 100%;
        gap: 32px;
        padding: 0 60px
    }

}

.donate .content .wrap .block {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    width: 100%
}

.donate .content .wrap .block .subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    padding: 20px 0 20px 60px;
    font-size: 26px;
    font-weight: 700;
    background-color: #ff76b6;
    border-radius: 35px 35px 0 0;
    color: #fff !important
}

@media (max-width:1024px) {
    .donate .content .wrap .block .subtitle {
        padding-left: 30px
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block .subtitle {
        padding: 12px 0;
        padding-left: 24px;
        border-radius: 25px 25px 0 0
    }

}

@media (max-width:576px) {
    .donate .content .wrap .block .subtitle {
        font-size: 20px
    }

}

@media (max-width:414px) {
    .donate .content .wrap .block .subtitle {
        font-size: 18px
    }

}

.donate .content .wrap .block .intro {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 24px 8px;
    height: 100%;
    min-height: 180px;
    border-radius: 0 0 35px 35px;
    border-right: 4px solid #ff76b6;
    border-bottom: 4px solid #ff76b6;
    border-left: 4px solid #ff76b6;
    background: #fff
}

.donate .content .wrap .block .intro p {
    letter-spacing: -.8px
}

@media (max-width:768px) {
    .donate .content .wrap .block .intro {
        padding: 16px 12px;
        gap: 16px;
        border-radius: 0 0 25px 25px;
        border-right: 3px solid #ff76b6;
        border-bottom: 3px solid #ff76b6;
        border-left: 3px solid #ff76b6;
        overflow: hidden
    }

}

.donate .content .wrap .block .intro img {
    width: 60px;
    flex-shrink: 0;
    align-self: center
}

@media (max-width:1024px) {
    .donate .content .wrap .block .intro img {
        width: 80px
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block .intro img {
        width: 50px
    }

}

.donate .content .wrap .block .intro .check {
    transform: rotate(-10.611deg)
}

.donate .content .wrap .block .intro .qrcode {
    width: 180px
}

@media (max-width:768px) {
    .donate .content .wrap .block .intro .qrcode {
        width: 160px
    }

}

.donate .content .wrap .block .intro p {
    color: #754725;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    align-items: center
}

@media (max-width:768px) {
    .donate .content .wrap .block .intro p {
        font-size: 13px;
        line-height: 24px
    }

}

.donate .content .wrap .block .intro span {
    display: inline-flex;
    font-weight: 700
}

.donate .content .wrap .block p.note {
    font-size: 16px;
    font-style: normal;
    text-align: center;
    line-height: normal;
    color: #949494
}

.donate .content .wrap .block .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -40px;
    top: -25px;
    height: 110px;
    width: 110px
}

@media (max-width:768px) {
    .donate .content .wrap .block .tag {
        left: -24px;
        top: -24px;
        width: 90px;
        height: 90px
    }

}

@media (max-width:576px) {
    .donate .content .wrap .block .tag {
        width: 70px;
        height: 70px;
        top: -15px;
        left: -29px
    }

}

@media (max-width:414px) {
    .donate .content .wrap .block .tag {
        width: 60px;
        height: 60px;
        top: -10px
    }

}

.donate .content .wrap .block .tag p {
    font-size: 60px;
    position: absolute;
    font-weight: 900;
    color: #fff !important
}

@media (max-width:768px) {
    .donate .content .wrap .block .tag p {
        font-size: 40px
    }

}

.donate .content .wrap .block#three .subtitle {
    padding-left: 0
}

.donate .content .wrap .block#three .intro {
    flex-direction: column;
    display: flex;
    padding: 40px 0 16px;
    gap: 16px
}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro {
        padding: 24px 0 12px;
        gap: 12px
    }

}

.donate .content .wrap .block#three .intro .d-flex {
    display: flex;
    flex-direction: row;
    height: 227px;
    padding: 0 20px;
    background: #fff;
    gap: 24px;
    align-items: center;
    justify-content: space-around
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .d-flex {
        flex-wrap: wrap;
        height: auto;
        padding: 0 20px;
        gap: 48px 24px;
        justify-content: center
    }

    .donate .content .wrap .block#three .intro .d-flex p {
        width: 100%
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro .d-flex {
        padding: 0 16px;
        gap: 24px 60px
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    margin-top: -80px
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow {
        flex: 0 0 auto;
        margin-top: -30px
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow {
        margin-top: -20px
    }

}

@media (max-width:613px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow {
        display: none
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow img {
    width: 200px;
    margin-left: 30px
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow img {
        width: 150px
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow img {
        width: 120px
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-top: -5px
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title {
        margin-top: -10px;
        align-items: center;
        justify-content: center
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title {
        margin-top: -8px;
        width: 220px
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title svg {
    width: 320px;
    height: 90px;
    aspect-ratio: 351/90
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title svg {
        width: 280px;
        height: auto
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title .arrow_p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 13px;
    bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
    color: #fff
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title .arrow_p {
        font-size: 13px;
        bottom: 0;
        height: 100%
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow .arrow_title .arrow_p {
        font-size: 12px;
        right: 6px
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow.under600 {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 5px 0 10px
}

@media (max-width:613px) {
    .donate .content .wrap .block#three .intro .d-flex .arrow.under600 {
        display: flex
    }

}

.donate .content .wrap .block#three .intro .d-flex .arrow.under600 img {
    margin: 0
}

.donate .content .wrap .block#three .intro .d-flex .arrow.under600 .arrow_p_600 {
    background-color: #ff76b6;
    padding: 12px 24px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    border-radius: 15px
}

.donate .content .wrap .block#three .intro p.note {
    font-size: 15px;
    padding: 0 16px;
    color: #000
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro p.note {
        padding: 0 20px;
        line-height: 1.6
    }

}

@media (max-width:768px) {
    .donate .content .wrap .block#three .intro p.note {
        padding: 0 16px
    }

}

.donate .content .wrap .block#three .intro .laptop {
    display: block
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .laptop {
        display: none
    }

}

.donate .content .wrap .block#three .intro .mobile {
    display: none
}

@media (max-width:1024px) {
    .donate .content .wrap .block#three .intro .mobile {
        display: block
    }

}

.donate .discription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 32px;
    padding: 48px 0;
    background-color: #4eb7dd;
    border-bottom: 8px solid #fde021
}

@media (max-width:1024px) {
    .donate .discription {
        padding: 32px 0
    }

}

.donate .discription .d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: center
}

.donate .discription .d-flex p {
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    color: #fff5d7;
    letter-spacing: 0.2px;
    font-weight: 500
}

@media (max-width:1024px) {
    .donate .discription .d-flex p {
        font-size: 16px
    }

}

@media (max-width:768px) {
    .donate .discription .d-flex p {
        font-size: 13px;
        padding: 0 24px
    }

}

.donate .discription .d-flex p span {
    display: inline-flex;
    line-height: 1
}

.donate .discription .d-flex p .pink_btn {
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    background-color: #ff76b6;
    border-radius: 999px;
    margin: 4px
}

.donate .discription .d-flex p .blue_btn {
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    background-color: #318cdd;
    border-radius: 999px;
    margin: 4px
}

.donate .discription .d-flex p .blue_btn:hover {
    background-color: #80bcf1
}

.donate .discription .d-flex p .hl {
    color: #fde021;
    font-weight: 700
}

@media (max-width:768px) {
    .donate .discription .d-flex .laptop {
        display: none
    }

}

.donate .discription .d-flex .mobile {
    display: none
}

@media (max-width:768px) {
    .donate .discription .d-flex .mobile {
        display: block;
        padding: 0 24px
    }

}

.weartocare {
    display: flex;
    padding: 64px 0 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #fff5d7;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media (max-width:1024px) {
    .weartocare {
        padding: 40px 0
    }

}

@media (max-width:768px) {
    .weartocare {
        padding: 0 60px
    }

}

@media (max-width:576px) {
    .weartocare {
        padding: 0 40px
    }

}

@media (max-width:414px) {
    .weartocare {
        padding: 0 32px
    }

}

.weartocare p {
    color: #754725;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    width: 800px
}

@media (max-width:1024px) {
    .weartocare p {
        width: 700px
    }

}

@media (max-width:768px) {
    .weartocare p {
        width: 510px
    }

}

@media (max-width:576px) {
    .weartocare p {
        width: 400px
    }

}

@media (max-width:500px) {
    .weartocare p {
        width: 360px
    }

}

@media (max-width:414px) {
    .weartocare p {
        width: 320px
    }

}

.weartocare p .pink {
    color: #ff76b6
}

.weartocare p .blue {
    color: #318cdd
}

.weartocare p .blue:hover {
    color: #80bcf1
}

.weartocare p .orange {
    color: #ff8a00
}

.weartocare p.duration {
    padding: 80px 0;
    color: #754725;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    width: 800px;
    padding: 32px 0 64px
}

@media (max-width:1024px) {
    .weartocare p.duration {
        font-size: 16px;
        width: 650px;
        padding: 50px 0
    }

}

@media (max-width:768px) {
    .weartocare p.duration {
        font-size: 13px;
        width: 100%;
        padding: 32px 0 70px
    }

}

@media (max-width:576px) {
    .weartocare p.duration {
        padding: 32px 0 30px
    }

}

.weartocare p.duration .pink {
    color: #ff76b6
}

.weartocare p.duration .blue {
    color: #318cdd
}

.weartocare p.duration .blue:hover {
    color: #80bcf1
}

.weartocare p.duration .orange {
    color: #ff8a00
}

.weartocare .game {
    position: relative;
    display: flex;
    height: 2000px;
    gap: 10px
}

@media (max-width:1024px) {
    .weartocare .game {
        height: 1680px
    }

}

@media (max-width:768px) {
    .weartocare .game {
        height: 1450px
    }

}

@media (max-width:576px) {
    .weartocare .game {
        height: 2420px
    }

}

@media (max-width:500px) {
    .weartocare .game {
        height: 2350px
    }

}

.weartocare .game .bg {
    display: flex;
    justify-content: center;
    background: url(../images/weartocare/bg.png) no-repeat;
    background-size: cover;
    background-position: 600px;
    height: 1980px;
    width: 100%;
    aspect-ratio: 76/55
}

@media (max-width:1024px) {
    .weartocare .game .bg {
        height: 1700px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg {
        height: 1450px
    }

}

@media (max-width:576px) {
    .weartocare .game .bg {
        height: 2460px
    }

}

@media (max-width:500px) {
    .weartocare .game .bg {
        height: 2400px
    }

}

.weartocare .game .bg .note {
    margin-top: 220px;
    position: relative
}

.weartocare .game .bg .note img.paper {
    filter: drop-shadow(11px 11px 0px rgba(0, 0, 0, .25));
    width: 1015px
}

@media (max-width:1200px) {
    .weartocare .game .bg .note img.paper {
        width: 1005px
    }

}

@media (max-width:1024px) {
    .weartocare .game .bg .note img.paper {
        width: 840px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note img.paper {
        width: 700px
    }

}

@media (max-width:576px) {
    .weartocare .game .bg .note img.paper {
        width: 615px
    }

}

@media (max-width:500px) {
    .weartocare .game .bg .note img.paper {
        width: 600px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note img.laptop {
        display: none
    }

}

.weartocare .game .bg .note img.pad {
    display: none
}

@media (max-width:768px) {
    .weartocare .game .bg .note img.pad {
        display: block
    }

}

@media (max-width:576px) {
    .weartocare .game .bg .note img.pad {
        display: none
    }

}

.weartocare .game .bg .note img.mobile {
    display: none
}

@media (max-width:576px) {
    .weartocare .game .bg .note img.mobile {
        display: block
    }

}

.weartocare .game .bg .note .wrap {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -60px
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap {
        top: -50px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap {
        top: -40px
    }

}

.weartocare .game .bg .note .wrap .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 999px;
    border: 3px solid #ff76b6;
    background: #4eb7dd;
    position: relative
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .title {
        padding: 7px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap .title {
        padding: 5px
    }

}

.weartocare .game .bg .note .wrap .title img.rabbit {
    height: 300px;
    position: absolute;
    left: -47px;
    top: -152px
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .title img.rabbit {
        height: 250px;
        top: -130px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap .title img.rabbit {
        height: 200px;
        left: -30px;
        top: -90px
    }

}

@media (max-width:576px) {
    .weartocare .game .bg .note .wrap .title img.rabbit {
        height: 160px;
        top: -80px
    }

}

@media (max-width:414px) {
    .weartocare .game .bg .note .wrap .title img.rabbit {
        height: 150px;
        top: -80px
    }

}

.weartocare .game .bg .note .wrap .title .text {
    display: flex;
    padding: 24px 80px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 71px;
    border: 3px solid #ff76b6;
    background: #fff
}

.weartocare .game .bg .note .wrap .title .text img {
    height: 60px
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .title .text {
        padding: 24px 70px
    }

    .weartocare .game .bg .note .wrap .title .text img {
        height: 50px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap .title .text {
        padding: 24px 50px
    }

    .weartocare .game .bg .note .wrap .title .text img {
        height: 40px
    }

}

@media (max-width:576px) {
    .weartocare .game .bg .note .wrap .title .text {
        padding: 16px 40px
    }

    .weartocare .game .bg .note .wrap .title .text img {
        height: 30px
    }

}

@media (max-width:414px) {
    .weartocare .game .bg .note .wrap .title .text {
        padding: 12px 25px
    }

    .weartocare .game .bg .note .wrap .title .text img {
        height: 25px
    }

}

.weartocare .game .bg .note .wrap p {
    padding: 70px 0 30px;
    font-size: 18px;
    line-height: 2
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap p {
        font-size: 16px;
        line-height: 1.9;
        padding-top: 24px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap p {
        font-size: 13px;
        padding: 24px 0 0
    }

}

.weartocare .game .bg .note .wrap .card_group {
    display: flex;
    padding: 24px 0 16px;
    max-width: 1100px;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group {
        gap: 24px;
        padding: 16px 0 16px
    }

}

@media (max-width:576px) {
    .weartocare .game .bg .note .wrap .card_group {
        flex-direction: column
    }

}

.weartocare .game .bg .note .wrap .card_group .card {
    display: flex;
    width: 382px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    border: 6px solid #4eb7dd;
    box-shadow: 6px 6px 0 0 #fbc7df;
    overflow: hidden;
    background-color: #4eb7dd
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group .card {
        border-radius: 24px;
        border: 4px solid #4eb7dd;
        box-shadow: 4px 4px 0 0 #fbc7df;
        width: 300px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap .card_group .card {
        width: 250px;
        border-radius: 20px
    }

}

@media (max-width:576px) {
    .weartocare .game .bg .note .wrap .card_group .card {
        width: 100%;
        max-width: 400px;
        align-self: center
    }

}

@media (max-width:500px) {
    .weartocare .game .bg .note .wrap .card_group .card {
        width: 80%
    }

}

.weartocare .game .bg .note .wrap .card_group .card img {
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease
}

.weartocare .game .bg .note .wrap .card_group .card img:hover {
    transform: scale(1.02);
    filter: brightness(1.05)
}

.weartocare .game .bg .note .wrap .card_group .card .card_title {
    display: flex;
    height: 90px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group .card .card_title {
        height: 70px
    }

}

.weartocare .game .bg .note .wrap .card_group .card .card_title p {
    color: #fff5d7;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 64px 0
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group .card .card_title p {
        font-size: 16px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap .card_group .card .card_title p {
        font-size: 14px
    }

}

.weartocare .game .bg .note .wrap .card_group .card .card_title p span.underline {
    border-bottom: 1px solid #fff5d7
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4eb7dd;
    cursor: pointer;
    z-index: 20;
    transition: all .3s ease;
    user-select: none
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn svg {
    width: 22px;
    height: 22px;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn {
        width: 35px;
        height: 35px
    }

    .weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn svg {
        width: 18px;
        height: 18px
    }

}

@media (max-width:768px) {
    .weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn {
        width: 30px;
        height: 30px
    }

    .weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn svg {
        width: 16px;
        height: 16px
    }

}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn:hover {
    background: #4eb7dd;
    border: 2px solid #4eb7dd;
    color: #fff;
    transform: translateY(-50%) scale(1.1)
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn:active {
    transform: translateY(-50%) scale(.95)
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn.carousel-prev {
    left: 5px
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-nav-btn.carousel-next {
    right: 5px
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-track {
    display: flex;
    transition: transform .3s ease;
    touch-action: pan-y
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-track .carousel-slide {
    min-width: 100%
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-track .carousel-slide img {
    width: 100%;
    height: auto;
    display: block
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-dots {
        bottom: 5px
    }

}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(156, 205, 255, .6);
    border: 1px solid #4eb7dd;
    cursor: pointer;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-dots .dot {
        width: 6px;
        height: 6px
    }

}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-dots .dot.active {
    background-color: #4eb7dd;
    border-color: #4eb7dd;
    transform: scale(1.2)
}

.weartocare .game .bg .note .wrap .card_group .card .carousel-container .carousel-dots .dot:hover {
    background-color: rgba(156, 205, 255, .8);
    transform: scale(1.1)
}

.weartocare .game .bg .note .wrap p.note_text {
    color: #b8b8b8;
    text-align: center;
    font-size: 16px;
    padding-top: 16px;
    line-height: 1.4
}

@media (max-width:1024px) {
    .weartocare .game .bg .note .wrap p.note_text {
        font-size: 12px;
        /*margin-top:-20px;*/
    }

}

.weartocare .prize_list {
    display: flex;
    justify-content: center;
    width: 960px;
    align-items: center;
    gap: 20px
}

.weartocare .prize_list .left_tree, .weartocare .prize_list .right_tree {
    height: 35px
}

.weartocare .prize_list .left_tree_576, .weartocare .prize_list .right_tree_576 {
    display: none
}

.weartocare .prize_list a {
    cursor: pointer;
    transition: all .3s ease
}

.weartocare .prize_list a .title {
    height: 70px
}

.weartocare .prize_list a:hover {
    transform: scale(1.05);
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, .1))
}

@media (max-width:1024px) {
    .weartocare .prize_list {
        width: 860px
    }

    .weartocare .prize_list a {
        display: inline-flex;
        padding: 16px 32px;
        border: 3px solid #4eb7dd;
        border-radius: 999px
    }

    .weartocare .prize_list a .title {
        height: auto;
        width: 350px
    }

    .weartocare .prize_list a:hover {
        background-color: #4eb7dd
    }

    .weartocare .prize_list .left_tree, .weartocare .prize_list .right_tree {
        height: 30px
    }

}

@media (max-width:768px) {
    .weartocare .prize_list {
        width: 600px;
        gap: 20px
    }

    .weartocare .prize_list a {
        display: inline-flex;
        padding: 16px 32px;
        border: 3px solid #4eb7dd;
        border-radius: 999px
    }

    .weartocare .prize_list a .title {
        width: 250px
    }

    .weartocare .prize_list a:hover {
        background-color: #4eb7dd
    }

    .weartocare .prize_list .left_tree, .weartocare .prize_list .right_tree {
        height: 20px
    }

}

@media (max-width:576px) {
    .weartocare .prize_list {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        padding: 0 20px
    }

    .weartocare .prize_list a {
        display: inline-flex;
        padding: 12px 24px;
        border: 3px solid #4eb7dd;
        border-radius: 999px
    }

    .weartocare .prize_list a .title {
        width: 220px
    }

    .weartocare .prize_list a:hover {
        background-color: #4eb7dd
    }

    .weartocare .prize_list .left_tree, .weartocare .prize_list .right_tree {
        display: none
    }

    .weartocare .prize_list .left_tree_576, .weartocare .prize_list .right_tree_576 {
        display: block;
        height: 20px
    }

}

.weartocare .prize_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    padding: 0 0 120px
}

.weartocare .prize_content p {
    padding-top: 32px;
    font-size: 18px;
    line-height: 1.6
}

@media (max-width:1024px) {
    .weartocare .prize_content p {
        font-size: 16px;
        padding: 16px 0 8px
    }

}

@media (max-width:576px) {
    .weartocare .prize_content p {
        width: 100%;
        font-size: 14px
    }

}

.weartocare .prize_content .btn_group {
    display: flex;
    width: 950px;
    justify-content: center;
    align-items: center;
    gap: 24px
}

@media (max-width:1024px) {
    .weartocare .prize_content .btn_group {
        flex-direction: column
    }

}

.weartocare .prize_content .btn_group .btn {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 999px;
    background: #41cc94;
    color: #fff !important
}

@media (max-width:1024px) {
    .weartocare .prize_content .btn_group .btn {
        width: 350px;
        font-size: 16px
    }

}

@media (max-width:768px) {
    .weartocare .prize_content .btn_group .btn {
        width: 300px
    }

}

.theme {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background-color: #ffe2db;
    position: relative
}

.theme #wallpaper-source {
    display: none
}

.theme .title {
    display: flex;
    width: 960px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -90px
}

.theme .title .rabbit {
    height: 150px
}

.theme .title .theme_title {
    height: 120px
}

@media (max-width:1024px) {
    .theme .title {
        width: 750px;
        top: -60px
    }

    .theme .title .rabbit {
        height: 120px
    }

    .theme .title .theme_title {
        height: 90px
    }

}

@media (max-width:768px) {
    .theme .title {
        width: 90%;
        max-width: 600px;
        top: -40px;
        justify-content: space-around
    }

    .theme .title .rabbit {
        height: 80px
    }

    .theme .title .theme_title {
        height: 75px
    }

}

@media (max-width:576px) {
    .theme .title {
        width: 95%;
        top: -30px
    }

    .theme .title .rabbit {
        height: 55px
    }

    .theme .title .theme_title {
        height: 60px
    }

}

@media (max-width:414px) {
    .theme .title {
        width: 95%;
        padding: 0 16px;
        box-sizing: border-box;
        top: -25px
    }

    .theme .title .rabbit {
        height: 45px
    }

    .theme .title .theme_title {
        height: 45px
    }

}

@media (max-width:360px) {
    .theme .title {
        width: 300px
    }

}

.theme .bg {
    display: flex;
    width: 100%;
    padding: 250px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1024px) {
    .theme .bg {
        padding: 200px 0
    }

}

@media (max-width:768px) {
    .theme .bg {
        padding: 150px 0
    }

}

@media (max-width:576px) {
    .theme .bg {
        padding: 120px 0
    }

}

@media (max-width:414px) {
    .theme .bg {
        padding: 100px 0
    }

}

@media (max-width:360px) {
    .theme .bg {
        padding: 80px 0
    }

}

.theme .bg .heart {
    height: 228px;
    background: url(../images/theme_download/heart.png) center center repeat-x;
    background-size: contain;
    width: 100%
}

@media (max-width:1024px) {
    .theme .bg .heart {
        height: 180px;
        background-size: contain
    }

}

@media (max-width:768px) {
    .theme .bg .heart {
        height: 140px;
        background-size: contain
    }

}

@media (max-width:576px) {
    .theme .bg .heart {
        height: 120px;
        background-size: contain
    }

}

@media (max-width:414px) {
    .theme .bg .heart {
        height: 100px;
        background-size: contain
    }

}

@media (max-width:360px) {
    .theme .bg .heart {
        height: 80px;
        background-size: contain
    }

}

.theme .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width:1024px) {
    .theme .content {
        padding-top: 90px;
        padding-bottom: 0;
        gap: 32px
    }

}

@media (max-width:768px) {
    .theme .content {
        padding-top: 70px;
        gap: 24px
    }

}

@media (max-width:576px) {
    .theme .content {
        padding-top: 60px;
        gap: 20px
    }

}

@media (max-width:414px) {
    .theme .content {
        padding-top: 50px;
        gap: 16px
    }

}

@media (max-width:360px) {
    .theme .content {
        padding-top: 40px;
        gap: 12px
    }

}

.theme .content p {
    width: 800px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    color: #754725
}

@media (max-width:1024px) {
    .theme .content p {
        width: 650px;
        font-size: 16px
    }

}

@media (max-width:768px) {
    .theme .content p {
        width: 90%;
        max-width: 500px;
        font-size: 15px
    }

}

@media (max-width:576px) {
    .theme .content p {
        width: 95%;
        font-size: 13px;
        padding: 0 40px
    }

}

@media (max-width:414px) {
    .theme .content p {
        width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
        font-size: 13px
    }

}

@media (max-width:360px) {
    .theme .content p {
        font-size: 12px
    }

}

.theme .content p span {
    font-weight: 700
}

.theme .content .download {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%
}

@media (max-width:1200px) {
    .theme .content .download {
        width: 960px
    }

}

@media (max-width:1024px) {
    .theme .content .download {
        width: 750px;
        flex-direction: column
    }

}

@media (max-width:768px) {
    .theme .content .download {
        width: 90%;
        max-width: 600px
    }

}

@media (max-width:576px) {
    .theme .content .download {
        width: 95%
    }

}

@media (max-width:414px) {
    .theme .content .download {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box
    }

}

@media (max-width:360px) {
    .theme .content .download {
        padding: 0 16px
    }

}

.theme .content .download img {
    max-width: 100%;
    height: auto
}

@media (max-width:576px) {
    .theme .content .download img {
        width: 100%;
        max-width: 400px
    }

}

@media (max-width:414px) {
    .theme .content .download img {
        max-width: 350px
    }

}

@media (max-width:360px) {
    .theme .content .download img {
        max-width: 300px
    }

}

.theme .content .download .btn {
    height: 94px;
    position: absolute;
    right: 30px;
    top: 18px;
    transition: background .5s;
    cursor: pointer
}

@media (max-width:1200px) {
    .theme .content .download .btn {
        right: 20px
    }

}

@media (max-width:1024px) {
    .theme .content .download .btn {
        position: relative;
        right: auto;
        top: auto;
        display: flex;
        justify-content: center;
        align-self: center;
        height: auto;
        margin: 56px 0;
        width: fit-content
    }

}

@media (max-width:768px) {
    .theme .content .download .btn {
        margin: 40px 0
    }

}

@media (max-width:576px) {
    .theme .content .download .btn {
        margin: 32px 0
    }

}

@media (max-width:414px) {
    .theme .content .download .btn {
        margin: 24px 0
    }

}

@media (max-width:360px) {
    .theme .content .download .btn {
        margin: 20px 0
    }

}

.theme .content .download .btn p {
    width: auto
}

.theme .content .download .btn .text {
    display: inline-flex;
    padding: 10px 56px;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    background: #ff76b6;
    transition: background .2s
}

@media (max-width:1200px) {
    .theme .content .download .btn .text {
        padding: 10px 40px
    }

}

@media (max-width:768px) {
    .theme .content .download .btn .text {
        padding: 8px 32px;
        font-size: 14px
    }

}

@media (max-width:576px) {
    .theme .content .download .btn .text {
        padding: 6px 24px;
        font-size: 13px
    }

}

@media (max-width:414px) {
    .theme .content .download .btn .text {
        padding: 6px 20px;
        font-size: 12px
    }

}

@media (max-width:360px) {
    .theme .content .download .btn .text {
        padding: 5px 16px;
        font-size: 11px
    }

}

.theme .content .download .btn .text p {
    color: #fff
}

.theme .content .download .btn .text img {
    width: auto;
    height: 16px
}

@media (max-width:576px) {
    .theme .content .download .btn .text img {
        height: 14px
    }

}

@media (max-width:414px) {
    .theme .content .download .btn .text img {
        height: 12px
    }

}

@media (max-width:360px) {
    .theme .content .download .btn .text img {
        height: 10px
    }

}

.theme .content .download .btn .shape {
    width: 46px;
    height: 29px;
    flex-shrink: 0;
    margin-left: 15px;
    transition: background .2s
}

.theme .content .download .btn .shape svg {
    fill: #FF76B6;
    transition: fill .2s
}

@media (max-width:1024px) {
    .theme .content .download .btn .shape {
        display: none
    }

}

.theme .content .download .btn:hover .text {
    background: #ffbbda
}

.theme .content .download .btn:hover .shape svg {
    fill: #FFBBDA
}

.signup {
    background-color: #fff5d7
}

.signup .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    padding: 120px 0 56px
}

.signup .title img {
    height: 110px
}

@media (max-width:1024px) {
    .signup .title {
        padding: 90px 0 60px
    }

    .signup .title img {
        height: 90px
    }

}

@media (max-width:768px) {
    .signup .title {
        padding: 70px 0 50px
    }

    .signup .title img {
        height: 70px
    }

}

@media (max-width:576px) {
    .signup .title {
        padding: 60px 0 40px
    }

    .signup .title img {
        height: 60px
    }

}

@media (max-width:414px) {
    .signup .title {
        padding: 50px 0 35px
    }

    .signup .title img {
        height: 55px
    }

}

@media (max-width:360px) {
    .signup .title {
        padding: 40px 0 30px
    }

    .signup .title img {
        height: 50px
    }

}

.signup .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding-bottom: 80px
}

@media (max-width:1024px) {
    .signup .content {
        gap: 36px;
        padding-bottom: 60px
    }

}

@media (max-width:768px) {
    .signup .content {
        gap: 32px;
        padding: 0 60px 50px
    }

}

@media (max-width:576px) {
    .signup .content {
        gap: 28px;
        padding: 0 40px 40px
    }

}

@media (max-width:414px) {
    .signup .content {
        gap: 24px;
        padding: 0 32px 40px
    }

}

@media (max-width:360px) {
    .signup .content {
        gap: 20px;
        padding-bottom: 30px
    }

}

.signup .content .wrap {
    display: flex;
    width: 960px;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width:1024px) {
    .signup .content .wrap {
        width: 750px
    }

}

@media (max-width:768px) {
    .signup .content .wrap {
        width: 90%;
        max-width: 600px
    }

}

@media (max-width:576px) {
    .signup .content .wrap {
        width: 95%
    }

}

@media (max-width:414px) {
    .signup .content .wrap {
        width: 100%;
        padding: 0;
        box-sizing: border-box
    }

}

.signup .content .wrap .wrap_title {
    display: flex;
    align-items: center
}

.signup .content .wrap .wrap_title img {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border: 4px solid #ff76b6;
    background: #ff76b6;
    border-radius: 0;
    height: 65px
}

@media (max-width:1024px) {
    .signup .content .wrap .wrap_title img {
        height: 60px
    }

}

@media (max-width:768px) {
    .signup .content .wrap .wrap_title img {
        height: 50px;
        padding: 12px
    }

}

@media (max-width:576px) {
    .signup .content .wrap .wrap_title img {
        height: 42px;
        padding: 10px
    }

}

@media (max-width:414px) {
    .signup .content .wrap .wrap_title img {
        height: 38px;
        padding: 8px
    }

}

@media (max-width:360px) {
    .signup .content .wrap .wrap_title img {
        height: 30px;
        padding: 6px
    }

}

.signup .content .wrap .wrap_title img.icon {
    background-color: #fff
}

.signup .content .wrap .btn_group {
    display: flex;
    padding: 56px 0;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border: 4px solid #ff76b6;
    background: #fff;
    margin-top: -4px;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .signup .content .wrap .btn_group {
        padding: 32px 0
    }

}

@media (max-width:768px) {
    .signup .content .wrap .btn_group {
        padding: 28px 24px;
        gap: 20px
    }

}

@media (max-width:576px) {
    .signup .content .wrap .btn_group {
        padding: 24px 24px;
        gap: 16px
    }

}

@media (max-width:414px) {
    .signup .content .wrap .btn_group {
        padding: 20px 16px;
        gap: 14px
    }

}

@media (max-width:360px) {
    .signup .content .wrap .btn_group {
        padding: 16px 12px;
        gap: 12px
    }

}

.signup .content .wrap .btn_group a {
    display: flex;
    width: 300px;
    height: 68px;
    padding: 20px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 38px;
    background: #fff
}

@media (max-width:1024px) {
    .signup .content .wrap .btn_group a {
        width: 300px;
        height: 60px
    }

}

@media (max-width:768px) {
    .signup .content .wrap .btn_group a {
        width: 100%;
        height: 56px;
        padding: 0 16px;
        gap: 12px;
        border-radius: 28px
    }

}

@media (max-width:576px) {
    .signup .content .wrap .btn_group a {
        width: 100%;
        height: 52px;
        padding: 0 18px;
        gap: 10px;
        border-radius: 26px
    }

}

@media (max-width:414px) {
    .signup .content .wrap .btn_group a {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        gap: 8px;
        border-radius: 24px
    }

}

@media (max-width:360px) {
    .signup .content .wrap .btn_group a {
        padding: 0 12px;
        gap: 6px;
        border-radius: 22px
    }

}

.signup .content .wrap .btn_group a img {
    height: 24px;
    flex-shrink: 0
}

@media (max-width:768px) {
    .signup .content .wrap .btn_group a img {
        height: 20px
    }

}

@media (max-width:576px) {
    .signup .content .wrap .btn_group a img {
        height: 18px
    }

}

@media (max-width:414px) {
    .signup .content .wrap .btn_group a img {
        height: 16px
    }

}

@media (max-width:360px) {
    .signup .content .wrap .btn_group a img {
        height: 14px
    }

}

.signup .content .wrap .btn_group a p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    flex: 1 0 0;
    transition: all .2s;
    line-height: 1.3
}

@media (max-width:1024px) {
    .signup .content .wrap .btn_group a p {
        font-size: 16px
    }

}

@media (max-width:768px) {
    .signup .content .wrap .btn_group a p {
        font-size: 15px
    }

}

@media (max-width:576px) {
    .signup .content .wrap .btn_group a p {
        font-size: 14px
    }

}

@media (max-width:414px) {
    .signup .content .wrap .btn_group a p {
        font-size: 13px
    }

}

@media (max-width:360px) {
    .signup .content .wrap .btn_group a p {
        font-size: 12px
    }

}

.signup .content .wrap .mint a {
    color: #41cc94;
    border: 3px solid #41cc94
}

.signup .content .wrap .mint a:hover {
    background-color: #41cc94;
    transition: all .2s
}

.signup .content .wrap .mint a:hover p {
    color: #fff
}

.signup .content .wrap .mint a:hover img {
    filter: brightness(0) invert(1)
}

.signup .content .wrap .orange a {
    color: #ff8a00;
    border: 3px solid #ff8a00
}

.signup .content .wrap .orange a:hover {
    background-color: #ff8a00;
    transition: all .2s
}

.signup .content .wrap .orange a:hover p {
    color: #fff
}

.signup .content .wrap .orange a:hover img {
    filter: brightness(0) invert(1)
}

.signup .content .wrap a.poster {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.sponsor .sponsor_laptop {
    display: flex;
    padding: 48px 0 40px 0;
    flex-direction: column;
    align-items: center;
    background: #fff;
    width: 100%
}

@media (max-width:1024px) {
    .sponsor .sponsor_laptop {
        display: none
    }

}

.sponsor .sponsor_laptop .bottom, .sponsor .sponsor_laptop .middle, .sponsor .sponsor_laptop .top {
    display: flex;
    padding: 32px 0;
    width: 950px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media (max-width:1024px) {
    .sponsor .sponsor_laptop .bottom, .sponsor .sponsor_laptop .middle, .sponsor .sponsor_laptop .top {
        width: 740px;
        align-items: center
    }

}

.sponsor .sponsor_laptop .bottom .wrap, .sponsor .sponsor_laptop .middle .wrap, .sponsor .sponsor_laptop .top .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

.sponsor .sponsor_laptop .bottom .wrap .title, .sponsor .sponsor_laptop .middle .wrap .title, .sponsor .sponsor_laptop .top .wrap .title {
    color: #949494
}

.sponsor .sponsor_laptop .top {
    border-bottom: 2px solid #c5c5c5;
    flex-direction: row;
    justify-content: start;
    align-items: stretch
}

.sponsor .sponsor_laptop .top .img {
    display: flex;
    align-items: center;
    gap: 56px;
    /*height: 60px;*/
}

.sponsor .sponsor_laptop .top .img img {
    width: 245px
}

.sponsor .sponsor_laptop .top .left {
    padding-right: 48px;
    border-right: 2px solid #c5c5c5
}

@media (max-width:1024px) {
    .sponsor .sponsor_laptop .top .left {
        border-right: none;
        padding: 0 0 24px 0
    }

}

.sponsor .sponsor_laptop .top .right {
    padding-left: 48px;
    gap: 16px;
    justify-content: space-between;
}

.sponsor .sponsor_laptop .top .right .img img {
    height: 78px;
    width: 78px
}

.sponsor .sponsor_laptop .middle {
    border-bottom: 2px solid #c5c5c5;
    flex-direction: row;
    justify-content: start
}

@media (max-width:1024px) {
    .sponsor .sponsor_laptop .middle {
        flex-direction: column
    }

}

.sponsor .sponsor_laptop .middle .img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 43px
}

.sponsor .sponsor_laptop .middle .img img {
    height: 40px
}

.sponsor .sponsor_laptop .middle .img img.hollywood {
    height: 43px
}

.sponsor .sponsor_laptop .middle .left {
    padding-right: 48px;
    border-right: 2px solid #c5c5c5
}

.sponsor .sponsor_laptop .middle .right {
    padding-left: 48px
}

.sponsor .sponsor_laptop .bottom .img {
    display: flex;
    align-items: center;
    gap: 56px
}

.sponsor .sponsor_laptop .bottom .img img.chest {
    height: 60px
}

.sponsor .sponsor_laptop .bottom .img img.horse {
    height: 63px
}

.sponsor .sponsor_laptop .bottom p {
    color: #754725;
    padding: 32px 0;
    font-size: 16px;
    font-style: normal;
    line-height: 30px
}

.sponsor .sponsor_mobile {
    display: none;
    padding: 48px 20px 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%
}

@media (max-width:1024px) {
    .sponsor .sponsor_mobile {
        display: flex
    }

}

@media (max-width:768px) {
    .sponsor .sponsor_mobile {
        padding: 36px 15px 32px 15px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile {
        padding: 32px 10px 28px 10px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile {
        padding: 28px 10px 24px 10px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile {
        padding: 24px 10px 20px 10px
    }

}

.sponsor .sponsor_mobile .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid #c5c5c5;
    width: 750px
}

@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap {
        width: 90%;
        max-width: 600px;
        gap: 28px;
        padding: 28px 0
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap {
        width: 95%;
        gap: 24px;
        padding: 24px 48px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        gap: 20px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap {
        padding: 16px 0;
        gap: 16px
    }

}

.sponsor .sponsor_mobile .wrap .title {
    color: #949494;
    text-align: center
}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .title {
        font-size: 14px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .title {
        font-size: 13px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .title {
        font-size: 12px
    }

}

.sponsor .sponsor_mobile .wrap .img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap .img {
        gap: 36px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .img {
        gap: 24px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .img {
        gap: 20px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .img {
        gap: 16px
    }

}

.sponsor .sponsor_mobile .wrap .img img {
    height: 32px
}

.sponsor .sponsor_mobile .wrap .img img.hollywood{
    height: 35px
}

.sponsor .sponsor_mobile .wrap .img .hang_bank {
    height: auto;
    width: 190px
}

/*@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap .img .hang_bank {
        width: 170px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .img .hang_bank {
        width: 140px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .img .hang_bank {
        width: 130px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .img .hang_bank {
        width: 120px
    }

}*/

.sponsor .sponsor_mobile .wrap .img .nameson {
    height: auto;
    width: 190px
}

/*@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap .img .nameson {
        width: 170px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .img .nameson {
        width: 140px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .img .nameson {
        width: 130px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .img .nameson {
        width: 120px
    }

}*/

.sponsor .sponsor_mobile .wrap .img .perfit_logo {
    height: 60px
}

/*@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap .img .perfit_logo {
        height: 50px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .img .perfit_logo {
        height: 45px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .img .perfit_logo {
        height: 40px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .img .perfit_logo {
        height: 35px
    }

}*/

.sponsor .sponsor_mobile .wrap .img .chest {
    height: 46.5px
}

/*@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap .img .chest {
        height: 53px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .img .chest {
        height: 38px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .img .chest {
        height: 32px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .img .chest {
        height: 30px
    }

}*/

.sponsor .sponsor_mobile .wrap .img .horse {
    height: 49.1px
}

/*@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap .img .horse {
        height: 53px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap .img .horse {
        height: 38px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap .img .horse {
        height: 32px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap .img .horse {
        height: 30px
    }

}*/

.sponsor .sponsor_mobile .wrap p {
    color: #754725;
    padding: 16px 0 32px;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    text-align: center
}

@media (max-width:768px) {
    .sponsor .sponsor_mobile .wrap p {
        font-size: 15px;
        line-height: 26px;
        padding: 14px 0 28px
    }

}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .wrap p {
        font-size: 13px;
        line-height: 24px;
        padding: 12px 0 24px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .wrap p {
        font-size: 13px;
        line-height: 22px;
        padding: 10px 32px 20px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .wrap p {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 16px 16px
    }

}

.sponsor .sponsor_mobile .media_partner {
    gap: 20px
}

@media (max-width:576px) {
    .sponsor .sponsor_mobile .media_partner {
        gap: 16px
    }

}

@media (max-width:414px) {
    .sponsor .sponsor_mobile .media_partner {
        gap: 12px
    }

}

@media (max-width:360px) {
    .sponsor .sponsor_mobile .media_partner {
        gap: 10px
    }

}

.sponsor .sponsor_mobile .bottom {
    border: none
}

@media (max-width:1024px) {
    .sponsor .sponsor_mobile {
        display: flex
    }

}

footer {
    position: relative
}

footer .bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    height: 650px;
    padding: 32px 0 0;
    background-image: url(../images/footer/footer.svg);
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #fff;
    background-size: 651px;
    position: relative
}

@media (max-width:1200px) {
    footer .bg {
        height: 700px;
        background-position: top center
    }

}

@media (max-width:768px) {
    footer .bg {
        height: 650px;
        background-size: 501px;
        padding: 24px 0 0
    }

}

@media (max-width:576px) {
    footer .bg {
        height: 600px;
        background-size: 401px;
        padding: 20px 0 0
    }

}

@media (max-width:414px) {
    footer .bg {
        height: 580px;
        background-size: 351px;
        padding: 16px 0 0
    }

}

@media (max-width:360px) {
    footer .bg {
        height: 550px;
        background-size: 321px;
        padding: 12px 0 0
    }

}

footer .bg .bg_color {
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: #69ca98;
    bottom: 0
}

@media (max-width:768px) {
    footer .bg .bg_color {
        height: 400px
    }

}

@media (max-width:576px) {
    footer .bg .bg_color {
        height: 350px
    }

}

@media (max-width:414px) {
    footer .bg .bg_color {
        height: 400px
    }

}

@media (max-width:360px) {
    footer .bg .bg_color {
        height: 360px
    }

}

footer .bg .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    width: 70vw
}

footer .bg .content .logo {
    display: flex;
    width: 100%;
    padding: 40px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    border-bottom: 5px dashed rgba(255, 255, 255, .17)
}

footer .bg .content .logo img {
    width: 300px
}

footer .bg .content .logo p.note {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    line-height: 1.6;
    padding-left: 30px;
    text-align: center
}

@media (max-width:1200px) {
    footer .bg .content .logo img {
        width: 300px
    }

}

@media (max-width:768px) {
    footer .bg .content .logo {
        padding-bottom: 24px;
        gap: 24px
    }

    footer .bg .content .logo img {
        width: 240px
    }

    footer .bg .content .logo p.note {
        font-size: 16px;
        text-align: center;
        padding-left: 15px
    }

}

@media (max-width:576px) {
    footer .bg .content .logo {
        padding-bottom: 20px;
        gap: 20px
    }

    footer .bg .content .logo img {
        width: 200px
    }

    footer .bg .content .logo p.note {
        font-size: 15px;
        padding-left: 0
    }

}

@media (max-width:414px) {
    footer .bg .content .logo {
        padding-bottom: 16px;
        gap: 16px
    }

    footer .bg .content .logo img {
        width: 180px
    }

    footer .bg .content .logo p.note {
        font-size: 14px
    }

}

@media (max-width:360px) {
    footer .bg .content .logo {
        padding-bottom: 14px;
        gap: 14px
    }

    footer .bg .content .logo img {
        width: 160px
    }

    footer .bg .content .logo p.note {
        font-size: 13px
    }

}

footer .bg .content a, footer .bg .content span {
    color: #fff !important
}

footer .bg .content .address {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%
}

@media (max-width:768px) {
    footer .bg .content .address {
        margin-bottom: 24px;
        padding: 0
    }

}

@media (max-width:576px) {
    footer .bg .content .address {
        margin-bottom: 20px
    }

}

@media (max-width:414px) {
    footer .bg .content .address {
        margin-bottom: 18px
    }

}

@media (max-width:360px) {
    footer .bg .content .address {
        margin-bottom: 16px
    }

}

footer .bg .content .address img {
    width: 45px;
    margin-right: 12px
}

@media (max-width:768px) {
    footer .bg .content .address img {
        width: 35px;
        margin-right: 10px
    }

}

@media (max-width:576px) {
    footer .bg .content .address img {
        width: 32px;
        margin-right: 8px
    }

}

@media (max-width:414px) {
    footer .bg .content .address img {
        width: 28px;
        margin-right: 6px
    }

}

@media (max-width:360px) {
    footer .bg .content .address img {
        width: 24px;
        margin-right: 5px
    }

}

footer .bg .content .address a {
    font-size: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto
}

footer .bg .content .address a:hover {
    color: #fde021
}

@media (max-width:1024px) {
    footer .bg .content .address a {
        max-width: 80vw
    }

}

@media (max-width:768px) {
    footer .bg .content .address a {
        font-size: 16px
    }

}

@media (max-width:576px) {
    footer .bg .content .address a {
        font-size: 15px;
        width: fit-content
    }

}

@media (max-width:414px) {
    footer .bg .content .address a {
        font-size: 14px
    }

}

@media (max-width:360px) {
    footer .bg .content .address a {
        font-size: 13px
    }

}

footer .bg .content .detail {
    display: flex;
    padding: 48px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:768px) {
    footer .bg .content .detail {
        width: auto;
        justify-content: start;
        align-items: start;
        padding: 36px 20px
    }

}

footer .bg .content .detail .d-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px 56px
}

@media (max-width:768px) {
    footer .bg .content .detail .d-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap
    }

}

footer .bg .content .detail .d-flex .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: auto
}

footer .bg .content .detail .d-flex .wrap img {
    width: 35px
}

footer .bg .content .detail .d-flex .wrap a, footer .bg .content .detail .d-flex .wrap span {
    color: #fff !important
}

footer .bg .content .detail .d-flex .wrap a {
    font-size: 18px
}

footer .bg .content .detail .d-flex .wrap a:hover {
    color: #fde021
}

@media (max-width:768px) {
    footer .bg .content .detail .d-flex .wrap {
        gap: 12px
    }

    footer .bg .content .detail .d-flex .wrap img {
        width: 30px
    }

    footer .bg .content .detail .d-flex .wrap a {
        font-size: 16px
    }

}

@media (max-width:576px) {
    footer .bg .content .detail .d-flex .wrap {
        gap: 10px
    }

    footer .bg .content .detail .d-flex .wrap img {
        width: 28px
    }

    footer .bg .content .detail .d-flex .wrap a {
        font-size: 15px
    }

}

@media (max-width:414px) {
    footer .bg .content .detail .d-flex .wrap {
        gap: 8px
    }

    footer .bg .content .detail .d-flex .wrap img {
        width: 26px
    }

    footer .bg .content .detail .d-flex .wrap a {
        font-size: 14px
    }

}

@media (max-width:360px) {
    footer .bg .content .detail .d-flex .wrap {
        gap: 6px
    }

    footer .bg .content .detail .d-flex .wrap img {
        width: 24px
    }

    footer .bg .content .detail .d-flex .wrap a {
        font-size: 13px
    }

}

footer .bg .content .detail .d-flex .fax a {
    pointer-events: none;
    text-decoration: none;
    color: inherit
}

footer .bg .social {
    display: flex;
    align-items: center;
    gap: 32px;
    z-index: 2
}

footer .bg .social a {
    transition: opacity .2s
}

footer .bg .social a:hover {
    opacity: .7
}

@media (max-width:768px) {
    footer .bg .social {
        gap: 24px;
        margin-bottom: 16px
    }

    footer .bg .social img {
        width: 45px
    }

}

@media (max-width:576px) {
    footer .bg .social {
        gap: 20px;
        margin-bottom: 14px
    }

    footer .bg .social img {
        width: 40px
    }

}

@media (max-width:414px) {
    footer .bg .social {
        gap: 16px;
        margin-bottom: 12px
    }

    footer .bg .social img {
        width: 36px
    }

}

@media (max-width:360px) {
    footer .bg .social {
        gap: 14px;
        margin-bottom: 10px
    }

    footer .bg .social img {
        width: 32px
    }

}

footer .bg .footer_copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    position: absolute;
    left: 40px;
    bottom: 45px
}

footer .bg .footer_copyright img.rabbit {
    width: 47px
}

footer .bg .footer_copyright img.copyright {
    width: 28px
}

@media (max-width:768px) {
    footer .bg .footer_copyright {
        left: 20px;
        bottom: 30px;
        gap: 8px
    }

    footer .bg .footer_copyright img.rabbit {
        width: 26px
    }

    footer .bg .footer_copyright img.copyright {
        width: 19px
    }

}

@media (max-width:576px) {
    footer .bg .footer_copyright {
        left: 16px;
        bottom: 25px;
        gap: 6px
    }

    footer .bg .footer_copyright img.rabbit {
        width: 19px
    }

    footer .bg .footer_copyright img.copyright {
        width: 13px
    }

}

@media (max-width:414px) {
    footer .bg .footer_copyright {
        left: 12px;
        bottom: 20px;
        gap: 5px
    }

}

@media (max-width:360px) {
    footer .bg .footer_copyright {
        left: 10px;
        bottom: 16px;
        gap: 4px
    }

}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0
}

body.modal-open .menu_fix {
    display: none
}

body.modal-open .marquee {
    display: none
}

.theme .wallpaper-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    padding: 28px;
    justify-content: center;
    align-items: center;
    overflow-y: auto
}

@media (max-width:768px) {
    .theme .wallpaper-popup {
        padding: 20px
    }

}

@media (max-width:576px) {
    .theme .wallpaper-popup {
        padding: 16px
    }

}

@media (max-width:414px) {
    .theme .wallpaper-popup {
        padding: 12px
    }

}

@media (max-width:360px) {
    .theme .wallpaper-popup {
        padding: 8px
    }

}

@supports (height:100dvh) {
    .theme .wallpaper-popup {
        height: 100dvh
    }

}

.theme .wallpaper-popup .container {
    position: relative;
    width: 85vw;
    max-width: 980px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    padding: 40px;
    min-height: fit-content
}

@media (max-width:1024px) {
    .theme .wallpaper-popup .container {
        border-radius: 16px;
        padding: 28px;
        max-width: 760px
    }

}

@media (max-width:768px) {
    .theme .wallpaper-popup .container {
        border-radius: 14px;
        padding: 24px;
        max-width: 600px;
        width: 90vw
    }

}

@media (max-width:576px) {
    .theme .wallpaper-popup .container {
        border-radius: 12px;
        padding: 20px;
        max-width: 500px;
        width: 95vw
    }

}

@media (max-width:414px) {
    .theme .wallpaper-popup .container {
        border-radius: 10px;
        padding: 16px;
        max-width: 380px;
        width: 100vw
    }

}

@media (max-width:360px) {
    .theme .wallpaper-popup .container {
        padding: 12px;
        max-width: 340px
    }

}

.theme .wallpaper-popup .container .close-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: -50px;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: color .2s;
    z-index: 1001
}

.theme .wallpaper-popup .container .close-btn:hover {
    color: #ff76b6
}

@media (max-width:1024px) {
    .theme .wallpaper-popup .container .close-btn {
        top: -40px;
        right: -40px
    }

}

@media (max-width:768px) {
    .theme .wallpaper-popup .container .close-btn {
        top: -35px;
        right: -35px;
        width: 36px;
        height: 36px;
        font-size: 2.2rem
    }

}

@media (max-width:576px) {
    .theme .wallpaper-popup .container .close-btn {
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 2rem;
        color: #666
    }

    .theme .wallpaper-popup .container .close-btn:hover {
        color: #ff76b6
    }

}

@media (max-width:414px) {
    .theme .wallpaper-popup .container .close-btn {
        top: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
        font-size: 1.8rem;
        color: #666
    }

    .theme .wallpaper-popup .container .close-btn:hover {
        color: #ff76b6
    }

}

@media (max-width:360px) {
    .theme .wallpaper-popup .container .close-btn {
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
        font-size: 1.5rem;
        color: #666
    }

    .theme .wallpaper-popup .container .close-btn:hover {
        color: #ff76b6
    }

}

.theme .wallpaper-popup .container .preview {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0 50px
}

.theme .wallpaper-popup .container .preview img {
    width: 100%;
    height: auto;
    max-width: 920px;
    object-fit: contain
}

@media (max-width:1024px) {
    .theme .wallpaper-popup .container .preview {
        padding: 20px 0 40px
    }

    .theme .wallpaper-popup .container .preview img {
        max-width: 700px
    }

}

@media (max-width:768px) {
    .theme .wallpaper-popup .container .preview {
        padding: 16px 0 32px
    }

    .theme .wallpaper-popup .container .preview img {
        max-width: 550px
    }

}

@media (max-width:576px) {
    .theme .wallpaper-popup .container .preview {
        padding: 14px 0 28px
    }

    .theme .wallpaper-popup .container .preview img {
        max-width: 450px
    }

}

@media (max-width:414px) {
    .theme .wallpaper-popup .container .preview {
        padding: 12px 0 24px
    }

    .theme .wallpaper-popup .container .preview img {
        max-width: 350px
    }

}

@media (max-width:360px) {
    .theme .wallpaper-popup .container .preview {
        padding: 10px 0 20px
    }

    .theme .wallpaper-popup .container .preview img {
        max-width: 300px
    }

}

.theme .wallpaper-popup .container .actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 48px;
    justify-items: center
}

@media (max-width:1024px) {
    .theme .wallpaper-popup .container .actions {
        grid-template-columns: 1fr;
        gap: 22px
    }

}

@media (max-width:768px) {
    .theme .wallpaper-popup .container .actions {
        gap: 18px
    }

}

@media (max-width:576px) {
    .theme .wallpaper-popup .container .actions {
        gap: 16px
    }

}

@media (max-width:414px) {
    .theme .wallpaper-popup .container .actions {
        gap: 14px
    }

}

@media (max-width:360px) {
    .theme .wallpaper-popup .container .actions {
        gap: 12px
    }

}

.theme .wallpaper-popup .container .actions .wp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    height: 72px;
    border-radius: 999px;
    background: #ff76b6;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
    padding: 0 20px;
    text-align: center
}

@media (max-width:1024px) {
    .theme .wallpaper-popup .container .actions .wp-btn {
        height: 64px;
        font-size: 20px;
        max-width: 500px
    }

}

@media (max-width:768px) {
    .theme .wallpaper-popup .container .actions .wp-btn {
        height: 56px;
        font-size: 18px;
        max-width: 400px
    }

}

@media (max-width:576px) {
    .theme .wallpaper-popup .container .actions .wp-btn {
        height: 50px;
        font-size: 16px;
        padding: 0 16px
    }

}

@media (max-width:414px) {
    .theme .wallpaper-popup .container .actions .wp-btn {
        height: 44px;
        font-size: 13px;
        padding: 0 12px
    }

}

@media (max-width:360px) {
    .theme .wallpaper-popup .container .actions .wp-btn {
        height: 40px;
        font-size: 13px;
        padding: 0 10px
    }

}

.theme .wallpaper-popup .container .actions .wp-btn:hover {
    background: #ffbbda
}

.image-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    padding: 28px;
    justify-content: center;
    align-items: center;
    overflow-y: auto
}

@supports (height:100dvh) {
    .image-popup {
        height: 100dvh
    }

}

.image-popup .container {
    position: relative;
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    min-height: fit-content
}

.image-popup .container .close-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: -50px;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: color .2s;
    z-index: 1001
}

.image-popup .container .close-btn:hover {
    color: #fff
}

@media (max-width:1024px) {
    .image-popup .container .close-btn {
        top: -40px;
        right: -40px
    }

}

@media (max-width:768px) {
    .image-popup .container .close-btn {
        top: -35px;
        right: -30px;
        width: 38px;
        height: 38px;
        font-size: 2.2rem
    }

}

@media (max-width:576px) {
    .image-popup .container .close-btn {
        top: -40px;
        right: -20px;
        width: 34px;
        height: 34px;
        font-size: 2rem
    }

}

@media (max-width:1024px) {
    .image-popup .container {
        border-radius: 16px;
        max-width: 760px
    }

}

@media (max-width:768px) {
    .image-popup .container {
        width: 100vw;
        max-width: none;
        border-radius: 0;
        margin: 0
    }

}

.image-popup .container .preview {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.image-popup .container .preview img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 10px;
    box-sizing: border-box
}

@media (max-width:640px) {
    .image-popup .container .preview .wp-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 620px;
        height: 72px;
        border-radius: 999px;
        background: #ff76b6;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: .5px;
        text-decoration: none;
        transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
        padding: 0 20px;
        text-align: center
    }

}

@media (max-width:640px) and (max-width:1024px) {
    .image-popup .container .preview .wp-btn {
        height: 64px;
        font-size: 20px
    }

}

@media (max-width:640px) and (max-width:640px) {
    .image-popup .container .preview .wp-btn {
        height: 56px;
        font-size: 18px
    }

}

@media (max-width:640px) {
    .image-popup .container .preview .wp-btn:hover {
        background: #ffbbda
    }

}

.terms-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    padding: 28px;
    justify-content: center;
    align-items: center;
    overflow-y: auto
}

@media (max-width:768px) {
    .terms-popup {
        padding: 16px
    }

}

@supports (height:100dvh) {
    .terms-popup {
        height: 100dvh
    }

}

.terms-popup .container {
    position: relative;
    width: 95vw;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    padding: 24px 32px;
    min-height: fit-content;
    max-height: 80vh
}

.terms-popup .container .close-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    padding: 10px;
    color: #949494;
    cursor: pointer;
    transition: color .2s;
    z-index: 1002
}

.terms-popup .container .close-btn:hover {
    color: #ff76b6
}

@media (max-width:1024px) {
    .terms-popup .container {
        border-radius: 16px;
        padding: 28px;
        max-width: 680px
    }

}

@media (max-width:640px) {
    .terms-popup .container {
        border-radius: 14px;
        padding: 20px;
        width: 98vw;
        top: 0;
        right: 0
    }

}

.terms-popup .container .content .title {
    color: #754725;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    padding-right: 60px
}

@media (max-width:640px) {
    .terms-popup .container .content .title {
        font-size: 13px;
        margin-bottom: 24px;
        padding-right: 50px
    }

}

.terms-popup .container .content h2 {
    color: #318cdd;
    font-size: 18px;
    padding-top: 48px;
    line-height: 1.6
}

@media (max-width:576px) {
    .terms-popup .container .content h2 {
        font-size: 16px;
        line-height: 28px
    }

}

.terms-popup .container .content .terms-content {
    font-size: 13px;
    letter-spacing: 0
}

.terms-popup .container .content .terms-content ol li {
    font-size: 13px;
    color: #000;
    line-height: 1.6;
    letter-spacing: normal;
    list-style-type: decimal
}

.terms-popup .container .content .terms-content ol li a {
    color: #318cdd;
    text-decoration: underline;
    font-weight: 700
}

.terms-popup .container .content .terms-content ol li a:hover {
    color: #80bcf1
}

.terms-popup .container .content .terms-content h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 32px 0 16px 0;
    color: #ff76b6
}

@media (max-width:640px) {
    .terms-popup .container .content .terms-content h3 {
        font-size: 13px;
        margin: 24px 0 12px 0
    }

}

.terms-popup .container .content .terms-content p {
    margin-bottom: 16px
}

@media (max-width:640px) {
    .terms-popup .container .content .terms-content p {
        margin-bottom: 12px
    }

}

.terms-popup .container .content .terms-content ol, .terms-popup .container .content .terms-content ul {
    margin: 16px 0;
    padding-left: 24px
}

@media (max-width:640px) {
    .terms-popup .container .content .terms-content ol, .terms-popup .container .content .terms-content ul {
        margin: 12px 0;
        padding-left: 20px
    }

}

.terms-popup .container .content .terms-content li {
    margin-bottom: 8px
}

@media (max-width:640px) {
    .terms-popup .container .content .terms-content li {
        margin-bottom: 6px
    }

}