
.woot-widget-bubble {
    display: flex !important;
}
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    background-color: rgba(0, 0, 0, 1);
    padding: 24px 140px;
    transition: all .2s ease-in-out;
    position: fixed;
    z-index: 4;
    position: absolute;
    top: 0;
}

nav .nav-left-container {
    display: flex;
    align-items: center;
}

nav .nav-left-container .module-container a {
    text-decoration: none;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

nav .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
}

nav .login-btn:hover {
    background: #ffffff;
    border-color: transparent;
    color: #000000;
}

.mbg-logo-container-index {
    padding-right: 31px;
    border-right: 1px solid #656565;
    cursor: pointer;
}

.mbg-logo-container .mbg-logo {
    width: 58.9px;
    height: 36px;
    margin-right: 21px;
}

.mbg-logo-container .mbg-text {
    width: 147px;
    height: 17px;
}

.container {
    width: 100%;
    /* height: 80px; */
    position: relative;
    top: 0;
}

video {
    width: 100%;
    height: auto;
}

nav,
.banner {
    position: absolute;
    top: 0;
    padding-left: 140px;
    z-index: 2;
}

.banner {
    width: 45%;
    top: 11.7vw;
}

.banner h1 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner .head-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 65px;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #ffffff;
    margin-top: 62px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
}

.banner .btn:hover {
    background: linear-gradient(49deg, #777777 0%, #C7C7C7 100%);
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    color: #ffffff;
}

.bottom-mix-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 428px;
    background: linear-gradient(110deg, #FFFFFF 0%, #DDF0FA 37%, #E0DEFF 70%, #FFF2DE 100%);
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    margin-top: 126px;
}

.bottom-mix-card h3 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 70px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0px;
}

.bottom-mix-card .big-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 48px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.big-desc .name {
    font-weight: bold;
}

.bottom-mix-card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 65px;
    background: #000000;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    border-radius: 12px;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
}

.bottom-mix-card .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

@media screen and (max-width: 1900px) and (min-width: 1537px) {
    body {
        overflow-x: hidden;
    }

    /* nav {
        display: flex;
        align-items: center;
        width: 100%;
        height: 68px;
        padding: 20.4px 20.4px 20.4px 0;
        transition: all .2s ease-in-out;
    }

    .mbg-logo-container .mbg-logo {
        width: 50.065px;
        height: 30.6px;
        margin-right: 17.85px;
    }

    .mbg-logo-container .mbg-text {
        width: 124.95px;
        height: 14.45px;
    } */

    /* .container {
        width: 100%;
        height: 68px;
        position: relative;
        top: 0;
    } */

    video {
        width: 100%;
        height: auto;
    }

    nav,
    .banner {
        position: absolute;
        top: 0;
        padding-left: 119px;
        padding-right: 119px;
        /* 140 * 0.85 */
        z-index: 2;
    }

    nav {
        position: fixed;
        z-index: 4;
    }

    .banner {
        width: 45%;
        top: 11.7vw;
    }

    .banner h1 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 56.1px;
        /* 66 * 0.85 */
        color: #FFFFFF;
        line-height: 74.8px;
        /* 88 * 0.85 */
        letter-spacing: .6px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .banner .head-desc {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 23.8px;
        /* 28 * 0.85 */
        color: #FFFFFF;
        line-height: 35.7px;
        /* 42 * 0.85 */
        letter-spacing: .6px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .banner .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 290.7px;
        /* 342 * 0.85 */
        height: 55.25px;
        /* 65 * 0.85 */
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 20.4px;
        /* 24 * 0.85 */
        color: #000000;
        line-height: 0px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        background: #ffffff;
        margin-top: 52.7px;
        /* 62 * 0.85 */
        border-radius: 10.2px;
        /* 12 * 0.85 */
        cursor: pointer;
        text-decoration: none;
    }

    .banner .btn:hover {
        color: #ffffff;
    }

    .container video {
        position: absolute;
        top: 0;
    }

    .bottom-mix-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 363.8px;
        /* 428 * 0.85 */
        background: linear-gradient(110deg, #FFFFFF 0%, #DDF0FA 37%, #E0DEFF 70%, #FFF2DE 100%);
        box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1);
        border-radius: 35.7px;
        /* 42 * 0.85 */
        margin-top: 107.1px;
        /* 126 * 0.85 */
    }

    .bottom-mix-card h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 30.6px;
        /* 36 * 0.85 */
        color: #000000;
        line-height: 59.5px;
        /* 70 * 0.85 */
        letter-spacing: .6px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 0px;
    }

    .bottom-mix-card .big-desc {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 40.8px;
        /* 48 * 0.85 */
        color: #000000;
        line-height: 74.8px;
        /* 88 * 0.85 */
        letter-spacing: .6px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .big-desc .name {
        font-weight: bold;
    }

    .bottom-mix-card .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 290.7px;
        /* 342 * 0.85 */
        height: 55.25px;
        /* 65 * 0.85 */
        background: #000000;
        box-shadow: 0px 10.2px 20.4px 0.85px rgba(88, 88, 88, 0.4);
        /* 12 * 0.85, 24 * 0.85, 1 * 0.85 */
        border-radius: 10.2px;
        /* 12 * 0.85 */
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 20.4px;
        /* 24 * 0.85 */
        color: #FFFFFF;
        line-height: 0px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        cursor: pointer;
        margin-top: 25.5px;
        /* 30 * 0.85 */
        text-decoration: none;
    }

    .bottom-mix-card .btn:hover {
        background: #464646;
    }

}

@media screen and (max-width: 1536px) and (min-width: 1200px) {

    nav {
        height: calc(80px * 0.8);
        padding-right: 112px;
        /* 64px */
        /* 19.2px */
    }

    .mbg-logo-container .mbg-logo {
        width: calc(58.9px * 0.8);
        height: calc(36px * 0.8);
        margin-right: calc(21px * 0.8);
    }

    .mbg-logo-container .mbg-text {
        width: calc(147px * 0.8);
        height: calc(17px * 0.8);
    }

    /* .container {
        width: 100%;
        height: 64px;
        position: relative;
        top: 0;
    } */

    nav,
    .banner {
        position: absolute;
        top: 0;
        padding-left: 112px;
        /* 140px × 0.8 */
        z-index: 2;
    }

    nav {
        position: fixed;
        z-index: 4;
    }

    .banner {
        width: 45%;
        top: 11.7vw;
    }

    .banner h1 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 52.8px;
        /* 66px × 0.8 */
        color: #FFFFFF;
        line-height: 70.4px;
        /* 88px × 0.8 */
        letter-spacing: .6px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .banner .head-desc {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 22.4px;
        /* 28px × 0.8 */
        color: #FFFFFF;
        line-height: 33.6px;
        /* 42px × 0.8 */
        letter-spacing: .6px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .banner .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 273.6px;
        /* 342px × 0.8 */
        height: 52px;
        /* 65px × 0.8 */
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 19.2px;
        /* 24px × 0.8 */
        color: #000000;
        line-height: 0px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        background: #ffffff;
        margin-top: 49.6px;
        /* 62px × 0.8 */
        border-radius: 12px;
        cursor: pointer;
        text-decoration: none;
    }

    .banner .btn:hover {
        color: #ffffff;
    }

    .container video {
        position: absolute;
        top: 0;
    }

    .bottom-mix-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 342.4px;
        /* 428px × 0.8 */
        background: linear-gradient(110deg, #FFFFFF 0%, #DDF0FA 37%, #E0DEFF 70%, #FFF2DE 100%);
        box-shadow: 0px 0px 19.2px 0.8px rgba(0, 0, 0, 0.1);
        border-radius: 33.6px;
        /* 42px × 0.8 */
        margin-top: 100.8px;
        /* 126px × 0.8 */
    }

    .bottom-mix-card h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 28.8px;
        /* 36px × 0.8 */
        color: #000000;
        line-height: 56px;
        /* 70px × 0.8 */
        letter-spacing: .6px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 0px;
    }

    .bottom-mix-card .big-desc {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 38.4px;
        /* 48px × 0.8 */
        color: #000000;
        line-height: 70.4px;
        /* 88px × 0.8 */
        letter-spacing: .6px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .big-desc .name {
        font-weight: bold;
    }

    .bottom-mix-card .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 273.6px;
        /* 342px × 0.8 */
        height: 52px;
        /* 65px × 0.8 */
        background: #000000;
        box-shadow: 0px 9.6px 19.2px 0.8px rgba(88, 88, 88, 0.4);
        border-radius: 12px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 19.2px;
        /* 24px × 0.8 */
        color: #FFFFFF;
        line-height: 0px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        cursor: pointer;
        margin-top: 24px;
        text-decoration: none;
        /* 30px × 0.8 */
    }

    .bottom-mix-card .btn:hover {
        background: #464646;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    nav {
        height: 52px;
        /* 80 * 0.65 */
        padding: 15.6px 15.6px 15.6px 0;
        /* 24 * 0.65 */
    }

    .mbg-logo-container .mbg-logo {
        width: 38.285px;
        /* 58.9 * 0.65 */
        height: 23.4px;
        /* 36 * 0.65 */
        margin-right: 13.65px;
        /* 21 * 0.65 */
    }

    .mbg-logo-container .mbg-text {
        width: 95.55px;
        /* 147 * 0.65 */
        height: 11.05px;
        /* 17 * 0.65 */
    }

    /* .container {
        width: 100%;
        height: 52px;
        position: relative;
        top: 0;
    } */

    video {
        width: 100%;
        height: auto;
    }

    nav,
    .banner {
        position: absolute;
        top: 0;
        padding-left: 91px;
        /* 140 * 0.65 */
        z-index: 2;
    }

    nav {
        position: fixed;
        z-index: 4;
    }

    .banner {
        width: 45%;
        top: 11.7vw;
    }

    .banner h1 {
        font-size: 42.9px;
        /* 66 * 0.65 */
        line-height: 57.2px;
        /* 88 * 0.65 */
    }

    .banner .head-desc {
        font-size: 18.2px;
        /* 28 * 0.65 */
        line-height: 27.3px;
        /* 42 * 0.65 */
    }

    .banner .btn {
        width: 222.3px;
        /* 342 * 0.65 */
        height: 42.25px;
        /* 65 * 0.65 */
        font-size: 15.6px;
        /* 24 * 0.65 */
        line-height: 0px;
        margin-top: 40.3px;
        /* 62 * 0.65 */
    }

    .bottom-mix-card {
        height: 278.2px;
        /* 428 * 0.65 */
        border-radius: 27.3px;
        /* 42 * 0.65 */
        margin-top: 81.9px;
        /* 126 * 0.65 */
    }

    .bottom-mix-card h3 {
        font-size: 23.4px;
        /* 36 * 0.65 */
        line-height: 45.5px;
        /* 70 * 0.65 */
    }

    .bottom-mix-card .big-desc {
        font-size: 31.2px;
        /* 48 * 0.65 */
        line-height: 57.2px;
        /* 88 * 0.65 */
    }

    .bottom-mix-card .btn {
        width: 222.3px;
        /* 342 * 0.65 */
        height: 42.25px;
        /* 65 * 0.65 */
        font-size: 15.6px;
        /* 24 * 0.65 */
        line-height: 0px;
        box-shadow: 0px 7.8px 15.6px 0.65px rgba(88, 88, 88, 0.4);
        /* 12 * 0.65, 24 * 0.65 */
        margin-top: 19.5px;
        /* 30 * 0.65 */
    }
}

