﻿body {
    font-family: 'Inter', sans-serif;
}
.main-btn{background-color:#2F80ED !important;color:#FFF !important;border:0 !important;}
header .navbar{position: fixed;z-index: 100;top: 0;left: 0;right: 0;width: 100%;padding: 16px 50px;display: flex;justify-content: space-between;align-items: center;transition: all .2s;}
header .navbar.blur{background-color: hsla(0,0%,57.6%,.1);backdrop-filter: blur(20px);}
.nav-link{color:#fff !important;}
.nav-link,.nav-item .main-btn{font-weight:700 !important;}
@media (min-width: 992px) {
    .nav-item{margin-left:50px;}
}
@media (max-width: 992px) {
    header .navbar{padding:16px 10px !important;}
}
.navbar-toggler div {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 7px 0;
    border-radius:5px;
}
.navbar-toggler div:last-child{width:20px;margin-left:auto;}
.navbar-toggler{border: 0 !important;}
.navbar-toggler:focus{box-shadow:0 0 0 0rem !important;}

/*navbar mobile sidebar*/
#myNav{font-weight:600;}
.mobileNav a{margin-bottom:10px;}
.overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #e0e0e0;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    display:flex;
    justify-content:end;
    margin-right:22px;
    top: -4px;
    right: 25px;
    font-size: 38px;
}

@media screen and (max-height: 450px) {
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}




.suppress-scroll {
    overflow: hidden;
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 16px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
}

    .header a {
        color: inherit;
    }

    .header.blur {
        background-color: hsla(0, 0%, 57.6%, 0.1);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .header.downgrade-blur {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .header .logo {
        height: 40px;
        width: 120px;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        transition: all 0.3s;
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/logo.21896d96.png);
    }

    .header .white-logo {
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/logo-white.16f7e7e9.png);
    }

    .header .nav-button {
        display: flex;
    }

        .header .nav-button .nav-button-link {
            font-size: 18px;
            color: hsla(0, 0%, 100%, 0.7);
            font-weight: 500;
            text-decoration: none;
            margin-right: 50px;
            cursor: pointer;
            transition: 0.3s;
        }

            .header .nav-button .nav-button-link:last-child {
                margin-right: 0;
            }

            .header .nav-button .nav-button-link:hover {
                color: #fff;
            }

            .header .nav-button .nav-button-link.no-margin {
                margin-right: 0;
            }

        .header .nav-button .active-nav-button-link {
            color: #fff;
            font-weight: 600;
        }

        .header .nav-button .toggle-icon {
            width: 21px;
            height: 19px;
            background-size: contain;
            background-position: 50%;
            background-repeat: no-repeat;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAmCAYAAABZNrIjAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgB7dhBDYAwFAPQjiAACeAACTgBCUjAARZwQnCCBByMLuETBHDooS/5lOPPTt0SKOfcMlZOAz1nKl8uuTFGiKqeVDzBV/3kzLk4LfRcMDMzM/tbih92ytKEpEtvaeUzREXp7SAsllw4JzS59JqZmdn/ok/2jB3ipbcsOEBU9MkDwr53nAmiL703Ak0j/PmkDU0AAAAASUVORK5CYII=);
            cursor: pointer;
        }

        .header .nav-button .arrow-down-icon {
            margin-left: 8px;
        }

        .header .nav-button .sub-header-container {
            padding-top: 20px;
            position: absolute;
            box-sizing: border-box;
            width: 126px;
            height: 146px;
            display: flex;
            justify-content: space-evenly;
        }

        .header .nav-button .sub-header {
            position: absolute;
            display: flex;
            flex-direction: column;
            height: 126px;
            width: 126px;
            background: #1d1922;
            border: 1px solid hsla(0, 0%, 100%, 0.2);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-radius: 12px;
            align-items: center;
            padding-top: 12px;
            padding-bottom: 12px;
        }

        .header .nav-button .subnav-button-link {
            width: 126px;
            height: 50px;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: hsla(0, 0%, 100%, 0.7);
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }

            .header .nav-button .subnav-button-link:hover {
                font-weight: 500;
                color: #fff;
            }

        .header .nav-button .active-subnav-button-link {
            color: #fff;
            background: hsla(0, 0%, 100%, 0.1);
            font-weight: 500;
        }

    .header .nav-popover-wrapper {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 100vw;
        background-color: #1c1721;
        padding: 22px 24px 38px 32px;
        display: flex;
        flex-direction: column;
        transition: all 0.2s ease;
        opacity: 0.6;
    }

        .header .nav-popover-wrapper.hide {
            visibility: hidden;
        }

        .header .nav-popover-wrapper.show {
            visibility: visible;
            left: 0;
            opacity: 1;
        }

            .header .nav-popover-wrapper.show .item-0,
            .header .nav-popover-wrapper.show .item-1,
            .header .nav-popover-wrapper.show .item-2 {
                animation: move-in 0.2s;
                animation-fill-mode: both;
            }

            .header .nav-popover-wrapper.show .item-0 {
                animation-delay: 0s;
            }

            .header .nav-popover-wrapper.show .item-1 {
                animation-delay: 0.1s;
            }

            .header .nav-popover-wrapper.show .item-2 {
                animation-delay: 0.2s;
            }

        .header .nav-popover-wrapper .close-icon {
            width: 17px;
            height: 17px;
            background-size: contain;
            background-position: 50%;
            background-repeat: no-repeat;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgBzdjNEYMgFARgSKUpwQ5CJ7HEdLDhEIw6IH9vd9yLCs7wHfA9RuduEp9uACzx8vHer06YtG56eOKflxMlrvVOi24qHEPH7BEb5DexqjBnREw4v0DHVBEKTDOCielGMDDDCEvMNMICY4aYwZgjRjA0RA+GjmjByBBXGDniAqNHVDDBDeTh5oLGMV4yeyK7gdWIAOF5pojYzWkwaPhE6Rh01AkaBgPFyhyDiYpphoFB2Z7GwLB3DGNAaGDdGBC7aDMGglZexUB4nihicPwbQEWUMGlwUSJymC/0/2y/8VAXXAAAAABJRU5ErkJggg==);
            cursor: pointer;
            align-self: flex-end;
        }

        .header .nav-popover-wrapper .nav-popover-link {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

            .header .nav-popover-wrapper .nav-popover-link .nav-button-link {
                font-size: 32px;
                font-weight: 600;
                margin-top: 24px;
                margin-right: 0;
                text-decoration: none;
                color: hsla(0, 0%, 100%, 0.7);
                cursor: pointer;
                width: 100%;
            }

                .header
                .nav-popover-wrapper
                .nav-popover-link
                .nav-button-link
                .nav-button-link-container {
                    width: calc(100% + 7px);
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                }

                .header
                .nav-popover-wrapper
                .nav-popover-link
                .nav-button-link
                .active-nav-button-link-container {
                    width: calc(100% + 7px);
                    color: #fff;
                }

            .header .nav-popover-wrapper .nav-popover-link .active-nav-button-link {
                color: #fff;
            }

            .header .nav-popover-wrapper .nav-popover-link .sub-header {
                width: 170px;
                height: 96px;
                border-left: 0.5px solid hsla(0, 0%, 100%, 0.7);
                margin-top: 10px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-around;
                font-size: 23px;
                font-weight: 500;
                line-height: 20px;
            }

            .header .nav-popover-wrapper .nav-popover-link .subnav-button-link {
                width: 125px;
                color: hsla(0, 0%, 100%, 0.7);
            }

            .header .nav-popover-wrapper .nav-popover-link .active-subnav-button-link {
                width: 125px;
                color: #fff;
            }

@keyframes move-in {
    0% {
        margin-left: 100vw;
    }

    to {
        margin-left: 0;
    }
}

@media screen and (min-width: 1020px) {
    .nav-button .toggle-icon {
        display: none;
    }

    .nav-button .nav-button-link {
        display: block;
    }
}

@media only screen and (max-width: 1020px) {
    .header {
        padding: 22px 24px;
    }

        .header .logo {
            width: 94px;
            height: 26px;
        }

        .header .nav-button .toggle-icon {
            display: block;
        }

        .header .nav-button .nav-button-link {
            display: none;
        }
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play_solid:before {
    content: "\e888";
}

.icon-stop_solid:before {
    content: "\e889";
}

.icon-replay2x:before {
    content: "\e6ce";
}

.icon-iconfont_loading_outline:before {
    content: "\e689";
}

.icon-favoritebeifen:before {
    content: "\e610";
}

.icon-e:before {
    content: "\e62e";
}

.icon-iconfont_arrow_up_solidx:before {
    content: "\e698";
}

.icon-iconfont_arrow_down_solidx:before {
    content: "\e69d";
}

.icon-iconfont_shortbar_solid2x:before {
    content: "\e6cd";
}

.icon-waiting_outline:before {
    content: "\e886";
}

.icon-new_outline:before {
    content: "\e6a2";
}

.icon-iconfont_go_outline:before {
    content: "\e6b0";
}

.icon-iconfont_go2_outline:before {
    content: "\e68c";
}

.icon-iconfont_arrow_left_outline:before {
    content: "\e87d";
}

.icon-iconfont_iconfont_go_outlinex:before {
    content: "\e68c";
}

.icon-iconfont_arrow_down_outline:before {
    content: "\e87b";
}

.icon-iconfont_arrow_up_outline:before {
    content: "\e87e";
}

.icon-iconfont_me_outline:before {
    content: "\e66d";
}

.icon-iconfont_ressologo_outline:before {
    content: "\e6a8";
}

.icon-iconfont_Payment_outline:before {
    content: "\e6e6";
}

.icon-iconfont_feature_outline:before {
    content: "\e6e7";
}

.icon-iconfont_bug_outline:before {
    content: "\e6e8";
}

.icon-iconfont_musichistory_outlinex:before {
    content: "\e69c";
}

.icon-iconfont_artist_outline:before {
    content: "\e87c";
}

.icon-iconfont_reportlyrics_outline:before {
    content: "\e867";
}

.icon-iconfont_right2_outline3x:before {
    content: "\e60f";
}

.icon.spin {
    animation: iconspin 1s linear infinite;
}

@keyframes iconspin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.artists-page {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: auto;
    color: #fff;
}

    .artists-page .artists-desktop-page {
        width: 1128px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        padding-top: 120px;
        padding-bottom: 172px;
    }

@media only screen and (max-width: 1020px) {
    .artists-page .artists-desktop-page {
        width: 672px !important;
    }
}

.artists-page .artists-mobile-page {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 98px 24px 24px;
    background-color: #1d1922;
}

.artists-page .loading-icon {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.artists-page .empty {
    padding-top: 16%;
}

.artists-page .empty-image {
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: auto;
    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/exception-copyright.ddedcedb.png);
}

.artists-page .empty-message {
    padding: 0 47px;
    font-size: 14px;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 32px;
}

.artist-info-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 70px;
    justify-content: flex-start;
}

    .artist-info-list .artist-info-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
        width: 130px;
        height: 180px;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }

        .artist-info-list .artist-info-item .artist-avatar {
            width: 130px;
            height: auto;
            border-radius: 50%;
        }

            .artist-info-list .artist-info-item .artist-avatar:hover {
                opacity: 0.7;
            }

        .artist-info-list .artist-info-item .artist-name {
            font-size: 16px;
            letter-spacing: -0.15px;
            font-weight: 500;
            height: 19px;
            line-height: 19px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 130px;
            text-align: center;
            margin: 0;
        }

        .artist-info-list .artist-info-item:not(:nth-child(6n)) {
            margin-right: 69px;
        }

