
.woot-widget-bubble {
    display: flex !important;
}
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 linear;
}

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;
    cursor: pointer;
}

.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: 844px;
    /* aspect-ratio: 2.2749 / 1; */
    background: linear-gradient( 135deg, #FFFCF5 0%, #E6F3FF 51%, #F6F4FF 100%);
    position: relative;
    top: 84px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        height: 694px;
        top: 64px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: 555.2px;
        top: 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;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 1640px;
    margin: 0 auto;
    padding-top: 80px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1312px;
        padding-top: 64px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 1049.6px;
        padding-top: 51.2px;
    }
}

.container .banner-container h1 {
    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: 52.8px;
        line-height: 70.4px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 42.24px;
        line-height: 56.32px;
    }
}

.container .banner-container .bg-remover-desc {
    font-weight: 400;
    font-size: 20px;
    color: #585858;
    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: calc(20px * 0.8);
        line-height: calc(42px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(20px * 0.8 * 0.8);
        line-height: calc(42px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main {
    width: 100%;
    height: 439px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        height: calc(439px * 0.8);
        margin-top: calc(30px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: calc(439px * 0.8 * 0.8);
        margin-top: calc(30px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .banner-bg {
    width: 965px;
    height: 509px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(965px * 0.8);
        height: calc(509px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(965px * 0.8 * 0.8);
        height: calc(509px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload {
    flex: 1;
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 0 34px 34px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        border-radius: 0 calc(34px * 0.8) calc(34px * 0.8) 0;
        height: calc(415px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        border-radius: 0 calc(34px * 0.8 * 0.8) calc(34px * 0.8 * 0.8) 0;
        height: calc(415px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main {
    width: 607px;
    height: 335px;
    background: #F8F8F8;
    border-radius: 20px;
    border: 3px dotted #E5E5E5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        border-radius: calc(20px * 0.8);
        height: calc(335px * 0.8);
        width: calc(607px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        border-radius: calc(20px * 0.8 * 0.8);
        height: calc(335px * 0.8 * 0.8);
        width: calc(607px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main .title {
    font-weight: 400;
    font-size: 24px;
    color: #707177;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: calc(24px * 0.8);
        line-height: calc(36px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(24px * 0.8 * 0.8);
        line-height: calc(36px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main .upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 439px;
    height: 60px;
    background: linear-gradient( 270deg, #000000 0%, #535353 100%);
    border-radius: 12px;
    cursor: pointer;
    margin-top: 22px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(439px * 0.8);
        height: calc(60px * 0.8);
        border-radius: calc(12px * 0.8);
        margin-top: calc(22px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(439px * 0.8 * 0.8);
        height: calc(60px * 0.8 * 0.8);
        border-radius: calc(12px * 0.8 * 0.8);
        margin-top: calc(22px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main .upload-btn:hover {
    background: #4a4a4a;
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main .upload-btn img {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(32px * 0.8);
        height: calc(32px * 0.8);
        margin-right: calc(20px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(32px * 0.8 * 0.8);
        height: calc(32px * 0.8 * 0.8);
        margin-right: calc(20px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main .upload-btn .btn-desc {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: calc(20px * 0.8);
        line-height: calc(36px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(20px * 0.8 * 0.8);
        line-height: calc(36px * 0.8 * 0.8);
    }
}

.container .banner-container .bg-remover-banner-main .bg-remover-banner-upload .upload-main .desc {
    font-weight: 400;
    font-size: 18px;
    color: #707177;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 24px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: calc(18px * 0.8);
        line-height: calc(36px * 0.8);
        margin-top: calc(24px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(18px * 0.8 * 0.8);
        line-height: calc(36px * 0.8 * 0.8);
        margin-top: calc(24px * 0.8 * 0.8);
    }
}

.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: 3;
    @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-desc {
    width: 342px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 310px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 280px;
    }
}

.banner .btn-desc img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.banner .btn-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #585858;
    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: #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: 1560px;
    margin: 0 auto;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8);
        padding: calc(80px * 0.8) 0;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8);
        padding: calc(80px * 0.8 * 0.8) 0;
    }
}

.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 .6s 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: 1560px;
    margin: 0 auto;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8);
        padding: calc(80px * 0.8) 0;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8);
        padding: calc(80px * 0.8 * 0.8) 0;
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        padding-top: calc(80px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding-top: calc(80px * 0.8 * 0.8);
    }
}

.faq-container .outer {
    width: 1560px;
    margin: 0 auto;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8);
        padding: calc(80px * 0.8) 0;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8);
        padding: calc(80px * 0.8 * 0.8) 0;
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: calc(42px * 0.8);
        line-height: calc(42px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(42px * 0.8 * 0.8);
        line-height: calc(42px * 0.8 * 0.8);
    }
}

.faq-container .outer .faq-main {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #CDD1E0;
    overflow: hidden;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        border-radius: calc(20px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        border-radius: calc(20px * 0.8 * 0.8);
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        max-height: calc(90px * 0.8);
        padding: calc(30px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        max-height: calc(90px * 0.8 * 0.8);
        padding: calc(30px * 0.8 * 0.8);
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        padding-bottom: calc(30px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding-bottom: calc(30px * 0.8 * 0.8);
    }
}

.faq-container .outer .faq-main .faq-one .question-container:hover .question {
    transform: translateX(10px);
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        transform: translateX(calc(10px * 0.8));
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        transform: translateX(calc(10px * 0.8 * 0.8));
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: calc(20px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(20px * 0.8 * 0.8);
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(20px * 0.8);
        height: calc(20px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(20px * 0.8 * 0.8);
        height: calc(20px * 0.8 * 0.8);
    }
}

.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;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        max-width: calc(1140px * 0.8);
        font-size: calc(16px * 0.8);
        line-height: calc(24px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        max-width: calc(1140px * 0.8 * 0.8);
        font-size: calc(16px * 0.8 * 0.8);
        line-height: calc(24px * 0.8 * 0.8);
    }
}

.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;
}

.bg-remove-need {
    background: #F0F3FC;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        padding: calc(80px * 0.8) 0 !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding: calc(80px * 0.8 * 0.8) 0 !important;
    }
}

.bg-remove-need 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: calc(42px * 0.8) !important;
        line-height: calc(42px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(42px * 0.8 * 0.8) !important;
        line-height: calc(42px * 0.8 * 0.8) !important;
    }
}

.bg-remove-need .need-card {
    width: 1560px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8) !important;
        margin: calc(80px * 0.8) auto 0 !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8) !important;
        margin: calc(80px * 0.8 * 0.8) auto 0 !important;
    }
}

.bg-remove-need .need-card .card-one {
    width: 360px;
    height: 375px;
    background: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(360px * 0.8) !important;
        height: calc(375px * 0.8) !important;
        border-radius: calc(12px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(360px * 0.8 * 0.8) !important;
        height: calc(375px * 0.8 * 0.8) !important;
        border-radius: calc(12px * 0.8 * 0.8) !important;
    }
}

.bg-remove-need .need-card .card-one:hover {
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, .1);
}

.bg-remove-need .need-card .card-one .img-container {
    width: 360px;
    height: 210px;
    overflow: hidden;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(360px * 0.8) !important;
        height: calc(210px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(360px * 0.8 * 0.8) !important;
        height: calc(210px * 0.8 * 0.8) !important;
    }
}

.bg-remove-need .need-card .card-one .img-container img {
    width: 360px;
    height: 210px;
    transition: all .1s ease-in;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(360px * 0.8) !important;
        height: calc(210px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(360px * 0.8 * 0.8) !important;
        height: calc(210px * 0.8 * 0.8) !important;
    }
}

.bg-remove-need .need-card .card-one:hover .img-container>img {
    transform: scale(1.2);
}

.bg-remove-need .need-card .card-one .title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 24px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: calc(24px * 0.8) !important;
        line-height: calc(24px * 0.8) !important;
        padding-top: calc(24px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(24px * 0.8 * 0.8) !important;
        line-height: calc(24px * 0.8 * 0.8) !important;
        padding-top: calc(24px * 0.8 * 0.8) !important;
    }
}

.bg-remove-need .need-card .card-one .desc {
    font-weight: 400;
    font-size: 20px;
    color: #585858;
    line-height: 30px;
    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: calc(20px * 0.8) !important;
        line-height: calc(30px * 0.8) !important;
        padding-top: calc(20px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(20px * 0.8 * 0.8) !important;
        line-height: calc(30px * 0.8 * 0.8) !important;
        padding-top: calc(20px * 0.8 * 0.8) !important;
    }
}

.bg-remove-how-to-use {
    width: 100%;
    background: #ffffff;
    padding: 164px 0 40px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        padding: calc(164px * 0.8) 0 calc(40px * 0.8) 0;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding: calc(164px * 0.8 * 0.8) 0 calc(40px * 0.8 * 0.8) 0;
    }
}

.bg-remove-how-to-use h2 {
    font-weight: bold;
    font-size: 42px;
    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: calc(42px * 0.8);
        line-height: calc(88px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(42px * 0.8 * 0.8);
        line-height: calc(88px * 0.8 * 0.8);
    }
}

.bg-remove-how-to-use .container {
    display: flex;
    align-items: center;
    width: 1560px;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 60px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8);
        margin-top: calc(60px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8);
        margin-top: calc(60px * 0.8 * 0.8);
    }
}

.bg-remove-how-to-use .container .steps {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* border-left: 2px solid #D8DBDD; */
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        /* border-left: calc(2px * 0.8) solid #D8DBDD; */
    }
}

.bg-remove-how-to-use .container .steps .line {
    position: absolute;
    top: 37px;
    left: -1px;
    width: 2px;
    height: 288px;
    background: #D8DBDD;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        width: calc(2px * 0.8) !important;
        top: 26px;
        height: 228px;
    }
}

.bg-remove-how-to-use .container .steps .step .circle-active {
    width: 20px !important;
    height: 20px !important;
    background: #000000 !important;
    top: 21px !important;
    left: -10px !important;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        width: calc(20px * 0.8) !important;
        height: calc(20px * 0.8) !important;
        left: calc(-10px * 0.8) !important;
        top: calc(20px * 0.8) !important;
    }
}

.bg-remove-how-to-use .container .steps .step:first-of-type .circle-active {
    top: 0px !important;
}

.bg-remove-how-to-use .container .steps .step .circle::after {
    content: '';
    width: 2px;
    height: 0px !important;
    background: #000;
    position: absolute;
    top: 20px;
    left: 9px;
    transition: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        width: calc(2px * 0.8) !important;
        left: 7px;
        top: 16px;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(2px * 0.8 * 0.8) !important;
        left: 3.8px;
    } */
}

.bg-remove-how-to-use .container .steps .step .circle.circle-active::after {
    height: 148px !important;
    transition: all 4s linear;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        height: calc(148px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: calc(164px * 0.8* 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:nth-child(3) .circle.circle-active::after {
    height: 154px !important;
    transition: all 4s linear;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        height: calc(154px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: calc(174px * 0.8* 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:last-of-type .circle.circle-active::after {
    height: 124px !important;
    transition: all 4s linear;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        height: calc(124px * 0.78) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: calc(144px * 0.77 * 0.77) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:last-of-type .circle-active {
    top: 21px !important;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: calc(20px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        top: calc(20px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step .circle {
    width: 14px;
    height: 14px;
    background: #D8DBDD;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 0px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        width: calc(14px * 0.8);
        height: calc(14px * 0.8);
        left: calc(-7px * 0.8);
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(14px * 0.8 * 0.8) !important;
        height: calc(14px * 0.8 * 0.8) !important;
        left: calc(-7px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:nth-of-type(n+2) .circle {
    top: 24px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: calc(25px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-wisdth: 1024px ) {
        top: calc(24px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:nth-of-type(n+2) .circle-active {
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: calc(20px * 0.8) !important;
    }
}

.bg-remove-how-to-use .container .steps .step:first-of-type .circle {
    top: 25px;
}

.bg-remove-how-to-use .container .steps .step:last-of-type .circle {
    top: 25px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: calc(25px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        top: calc(30px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:last-of-type .circle-active {
    top: 24px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: calc(22px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        top: calc(24px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step {
    position: relative;
    transition: background-color 0.3s;
    padding-left: 29px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        padding-left: calc(29px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding-left: calc(29px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step .active {
    /* position: static !important; */
    /* opacity: 1 !important; */
    max-height: 100px !important;
    /* padding: 14px 20px !important; */
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        max-height: calc(100px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        max-height: calc(100px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step .step-desc {
    width: 518px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: auto; */
    max-height: 0px;
    background: #F7F7F8;
    border-radius: 12px;
    /* padding: 14px 20px; */
    transition: max-height .2s linear;
    /* position: absolute; */
    overflow: hidden;
    /* opacity: 0; */
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(518px * 0.8) !important;
        height: calc(100px * 0.8) !important;
        /* padding: calc(14px * 0.8) calc(20px * 0.8) !important; */
        border-radius: calc(12px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(518px * 0.8 * 0.8) !important;
        /* height: calc(100px * 0.8 * 0.8) !important; */
        border-radius: calc(12px * 0.8 * 0.8) !important;
    }
}

.bg-remove-how-to-use .container .steps .step:last-of-type .step-desc {
    margin-top: 20px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        margin-top: calc(20px * 0.8) !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        margin-top: calc(20px * 0.8 * 0.8) !important;
    } */
}

.bg-remove-how-to-use .container .steps .step .step-desc p {
    width: 480px;
    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: 1024px ) {
        width: calc(480px * 0.8) !important;
        font-size: calc(18px * 0.8) !important;
        line-height: calc(36px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(480px * 0.8 * 0.8) !important;
        /* font-size: calc(18px * 0.8 * 0.8) !important; */
        /* line-height: calc(36px * 0.8 * 0.8) !important; */
    }
}

.bg-remove-how-to-use .container .steps .step>p {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 24px;
    color: #6C6C6C;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    padding: 20px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        font-size: calc(24px * 0.8) !important;
        line-height: calc(24px * 0.8) !important;
        padding: calc(20px * 0.8) 0 !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: calc(24px * 0.8 * 0.8) !important;
        line-height: calc(24px * 0.8 * 0.8) !important;
        padding: calc(20px * 0.8 * 0.8) 0 !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:first-of-type>p {
    padding-top: 0px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        padding-top: 0px !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding-top: 0px !important;
    } */
}

.bg-remove-how-to-use .container .steps .step:last-of-type>p {
    padding-bottom: 0px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        padding-bottom: 0px !important;
    }
    /* @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding-bottom: 0px !important;
    } */
}

.bg-remove-how-to-use .container .steps .step>p:hover {
    color: #000000;
}

.bg-remove-how-to-use .container .steps .active p {
    color: #000000;
}

.bg-remove-how-to-use .container .images {
    width: 899px;
    height: 528px;
    position: relative;
    overflow: hidden;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(899px * 0.8) !important;
        height: calc(528px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(899px * 0.8 * 0.8) !important;
        height: calc(528px * 0.8 * 0.8) !important;
    }
}

.bg-remove-how-to-use .container .images .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 899px;
    height: 528px;
    opacity: 0;
    transition: opacity 0.6s linear;
    pointer-events: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(899px * 0.8) !important;
        height: calc(528px * 0.8) !important;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(899px * 0.8 * 0.8) !important;
        height: calc(528px * 0.8 * 0.8) !important;
    }
}

.bg-remove-how-to-use .container .images .active {
    opacity: 1;
      pointer-events: auto;
}

.core-container {
    width: 100%;
    background: #ffffff;

}

.core-container .outer {
    width: 1560px;
    margin: 0 auto;
    padding: 164px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8);
        padding: calc(164px * 0.8) 0;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8);
        padding: calc(164px * 0.8 * 0.8) 0;
    }
}

.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;
        font-size: calc(42px * 0.8);
        line-height: calc(42px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
        font-size: calc(42px * 0.8 * 0.8);
        line-height: calc(42px * 0.8 * 0.8);
    }
}

.core-container .outer .one-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        padding-bottom: calc(80px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding-bottom: calc(80px * 0.8 * 0.8);
    }
}

.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;
        padding: 0 calc(42px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 454.4px;
        height: 273.92px;
        padding: 0 calc(42px * 0.8 * 0.8);
    }
}

.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: 1560px;
    margin: 0 auto;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: calc(1560px * 0.8);
        padding: calc(80px * 0.8) 0;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: calc(1560px * 0.8 * 0.8);
        padding: calc(80px * 0.8 * 0.8) 0;
    }
}

.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, #EFF2FF 0%, #D8EBFC 37%, #F8EFFF 73%, #FFF7D3 100%);
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    margin-top: 80px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        height: calc(428px * 0.8);
        border-radius: calc(42px * 0.8);
        margin-top: calc(80px * 0.8);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: calc(428px * 0.8 * 0.8);
        border-radius: calc(42px * 0.8 * 0.8);
        margin-top: calc(80px * 0.8 * 0.8);
    }
}

.bottom-mix-card p {
    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;
}

.new-user-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.new-user-mask .new-user-container {
    width: 666px;
    height: 252px;
    padding: 53px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: linear-gradient(90deg, #FFFCF5 0%, #FFEFFB 52%, #D8E7FF 100%);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.new-user-mask .new-user-container .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 0px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(135deg, #9D55FF, #CF56FC, #FF951A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.new-user-mask .new-user-container .desc {
    width: 438px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 0px;
}

.new-user-mask .new-user-container .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 347px;
    height: 42px;
    background: #000000;
    border: 2px solid transparent;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 30px;
}

.new-user-mask .new-user-container .smile {
    position: absolute;
    top: 43px;
    left: 0;
    width: 174px;
    height: 174px;
}

.new-user-mask .new-user-container .left {
    position: absolute;
    top: 30px;
    left: 113px;
    width: 67.68px;
    height: 51.88px;
}

.new-user-mask .new-user-container .right {
    position: absolute;
    top: 22px;
    right: 95px;
    width: 84.1px;
    height: 67.57px;
}

.upload-error-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.upload-error-mask .upload-error {
    width: 371px;
    height: 211px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.upload-error-mask .upload-error p {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.upload-error-mask .upload-error .error-desc {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.upload-error-mask .upload-error .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    background-color: #000000;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.upload-error-mask .upload-error .btn:hover {
    background: #4c4c4c;
}

.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 linear;
    @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 linear;
    }

    .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 linear;
    }
}

.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: absolute;
    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%);
    /* @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: 64px;
    } */
}

.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;
    }
}