.login-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.login-mask .login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%) translateY(-50%);
    width: 374px;
    height: 242px;
    background: #ffffff;
    box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 30px;
}

.login-mask .login-container .close-mask {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
}

.login-mask .login-container .close-mask svg {
    width: 16x;
    height: 16px;
}

.login-mask .login-container .close-mask:hover {
    background: rgba(0, 0, 0, .5);
}

.login-mask .login-container .close-mask:hover svg .b {
    fill: #ffffff;
}

.login-mask .login-container .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .login-with-google {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #000000;
    padding: 0 32px;
    cursor: pointer;
}

.login-mask .login-container .login-with-google .btn-img {
    width: 28px;
    height: 28px;
}

.login-mask .login-container .login-with-google .btn-text {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .add-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .add-desc a {
    color: #0064FF;
    cursor: pointer;
    text-decoration: none;
}

.bottom-accept-cookies {
    position: fixed;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    z-index: 100;
    background: #EDEDED;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: space-between;
    width: 1640px;
    height: 100px;
    padding: 20px;
    transition: all .3s ease-in-out;
}

.bottom-accept-cookies .text-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-accept-cookies .text-left .title {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bottom-accept-cookies .text-left .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bottom-accept-cookies .btn-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-accept-cookies .btn-right .accept-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 42px;
    border-radius: 8px;
    background: #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
    cursor: pointer;
}

.bottom-accept-cookies .btn-right .accept-btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4)
}

.bottom-accept-cookies .btn-right .reject-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.bottom-accept-cookies .btn-right .reject-btn:hover {
    background: #464646;
    border-color: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    color: #ffffff;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .banner h1 {
        font-size: 33px;
    }

    .banner .head-desc {
        font-size: 16px;
    }
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1536px) and (min-width: 1024px) {
    .login-mask {
    }

    .login-mask .login-container {
        width: 299.2px;
        /* 374px * 0.8 */
        height: 193.6px;
        /* 242px * 0.8 */
        box-shadow: 0px 1.6px 19.2px 0.8px rgba(0, 0, 0, 0.1);
        /* 0px 2px 24px 1px * 0.8 */
        border-radius: 9.6px;
        /* 12px * 0.8 */
        padding: 24px;
        /* 30px * 0.8 */
    }

    .login-mask .login-container .close-mask {
        top: 6.4px;
        /* 8px * 0.8 */
        right: 6.4px;
        /* 8px * 0.8 */
        width: 25.6px;
        /* 32px * 0.8 */
        height: 25.6px;
        /* 32px * 0.8 */
        border-radius: 3.2px;
        /* 4px * 0.8 */
    }

    .login-mask .login-container .close-mask svg {
        width: 12.8px;
        /* 16px * 0.8 */
        height: 12.8px;
        /* 16px * 0.8 */
    }

    .login-mask .login-container .title {
        font-size: 16px;
        /* 20px * 0.8 */
        line-height: 16px;
        /* 20px * 0.8 */
    }

    .login-mask .login-container .desc {
        font-size: 11.2px;
        /* 14px * 0.8 */
        line-height: 11.2px;
        /* 14px * 0.8 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }

    .login-mask .login-container .login-with-google {
        height: 38.4px;
        /* 48px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        padding: 0 25.6px;
        /* 32px * 0.8 */
    }

    .login-mask .login-container .login-with-google .btn-img {
        width: 22.4px;
        /* 28px * 0.8 */
        height: 22.4px;
        /* 28px * 0.8 */
    }

    .login-mask .login-container .login-with-google .btn-text {
        font-size: 14.4px;
        /* 18px * 0.8 */
        line-height: 14.4px;
        /* 18px * 0.8 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }

    .login-mask .login-container .add-desc {
        font-size: 9.6px;
        /* 12px * 0.8 */
        line-height: 16px;
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }
}

@media screen and (max-width: 1636px) and (min-width: 1350px) {
    .bottom-accept-cookies {
        bottom: 33.6px;
        /* 42px * 0.8 */
        transform: translateX(-50%);
        border-radius: 9.6px;
        /* 12px * 0.8 */
        width: 1312px;
        /* 1640px * 0.8 */
        height: 80px;
        /* 100px * 0.8 */
        padding: 16px;
        /* 20px * 0.8 */
        transition: all .3s ease-in-out;
    }

    .bottom-accept-cookies .text-left .title {
        font-size: 19.2px;
        /* 24px * 0.8 */
        line-height: 19.2px;
        /* 24px * 0.8 */
    }

    .bottom-accept-cookies .text-left .desc {
        font-size: 12.6px;
        /* 16px * 0.8 */
        line-height: 12.6px;
        /* 16px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .accept-btn,
    .bottom-accept-cookies .btn-right .reject-btn {
        width: 106.4px;
        /* 133px * 0.8 */
        height: 33.6px;
        /* 42px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        font-size: 12.8px;
        /* 16px * 0.8 */
        line-height: 12.8px;
        /* 16px * 0.8 */
        margin-right: 16px;
        /* 20px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .accept-btn:hover,
    .bottom-accept-cookies .btn-right .reject-btn:hover {
        box-shadow: 0px 9.6px 19.2px 0.8px rgba(88, 88, 88, 0.4);
        /* 0px 12px 24px 1px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .reject-btn {
        border-width: 1.6px;
        /* 2px * 0.8 */
    }
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    .bottom-accept-cookies {
        left: 50%;
        bottom: 25.2px;
        /* 42 * 0.6 */
        transform: translateX(-50%);
        background: #EDEDED;
        box-shadow: 0px 7.2px 14.4px 0.6px rgba(88, 88, 88, 0.4);
        border-radius: 7.2px;
        width: 984px;
        /* 1640 * 0.6 */
        height: 60px;
        /* 100 * 0.6 */
        padding: 12px;
        /* 20 * 0.6 */
    }

    .bottom-accept-cookies .text-left .title {
        font-size: 14.4px;
        /* 24 * 0.6 */
        line-height: 14.4px;
        /* 24 * 0.6 */
    }

    .bottom-accept-cookies .text-left .desc {
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
    }

    .bottom-accept-cookies .btn-right .accept-btn {
        width: 79.8px;
        /* 133 * 0.6 */
        height: 25.2px;
        /* 42 * 0.6 */
        border-radius: 4.8px;
        /* 8 * 0.6 */
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
        margin-right: 12px;
        /* 20 * 0.6 */
    }

    .bottom-accept-cookies .btn-right .reject-btn {
        width: 79.8px;
        /* 133 * 0.6 */
        height: 25.2px;
        /* 42 * 0.6 */
        border-radius: 4.8px;
        /* 8 * 0.6 */
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
    }
}