@media only screen and (max-width: 1020px) {
    .artist-info-list .artist-avatar,
    .artist-info-list .artist-info-item {
        width: 120px !important;
    }

        .artist-info-list .artist-info-item:not(:nth-child(6n)) {
            margin-right: 0;
        }

        .artist-info-list .artist-info-item:not(:nth-child(4n)) {
            margin-right: 60px;
        }
}

.artist-info-list.mobile {
    margin-top: 10.5vw;
}

    .artist-info-list.mobile .artist-info-item {
        width: 23.5vw !important;
        height: 33vw !important;
        margin-bottom: 10.5vw;
        margin-right: 5vw;
    }

    .artist-info-list.mobile .artist-avatar {
        width: 23.5vw !important;
    }

    .artist-info-list.mobile .artist-name {
        font-size: 3.5vw !important;
        height: 5vw !important;
        line-height: 5vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 24vw !important;
        text-align: center;
    }

.artist-tag {
    width: 100%;
    color: hsla(0, 0%, 100%, 0.7);
}

    .artist-tag .artist-tag-list {
        width: 100%;
    }

        .artist-tag .artist-tag-list .artist-tag-country {
            margin-bottom: 21px;
            display: flex;
            flex-direction: row;
            width: 100%;
        }

        .artist-tag .artist-tag-list .artist-tag-country-title {
            color: #fff;
            font-size: 16px;
            line-height: 27px;
            margin-right: 25px;
            font-weight: 500;
            width: 90px;
        }

        .artist-tag .artist-tag-list .artist-tag-country-types {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            flex-direction: row;
            width: calc(100% - 95px);
        }

            .artist-tag .artist-tag-list .artist-tag-country-types .country-item {
                font-size: 16px;
                line-height: 27px;
                font-weight: 500;
                margin-right: 30px;
                color: hsla(0, 0%, 100%, 0.7);
                cursor: pointer;
                margin-bottom: 5px;
            }

                .artist-tag .artist-tag-list .artist-tag-country-types .country-item:hover {
                    color: #fff;
                }

                .artist-tag .artist-tag-list .artist-tag-country-types .country-item.active {
                    font-weight: 600;
                    color: #fff;
                }

        .artist-tag .artist-tag-list .artist-tag-genre {
            margin-bottom: 21px;
            display: flex;
            flex-direction: row;
            width: 100%;
        }

        .artist-tag .artist-tag-list .artist-tag-genre-title {
            color: #fff;
            font-size: 16px;
            margin-right: 25px;
            font-weight: 500;
            line-height: 27px;
            width: 90px;
        }

        .artist-tag .artist-tag-list .artist-tag-genre-types {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            line-height: 27px;
            width: calc(100% - 95px);
        }

            .artist-tag .artist-tag-list .artist-tag-genre-types .genre-item {
                font-size: 16px;
                font-weight: 500;
                margin-right: 30px;
                color: hsla(0, 0%, 100%, 0.7);
                cursor: pointer;
                line-height: 27px;
                margin-bottom: 5px;
            }

                .artist-tag .artist-tag-list .artist-tag-genre-types .genre-item:hover {
                    color: #fff;
                }

                .artist-tag .artist-tag-list .artist-tag-genre-types .genre-item.active {
                    color: #fff;
                    font-weight: 600;
                }

.artist-tag-mobile .artist-tag-list .artist-tag-country {
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
}