@media screen and (max-width: 1536px) and (min-width: 1200px) {

    nav .login-btn {
        width: 131.2px;
        /* 164px * 0.8 */
        height: 32px;
        /* 40px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        border-width: 1.6px;
        /* 2px * 0.8 */
    }

    nav {
        /* 84px * 0.8 */
        /* height: 64px; */
        /* 80px * 0.8 */
        backdrop-filter: blur(16px);
        /* 20px * 0.8 */
        -webkit-backdrop-filter: blur(16px);
        /* 20px * 0.8 */
        /* 24px * 0.8 */
        /* 12px * 0.8 */
        transition: all .2s ease-in-out;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1537px) {
    nav .nav-left-container {
        display: flex;
        align-items: center;
    }

    /* nav .nav-left-container .module-container a {
        text-decoration: none;
        padding-left: 71.4px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 16px;
        letter-spacing: .51px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    } */

    /* .mbg-logo-container-index {
        padding-right: 26.35px;
        border-right: 0.85px solid #656565;
    } */
}


.pricing-tips {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #FFF4E3 0%, #E6D3B3 100%);
}

.pricing-tips .close-tips {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 42px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 8px;
}

.pricing-tips .close-tips:hover {
    background: rgba(0, 0, 0, .5);
}

.pricing-tips .close-tips svg {
    width: 16px;
    height: 16px;
}

.pricing-tips .close-tips:hover>svg {
    fill: #ffffff;
}

.pricing-tips .tips-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-tips .tips-container img {
    width: 36px;
    height: 36px;
    margin-right: 30px;
}

.pricing-tips .tips-container p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-tips .tips-container p span {
    color: #0064FF;
    cursor: pointer;
}

.pricing-tips .tips-container p span:hover {
    opacity: .7;
}

.pricing-banner {
    width: 100%;
    height: 1053px;
    background: linear-gradient(135deg, #FFF9ED 0%, #EDEDED 100%);
    padding: 42px 0 60px 0;
}

.pricing-banner .pricing-banner-main {
    width: 1076px;
    margin: 0 auto;
}

.pricing-banner .pricing-banner-main h1 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 24px;
}

.pricing-banner .pricing-banner-main .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 42px;
}

.pricing-banner .pricing-banner-main .card-container {
    display: flex;
    align-items: center;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 668px;
    height: 788px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 24px 24px;
    padding: 30px 30px 21px 30px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc .current-pricing {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-right: 14px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc .original-pricing {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #707177;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-decoration-line: line-through;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 89px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    border: 2px solid #ADADAD;
    padding: 17px 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one:hover {
    border-color: #A58B67;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one:last-of-type {
    margin-bottom: 30px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .most-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 148px;
    height: 17px;
    background: linear-gradient(180deg, #B59971 0%, #937347 100%);
    border-radius: 0px 12px 0px 14px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .most-pop p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module {
    display: flex;
    align-items: center;
    justify-self: center;
    flex: 3;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module input {
    display: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module .custom-radio {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ADADAD;
    cursor: pointer;
    margin-right: 20px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module .custom-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module p span {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 12px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .save-module {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 38px;
    background: #A58B67;
    border-radius: 24px 24px 24px 24px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .save-module p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex: 2;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module .price {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 8px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module .unit-price {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 84px;
    background: #000000;
    border-radius: 14px 14px 14px 14px;
    margin-bottom: 18px;
    cursor: pointer;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn img {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    animation: spin 1s linear infinite;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn p {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .title-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-tip {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #707177;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    align-self: center;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main {
    width: 408px;
    height: 740px;
    background: linear-gradient(180deg, #776650 0%, #030303 100%);
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px 24px 24px 0px;
    padding: 30px 30px 60px 30px;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: .6px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one:last-of-type {
    margin-bottom: 57px;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pricing-banner .pricing-banner-main .card-container .introduce-card-main .bg {
    width: 100%;
    height: auto;
}

.pricing-why {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 60px 0 84px;
}

.pricing-why .why-container {
    width: 1560px;
    margin: 0 auto;
}

.pricing-why .why-container .title {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 60px;
}

.pricing-why .why-container .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-why .why-container .main .text-container .text-one {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.pricing-why .why-container .main .text-container .text-one:last-of-type {
    margin-bottom: 0px;
}

.pricing-why .why-container .main .text-container .text-one .bg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, #F0FCFC 0%, #F4F4F4 100%);
    border-radius: 28px 28px 28px 28px;
    margin-right: 20px;
}

.pricing-why .why-container .main .text-container .text-one .bg-container img {
    width: 48px;
    height: 48px;
}

.pricing-why .why-container .main .text-container .text-one .desc-container {
    width: 627px;
    display: flex;
    flex-direction: column;
}

.pricing-why .why-container .main .text-container .text-one .desc-container .desc-title {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 11px;
}

.pricing-why .why-container .main .text-container .text-one .desc-container .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pricing-why .why-container .main .img-container {
    width: 740px;
    height: auto;
}

.pricing-others-say {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #FFFFFF 0%, #E5E9EB 100%);
    padding: 80px 0 70px;
}

.pricing-others-say .ohters-say-container {
    width: 1410px;
    margin: 0 auto;
}

.pricing-others-say .ohters-say-container h2 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 62px;
}

.pricing-others-say .ohters-say-container .others-say-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people {
    position: relative;
    width: 100%;
    height: 240px;
    background: linear-gradient(180deg, #FFFFFF 0%, #C1E1FE 100%);
    border-radius: 20px 20px 0px 0px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people .people {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 268px;
    height: 268px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people .message {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc {
    width: 100%;
    height: auto;
    padding: 14px 30px 30px 30px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession .name {
    display: inline-block;
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-right: 12px;
    border-right: 1px solid #D5D5D5;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession .profession {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 12px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .people-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 28px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 26px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating {
    display: flex;
    align-items: center;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating img:last-of-type {
    margin-right: 0px;
}

.green-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #DBFEE8 100%) !important;
}

.orange-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FDDEB9 100%) !important;
}

.pricing-others-say .ohters-say-container .pricing-others-say-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 65px;
    background: #000000;
    border-radius: 12px 12px 12px 12px;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 48px auto 0;
    text-decoration: none;
}

.pricing-others-say .ohters-say-container .pricing-others-say-btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.pricing-faq {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 60px 0 30px;
}

.pricing-faq .faq-container {
    width: 1360px;
    margin: 0 auto;
}

.pricing-faq .faq-container h2 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 30px;
}

.pricing-faq .faq-container .faq-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-faq .faq-container .faq-main .faq-item {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
}

.pricing-faq .faq-container .faq-main .faq-item:last-of-type {
    border-bottom: 0px;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    cursor: pointer;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-question:hover>p {
    transform: translateX(10px);
}

.pricing-faq .faq-container .faq-main .faq-item .faq-question p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all .3s ease-out;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-question img {
    width: 20px;
    height: 11px;
    transition: all .3s ease-out;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-answer p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 28px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transform: translateY(18px);
}

.pricing-faq .faq-container .faq-main .faq-item .faq-answer span {
    color: #0064FF;
    cursor: pointer;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-answer span:hover {
    opacity: .7;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-answer p a {
    color: #0064FF;
    text-decoration: none;
}

.pricing-faq .faq-container .faq-main .faq-item .faq-answer p a:hover {
    opacity: .7;
}

.plan-chosen-style {
    background: #000 !important;
    border-color: #000 !important;
}

.plan-chosen-border-style {
    border-color: #A58B67 !important;
}

@media screen and (max-width: 1636px) and (min-width: 1350px) {

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module .custom-radio::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 11.2px;
        /* 14 * 0.8 */
        height: 11.2px;
        /* 14 * 0.8 */
        border-radius: 50%;
        background: #ffffff;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn img {
        width: 25.6px;
        height: 25.6px;
        margin-right: 16px;
        animation: spin 1s linear infinite;
    }

    .pricing-banner {
        height: 842.4px;
        padding: 33.6px 0 48px 0;
    }

    .pricing-banner .pricing-banner-main {
        width: 860.8px;
    }

    .pricing-banner .pricing-banner-main h1 {
        font-size: 25.6px;
        line-height: 25.6px;
        padding-bottom: 19.2px;
    }

    .pricing-banner .pricing-banner-main .desc {
        font-size: 19.2px;
        line-height: 19.2px;
        padding-bottom: 33.6px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main {
        width: 534.4px;
        height: 630.4px;
        padding: 24px 24px 16.8px 24px;
        box-shadow: 0px 0px 9.6px 0.8px rgba(0, 0, 0, 0.1);
        border-radius: 19.2px 19.2px 19.2px 19.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .title {
        font-size: 19.2px;
        line-height: 19.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc .current-pricing {
        font-size: 24px;
        line-height: 24px;
        padding-right: 11.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc .original-pricing {
        font-size: 14.4px;
        line-height: 14.4px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one {
        height: 71.2px;
        padding: 13.6px 24px;
        border: 1.6px solid #ADADAD;
        margin-bottom: 16px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .most-pop {
        width: 118.4px;
        height: 13.6px;
        border-radius: 0px 9.6px 0px 11.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .most-pop p {
        font-size: 9.6px;
        line-height: 9.6px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module .custom-radio {
        width: 24px;
        height: 24px;
        margin-right: 16px;
        border-radius: 50%;
        border: 0.8px solid #ADADAD;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module p {
        font-size: 14.4px;
        line-height: 14.4px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module p span {
        font-size: 19.2px;
        line-height: 19.2px;
        margin-right: 9.6px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .save-module {
        width: 91.2px;
        height: 30.4px;
        border-radius: 19.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .save-module p {
        font-size: 14.4px;
        line-height: 14.4px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module .price {
        font-size: 19.2px;
        line-height: 19.2px;
        padding-bottom: 6.4px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module .unit-price {
        font-size: 14.4px;
        line-height: 14.4px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn {
        height: 64px;
        margin-bottom: 14.4px;
        border-radius: 11.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn p {
        font-size: 24px;
        line-height: 24px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .title-container {
        margin-bottom: 24px;
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-tip {
        font-size: 14.4px;
        line-height: 14.4px;
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main {
        width: 326.4px;
        height: 592px;
        padding: 24px 24px 48px 24px;
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .title {
        font-size: 19.2px;
        line-height: 19.2px;
        margin-bottom: 24px;
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one {
        margin-bottom: 19.2px;
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one:last-of-type {
        margin-bottom: 45.6px;
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one img {
        width: 19.2px;
        height: 19.2px;
        margin-right: 16px;
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one p {
        font-size: 14.4px;
        line-height: 14.4px;
    }

    .pricing-why .why-container {
        width: 1248px;
    }

    .pricing-why .why-container .title {
        font-size: 25.6px;
        line-height: 25.6px;
        margin-bottom: 48px;
    }

    .pricing-why .why-container .main .text-container .text-one {
        margin-bottom: 33.6px;
    }

    .pricing-why .why-container .main .text-container .text-one .bg-container {
        width: 80px;
        height: 80px;
        margin-right: 16px;
    }

    .pricing-why .why-container .main .text-container .text-one .bg-container img {
        width: 38.4px;
        height: 38.4px;
    }

    .pricing-why .why-container .main .text-container .text-one .desc-container {
        width: 501.6px;
    }

    .pricing-why .why-container .main .text-container .text-one .desc-container .desc-title {
        font-size: 19.2px;
        line-height: 19.2px;
        margin-bottom: 8.8px;
    }

    .pricing-why .why-container .main .text-container .text-one .desc-container .desc {
        font-size: 16px;
        line-height: 28.8px;
    }

    .pricing-why .why-container .main .img-container {
        width: 592px;
    }

    .pricing-others-say .ohters-say-container {
        width: 1128px;
    }

    .pricing-others-say .ohters-say-container h2 {
        font-size: 25.6px;
        line-height: 25.6px;
        margin-bottom: 49.6px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one {
        width: 360px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people {
        height: 192px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people .people {
        width: 214.4px;
        height: 214.4px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people .message {
        width: 38.4px;
        height: 38.4px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc {
        padding: 11.2px 24px 24px 24px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession .name {
        font-size: 18px;
        line-height: 19.2px;
        padding-right: 9.6px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession .profession {
        font-size: 12px;
        line-height: 12.8px;
        padding-left: 9.6px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .people-desc {
        font-size: 14.4px;
        line-height: 22.4px;
        padding-bottom: 20.8px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating img {
        width: 19.2px;
        height: 19.2px;
        margin-right: 9.6px;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating img:last-of-type {
        margin-right: 0px;
    }

    .pricing-others-say .ohters-say-container .pricing-others-say-btn {
        width: 256px;
        height: 52px;
        font-size: 19.2px;
        line-height: 19.2px;
        margin: 38.4px auto 0;
    }

    .pricing-faq .faq-container {
        width: 1088px;
    }

    .pricing-faq .faq-container h2 {
        font-size: 25.6px;
        line-height: 25.6px;
        padding-bottom: 24px;
    }

    .pricing-faq .faq-container .faq-main .faq-item .faq-question p {
        font-size: 19.2px;
        line-height: 19.2px;
    }

    .pricing-faq .faq-container .faq-main .faq-item .faq-question img {
        width: 16px;
        height: 8.8px;
    }

    .pricing-faq .faq-container .faq-main .faq-item .faq-answer p {
        font-size: 14.4px;
        line-height: 22.4px;
        transform: translateY(14.4px);
    }
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module .custom-radio::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 8.4px;
        /* 14 * 0.8 */
        height: 8.4px;
        /* 14 * 0.8 */
        border-radius: 50%;
        background: #ffffff;
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating img:last-of-type {
        margin-right: 0px;
    }

    .pricing-others-say .ohters-say-container .pricing-others-say-btn {
        width: 192px;
        /* 256 * 0.75 */
        height: 39px;
        /* 52 * 0.75 */
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        margin: 28.8px auto 0;
        /* 38.4 * 0.75 */
    }

    .pricing-faq .faq-container {
        width: 816px;
        /* 1088 * 0.75 */
    }

    .pricing-faq .faq-container h2 {
        font-size: 19.2px;
        /* 25.6 * 0.75 */
        line-height: 19.2px;
        /* 25.6 * 0.75 */
        padding-bottom: 18px;
        /* 24 * 0.75 */
    }

    .pricing-faq .faq-container .faq-main .faq-item .faq-question p {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
    }

    .pricing-faq .faq-container .faq-main .faq-item .faq-question img {
        width: 12px;
        /* 16 * 0.75 */
        height: 6.6px;
        /* 8.8 * 0.75 */
    }

    .pricing-faq .faq-container .faq-main .faq-item .faq-answer p {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 16.8px;
        /* 22.4 * 0.75 */
        transform: translateY(10.8px);
        /* 14.4 * 0.75 */
    }

    .pricing-why .why-container {
        width: 936px;
        /* 1248 * 0.75 */
    }

    .pricing-why .why-container .title {
        font-size: 19.2px;
        /* 25.6 * 0.75 */
        line-height: 19.2px;
        /* 25.6 * 0.75 */
        margin-bottom: 36px;
        /* 48 * 0.75 */
    }

    .pricing-why .why-container .main .text-container .text-one {
        margin-bottom: 25.2px;
        /* 33.6 * 0.75 */
    }

    .pricing-why .why-container .main .text-container .text-one .bg-container {
        width: 60px;
        /* 80 * 0.75 */
        height: 60px;
        /* 80 * 0.75 */
        margin-right: 12px;
        /* 16 * 0.75 */
    }

    .pricing-why .why-container .main .text-container .text-one .bg-container img {
        width: 28.8px;
        /* 38.4 * 0.75 */
        height: 28.8px;
        /* 38.4 * 0.75 */
    }

    .pricing-why .why-container .main .text-container .text-one .desc-container {
        width: 376.2px;
        /* 501.6 * 0.75 */
    }

    .pricing-why .why-container .main .text-container .text-one .desc-container .desc-title {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        margin-bottom: 6.6px;
        /* 8.8 * 0.75 */
    }

    .pricing-why .why-container .main .text-container .text-one .desc-container .desc {
        font-size: 12px;
        /* 16 * 0.75 */
        line-height: 21.6px;
        /* 28.8 * 0.75 */
    }

    .pricing-why .why-container .main .img-container {
        width: 444px;
        /* 592 * 0.75 */
    }

    .pricing-others-say .ohters-say-container {
        width: 846px;
        /* 1128 * 0.75 */
    }

    .pricing-others-say .ohters-say-container h2 {
        font-size: 19.2px;
        /* 25.6 * 0.75 */
        line-height: 19.2px;
        /* 25.6 * 0.75 */
        margin-bottom: 37.2px;
        /* 49.6 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one {
        width: 270px;
        /* 360 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people {
        height: 144px;
        /* 192 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people .people {
        width: 160.8px;
        /* 214.4 * 0.75 */
        height: 160.8px;
        /* 214.4 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-people .message {
        width: 28.8px;
        /* 38.4 * 0.75 */
        height: 28.8px;
        /* 38.4 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc {
        padding: 8.4px 18px 18px 18px;
        /* 11.2, 24 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession .name {
        font-size: 13.5px;
        /* 18 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        padding-right: 7.2px;
        /* 9.6 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .name-and-profession .profession {
        font-size: 9px;
        /* 12 * 0.75 */
        line-height: 9.6px;
        /* 12.8 * 0.75 */
        padding-left: 7.2px;
        /* 9.6 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .people-desc {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 16.8px;
        /* 22.4 * 0.75 */
        padding-bottom: 15.6px;
        /* 20.8 * 0.75 */
    }

    .pricing-others-say .ohters-say-container .others-say-main .others-say-card-one .card-desc .star-rating img {
        width: 14.4px;
        /* 19.2 * 0.75 */
        height: 14.4px;
        /* 19.2 * 0.75 */
        margin-right: 7.2px;
        /* 9.6 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .most-pop {
        width: 88.8px;
        /* 118.4 * 0.75 */
        height: 10.2px;
        /* 13.6 * 0.75 */
        border-radius: 0px 7.2px 0px 8.4px;
        /* 9.6, 11.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .most-pop p {
        font-size: 7.2px;
        /* 9.6 * 0.75 */
        line-height: 7.2px;
        /* 9.6 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module .custom-radio {
        width: 18px;
        /* 24 * 0.75 */
        height: 18px;
        /* 24 * 0.75 */
        margin-right: 12px;
        /* 16 * 0.75 */
        border-radius: 50%;
        border: 0.6px solid #ADADAD;
        /* 0.8 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module p {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 10.8px;
        /* 14.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .plan-module p span {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        margin-right: 7.2px;
        /* 9.6 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .save-module {
        width: 68.4px;
        /* 91.2 * 0.75 */
        height: 22.8px;
        /* 30.4 * 0.75 */
        border-radius: 14.4px;
        /* 19.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .save-module p {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 10.8px;
        /* 14.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module .price {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        padding-bottom: 4.8px;
        /* 6.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one .price-module .unit-price {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 10.8px;
        /* 14.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn {
        height: 50.4px;
        /* 67.2 * 0.75 */
        margin-bottom: 10.8px;
        /* 14.4 * 0.75 */
        border-radius: 8.4px;
        /* 11.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn p {
        font-size: 18px;
        /* 24 * 0.75 */
        line-height: 18px;
        /* 24 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .title-container {
        margin-bottom: 18px;
        /* 24 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-tip {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 10.8px;
        /* 14.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main {
        width: 244.8px;
        /* 326.4 * 0.75 */
        height: 444px;
        /* 592 * 0.75 */
        padding: 18px 18px 36px 18px;
        /* 24, 48 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .title {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        margin-bottom: 18px;
        /* 24 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one {
        margin-bottom: 14.4px;
        /* 19.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one:last-of-type {
        margin-bottom: 34.2px;
        /* 45.6 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one img {
        width: 14.4px;
        /* 19.2 * 0.75 */
        height: 14.4px;
        /* 19.2 * 0.75 */
        margin-right: 12px;
        /* 16 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .introduce-card-main .feature .feature-one p {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 10.8px;
        /* 14.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .purchase-btn img {
        width: 19.2px;
        /* 25.6 * 0.75 */
        height: 19.2px;
        /* 25.6 * 0.75 */
        margin-right: 12px;
        /* 16 * 0.75 */
        animation: spin 1s linear infinite;
    }

    .pricing-banner {
        height: 631.8px;
        /* 842.4 * 0.75 */
        padding: 25.2px 0 36px 0;
        /* 33.6, 48 * 0.75 */
    }

    .pricing-banner .pricing-banner-main {
        width: 645.6px;
        /* 860.8 * 0.75 */
    }

    .pricing-banner .pricing-banner-main h1 {
        font-size: 19.2px;
        /* 25.6 * 0.75 */
        line-height: 19.2px;
        /* 25.6 * 0.75 */
        padding-bottom: 14.4px;
        /* 19.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .desc {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
        padding-bottom: 25.2px;
        /* 33.6 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main {
        width: 400.8px;
        /* 534.4 * 0.75 */
        height: 472.8px;
        /* 630.4 * 0.75 */
        padding: 18px 18px 12.6px 18px;
        /* 24, 16.8 * 0.75 */
        box-shadow: 0px 0px 7.2px 0.6px rgba(0, 0, 0, 0.1);
        /* 9.6, 0.8 * 0.75 */
        border-radius: 14.4px;
        /* 19.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .title {
        font-size: 14.4px;
        /* 19.2 * 0.75 */
        line-height: 14.4px;
        /* 19.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc .current-pricing {
        font-size: 18px;
        /* 24 * 0.75 */
        line-height: 18px;
        /* 24 * 0.75 */
        padding-right: 8.4px;
        /* 11.2 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .pricing-desc .original-pricing {
        font-size: 10.8px;
        /* 14.4 * 0.75 */
        line-height: 10.8px;
        /* 14.4 * 0.75 */
    }

    .pricing-banner .pricing-banner-main .card-container .pricing-card-main .plan-list .plan-one {
        height: 53.4px;
        /* 71.2 * 0.75 */
        padding: 10.2px 18px;
        /* 13.6, 24 * 0.75 */
        border: 1.2px solid #ADADAD;
        /* 1.6 * 0.75 */
        margin-bottom: 12px;
        /* 16 * 0.75 */
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    nav {
        height: 52px;
        padding: 15.6px;
    }

}

@media screen and (max-width: 1536px) and (min-width: 1200px) {
    nav .nav-left-container .module-container a {
        padding-left: 64px;
    }
}

@media screen and (min-width: 1921px) {
    nav .nav-left-container .module-container a {
        text-decoration: none;
        padding-left: 84px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: .6px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
}

@media screen and (max-width: 1536px) and (min-width: 1200px) {

    .container {
        /* height: 64px; */
    }

    nav {
        height: 64px;
        /* 80 * 0.8 */
        padding: 19.2px 112px;
        /* 24, 140 * 0.8 */
    }

    nav .nav-left-container .module-container a {
        padding-left: 64px;
        /* 84 * 0.8 */
        font-size: 14px;
        /* 16 * 0.8 */
        line-height: 14px;
        /* 16 * 0.8 */
        letter-spacing: .48px;
        /* .6 * 0.8 */
    }

    nav .login-btn {
        width: 131.2px;
        /* 164 * 0.8 */
        height: 32px;
        /* 40 * 0.8 */
        border-radius: 6.4px;
        /* 8 * 0.8 */
        border: 1.6px solid #FFFFFF;
        /* 2 * 0.8 */
        font-size: 14px;
    }

    .mbg-logo-container-index {
        padding-right: 24.8px;
        /* 31 * 0.8 */
        border-right: .8px solid #656565;
        /* 1 * 0.8 */
    }

    .mbg-logo-container .mbg-logo {
        width: 47.12px;
        /* 58.9 * 0.8 */
        height: 28.8px;
        /* 36 * 0.8 */
        margin-right: 16.8px;
        /* 21 * 0.8 */
    }

    .mbg-logo-container .mbg-text {
        width: 117.6px;
        /* 147 * 0.8 */
        height: 13.6px;
        /* 17 * 0.8 */
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {

    .container {
        /* height: 52px; */
    }

    nav {
        height: 52px;
        /* 80 * 0.65 */
        padding: 15.6px 91px;
        /* 24, 140 * 0.65 */
    }

    nav .nav-left-container .module-container a {
        padding-left: 54.6px;
        /* 84 * 0.65 */
        font-size: 12px;
        /* 16 * 0.65 */
        line-height: 12px;
        /* 16 * 0.65 */
        letter-spacing: .39px;
        /* .6 * 0.65 */
    }

    nav .login-btn {
        width: 106.6px;
        /* 164 * 0.65 */
        height: 26px;
        /* 40 * 0.65 */
        border-radius: 5.2px;
        /* 8 * 0.65 */
        border: 1.3px solid #FFFFFF;
        /* 2 * 0.65 */
        font-size: 12px;
    }

    .mbg-logo-container-index {
        padding-right: 20.15px;
        /* 31 * 0.65 */
        border-right: .65px solid #656565;
        /* 1 * 0.65 */
    }

    .mbg-logo-container .mbg-logo {
        width: 38.285px;
        /* 58.9 * 0.65 */
        height: 23.4px;
        /* 36 * 0.65 */
        margin-right: 13.65px;
        /* 21 * 0.65 */
    }

    .mbg-logo-container .mbg-text {
        width: 95.55px;
        /* 147 * 0.65 */
        height: 11.05px;
        /* 17 * 0.65 */
    }
}

@media screen and (max-width: 1536px) and (min-width: 1200px) {
    .pricing-tips {
        height: 44.8px;
        /* 56 * 0.8 */
    }

    .pricing-tips .close-tips {
        top: 8px;
        /* 10 * 0.8 */
        right: 33.6px;
        /* 42 * 0.8 */
        width: 28.8px;
        /* 36 * 0.8 */
        height: 28.8px;
        /* 36 * 0.8 */
        border-radius: 6.4px;
        /* 8 * 0.8 */
    }

    .pricing-tips .close-tips svg {
        width: 12.8px;
        /* 16 * 0.8 */
        height: 12.8px;
        /* 16 * 0.8 */
    }

    .pricing-tips .tips-container img {
        width: 28.8px;
        /* 36 * 0.8 */
        height: 28.8px;
        /* 36 * 0.8 */
        margin-right: 24px;
        /* 30 * 0.8 */
    }

    .pricing-tips .tips-container p {
        font-size: 12px;
        /* 14 * 0.8 */
        line-height: 12px;
        /* 14 * 0.8 */
        letter-spacing: .48px;
        /* .6 * 0.8 */
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .pricing-tips {
        height: 36.4px;
        /* 56 * 0.65 */
    }

    .pricing-tips .close-tips {
        top: 6.5px;
        /* 10 * 0.65 */
        right: 27.3px;
        /* 42 * 0.65 */
        width: 23.4px;
        /* 36 * 0.65 */
        height: 23.4px;
        /* 36 * 0.65 */
        border-radius: 5.2px;
        /* 8 * 0.65 */
    }

    .pricing-tips .close-tips svg {
        width: 10.4px;
        /* 16 * 0.65 */
        height: 10.4px;
        /* 16 * 0.65 */
    }

    .pricing-tips .tips-container img {
        width: 23.4px;
        /* 36 * 0.65 */
        height: 23.4px;
        /* 36 * 0.65 */
        margin-right: 19.5px;
        /* 30 * 0.65 */
    }

    .pricing-tips .tips-container p {
        font-size: 10px;
        /* 14 * 0.65 */
        line-height: 10px;
        /* 14 * 0.65 */
        letter-spacing: .39px;
        /* .6 * 0.65 */
    }
}



body {
    overflow-x: hidden;
    /* user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important; */
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    background-color: rgba(0, 0, 0, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 24px 24px 24px 0;
    transition: all .2s ease-in-out;
}

nav .nav-left-container {
    display: flex;
    align-items: center;
}

nav .nav-left-container .module-container {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

nav .nav-left-container .module-container .tools-btn {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 62px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        height: 64px;
        margin-right: 40px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        height: 64px;
        margin-right: 20px;
    }
}

nav .nav-left-container .module-container .tools-btn p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        margin-right: 24px;
        padding-left: 0px;
        font-size: 16px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        margin-right: 12px;
        padding-left: 0px;
        font-size: 13px;
    }
}

nav .nav-left-container .module-container .tools-btn img {
    margin-left: 12px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 14px;
        height: 14px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 12px;
        height: 12px;
    }
}

nav .nav-left-container .module-container a {
    text-decoration: none;
    margin-right: 62px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        margin-right: 40px;
        padding-left: 0px;
        font-size: 16px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        margin-right: 20px;
        padding-left: 0px;
        font-size: 13px;
    }
}

nav .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid #FFFFFF;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 150px;
        height: 36px;
        border-radius: 8px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 130px;
        height: 30px;
        border-radius: 6px;
        font-size: 14px !important;
    }
}

nav .login-btn:hover {
    background: #ffffff;
    border-color: transparent;
    color: #000000;
}

.mbg-logo-container-index {
    padding-right: 31px;
    border-right: 1px solid #656565;
}

.mbg-logo-container .mbg-logo {
    width: 78.5px;
    height: 48px;
    margin-right: 21px;
}

.mbg-logo-container .mbg-text {
    width: 196.5px;
    height: 23px;
}

.container {
    width: 100%;
    /* height: 80px; */
    /* aspect-ratio: 2.2749 / 1; */
    background: linear-gradient(90deg, #FFF5FB 0%, #E3F2FD 51%, #FFFAED 100%);
    position: relative;
    top: 0;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        /* height: 64px; */
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        /* height: 64px; */
    }
}

.container .tools-mask {
    visibility: hidden;
    width: 100%;
    height: calc(100vh - 84px);
    position: fixed;
    top: 84px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);

    @media screen and (max-width: 1640px) and (min-width: 1024px) {
        height: calc(100vh - 64px);
        top: 64px;
    }
}

.container .tools-container {
    width: 100%;
    max-height: 0px;
    background: #ffffff;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.container .tools-container .tools-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 42px 0px 42px 140px;
    gap: 42px;
}

.container .tools-container .tools-main .tools-one {
    display: flex;
    align-items: center;
    width: 470px;
    height: 128px;
    background: #F0F0F0;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 376px;
        height: 102.4px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 300.8px;
        height: 81.92px;
    }
}

.container .tools-container .tools-main .tools-one:hover {
    background: #cccccc;
}

.container .tools-container .tools-main .tools-one .tools-img {
    width: 216px;
    height: 104px;
    margin-right: 18px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 172.8px;
        height: 83.2px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 138.24px;
        height: 66.56px;
    }
}

.container .tools-container .tools-main .tools-one .tools-text {
    display: flex;
    flex-direction: column;
}

.container .tools-container .tools-main .tools-one .tools-text .title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 16px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 14px;
    }
}

.container .tools-container .tools-main .tools-one .tools-text .desc {
    font-weight: 400;
    font-size: 16px;
    color: #707177;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 12px;
        padding-top: 8px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 11px;
    }
}

.container .banner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1640px;
    margin: 0 auto;
    padding-top: 190px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1312px;
        padding-top: 170px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 1049.6px;
        padding-top: 150px;
    }
}

.container .banner-container .banner-main-img {
    position: absolute;
    right: -120px;
    top: 50px;
    width: 1050px;
    height: auto;
    aspect-ratio: 1098 / 911;
    z-index: 2;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 840px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 672px;
    }
}

.container .banner-container .banner-modify-img-2 {
    position: absolute;
    top: 80px;
    right: 130px;
    width: 955px;
    height: 708px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 764px;
        height: 566.4px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 611.2px;
        height: 453.12px;
    }
}

video {
    width: 100%;
    height: auto;
}

nav,
.banner {
    position: absolute;
    top: 0;
    /* padding-left: 140px; */
    z-index: 2;
}

nav {
    padding: 0 140px;
    position: fixed;
    z-index: 4;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        padding: 0 100px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        padding: 0 60px;
    }
}

.banner {
    position: relative;
    top: 0px;
    width: 45%;
}

.banner h1 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 66px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 48px;
        line-height: 72px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 42px;
        line-height: 58px;
    }
}

.banner .head-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 28px;
    color: #585858;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 26px;
        line-height: 38px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 22px;
        line-height: 30px;
    }
}

.banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 65px;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #000000;
    margin-top: 62px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 310px;
        height: 58px;
        font-size: 22px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 280px;
        height: 50px;
        font-size: 20px;
    }
}

.banner .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.container video {
    position: absolute;
    top: 0;
}

.industry-container {
    width: 100%;
    height: 919px;
    background: linear-gradient(135deg, #F4FAFF 0%, #EAEBFF 100%);

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        height: 810px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        height: 648px;
    }
}

.industry-container .outer {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
    }
}

.industry-container .outer h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 38px;
        line-height: 38px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 32px;
        line-height: 32px;
    }
}

.industry-container .outer .desc {
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 10px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 16px;
        line-height: 16px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 14px;
        line-height: 14px;
    }
}

.industry-container .outer .switch-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 840px;
    padding: 12px;
    background: linear-gradient(90deg, #E0EBFA 0%, #E2E5FF 52%, #DBDFFF 100%);
    border-radius: 36px;
    margin: 30px auto 0;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 800px;
        border-radius: 32px;
        padding: 10px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 700px;
        border-radius: 24px;
        padding: 6px;
    }
}

.industry-container .outer .switch-container .switch-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 48px;
    border-radius: 24px;
    cursor: pointer;
    transition: all .1s ease-in;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 180px;
        height: 46px;
        border-radius: 24px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 160px;
        height: 38px;
        border-radius: 20px;
    }
}

.industry-container .outer .switch-container .switch-one:hover {
    background: #ffffff;
}

.industry-container .outer .switch-container .switch-chosen {
    background: #ffffff;
    cursor: default;
}

.industry-container .outer .switch-container .switch-one p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 18px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 16px;
    }
}

.industry-container .outer .img-show-container {
    position: relative;
    width: 1440px;
    height: 520px;
    border-radius: 42px;
    margin-top: 36px;
    overflow: hidden;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
        height: 416px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
        height: 332.8px;
    }
}

.industry-container .outer .img-show-container .item-one {
    opacity: 0;
    transition: all .2s ease-in;
}

.industry-container .outer .img-show-container .active {
    opacity: 1;
}

.industry-container .outer .img-show-container .right-img,
.industry-container .outer .img-show-container .left-img {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 520px;
    background: #FFFAD3;
    border-radius: 42px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
        height: 416px;
        border-radius: 36px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
        height: 332.8px;
        border-radius: 32px;
    }
}

.industry-container .outer .img-show-container img {
    width: 1440px;
    height: 520px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
        height: 416px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
        height: 332.8px;
    }
}

.industry-container .outer .img-show-container .right-img {
    width: 1440px;
    height: 520px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
        height: 416px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
        height: 332.8px;
    }
}

.industry-container .outer .img-show-container .right-img .after {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 124px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 21px;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.industry-container .outer .img-show-container .left-img {
    width: 1440px;
    height: 520px;
    clip: rect(0px, 720px, 520px, 0px);
    z-index: 2;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
        height: 416px;
        clip: rect(0px, 576px, 520px, 0px);
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
        height: 332.8px;
        clip: rect(0px, 460.8px, 520px, 0px);
    }
}

.industry-container .outer .img-show-container .left-img .before {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 124px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 21px;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.industry-container .outer .img-show-container .left-img .before p,
.industry-container .outer .img-show-container .right-img .after p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 18px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 16px;
    }
}

.industry-container .outer .img-show-container .dividing-line {
    width: 4px;
    height: 520px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.industry-container .outer .img-show-container .dividing-circle {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    border: 4px solid #ffffff;
    backdrop-filter: blur(8.14px);
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 64px;
        height: 64px;
    }
}

.industry-container .outer .img-show-container .dividing-circle .left-arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 25px;
    left: 12px;
    width: 13.2px;
    height: 22px;
    background: transparent;

    @media screen and (max-width: 1640px) and (min-width: 1024px) {
        top: 18px;
        left: 10px;
        width: 11.2px;
        height: 22px;
    }
}

.industry-container .outer .img-show-container .dividing-circle .right-arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 25px;
    right: 12px;
    width: 13.2px;
    height: 22px;
    transform: rotate(180deg);
    background: transparent;

    @media screen and (max-width: 1640px) and (min-width: 1024px) {
        top: 18px;
        right: 10px;
        width: 11.2px;
        height: 22px;
    }
}

.creators-container {
    width: 100%;
    background: #ffffff;
    padding-top: 80px;
}

.creators-container .outer {
    width: 1440px;
    margin: 0 auto;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
    }
}

.creators-container .outer h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.creators-container .outer .creators-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 72px;
    gap: 30px;
}

.creators-container .outer .creators-list .creator-one {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 460px;
    height: 344px;
    padding: 30px;
    border: 1px solid #cdd1e0;
    border-radius: 24px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 364px;
        height: 300px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 287.2px;
        height: 220px;
        border-radius: 12px;
        padding: 20px;
    }
}

.creators-container .outer .creators-list .creator-one .desc {
    font-weight: 400;
    font-size: 20px;
    color: #585858;
    line-height: 30px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 16px;
        line-height: 24px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 12px;
        line-height: 18px;
    }
}

.creators-container .outer .creators-list .creator-one .creator-msg {
    display: flex;
    align-content: center;
}

.creators-container .outer .creators-list .creator-one .creator-msg .header {
    width: 86px;
    height: 86px;
    margin-right: 20px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 74px;
        height: 74px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 50px;
        height: 50px;
    }
}

.creators-container .outer .creators-list .creator-one .creator-msg .name {
    display: flex;
    flex-direction: column;
}

.creators-container .outer .creators-list .creator-one .creator-msg .name .name-text {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 20px;
        line-height: 20px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 16px;
        line-height: 16px;
        padding-top: 6px;
    }
}

.creators-container .outer .creators-list .creator-one .creator-msg .name .name-desc {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 14px;
        line-height: 14px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 12px;
        line-height: 12px;
    }
}

.creators-container .outer .creators-list .creator-one .comma {
    position: absolute;
    bottom: 138px;
    right: 30px;
    width: 42px;
    height: 42px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        bottom: 118px;
        width: 34px;
        height: 34px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        bottom: 82px;
        width: 26px;
        height: 26px;
    }
}

.faq-container {
    width: 100%;
    background: #ffffff;
    padding-top: 80px;
}

.faq-container .outer {
    width: 1440px;
    margin: 0 auto;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
    }
}

.faq-container .outer h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.faq-container .outer .faq-main {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #CDD1E0;
    overflow: hidden;
}

.faq-container .outer .faq-main .faq-one {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
    padding: 30px;
    border-bottom: 1px solid #CDD1E0;
    transition: all .2s ease-in;
}

.faq-container .outer .faq-main .faq-one:last-of-type {
    border-bottom: 0px;
}

.faq-container .outer .faq-main .faq-one .question-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    cursor: pointer;
}

.faq-container .outer .faq-main .faq-one .question-container:hover .question {
    transform: translateX(10px);
}

.faq-container .outer .faq-main .faq-one .question-container .question {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all .1s ease-in;
}

.faq-container .outer .faq-main .faq-one .question-container .rotate-open {
    transform: rotate(180deg);
}

.faq-container .outer .faq-main .faq-one .question-container .faq-arrow {
    width: 20px;
    height: 20px;
    transition: all .2s ease-in;
}

.faq-container .outer .faq-main .faq-one .answer {
    max-width: 1140px;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.faq-container .outer .faq-main .faq-one .answer a {
    color: #0064FF;
    text-decoration: none;
}

.faq-container .outer .faq-main .faq-one .answer a:hover {
    opacity: .7;
}

.core-container {
    width: 100%;
    background: #ffffff;

}

.core-container .outer {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
    }
}

.core-container .outer h2 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 60px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
    }
}

.core-container .outer .one-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}

.core-container .outer .one-core:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.core-container .outer .one-core:last-of-type {
    padding-bottom: 0px;
}

.one-core .text-container {
    width: 710px;
    height: 428px;
    padding: 0 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 568px;
        height: 342.4px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 454.4px;
        height: 273.92px;
    }
}

.text-container .core-head {
    display: flex;
}

.text-container .core-head img {
    width: 42px;
    height: 42px;
    margin-right: 12px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 38px;
        height: 38px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 34px;
        height: 34px;
    }
}

.text-container .core-head h2 {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 36px;
    white-space: nowrap;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 28px;
        line-height: 36px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 24px;
        line-height: 32px;
    }
}

.text-container .core-desc {
    width: 626px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 500.8px;
        font-size: 16px;
        line-height: 32px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 400.64px;
        font-size: 14px;
        line-height: 28px;
    }
}

.text-container .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 339px;
    height: 65px;
    border-radius: 12px;
    background: #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 42px;
    cursor: pointer;
    text-decoration: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 271.2px;
        height: 58px;
        font-size: 20px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 216.96px;
        height: 46px;
        font-size: 16px;
    }
}