.artist-tag-mobile .artist-tag-list .artist-tag-country-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.artist-tag-mobile .artist-tag-list .artist-tag-country-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .artist-tag-mobile .artist-tag-list .artist-tag-country-types .country-item {
        height: 28px;
        width: fit-content;
        padding: 0 10px;
        box-sizing: border-box;
        background-color: hsla(0, 0%, 100%, 0.05);
        color: hsla(0, 0%, 100%, 0.7);
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        border-radius: 57px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .artist-tag-mobile
        .artist-tag-list
        .artist-tag-country-types
        .country-item.active {
            color: #fff;
            background-color: hsla(0, 0%, 100%, 0.15);
        }

.artist-tag-mobile .artist-tag-list .artist-tag-genre {
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
}

.artist-tag-mobile .artist-tag-list .artist-tag-genre-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.artist-tag-mobile .artist-tag-list .artist-tag-genre-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .artist-tag-mobile .artist-tag-list .artist-tag-genre-types .genre-item {
        height: 28px;
        width: fit-content;
        padding: 0 10px;
        box-sizing: border-box;
        background-color: hsla(0, 0%, 100%, 0.05);
        color: hsla(0, 0%, 100%, 0.7);
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        border-radius: 57px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .artist-tag-mobile .artist-tag-list .artist-tag-genre-types .genre-item.active {
            color: #fff;
            background-color: hsla(0, 0%, 100%, 0.15);
        }

.pagination {
    width: 100%;
}

.pagination,
.pagination-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-desktop {
    width: 570px;
    flex-direction: row;
}

    .pagination-desktop .pagination-item {
        color: hsla(0, 0%, 100%, 0.7);
        font-size: 16px;
        width: 30px;
        height: 20px;
        text-align: center;
        margin-right: 30px;
        font-weight: 600 !important;
        line-height: 20px;
        transition: 0.3s;
    }

        .pagination-desktop .pagination-item:last-child {
            margin-right: 0;
        }

        .pagination-desktop .pagination-item.active,
        .pagination-desktop .pagination-item:hover {
            color: #fff;
        }

.pagination-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .pagination-mobile .pagination-item {
        color: hsla(0, 0%, 100%, 0.7);
        width: 25px;
    }

        .pagination-mobile .pagination-item.active {
            color: #fff;
        }

.charts-page {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: auto;
}

    .charts-page .charts-desktop-page {
        width: 1128px;
        display: flex;
        justify-content: space-between;
        margin: auto;
        padding-top: 120px;
        padding-bottom: 172px;
    }

@media only screen and (max-width: 1020px) {
    .charts-page .charts-desktop-page {
        width: 672px !important;
    }

        .charts-page .charts-desktop-page .charts-desktop-left {
            width: 159px !important;
        }

        .charts-page .charts-desktop-page .charts-desktop-right {
            width: 483px !important;
        }

            .charts-page .charts-desktop-page .charts-desktop-right .charts-info-image {
                width: 198px !important;
                height: 198px !important;
            }

            .charts-page .charts-desktop-page .charts-desktop-right .charts-info-right {
                padding: 5px 0 !important;
            }

            .charts-page
            .charts-desktop-page
            .charts-desktop-right
            .charts-info-right-title {
                font-size: 34px !important;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .charts-page
            .charts-desktop-page
            .charts-desktop-right
            .charts-info-right-brief,
            .charts-page
            .charts-desktop-page
            .charts-desktop-right
            .charts-info-right-desc {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
}

.charts-page .charts-desktop-page .charts-desktop-left {
    width: 273px;
    height: auto;
    background-color: rgba(195, 186, 207, 0.06);
    border-radius: 12px;
    padding: 20px 0;
}

.charts-page .charts-desktop-page .charts-desktop-left-name {
    display: block;
    width: 100%;
    height: 70px;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.7);
    line-height: 70px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .charts-page .charts-desktop-page .charts-desktop-left-name.active {
        background: hsla(0, 0%, 100%, 0.1);
        color: #fff;
        font-weight: 700;
    }

.charts-page .charts-desktop-page .charts-desktop-right {
    width: 825px;
}

    .charts-page .charts-desktop-page .charts-desktop-right .charts-info {
        display: flex;
        margin-bottom: 30px;
    }

    .charts-page .charts-desktop-page .charts-desktop-right .charts-info-image {
        width: 228px;
        height: 228px;
        border-radius: 12px;
    }

    .charts-page .charts-desktop-page .charts-desktop-right .charts-info-right {
        margin-left: 35px;
        flex: 1;
        overflow: hidden;
        padding: 22px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .charts-page .charts-desktop-page .charts-desktop-right .charts-info-right h1,
        .charts-page .charts-desktop-page .charts-desktop-right .charts-info-right h2 {
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .charts-page
    .charts-desktop-page
    .charts-desktop-right
    .charts-info-right-text {
        width: 100%;
    }

    .charts-page
    .charts-desktop-page
    .charts-desktop-right
    .charts-info-right-title {
        font-size: 44px;
        font-weight: 800;
        color: #fff;
    }

    .charts-page
    .charts-desktop-page
    .charts-desktop-right
    .charts-info-right-desc {
        font-size: 14px;
        font-weight: 400;
        color: hsla(0, 0%, 94.5%, 0.9);
        margin-top: 12px !important;
    }

    .charts-page
    .charts-desktop-page
    .charts-desktop-right
    .charts-info-right-brief {
        font-size: 14px;
        font-weight: 400;
        color: hsla(0, 0%, 94.5%, 0.5);
        margin-top: 12px !important;
    }

    .charts-page
    .charts-desktop-page
    .charts-desktop-right
    .charts-info-right-button {
        display: flex;
        align-items: center;
    }

        .charts-page
        .charts-desktop-page
        .charts-desktop-right
        .charts-info-right-button
        .charts-play-full {
            min-width: 170px;
            height: 36px;
            background: #fe2c55;
            border-radius: 20px;
            padding: 0 24px 0 22px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            box-sizing: border-box;
        }

            .charts-page
            .charts-desktop-page
            .charts-desktop-right
            .charts-info-right-button
            .charts-play-full
            button {
                color: #fff;
                font-size: 14px;
                font-weight: 600;
                margin-left: 8px;
            }

                .charts-page
                .charts-desktop-page
                .charts-desktop-right
                .charts-info-right-button
                .charts-play-full
                button
                span {
                    line-height: 34px;
                    height: 36px;
                    display: block;
                    letter-spacing: 0.42px;
                }

        .charts-page
        .charts-desktop-page
        .charts-desktop-right
        .charts-info-right-button
        .charts-collect {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 20px;
            background-color: rgba(195, 186, 207, 0.06);
            cursor: pointer;
            margin-left: 16px;
        }

    .charts-page .charts-desktop-page .charts-desktop-right .empty-container {
        padding-top: 16%;
    }

        .charts-page
        .charts-desktop-page
        .charts-desktop-right
        .empty-container
        .empty-image {
            display: block;
            background-size: contain;
            background-position: 50%;
            background-repeat: no-repeat;
            width: 120px;
            height: 120px;
            margin: auto;
            background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/exception-copyright.ddedcedb.png);
        }

        .charts-page
        .charts-desktop-page
        .charts-desktop-right
        .empty-container
        .empty-message {
            padding: 0 47px;
            font-size: 14px;
            text-align: center;
            color: hsla(0, 0%, 100%, 0.6);
            margin-bottom: 32px;
        }

.charts-page .charts-mobile-page {
    color: #fff;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 98px 24px 32px;
    background-color: #1d1922;
}

    .charts-page .charts-mobile-page .language-select {
        margin-bottom: 21px;
    }

    .charts-page .charts-mobile-page .language-select-title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .charts-page .charts-mobile-page .language-select-list {
        display: flex;
        flex-wrap: wrap;
    }

        .charts-page .charts-mobile-page .language-select-list .language-item {
            height: 28px;
            width: fit-content;
            padding: 0 10px;
            box-sizing: border-box;
            background-color: hsla(0, 0%, 100%, 0.05);
            color: hsla(0, 0%, 100%, 0.7);
            font-size: 14px;
            font-weight: 500;
            line-height: 28px;
            border-radius: 57px;
            margin-right: 10px;
            margin-bottom: 15px;
        }

            .charts-page .charts-mobile-page .language-select-list .language-item.active {
                color: #fff;
                background-color: hsla(0, 0%, 100%, 0.15);
            }

    .charts-page .charts-mobile-page .empty-container {
        padding-top: 24vw;
    }

        .charts-page .charts-mobile-page .empty-container .empty-image {
            display: block;
            background-size: contain;
            background-position: 50%;
            background-repeat: no-repeat;
            width: 120px;
            height: 120px;
            margin: auto;
            background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/exception-copyright.ddedcedb.png);
        }

        .charts-page .charts-mobile-page .empty-container .empty-message {
            padding: 0 47px;
            font-size: 14px;
            text-align: center;
            color: hsla(0, 0%, 100%, 0.6);
            margin-bottom: 32px;
        }

.charts-page .loading-icon {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
}

.charts-tracks {
    width: 100%;
    background-color: rgba(195, 186, 207, 0.06);
    border-radius: 12px;
    padding: 12px 0 40px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1020px) {
    .charts-tracks .charts-track,
    .charts-tracks .charts-track-header {
        padding: 0 16px 0 8px !important;
    }

    .charts-tracks .charts-track-left {
        width: 316px !important;
    }

    .charts-tracks .charts-track-right {
        width: 126px !important;
    }

    .charts-tracks .track-duration {
        margin-left: 16px !important;
    }

    .charts-tracks .track-rank {
        margin: 2px 12px 0 !important;
    }
}

.charts-tracks .charts-track-header {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 12px;
    margin-bottom: 12px;
}

.charts-tracks .charts-track {
    color: hsla(0, 0%, 94.5%, 0.6);
    font-size: 14px;
    height: 60px;
    cursor: pointer;
}

    .charts-tracks .charts-track:hover {
        background-color: rgba(195, 186, 207, 0.08);
    }

.charts-tracks .charts-track,
.charts-tracks .charts-track-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

    .charts-tracks .charts-track-header .charts-track-left,
    .charts-tracks .charts-track .charts-track-left {
        display: flex;
        width: 437px;
        align-items: center;
    }

        .charts-tracks .charts-track-header .charts-track-left .track-index,
        .charts-tracks .charts-track .charts-track-left .track-index {
            width: 20px;
            text-align: center;
        }

        .charts-tracks .charts-track-header .charts-track-left .track-rank,
        .charts-tracks .charts-track .charts-track-left .track-rank {
            width: 26px;
            margin: 2px 20px 0;
            text-align: center;
        }

        .charts-tracks .charts-track-header .charts-track-left .track-info,
        .charts-tracks .charts-track .charts-track-left .track-info {
            flex: 1;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

            .charts-tracks .charts-track-header .charts-track-left .track-info img,
            .charts-tracks .charts-track .charts-track-left .track-info img {
                width: 36px;
                height: 36px;
                border-radius: 4px;
                margin-right: 15px;
            }

        .charts-tracks .charts-track-header .charts-track-left .track-info-text,
        .charts-tracks .charts-track .charts-track-left .track-info-text {
            flex: 1;
            height: 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
        }

            .charts-tracks
            .charts-track-header
            .charts-track-left
            .track-info-text
            .track-info-title,
            .charts-tracks
            .charts-track
            .charts-track-left
            .track-info-text
            .track-info-title {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                color: hsla(0, 0%, 94.5%, 0.9);
                font-weight: 500;
            }

                .charts-tracks
                .charts-track-header
                .charts-track-left
                .track-info-text
                .track-info-title:hover,
                .charts-tracks
                .charts-track
                .charts-track-left
                .track-info-text
                .track-info-title:hover {
                    text-decoration: underline;
                }

    .charts-tracks .charts-track-header .charts-track-right,
    .charts-tracks .charts-track .charts-track-right {
        display: flex;
        width: 310px;
        align-items: center;
        justify-content: space-between;
    }

        .charts-tracks .charts-track-header .charts-track-right .album-title,
        .charts-tracks .charts-track .charts-track-right .album-title {
            flex: 1;
            color: hsla(0, 0%, 94.5%, 0.6);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .charts-tracks .charts-track-header .charts-track-right .album-title:hover,
            .charts-tracks .charts-track .charts-track-right .album-title:hover {
                text-decoration: underline;
            }

        .charts-tracks .charts-track-header .charts-track-right .track-duration,
        .charts-tracks .charts-track .charts-track-right .track-duration {
            width: 36px;
            text-align: center;
            margin-left: 50px;
        }

.charts-tracks .empty {
    padding-top: 183px;
    height: 570px;
}

.charts-tracks .empty-image {
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: auto;
    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/exception-copyright.ddedcedb.png);
}

.charts-tracks .empty-message {
    padding: 0 47px;
    font-size: 14px;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 32px;
}

.artist-list.small-artist {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 12px;
    font-weight: 400;
}

    .artist-list.small-artist a {
        color: hsla(0, 0%, 94.5%, 0.6) !important;
    }

.artist-list.large-artist {
    color: hsla(0, 0%, 100%, 0.45);
    font-size: 13px;
    font-weight: 400;
}

    .artist-list.large-artist a {
        color: hsla(0, 0%, 100%, 0.45) !important;
    }

.artist-list {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .artist-list .artist-title:hover {
        text-decoration: underline;
    }

.mobile-chart {
    margin-bottom: 30px;
    background-color: rgba(188, 174, 207, 0.08);
    border-radius: 12px;
    padding: 18px 15px 15px;
}

.mobile-chart-title {
    font-weight: 800;
    margin-bottom: 23px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: hsla(0, 0%, 100%, 0.9);
}

    .mobile-chart-title h2 {
        display: inline;
        font-size: 20px;
        font-weight: 800;
        color: hsla(0, 0%, 100%, 0.9);
    }

.mobile-chart-list .mobile-charts-track {
    display: flex;
    align-items: center;
    height: 64px;
    margin-bottom: 15px;
}

    .mobile-chart-list .mobile-charts-track img {
        width: 64px;
        height: 64px;
        aspect-ratio: 1;
        border-radius: 8px;
    }

.mobile-chart-list .mobile-charts-track-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
    overflow: hidden;
}

.mobile-chart-list .mobile-charts-track-bottom,
.mobile-chart-list .mobile-charts-track-top {
    display: flex;
    align-items: center;
}

.mobile-chart-list .mobile-charts-track-left {
    width: 38px;
    text-align: center;
}

.mobile-chart-list .mobile-charts-track-right {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mobile-chart-list .mobile-charts-track .track-info-title {
    font-size: 15px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.8);
}

.mobile-chart-list .mobile-charts-track .track-rank {
    margin-top: 2px;
}

.mobile-chart-list .mobile-charts-track .track-index {
    font-size: 15px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.8);
}

.download-page {
    position: relative;
    padding-bottom: 60px;
    min-height: 100%;
}

.download-page-bg {
    display: flex;
}

.download-page-bg,
.download-page-mobile-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.download-page-mobile-bg {
    display: none;
}

.download-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 135px;
    position: relative;
    z-index: 1;
}

    .download-page-content .download-info-img {
        width: 293px;
        height: 169px;
    }

    .download-page-content .download-title {
        font-size: 44px;
        font-weight: 600;
        color: hsla(0, 0%, 100%, 0.9);
        margin-top: 54px;
        margin-bottom: 0;
    }

    .download-page-content .download-subtitle {
        font-size: 15px;
        color: hsla(0, 0%, 100%, 0.9);
        margin-top: 16px;
    }

    .download-page-content .download-page-button {
        width: 260px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        margin-top: 32px;
        margin-bottom: 0;
        text-align: center;
        border-radius: 100px;
        background: #fe2c55;
        color: #fffbfb;
        border: none;
        outline: none;
        font-weight: 600;
        font-size: 22px;
        cursor: pointer;
    }

    .download-page-content .download-info {
        display: flex;
        align-items: center;
        justify-content: center;
        color: hsla(0, 0%, 100%, 0.9);
        font-size: 14px;
        margin-top: 32px;
        font-weight: 400;
    }

        .download-page-content .download-info div {
            position: relative;
        }

            .download-page-content .download-info div:after {
                content: "|";
                padding: 0 8px;
            }

            .download-page-content .download-info div:last-child:after {
                display: none;
            }

    .download-page-content.mobile-content .download-info-mobile-img {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 74px;
        height: 148px;
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/phone-device-sm.0454fdc8.png);
        padding: 3px;
    }

        .download-page-content.mobile-content .download-info-mobile-img img {
            width: 68px;
            height: 142px;
            border-radius: 8px;
        }

    .download-page-content.mobile-content .download-title {
        font-size: 24px;
        margin-top: 34px;
    }

    .download-page-content.mobile-content .download-subtitle {
        font-size: 14px;
        margin-top: 12px;
    }

    .download-page-content.mobile-content .download-page-button {
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
    }

.download-page .country-option {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    width: 45px;
}

@media only screen and (min-width: 1900px) {
    .download-page .download-info-img {
        width: 390px;
        height: 224px;
    }
}

@media only screen and (max-width: 520px) {
    .download-page-mobile-bg {
        display: flex;
    }

    .download-page-bg {
        display: none;
    }

    .download-page .country-option {
        bottom: 20px;
        right: 20px;
    }
}

.download-platforms {
    margin: 90px auto 0;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/noise-image.34da9398.png), radial-gradient( 90.16% 143.01% at 15.32% 21.04%, rgba(165, 239, 255, 0.08) 0, rgba(110, 191, 244, 0.0179167) 77.08%, rgba(70, 144, 213, 0) 100% );
    border-radius: 24px;
    width: 900px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    color: hsla(0, 0%, 100%, 0.9);
}

    .download-platforms .platforms-title {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .download-platforms .platforms-subtitle {
        font-size: 14px;
    }

    .download-platforms .platforms {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 516px;
        margin-top: 32px;
    }

        .download-platforms .platforms .mobile-item {
            width: 156px;
            height: 40px;
            cursor: pointer;
        }

        .download-platforms .platforms .desktop-item {
            width: 150px;
            height: 40px;
            border-radius: 20px;
            border: 1px solid hsla(0, 0%, 100%, 0.5);
            font-weight: 600px;
            font-size: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .download-platforms .platforms .desktop-item:first-child {
                margin-bottom: 20px;
            }

            .download-platforms .platforms .desktop-item img {
                width: 14px;
                height: auto;
                margin-right: 8px;
            }

    .download-platforms.mobile-download-platforms {
        margin: 70px 24px 0;
        width: auto;
        border-radius: 16px;
        padding: 40px 32px;
        text-align: center;
    }

        .download-platforms.mobile-download-platforms .platforms-title {
            font-size: 24px;
            margin-bottom: 24px;
            line-height: 28px;
        }

        .download-platforms.mobile-download-platforms .platforms-subtitle {
            line-height: 22px;
        }

        .download-platforms.mobile-download-platforms .platforms {
            width: auto;
            flex-direction: column;
            justify-content: center;
        }

.country-selector {
    position: relative;
    width: 40px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 15px;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
}

    .country-selector .selector-input {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
    }

        .country-selector .selector-input span {
            text-transform: uppercase;
        }

        .country-selector .selector-input img {
            width: 12px;
            height: 12px;
        }

            .country-selector .selector-input img.inverted {
                transform: rotate(180deg);
            }

    .country-selector .selector-panel {
        position: absolute;
        width: 100%;
        bottom: 28px;
        left: 0;
    }

        .country-selector .selector-panel .selector-option {
            width: 100%;
            height: 30px;
            display: flex;
            align-items: center;
        }

.toast-wrapper {
    width: 100%;
    position: fixed;
    z-index: 101;
    top: 70px;
    left: 0;
}

.toast {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    background: rgba(63, 57, 71, 0.98);
    border-radius: 8px;
    width: 920px;
    margin: auto;
    padding: 12px;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .toast .toast-text {
        flex: 1;
        display: flex;
    }

        .toast .toast-text .toast-subtitle {
            text-decoration: underline;
            cursor: pointer;
        }

    .toast .toast-close-icon {
        width: 11px;
        height: 11px;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgBzdjNEYMgFARgSKUpwQ5CJ7HEdLDhEIw6IH9vd9yLCs7wHfA9RuduEp9uACzx8vHer06YtG56eOKflxMlrvVOi24qHEPH7BEb5DexqjBnREw4v0DHVBEKTDOCielGMDDDCEvMNMICY4aYwZgjRjA0RA+GjmjByBBXGDniAqNHVDDBDeTh5oLGMV4yeyK7gdWIAOF5pojYzWkwaPhE6Rh01AkaBgPFyhyDiYpphoFB2Z7GwLB3DGNAaGDdGBC7aDMGglZexUB4nihicPwbQEWUMGlwUSJymC/0/2y/8VAXXAAAAABJRU5ErkJggg==);
        cursor: pointer;
    }

@media only screen and (max-width: 1020px) {
    .toast {
        margin: 0 50px;
        width: auto;
    }
}

@media only screen and (max-width: 520px) {
    .toast {
        margin: 0 24px;
        width: auto;
    }
}

.webp-img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-user-drag: none;
}

.faq-page {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: auto;
}

    .faq-page .faq-desktop-page {
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        padding-top: 120px;
        padding-bottom: 172px;
        color: #fff;
    }

        .faq-page .faq-desktop-page .faq-title {
            width: 100%;
            text-align: center;
            font-weight: 600;
            font-size: 64px;
            line-height: 64px;
            margin-bottom: 64px;
            padding: 0 20px;
        }

@media only screen and (max-width: 468px) {
    .faq-page .faq-desktop-page .faq-title {
        font-size: 48px;
    }
}

.faq-page .faq-desktop-page .faq-general {
    width: 920px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media only screen and (max-width: 920px) {
    .faq-page .faq-desktop-page .faq-general {
        width: calc(100% - 40px);
        padding: 0 -16px 0 20px;
    }
}

@media only screen and (min-width: 468px) and (max-width: 694px) {
    .faq-page .faq-desktop-page .faq-general {
        width: calc(100% - 40px);
        padding: 0 -16px 0 20px;
    }
}

@media only screen and (max-width: 468px) {
    .faq-page .faq-desktop-page .faq-general {
        width: 100%;
        padding: 0 20px;
        justify-content: center;
    }
}

.faq-page .faq-desktop-page .faq-general-item {
    width: calc(33.33333% - 16px);
    height: 100px;
    border-radius: 12px;
    mix-blend-mode: screen;
    margin-bottom: 16px;
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}

@media only screen and (min-width: 468px) and (max-width: 694px) {
    .faq-page .faq-desktop-page .faq-general-item {
        width: calc(50% - 16px);
    }
}

@media only screen and (max-width: 468px) {
    .faq-page .faq-desktop-page .faq-general-item {
        width: 100%;
        margin-right: 0;
    }
}

.faq-page .faq-desktop-page .faq-general-item-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .faq-page .faq-desktop-page .faq-general-item-icon span {
        font-size: 20px !important;
    }

.faq-page .faq-desktop-page .faq-general-item-name {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-left: 16px;
    width: calc(100% - 70px);
}

.faq-page .faq-desktop-page .faq-general-frequently-ask {
    width: 100vw;
}

@media only screen and (min-width: 468px) and (max-width: 694px) {
    .faq-page .faq-desktop-page .faq-general-frequently-ask {
        width: 100%;
    }
}

@media only screen and (max-width: 468px) {
    .faq-page .faq-desktop-page .faq-general-frequently-ask {
        width: 100%;
    }
}

.faq-page .faq-desktop-page .faq-item-list {
    width: 608px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

@media screen and (max-width: 648px) {
    .faq-page .faq-desktop-page .faq-item-list {
        width: 100%;
        padding: 0 20px;
    }
}

.faq-page .faq-desktop-page .faq-item-list-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    color: #fff;
}

.faq-page .faq-desktop-page .faq-item-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .faq-page .faq-desktop-page .faq-item-list-container .faq-item-list-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 80px;
        box-shadow: inset 0 -1px 0 hsla(0, 0%, 100%, 0.25);
        cursor: pointer;
    }

        .faq-page .faq-desktop-page .faq-item-list-container .faq-item-list-item h3 {
            font-weight: 600;
            font-size: 20px;
            line-height: 20px;
            color: #fff;
        }

.faq-page .faq-desktop-page .child-frequently-ask {
    width: 608px;
    margin-top: 15px;
}

    .faq-page .faq-desktop-page .child-frequently-ask h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 36px;
        text-transform: capitalize;
        color: #fff;
        margin-top: 24px;
    }

    .faq-page .faq-desktop-page .child-frequently-ask .faq-collapse {
        padding-top: 0;
        margin-top: -23px;
    }

        .faq-page
        .faq-desktop-page
        .child-frequently-ask
        .faq-collapse
        .faq-collapse-list {
            width: 100%;
            padding: 0;
        }

@media screen and (max-width: 648px) {
    .faq-page .faq-desktop-page .child-frequently-ask {
        width: 100%;
        padding: 0 20px;
    }
}

.faq-page .faq-mobile-page {
    color: #fff;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 78px 24px 32px;
    background-color: #1d1922;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .faq-page .faq-mobile-page .faq-title {
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 6.5vw;
        line-height: 100%;
        margin-bottom: 7vw;
    }

    .faq-page .faq-mobile-page .faq-general {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .faq-page .faq-mobile-page .faq-general-item {
        width: 32%;
        height: 24vw;
        border-radius: 12px;
        mix-blend-mode: screen;
        margin-bottom: 16px;
        margin-right: 1.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }

    .faq-page .faq-mobile-page .faq-general-item-icon {
        width: 9vw;
        height: 9vw;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .faq-page .faq-mobile-page .faq-general-item-icon span {
            font-size: 4.7vw !important;
        }

    .faq-page .faq-mobile-page .faq-general-item-name {
        color: #fff;
        font-weight: 600;
        font-size: 3.9vw;
        line-height: 110%;
        margin-top: 1vw;
        width: 90%;
        text-align: center;
        flex-wrap: nowrap;
        height: calc(100% - 50px);
    }

    .faq-page .faq-mobile-page .faq-general-frequently-ask {
        width: 100%;
    }

    .faq-page .faq-mobile-page .faq-item-list {
        width: 88%;
        display: flex;
        flex-direction: column;
        margin-top: 4vw;
    }

    .faq-page .faq-mobile-page .faq-item-list-title {
        font-weight: 600;
        font-size: 5vw;
        line-height: 120%;
        text-transform: capitalize;
        color: #fff;
    }

    .faq-page .faq-mobile-page .faq-item-list-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .faq-page .faq-mobile-page .faq-item-list-container .faq-item-list-item {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 3vw 0;
            box-shadow: inset 0 -1px 0 hsla(0, 0%, 100%, 0.25);
        }

            .faq-page .faq-mobile-page .faq-item-list-container .faq-item-list-item h3 {
                font-weight: 500;
                font-size: 4vw;
                line-height: 120%;
                color: #fff;
            }

    .faq-page .faq-mobile-page .child-frequently-ask {
        width: 110%;
        margin-top: 4vw;
    }

        .faq-page .faq-mobile-page .child-frequently-ask h1 {
            font-weight: 600;
            font-size: 5vw;
            line-height: 120%;
            text-transform: capitalize;
            color: #fff;
            padding: 0 10%;
        }

        .faq-page .faq-mobile-page .child-frequently-ask .faq-collapse {
            padding-top: 3px;
        }

            .faq-page
            .faq-mobile-page
            .child-frequently-ask
            .faq-collapse
            .faq-collapse-list {
                width: 100%;
                padding: 0;
            }

.faq-page .loading-icon {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
}

.breadcrumb,
.breadcrumb * {
    box-sizing: border-box;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .breadcrumb,
    .breadcrumb li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .breadcrumb li {
            padding-top: 10px;
            padding-bottom: 7px;
            padding-right: 10px;
        }

        .breadcrumb a {
            text-decoration: none;
            font-weight: 400;
            text-transform: capitalize;
            color: #fff;
            line-height: 130%;
        }

        .breadcrumb a,
        .breadcrumb li:last-child {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .breadcrumb li:last-child {
            width: 50%;
        }

        .breadcrumb.large-size {
            width: 608px;
        }

            .breadcrumb.large-size a {
                font-size: 16px;
            }

@media screen and (max-width: 648px) {
    .breadcrumb.large-size {
        width: 100%;
        padding: 0 20px;
    }
}

.breadcrumb.small-size {
    width: 88%;
}

    .breadcrumb.small-size li span {
        font-size: 4vw !important;
    }

    .breadcrumb.small-size a {
        font-size: 4vw;
    }

.faq-collapse.small-fa {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.08);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10% 30px;
}

    .faq-collapse.small-fa .faq-collapse-title {
        font-weight: 600;
        font-size: 5.5vw;
        line-height: 100%;
        margin-bottom: 3.5vw;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
    }

    .faq-collapse.small-fa .faq-collapse-list {
        width: 100%;
    }

        .faq-collapse.small-fa .faq-collapse-list .faq-collapse-item {
            width: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: inset 0 -1px 0 hsla(0, 0%, 100%, 0.25);
        }

        .faq-collapse.small-fa .faq-collapse-list .faq-collapse-item-name {
            width: 100%;
            padding: 3.3vw 0 2.5vw;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

            .faq-collapse.small-fa
            .faq-collapse-list
            .faq-collapse-item-name
            .collapse-icon
            span {
                font-size: 5vw !important;
            }

            .faq-collapse.small-fa .faq-collapse-list .faq-collapse-item-name h2 {
                font-weight: 500;
                font-size: 4vw;
                line-height: 120%;
                color: #fff;
                width: 90%;
            }

        .faq-collapse.small-fa .faq-collapse-list .faq-collapse-item-desc {
            width: 100%;
            margin-bottom: 20px;
            font-weight: 400;
            font-size: 3.7vw;
            line-height: 120%;
            color: #fff;
            opacity: 0.6;
        }

            .faq-collapse.small-fa .faq-collapse-list .faq-collapse-item-desc span {
                font-weight: 400 !important;
                font-size: 3.7vw !important;
                line-height: 120% !important;
            }

            .faq-collapse.small-fa .faq-collapse-list .faq-collapse-item-desc a {
                text-decoration: none;
                color: inherit;
            }

.faq-collapse.large-fa {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 100px;
}

    .faq-collapse.large-fa .faq-collapse-title {
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 40px;
    }

    .faq-collapse.large-fa .faq-collapse-list {
        width: 920px;
    }

@media only screen and (max-width: 920px) {
    .faq-collapse.large-fa .faq-collapse-list {
        width: 100%;
        padding: 0 20px;
    }
}

.faq-collapse.large-fa .faq-collapse-list .faq-collapse-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 -1px 0 hsla(0, 0%, 100%, 0.25);
    cursor: pointer;
}

.faq-collapse.large-fa .faq-collapse-list .faq-collapse-item-name {
    width: 100%;
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .faq-collapse.large-fa .faq-collapse-list .faq-collapse-item-name h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: #fff;
    }

.faq-collapse.large-fa .faq-collapse-list .faq-collapse-item-desc {
    width: 100%;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    opacity: 0.6;
}

    .faq-collapse.large-fa .faq-collapse-list .faq-collapse-item-desc span {
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .faq-collapse.large-fa .faq-collapse-list .faq-collapse-item-desc a {
        text-decoration: none;
        color: inherit;
    }

.landing-page {
    position: relative;
    width: 100%;
    height: 100%;
}

    .landing-page .privacy-link {
        text-decoration: underline;
        color: inherit;
        cursor: pointer;
    }

    .landing-page section {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .landing-page .download-section {
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 80px;
        display: none;
    }

        .landing-page .download-section button {
            padding: 9px 25px;
            border-radius: 1000px;
            border: 1px solid #fff;
            color: #fff;
            font-weight: 600;
            font-size: 17px;
            outline: none;
            background-color: transparent;
        }

    .landing-page .link-section {
        padding-left: 80px;
        height: 90px;
    }

        .landing-page .link-section ul {
            padding-inline-start: 0;
            height: 100%;
            list-style-type: none;
            position: relative;
            width: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            justify-content: flex-start;
        }

            .landing-page .link-section ul .text-link {
                font-size: 12px;
                font-weight: 400;
                color: hsla(0, 0%, 100%, 0.5);
                text-decoration: none;
                margin-right: 20px;
            }

            .landing-page .link-section ul .icon-li {
                width: 17px;
                height: 17px;
                margin: 0 12px;
            }

            .landing-page .link-section ul .icon-link {
                width: 17px;
                height: 17px;
                display: block;
                background-size: contain;
                background-position: 50%;
                background-repeat: no-repeat;
                opacity: 0.6;
            }

                .landing-page .link-section ul .icon-link.ins {
                    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/ins-icon.6f41dcd1.png);
                }

                .landing-page .link-section ul .icon-link.twitter {
                    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/twitter-icon.d34a0c01.png);
                }

                .landing-page .link-section ul .icon-link.youtube {
                    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/youtube-icon.ab4e4ff1.png);
                }

                .landing-page .link-section ul .icon-link.facebook {
                    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/fb-icon.e85cb576.png);
                }

    .landing-page .scroll-down-icon {
        position: fixed;
        z-index: 2;
        left: 50%;
        bottom: 36px;
        width: 30px;
        height: 30px;
        animation-name: bounce;
        animation-duration: 0.65s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

@keyframes bounce {
    0% {
        transform: translate(-50%);
    }

    to {
        transform: translate(-50%, -20px);
    }
}

.landing-page .option-area {
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 2;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.landing-page #phone-frame-wrapper {
    will-change: transform;
}

.landing-page .intro-text-container {
    will-change: transform opacity;
}

.split-view {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

    .split-view .image-view {
        padding-right: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .split-view .text-view {
        width: 100%;
        /*padding-left: 50px;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }

@media only screen and (max-width: 1900px) and (min-width: 1020px) {
    .landing-page .option-area {
        bottom: 30px;
        right: 50px;
    }

    .landing-page .scroll-down-icon {
        width: 20px;
        height: 20px;
    }

    .split-view .image-view {
        padding-right: 30px;
    }

    /*.split-view .text-view {
        padding-left: 30px;
    }*/
}

@media only screen and (max-width: 1020px) {
    .landing-page nav,
    .landing-page section {
        height: auto;
        padding-bottom: 100px;
    }

    .landing-page .expression-section {
        padding-top: 120px;
    }

    .landing-page .download-section {
        display: flex;
    }

    .landing-page .link-section {
        height: auto;
        padding-bottom: 100px;
        padding-left: 36px;
    }

    .landing-page .option-area {
        bottom: 38px;
        right: 20px;
    }

    .landing-page .scroll-down-icon {
        bottom: 26px;
    }

    .split-view {
        flex-direction: column;
    }

        .split-view .image-view {
            width: 100%;
            justify-content: center;
            padding: 0 0 50px;
        }

        .split-view .text-view {
            width: 100%;
            justify-content: flex-start;
            padding: 0 36px;
        }
}

.volume-switch {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .volume-switch img {
        width: 100%;
    }

@keyframes spread {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.1;
    }

    to {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

.connection-graph {
    position: relative;
    width: 481px;
    height: 481px;
}

    .connection-graph .connection-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        width: 120px;
        height: 120px;
        opacity: 0;
        background-color: #fff;
        animation: spread 10s linear infinite;
    }

    .connection-graph .spread-delay-0 {
        animation-delay: 0s;
    }

    .connection-graph .spread-delay-1 {
        animation-delay: 2.5s;
    }

    .connection-graph .spread-delay-2 {
        animation-delay: 5s;
    }

    .connection-graph .spread-delay-3 {
        animation-delay: 7.5s;
    }

.avatar-image {
    width: 108px;
    height: 108px;
    position: absolute;
}

    .avatar-image .avatar-group {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s;
    }

        .avatar-image .avatar-group .avatar {
            width: 100px;
            height: 100px;
            object-fit: cover;
            object-position: center center;
        }

    .avatar-image .popup {
        position: absolute;
        z-index: 1;
        left: 38%;
        bottom: 78px;
        transition: all 0.2s;
        transition-timing-function: ease-in-out;
        transform-origin: bottom left;
    }

    .avatar-image.comment {
        left: 54%;
        top: 60%;
    }

        .avatar-image.comment .popup {
            height: 73px;
        }

    .avatar-image.like {
        left: 56%;
        top: 14.5%;
    }

        .avatar-image.like .popup {
            height: 61px;
        }

    .avatar-image.poster {
        left: 14.4%;
        top: 36.3%;
    }

        .avatar-image.poster .popup {
            height: 255px;
        }

@media only screen and (max-width: 1900px) and (min-width: 1020px) {
    .connection-graph {
        width: 401px;
        height: 401px;
    }

        .connection-graph .connection-circle {
            width: 100px;
            height: 100px;
        }

    .avatar-image {
        width: 80px;
        height: 80px;
    }

        .avatar-image .avatar-group .avatar {
            width: 74px;
            height: 74px;
        }

        .avatar-image .popup {
            bottom: 60px;
        }
}
@media only screen and (max-width: 500px){
    .intro-text-container .intro-text {
        display:inline !important;
    }

}
@media only screen and (max-width: 1020px) {
    .connection-graph {
        width: 281px;
        height: 281px;
    }

        .connection-graph .connection-circle {
            width: 70px;
            height: 70px;
        }

    .avatar-image {
        width: 56px;
        height: 56px;
    }

        .avatar-image .avatar-group .avatar {
            width: 52px;
            height: 52px;
        }

        .avatar-image .popup {
            bottom: 26px;
        }

        .avatar-image.comment .popup,
        .avatar-image.like .popup {
            height: 61px;
        }

        .avatar-image.poster .popup {
            height: 190px;
        }
}

.intro-text-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .intro-text-container .intro-text {
        /*width: 750px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
    }

        .intro-text-container .intro-text h1 {
            /*font-size: 80px;*/
            font-weight: 600;
            margin: 0 0 20px;
        }

        .intro-text-container .intro-text p {
            font-size: 16px;
            font-weight: 400;
            opacity: 0.7;
            text-align: center;
            margin: 0;
        }

        .intro-text-container .intro-text .button-group {
            margin-top: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .intro-text-container .intro-text .button-group .download-button,
            .intro-text-container .intro-text .button-group button {
                height: 60px;
                width: 260px;
                border: 1px solid #fff;
                font-weight: 500;
                font-size: 22px;
                margin: 0 6px;
                border-radius: 1000px;
                background-color: transparent;
                color: #fff;
                outline: none;
                transition: all 0.2s;
                cursor: pointer;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .intro-text-container .intro-text .button-group .download-button:hover,
                .intro-text-container .intro-text .button-group button:hover {
                    background-color: #fff;
                    color: #000;
                }

@media only screen and (max-width: 1900px) and (min-width: 1020px) {
    .intro-text-container .intro-text h1 {
        /*font-size: 60px;*/
    }

    .intro-text-container .intro-text p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1020px) {
    .intro-text-container .intro-text {
        width: 75%;
        align-items: flex-start;
    }

        .intro-text-container .intro-text h1 {
            font-weight: 600;
            /*font-size: 50px;*/
            line-height: 1;
            margin: 0;
        }

        .intro-text-container .intro-text p {
            font-size: 14px;
            margin: 24px 0 0;
            text-align: left;
        }

    .intro-text-container .download-button {
        font-size: 17px !important;
        width: auto !important;
        height: auto !important;
        padding: 9px 25px !important;
        font-weight: 600 !important;
    }
}

.phone-frame {
    position: relative;
    width: 350px;
    height: 703.85px;
}

    .phone-frame .phone-background {
        z-index: 1;
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/phone-device-sm.0454fdc8.png);
    }

    .phone-frame .phone-background,
    .phone-frame .phone-reflection {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .phone-frame .phone-reflection {
        z-index: 4;
        background-image: url(../images/iPhone-1x.png);
        transition: all 0.4s;
    }

    .phone-frame video {
        display: block;
        z-index: 2;
        overflow: hidden;
        object-fit: cover;
        object-position: center center;
        background-color: #000;
    }

    .phone-frame .video-dark-layer,
    .phone-frame video {
        width: 328px;
        height: 689.85px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50px;
    }

    .phone-frame .video-dark-layer {
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.25);
        transition: all 0.4s;
    }

    .phone-frame .ui-element {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
        transition: all 0.1s;
    }

        .phone-frame .ui-element .lyric-area {
            position: absolute;
            left: 35px;
            top: 84px;
            right: 50px;
            padding-top: 20px;
            overflow: hidden;
        }

        .phone-frame .ui-element img {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
        }

@media only screen and (max-width: 1900px) and (min-width: 1020px) {
    .phone-frame {
        width: 252px;
        height: 506.772px;
    }

        .phone-frame .video-dark-layer,
        .phone-frame video {
            width: 234px;
            height: 495.772px;
            border-radius: 35px;
        }

        .phone-frame .ui-element .lyric-area {
            left: 25px;
            top: 60px;
            right: 30px;
        }
}

@media only screen and (max-width: 1020px) {
    .phone-frame {
        width: 208px;
        height: 418.288px;
    }

        .phone-frame .video-dark-layer,
        .phone-frame video {
            width: 192px;
            height: 407.288px;
            border-radius: 28px;
        }

        .phone-frame .ui-element .lyric-area {
            left: 20px;
            top: 40px;
            right: 30px;
        }

    .image-view .everywhere-img {
        width: 350px;
        height: auto;
    }
}

.track-lyrics {
    position: relative;
    width: 100%;
    height: 250px;
}

    .track-lyrics p {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        color: #fff;
        line-height: 40px;
        font-size: 30px;
        font-weight: 600;
        opacity: 0;
        margin: 0;
        transition: all 0.3s;
        transform-origin: 0 0;
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

@media only screen and (max-width: 1900px) and (min-width: 1020px) {
    .track-lyrics {
        height: 240px;
    }

        .track-lyrics p {
            font-size: 20px;
            line-height: 25px;
        }
}

@media only screen and (max-width: 1020px) {
    .track-lyrics {
        height: 200px;
    }

        .track-lyrics p {
            font-size: 16px;
            line-height: 20px;
        }
}

.side-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

    .side-text .title,
    .side-text .title span {
        font-family: Gilmer-Outline;
        font-size: 132px;
        opacity: 0.8;
        margin: 0;
        line-height: 1;
    }

    .side-text .keyword {
        font-size: 140px;
        font-weight: 700;
        line-height: 1;
        margin: -8px 0 0;
    }

    .side-text p {
        font-size: 16px;
        line-height: 25px;
        opacity: 0.7;
        margin-top: 70px;
        max-width: 600px;
        font-weight: 400;
    }

@media only screen and (max-width: 1900px) and (min-width: 1020px) {
    .side-text .title,
    .side-text .title span {
        font-size: 95px;
    }

    .side-text .keyword {
        font-size: 100px;
    }

    .side-text p {
        margin-top: 50px;
        font-size: 14px;
        line-height: 20px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 1020px) {
    .side-text .keyword,
    .side-text .title,
    .side-text .title span {
        font-weight: 600;
        font-family: Gilmer;
        font-size: 42px;
        line-height: 42px;
        margin: 0;
        opacity: 1;
    }

    .side-text p {
        font-size: 14px;
        margin-top: 24px;
        line-height: 20px;
        max-width: none;
    }
}

.everywhere-img {
    position: relative;
    width: 85%;
    margin-top: 35%;
    height: auto;
}

@media only screen and (max-width: 1020px) {
    .everywhere-img {
        margin-top: 0;
    }
}

.premium-page .premium-faq {
    margin: 80px auto 0;
}

.premium-page .premium-faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.premium-page .premium-faq.mobile {
    margin-top: 48px;
}

    .premium-page .premium-faq.mobile .premium-faq-title {
        font-size: 20px;
    }

.premium-benefits {
    user-select: none;
    overflow: hidden;
}

    .premium-benefits h1 {
        margin-top: 180px;
        margin-bottom: 64px;
        font-size: 44px;
        text-align: center;
        color: #fff;
    }

.premium-benefits-logo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/premium-logo.ec5e591c.png);
    width: 92px;
    height: 14px;
    margin-top: 112px;
    margin-bottom: 24px;
}

.premium-benefits.desktop .swiper .swiper-wrapper {
    display: flex;
}

.premium-benefits.desktop .swiper .swiper-slide {
    height: 296px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

    .premium-benefits.desktop .swiper .swiper-slide img {
        width: 208px;
        height: 131px;
        margin-top: 52px;
    }

    .premium-benefits.desktop .swiper .swiper-slide .benefits-title {
        margin-top: 28px;
        width: 296px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.premium-benefits.desktop .swiper .swiper-slide-active {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 16px;
}

.premium-benefits.mobile {
    padding-left: 20px;
}

    .premium-benefits.mobile .swiper-wrapper {
        display: flex;
    }

    .premium-benefits.mobile .swiper-slide {
        display: flex;
        align-items: center;
        flex-direction: column;
        color: hsla(0, 0%, 100%, 0.35);
        font-size: 11px;
        font-weight: 400;
    }

        .premium-benefits.mobile .swiper-slide img {
            width: 44px;
            height: 44px;
        }

        .premium-benefits.mobile .swiper-slide .benefits-title {
            margin-top: 12px;
            width: 44px;
            text-align: center;
        }



a {
    cursor: pointer;
}

body,
html {
    height: 100%;
    width: 100%;
}

body,
html {
    background-color: #0b0b0b;
}

body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    
}

#root {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.premium-sku {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.05);
    margin-top: 80px;
    padding: 80px 0;
}

    .premium-sku h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

    .premium-sku .sku-item-wrapper {
        margin-top: 64px;
        color: #f2ceaa;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .premium-sku .sku-item-wrapper .sku-item {
            width: 296px;
            height: 308px;
            box-sizing: border-box;
            padding: 24px;
            background-color: rgba(242, 206, 170, 0.08);
            border-radius: 12px;
            border: 1px solid transparent;
            margin-right: 16px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .premium-sku .sku-item-wrapper .sku-item:hover {
                border: 1px solid #f2ceaa;
            }

            .premium-sku .sku-item-wrapper .sku-item .sku-title {
                font-size: 24px;
                font-weight: 600;
            }

            .premium-sku .sku-item-wrapper .sku-item .sku-detail-wrapper {
                padding-top: 8px;
                flex: 1;
                padding-left: 4px;
            }

                .premium-sku .sku-item-wrapper .sku-item .sku-detail-wrapper .sku-detail-item {
                    margin-top: 9px;
                    font-size: 13px;
                    font-weight: 400;
                }

            .premium-sku .sku-item-wrapper .sku-item .sku-button {
                width: 100%;
                height: 44px;
                border-radius: 53px;
                background-color: #e6c4a2;
                color: #2d2636;
                font-size: 16px;
                font-weight: 600;
                text-align: center;
                line-height: 44px;
                cursor: pointer;
            }

            .premium-sku .sku-item-wrapper .sku-item:last-child {
                margin-right: 0;
            }

@media only screen and (min-width: 520px) and (max-width: 960px) {
    .premium-sku .sku-item-wrapper {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }

        .premium-sku .sku-item-wrapper .sku-item {
            flex: 1;
        }
}

@media only screen and (max-width: 520px) {
    .premium-sku .sku-item-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .premium-sku .sku-item-wrapper .sku-item {
            margin-right: 0;
            margin-bottom: 16px;
        }

            .premium-sku .sku-item-wrapper .sku-item:last-child {
                margin-bottom: 0;
            }
}

.premium-sku.mobile {
    background-color: transparent;
    margin-top: 16px;
    padding: 0;
}

    .premium-sku.mobile .sku-item-wrapper {
        margin-top: 0;
    }

    .premium-sku.mobile .sku-item {
        margin-top: 35px;
        width: calc(100% - 40px);
    }

.with-bg {
    background-size: cover;
}

.with-bg,
.with-icon {
    background-position: 50%;
    background-repeat: no-repeat;
}

.with-icon {
    background-size: contain;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ellipse {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.replay {
    background-color: #000;
    position: relative;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 10% 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    justify-content: space-between;
}

@media only screen and (max-width: 520px) {
    .replay {
        padding-top: 30vw;
        padding-bottom: 30vw;
    }
}

.replay-bg {
    z-index: -1;
}

.replay-bg-line1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/replay-page-bg-laser1.9db4b88b.png);
    background-size: 100% 100%;
}

@media only screen and (max-width: 520px) {
    .replay-bg-line1 {
        height: 90%;
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/replay-mobile-bg-laser1.3ec815bb.png);
    }
}

.replay-bg-line2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/replay-page-bg-laser2.7846c895.png);
    background-size: 100% 100%;
}

@media only screen and (max-width: 520px) {
    .replay-bg-line2 {
        left: 0;
        height: 70%;
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/replay-mobile-bg-laser2.a76b5079.png);
    }
}

.replay .replay-subtitle {
    font-size: 1.3vw;
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.8);
    letter-spacing: 0.05em;
}

.replay .replay-title {
    font-size: 3.2vw;
    color: hsla(0, 0%, 100%, 0.9);
    font-weight: 800;
    width: 75%;
    text-align: center;
}

.replay .replay-download-info {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
}

.replay .replay-download-platforms {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 23.1vw;
}

    .replay .replay-download-platforms .platform-item {
        width: 10.7vw;
        height: 2.7vw;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .replay .replay-download-platforms .app-store {
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/download-app-store.d5cfa748.png);
    }

    .replay .replay-download-platforms .google-play {
        background-image: url(https://lf16-fe.resso.me/obj/anote-fe/socrates/home-web/static/media/download-google-play.e8339aa8.png);
    }

.replay .replay-check {
    font-weight: 400;
    font-size: 1vw;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
    cursor: pointer;
}

.replay .country-option {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    width: 45px;
}

@media only screen and (max-width: 520px) {
    .replay .replay-subtitle {
        font-size: 4.2vw;
    }

    .replay .replay-title {
        font-size: 7vw;
        width: 80vw;
        line-height: 8vw;
    }

    .replay .replay-check,
    .replay .replay-download-info {
        font-size: 3.2vw;
    }

    .replay .replay-download-platforms {
        width: 72vw;
    }

        .replay .replay-download-platforms .platform-item {
            width: 32.9vw;
            height: 8.43vw;
        }

    .replay .country-option {
        bottom: 40px;
        right: 20px;
    }
}