.text-container .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.one-core .img-container {
    width: 710px;
    height: auto;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 568px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 454.4px;
    }
}

.explore-container {
    background: #ffffff;
}

.explore-container .outer {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0 126px 0;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1152px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 921.6px;
    }
}

.explore-container .outer h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.explore-container .outer .explore-core-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore-core-container .one-core {
    width: 442px;
    height: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 42px;
    box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 353.6px;
        height: 350.4px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 282.88px;
        height: 280.32px;
    }
}

.explore-core-container .one-core img {
    width: 100%;
    height: auto;
}

.explore-core-container .one-core h3 {
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 32px;
        line-height: 80px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 28px;
        line-height: 70px;
    }
}

.explore-core-container .one-core .core-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 24px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 16px;
        line-height: 20px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 14px;
        line-height: 18px;
    }
}

.bottom-mix-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 428px;
    background: linear-gradient(90deg, #EFF9FF 0%, #DDF4FA 37%, #F0EFFF 73%, #FFF7D3 100%);
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    margin-top: 80px;
}

.bottom-mix-card h3 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 48px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 42px;
        line-height: 42px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 36px;
        line-height: 36px;
    }
}

.bottom-mix-card .big-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 20px;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        font-size: 30px;
        line-height: 30px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        font-size: 24px;
        line-height: 24px;
    }
}

/* .big-desc .name {
        font-weight: bold;
    } */

.bottom-mix-card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 65px;
    background: #000000;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    border-radius: 12px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    margin-top: 54px;
    text-decoration: none;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 310px;
        height: 58px;
        font-size: 22px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 280px;
        height: 50px;
        font-size: 20px;
    }
}

.bottom-mix-card .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.footer {
    width: 100%;
    height: 463px;
    background: #000000;
}

.footer .footer-bottom .msg-desc {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 20px;
}

.footer .footer-bottom .msg-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #939393;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-right: 12px;
}

.footer .footer-bottom .msg-desc a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1640px;
    height: 407px;
    margin: 0 auto;
    padding-top: 80px;
    border-bottom: 1px solid #242424;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1312px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 1049.6px;
    }
}

.footer-container .footer-left {
    display: flex;
    flex-direction: column;
}

.footer-container .footer-left .footer-desc {
    width: 302px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 30px;
}

.footer-container .footer-left .msg-desc {
    display: flex;
    margin-top: 30px;
}

.footer-container .footer-left .msg-desc p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #939393;
    line-height: 0px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-container .footer-left .msg-desc a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin-left: 12px;
    cursor: pointer;
    transition: font-weight 0.2s ease;
    will-change: font-weight;
}

.footer-container .footer-left .msg-desc a:hover {
    font-weight: 600;
}

.footer-container .footer-center {
    display: flex;
    flex: 1;
    margin: 0 248px;
    justify-content: space-between;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        margin: 0 150px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        margin: 0 50px;
    }
}

.footer-container .footer-center .center-one {
    display: flex;
    flex-direction: column;
}

.footer-container .footer-center .center-one .title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 20px;
}

.footer-container .footer-center .center-one .item {
    font-weight: 500;
    font-size: 14px;
    color: #A5A5A5;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 16px;
    text-decoration: none;
    cursor: pointer;
}

.footer-container .footer-center .center-one .item:hover {
    color: #ffffff;
}

.footer-container .footer-center .center-one .item:last-of-type {
    /* padding-bottom: 0px; */
}

.footer-container .footer-right {
    width: 184px;
    height: 247px;
}


.login-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.login-mask .login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%) translateY(-50%);
    width: 374px;
    height: 242px;
    background: #ffffff;
    box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 30px;
}

.login-mask .login-container .close-mask {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
}

.login-mask .login-container .close-mask svg {
    width: 16x;
    height: 16px;
}

.login-mask .login-container .close-mask:hover {
    background: rgba(0, 0, 0, .5);
}

.login-mask .login-container .close-mask:hover svg .b {
    fill: #ffffff;
}

.login-mask .login-container .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .login-with-google {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #000000;
    padding: 0 32px;
    cursor: pointer;
}

.login-mask .login-container .login-with-google .btn-img {
    width: 28px;
    height: 28px;
}

.login-mask .login-container .login-with-google .btn-text {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .add-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .add-desc a {
    color: #0064FF;
    cursor: pointer;
    text-decoration: none;
}

.bottom-accept-cookies {
    position: fixed;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    z-index: 10;
    background: #EDEDED;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: space-between;
    width: 1640px;
    height: 100px;
    padding: 20px;
    transition: all .3s ease-in-out;

    @media screen and (max-width: 1640px) and (min-width: 1312px) {
        width: 1312px;
    }

    @media screen and (max-width: 1312px) and (min-width: 1024px) {
        width: 1049.6px;
    }
}

.bottom-accept-cookies .text-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-accept-cookies .text-left .title {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bottom-accept-cookies .text-left .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bottom-accept-cookies .btn-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-accept-cookies .btn-right .accept-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 42px;
    border-radius: 8px;
    background: #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
    cursor: pointer;
}

.bottom-accept-cookies .btn-right .accept-btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4)
}

.bottom-accept-cookies .btn-right .reject-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.bottom-accept-cookies .btn-right .reject-btn:hover {
    background: #464646;
    border-color: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    color: #ffffff;
}

@media screen and (max-width: 1200px) and (min-width: 1312px) {
    .banner h1 {
        font-size: 33px;
    }

    .banner .head-desc {
        font-size: 16px;
    }
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1640px) and (min-width: 1312px) {
    .login-mask {
    }

    .login-mask .login-container {
        width: 299.2px;
        /* 374px * 0.8 */
        height: 193.6px;
        /* 242px * 0.8 */
        box-shadow: 0px 1.6px 19.2px 0.8px rgba(0, 0, 0, 0.1);
        /* 0px 2px 24px 1px * 0.8 */
        border-radius: 9.6px;
        /* 12px * 0.8 */
        padding: 24px;
        /* 30px * 0.8 */
    }

    .login-mask .login-container .close-mask {
        top: 6.4px;
        /* 8px * 0.8 */
        right: 6.4px;
        /* 8px * 0.8 */
        width: 25.6px;
        /* 32px * 0.8 */
        height: 25.6px;
        /* 32px * 0.8 */
        border-radius: 3.2px;
        /* 4px * 0.8 */
    }

    .login-mask .login-container .close-mask svg {
        width: 12.8px;
        /* 16px * 0.8 */
        height: 12.8px;
        /* 16px * 0.8 */
    }

    .login-mask .login-container .title {
        font-size: 16px;
        /* 20px * 0.8 */
        line-height: 16px;
        /* 20px * 0.8 */
    }

    .login-mask .login-container .desc {
        font-size: 11.2px;
        /* 14px * 0.8 */
        line-height: 11.2px;
        /* 14px * 0.8 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }

    .login-mask .login-container .login-with-google {
        height: 38.4px;
        /* 48px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        padding: 0 25.6px;
        /* 32px * 0.8 */
    }

    .login-mask .login-container .login-with-google .btn-img {
        width: 22.4px;
        /* 28px * 0.8 */
        height: 22.4px;
        /* 28px * 0.8 */
    }

    .login-mask .login-container .login-with-google .btn-text {
        font-size: 14.4px;
        /* 18px * 0.8 */
        line-height: 14.4px;
        /* 18px * 0.8 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }

    .login-mask .login-container .add-desc {
        font-size: 9.6px;
        /* 12px * 0.8 */
        line-height: 16px;
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }
}

@media screen and (max-width: 1636px) and (min-width: 1350px) {

    .bottom-accept-cookies {
        bottom: 33.6px;
        /* 42px * 0.8 */
        transform: translateX(-50%);
        border-radius: 9.6px;
        /* 12px * 0.8 */
        width: 1312px;
        /* 1640px * 0.8 */
        height: 80px;
        /* 100px * 0.8 */
        padding: 16px;
        /* 20px * 0.8 */
        transition: all .3s ease-in-out;
    }

    .bottom-accept-cookies .text-left .title {
        font-size: 19.2px;
        /* 24px * 0.8 */
        line-height: 19.2px;
        /* 24px * 0.8 */
    }

    .bottom-accept-cookies .text-left .desc {
        font-size: 12.6px;
        /* 16px * 0.8 */
        line-height: 12.6px;
        /* 16px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .accept-btn,
    .bottom-accept-cookies .btn-right .reject-btn {
        width: 106.4px;
        /* 133px * 0.8 */
        height: 33.6px;
        /* 42px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        font-size: 12.8px;
        /* 16px * 0.8 */
        line-height: 12.8px;
        /* 16px * 0.8 */
        margin-right: 16px;
        /* 20px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .accept-btn:hover,
    .bottom-accept-cookies .btn-right .reject-btn:hover {
        box-shadow: 0px 9.6px 19.2px 0.8px rgba(88, 88, 88, 0.4);
        /* 0px 12px 24px 1px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .reject-btn {
        border-width: 1.6px;
        /* 2px * 0.8 */
    }
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    .bottom-accept-cookies {
        left: 50%;
        bottom: 25.2px;
        /* 42 * 0.6 */
        transform: translateX(-50%);
        background: #EDEDED;
        box-shadow: 0px 7.2px 14.4px 0.6px rgba(88, 88, 88, 0.4);
        border-radius: 7.2px;
        width: 984px;
        /* 1640 * 0.6 */
        height: 60px;
        /* 100 * 0.6 */
        padding: 12px;
        /* 20 * 0.6 */
    }

    .bottom-accept-cookies .text-left .title {
        font-size: 14.4px;
        /* 24 * 0.6 */
        line-height: 14.4px;
        /* 24 * 0.6 */
    }

    .bottom-accept-cookies .text-left .desc {
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
    }

    .bottom-accept-cookies .btn-right .accept-btn {
        width: 79.8px;
        /* 133 * 0.6 */
        height: 25.2px;
        /* 42 * 0.6 */
        border-radius: 4.8px;
        /* 8 * 0.6 */
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
        margin-right: 12px;
        /* 20 * 0.6 */
    }

    .bottom-accept-cookies .btn-right .reject-btn {
        width: 79.8px;
        /* 133 * 0.6 */
        height: 25.2px;
        /* 42 * 0.6 */
        border-radius: 4.8px;
        /* 8 * 0.6 */
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
    }
}

@media screen and (max-width: 1640px) and (min-width: 1024px) {

    nav .login-btn {
        width: 131.2px;
        /* 164px * 0.8 */
        height: 32px;
        /* 40px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        border-width: 1.6px;
        /* 2px * 0.8 */
    }

    nav {
        /* 84px * 0.8 */
        height: 64px;
        /* 80px * 0.8 */
        backdrop-filter: blur(16px);
        /* 20px * 0.8 */
        -webkit-backdrop-filter: blur(16px);
        /* 20px * 0.8 */
        /* 24px * 0.8 */
        /* 12px * 0.8 */
        transition: all .2s ease-in-out;
    }
}

.mbg-logo-nav {
    width: 66.6px !important;
    height: 38px !important;
    margin-right: 20px !important;

    @media screen and (max-width: 1640px) and (min-width: 1024px) {
        width: 46.6px !important;
    }
}

.mbg-text-nav {
    width: 147px !important;
    height: 17px !important;

    @media screen and (max-width: 1640px) and (min-width: 1024px) {
        width: 120px !important;
    }
}


.pricing-tips {
    position: relative;
    top: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #FFF4E3 0%, #E6D3B3 100%);
}

.pricing-tips .close-tips {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 42px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 8px;
}

.pricing-tips .close-tips:hover {
    background: rgba(0, 0, 0, .5);
}

.pricing-tips .close-tips svg {
    width: 16px;
    height: 16px;
}

.pricing-tips .close-tips:hover>svg {
    fill: #ffffff;
}

.pricing-tips .tips-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-tips .tips-container img {
    width: 36px;
    height: 36px;
    margin-right: 30px;
}

.pricing-tips .tips-container p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-tips .tips-container p span {
    color: #0064FF;
    cursor: pointer;
}

.pricing-tips .tips-container p span:hover {
    opacity: .7;
}


@media screen and (max-width: 1640px) and (min-width: 1312px) {
    /* .pricing-tips {
            height: 44.8px;
            top: 64px;
        } */

    .pricing-tips .close-tips {
        top: 14px;
        right: 33.6px;
        width: 28.8px;
        height: 28.8px;
    }

    .pricing-tips .close-tips svg {
        width: 12.8px;
        height: 12.8px;
    }

    .pricing-tips .tips-container img {
        width: 28.8px;
        height: 28.8px;
        margin-right: 24px;
    }
}
