@font-face {
    font-family: 'SSBiaoBangTi';
    src: url('https://d2saw6je89goi1.cloudfront.net/uploads/digital_asset/file/1093751/148-SSBiaoBangTi.ttf');
    font-style: normal;
    font-display: swap;
}

.fontSSBiaoBangTi {
    font-family: 'SSBiaoBangTi', Helvetica, Arial, 'Microsoft Yahei', sans-serif !important;
}

.fontOpenSans {
    font-family: 'Open Sans', sans-serif;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%;
}

/* @media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
} */

.cursorPointer {
    cursor: pointer;
}

img{
    pointer-events: none;
}

section .container {
    position: relative;
    z-index: 2;
}

/* LP Button */
.B2ConClick,
.B2ConClick:hover {
    display: inline-flex;
    padding: 17px 35px 17px 30px;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(90.53deg, #41A88F 0.38%, #00C90E 99.54%) !important;
    border-radius: 65px;
}

.B2ConClick .content {
    text-align: left;
    pointer-events: none;
}

.B2ConClick .content .top {
    font-size: 40px;
    line-height: 38px;
    color: white;
    text-align: center;
    font-family: 'SSBiaoBangTi', Helvetica, Arial, 'Microsoft Yahei', sans-serif !important;
}

.B2ConClick .content .top span {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 4px;
}

.B2ConClick .content .bottom {
    font-size: 16px;
    color: white;
    text-align: left;
}

.B2ConClick.white .content .top,
.B2ConClick.white .content .bottom {
    color: #4E4E4E;
}

.B2ConClick.grey {
    background: #404040;
    border-radius: 65px;
}

.B2ConClick.grey .content .top,
.B2ConClick.grey .content .bottom {
    color: white;
}

.B2ConClick .icon i {
    width: auto;
    height: 42px;
    font-size: 50px;
    line-height: 50px;
    color: white;
    margin-right: 10px;
    pointer-events: none;
}

@media(max-width:500px) {

    .B2ConClick,
    .B2ConClick:hover {
        padding: 10px 17px 10px 17px;
    }

    .B2ConClick .icon i {
        font-size: 32px;
        line-height: 32px;
    }

    .B2ConClick .content .top {
        font-size: 22px;
        line-height: 22px;
    }

    .B2ConClick .content .top span {
        font-size: 19px;
        font-weight: 600;
    }

    .B2ConClick .content .bottom {
        font-size: 13px;
    }
}

#HeroSection {
    position: relative;
}

#HeroSection .cover {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: -webkit-radial-gradient(circle, rgb(0 0 0 / 71%) 0%, rgb(9 9 9 / 81%) 61%, rgb(0 0 0 / 98%) 100%);
    background: -moz-radial-gradient(circle, rgb(0 0 0 / 71%) 0%, rgb(9 9 9 / 81%) 61%, rgb(0 0 0 / 98%) 100%);
    background: radial-gradient(circle, rgb(0 0 0 / 71%) 0%, rgb(9 9 9 / 81%) 61%, rgb(0 0 0 / 98%) 100%); */
    background: #070707;
    opacity: 0.5;
    pointer-events: none;
}

#HeroSection .container {
    position: relative;
    z-index: 2;
}

[data-title*='Section'] {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative;
}

[data-title*='DifferenceSec'] {
    padding-top: 35px !important;
    padding-bottom: 15px !important;
    position: relative;
}

[data-title*='ClassicStory'] {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
    position: relative;
}

[data-title*='Upage'] {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    /*background: url('../images/B2C-Hero-Section-2023.jpg');*/
    background-position: center;
    background-size: cover;
}

[data-title*='EscapeSuffer'] {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
    position: relative;
}

[data-title*='Footer'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    position: relative;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 0px !important;
        padding-bottom: 45px !important;
    }
}

@media (min-width: 992px) {
    [data-title*='Upage'] {
        padding-top: 0px !important;
        padding-bottom: 60px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='DifferenceSec'] {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    [data-title*='ClassicStory'] {
        padding-top: 0px !important;
        padding-bottom: 4.5% !important;
    }

    [data-title*='EscapeSuffer'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='Section'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    [data-title*='DifferenceSec'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='ClassicStory'] {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }

    [data-title*='EscapeSuffer'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

[data-title*='cf-vimeo-video'] .fluid-width-video-wrapper {
    /* border: 0px !important; */
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*border-radius: 5px;*/
    /* border: 10.7629px solid #FFFFFF;
    background-color: #f5f5f5; */
    padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px;
}

.mobile-flex-show {
    display: none;
}

@media (max-width: 500px) {
    [data-title*='Upage'] {
        background-size: cover;
    }

    [data-title*='cf-vimeo-video'] .fluid-width-video-wrapper {
        border: none;
        background-color: transparent;
        padding-top: 56.25%;
    }

    .mobile-flex-show {
        display: flex;
    }
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-capitalize {
    text-transform: capitalize;
}

u.txt-underline {
    text-decoration: underline;
    text-decoration-color: #0065bd;
    text-decoration-thickness: 3px;
    color: #0065bd;
}

u.txt-underline-red {
    text-decoration: underline;
    text-decoration-color: #cf0f0f;
    text-decoration-thickness: 3px;
}

.txt_brand {
    color: #33D43E;
}

/* CTA Button */
.elButton span {
    pointer-events: none;
    font-family: 'Inter';
}

.elButton span img.button-car {
    display: inline-block;
    width: 155px;
    position: absolute;
    top: 2px;
    left: -54px;
}

.elButton span img.button-carSecond {
    display: inline-block;
    width: 155px;
    position: absolute;
    top: 2px;
    right: -54px;
    transform: scaleX(-1);
}

@media(max-width:500px) {
    .elButton {
        font-weight: 400;
    }

    .elButtonMain {
        font-weight: 600;
        font-family: 'Inter';
        letter-spacing: 1px;
    }

    .elButton i {
        margin-right: 3px;
    }

    .elButton span img.button-car,
    .elButton span img.button-carSecond {
        width: 120px;
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    position: relative;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 1.6em;
}

.elBulletListNew li i {
    position: absolute;
    top: 0px;
    left: 0px;
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute;
}

.elBulletListNew li img {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .elBulletListNew li {
        margin-bottom: 0px;
        padding-left: 33px;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 24px;
    }

    .elBulletListNew li i {
        margin-left: -20px;
    }

    .elBulletList li:before {
        left: 10px !important;
    }

    .elBulletListNew li img {
        top: 1px;
    }
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url('../images/big-play-button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 10%;
    background-position: center;
}

@media(max-width:500px) {
    .video-sound-overlay {
        background-size: 14%;
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

@media(min-width: 700px) {
    .fluid-width-video-wrapper {
        box-shadow: 0px 0px 20px 0px rgb(233 233 233 / 8%) !important;
        overflow: hidden;
    }

    .ultv-video__play-icon {
        width: 100px;
    }
}

/* Website YouTube Background */
.ytvideo-container {
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0px;
    margin-top: 0px;
    width: 100vw;
    height: 100vh;
}

.ytvideo-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .ytvideo-container iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .ytvideo-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

.mfp-iframe-holder .mfp-content {
    max-width: 150vh;
}

.B2Cvideo-container {
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0px;
    margin-top: 0px;
    width: 100vw;
    height: 100vh;
}

.video-bg,
.video-bg video {
    width: 100%;
}

.video-bg {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #000;
}

#HeroSection img.firstLogo {
    width: 140px;
}

#HeroSection .bored {}

#HeroSection .attract {}

#HeroSection b.show {
    font-weight: 500;
    color: #33d43e;
}

a.HeroPop {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

a.HeroPop .background {
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

a.HeroPop .pop-button {
    background: white;
    display: inline-flex;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

a.HeroPop:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #66DF6E;
    opacity: 0.5;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 0;
}

a.HeroPop .pop-button svg {
    display: inline-block;
    width: 75px;
    height: 75px;
}

a.HeroPop .pop-button svg path {
    fill: #33d43e;
}

@media(max-width:500px){
    #HeroSection .MoveUp {
        margin-bottom: -36%;
    }
    
    a.HeroPop .background {
        box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    }
    
    a.HeroPop .pop-button {
        width: 55px;
        height: 55px;
    }
    
    a.HeroPop:before {
        width: 60px;
        height: 60px;
    }
    
    a.HeroPop .pop-button svg {
        width: 50px;
        height: 50px;
    }
}

/* NeedFourStep */
#NeedFourStep {
    background: url('../images/B2C-Team-Background.jpg');
}

#NeedFourStep .AttractRow {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 85px 0px 40px !important;
}

#NeedFourStep .select.col-inner {
    padding: 0 60px !important;
}

#NeedFourStep .DividerSpace {
    margin: 20px 0px 40px;
    border-top: 1px solid;
    width: 100%;
}

#NeedFourStep .DividerSpace.red {
    border-color: rgb(241, 69, 58);
}

#NeedFourStep .DividerSpace.green {
    border-color: rgb(51, 212, 62);
}

@media(max-width:500px) {
    #NeedFourStep {
        padding-top: 36% !important;
    }
    
    #NeedFourStep .AttractRow {
        padding: 0px !important;
    }

    #NeedFourStep .select.col-inner {
        padding: 0px !important;
    }

    #NeedFourStep .DividerSpace {
        margin: 10px auto 20px;
    }
}

/* WrongPoint */
.WrongPoint {
    background: #00171C;
    border-right: 6px solid #F1453A;
    color: #C5C6C8;
    font-weight: 500;
    font-size: 20px;
    padding: 13px 23px;
    letter-spacing: 2px;
    width: 96%;
}

.WrongPoint i.bi-x-lg {
    color: #F1453A;
    margin-right: 15px;
}

.WrongPoint:not(:last-child) {
    margin-bottom: 10px;
}

/* RightPoint */
.RightPoint {
    background: #00171C;
    border-right: 6px solid #66DF6E;
    color: #C5C6C8;
    font-weight: 500;
    font-size: 20px;
    padding: 13px 23px;
    letter-spacing: 2px;
    width: 96%;
}

.RightPoint i.bi-check-lg {
    color: #66DF6E;
    margin-right: 15px;
}

.RightPoint:not(:last-child) {
    margin-bottom: 10px;
}

@media(max-width:500px) {

    .WrongPoint,
    .RightPoint {
        font-size: 17px;
        width: 100%;
    }
}

/* Difference */
#DifferenceCTA {
    position: relative;
    background-color: #161a20;
    overflow: hidden;
}

#DifferenceCTA .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: url('../images/B2C-Background-Difference.png');
    mix-blend-mode: color-burn;
}

#DifferenceCTA img.float-Arrow {
    position: absolute;
    height: 25%;
    top: -6%;
    right: -6%;
    transform: rotate(18deg);
}

@media(min-width:1600px) {
    #DifferenceCTA img.float-Arrow {
        height: 25%;
        top: -6%;
        right: -6%;
    }
}

@media(min-width:1919px) {
    #DifferenceCTA img.float-Arrow {
        height: 25%;
        top: -6%;
        right: -15%;
    }
}

@media(min-width:2249px) {
    #DifferenceCTA img.float-Arrow {
        height: 26%;
        right: -28%;
    }
}

@media (min-width: 2399px) {
    #DifferenceCTA img.float-Arrow {
        height: 33%;
        right: -42%;
    }
}

@media (max-width: 500px) {
    #DifferenceCTA img.float-Arrow {
        display: none;
    }
}

#DifferenceCTA img.floatDesktop {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

#DifferenceCTA img.floatMobile {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

#DifferenceCTA i.win {
    color: #33d43e;
    font-style: normal;
}

@media(max-width:500px) {
    #DifferenceCTA {
        background: #202a39;
    }

    #DifferenceCTA .cover {
        background: url('../images/B2C-Background-Difference-Mobile.png');
    }

    #DifferenceCTA img.floatDesktop {
        display: none;
    }

    #DifferenceCTA img.floatMobile {
        display: block;
        height: auto;
        width: 100%;
    }
}

/* B2C-Marketing-Plan */
#MarketingPlan {
    background: url('../images/B2C-Zoom-Call-Background.jpg');
    background-size: cover;
}

#MarketingPlan i.line {
    color: #33d43e;
    font-style: normal;
}

#MarketingPlan img.draft {
    padding: 50px 0px;
}

#MarketingPlan img.draft.mobile {
    display: none;
}

img.mfp-img {
    background: white;
    padding: 0px;
}

@media(max-width:500px) {
    #MarketingPlan img.draft {
        padding: 30px 0px;
    }
    
    #MarketingPlan img.draft.desktop {
        display: none;
    }

    #MarketingPlan img.draft.mobile {
        display: block;
    }
}

/* Classic Story */
#ClassicStory {
    position: relative;
    background-color: rgb(0, 23, 28);
}

/*#ClassicStory>.cover {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*    background: url('../images/B2C-Background-Difference.png');*/
/*    mix-blend-mode: color-burn;*/
/*}*/

#ClassicStory .swiper-Classic .cover {
    background: linear-gradient(to left, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 45%) center center no-repeat;
    pointer-events: none;
}

#ClassicStory .storyCard {
    display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

#ClassicStory .storyCard .cover {
    background: linear-gradient(90deg, #00171C 24.27%, rgba(0, 23, 28, 0) 100%);
    /*background: radial-gradient(rgb(0 23 28 / 88%) 24.27%, rgba(0, 23, 28, 0) 100%);*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#ClassicStory .storyCard.reverse .cover {
    background: linear-gradient(270deg, #00171C 24.27%, rgba(0, 23, 28, 0) 100%);
}

#ClassicStory .storyCard img.image_desktop {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

#ClassicStory .storyCard img.image_mobile {
    display: none;
}

#ClassicStory .storyCard .content {
    position: absolute;
    z-index: 4;
    top: 30%;
    left: 4%;
    transform: translate(0%, -50%);
    color: white;
    min-width: 55%;
}

#ClassicStory .storyCard.reverse .content {
    right: 4%;
    left: unset;
    transform: translate(0%, -50%);
    text-align: right;
}

#ClassicStory .storyCard .content .tag {
    color: #33D43E;
    font-size: 32px;
    font-weight: 500;
}

#ClassicStory .storyCard .content .title {
    font-family: 'SSBiaoBangTi', Helvetica, Arial, 'Microsoft Yahei', sans-serif !important;
    font-size: 66px;
    line-height: 86px;
    letter-spacing: 2px;
    padding: 30px 0px 45px;
}

#ClassicStory .storyCard .content .title b.eng {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 62px;
    padding: 0px 10px;
}

#ClassicStory .storyCard .content .button {
    padding: 0.6rem 2.4rem 0.6rem 1.9rem;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90.53deg, #41A88F 0.38%, #00C90E 99.54%) !important;
    color: white;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: .01em;
    text-transform: capitalize;
    border-radius: 0.7rem;
    transition: background .25s ease, box-shadow .25s ease;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    box-sizing: border-box;
}

#ClassicStory .storyCard .content .button svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

#ClassicStory .storyCard .content .button svg path {
    fill: white;
}

#ClassicStory .ultv-video__outer-wrap:before {
    display: none;
}

#ClassicStory .MoveUp {
    margin-top: -20%;
    position: relative;
    z-index: 2;
}

.mc-carousel__peek--after {
    display: none;
}

@media(max-width:500px){
    #ClassicStory .MoveUp {
        margin-top: 30px;
    }
    
    #ClassicStory .storyCard {
        padding-top: 0%;
    }
    
    #ClassicStory .storyCard .cover,
    #ClassicStory .storyCard.reverse .cover {
        background: linear-gradient(to top, rgb(0 23 28) 0px, rgb(0 23 28 / 78%) 28%, rgb(0 0 0 / 16%) 65%) center center no-repeat;
    }
    
    #ClassicStory .storyCard img.image_desktop {
        display: none;
    }
    
    #ClassicStory .storyCard img.image_mobile {
        display: block;
        width: 100%;
    }
    
    #ClassicStory .storyCard .content,
    #ClassicStory .storyCard.reverse .content {
        top: unset;
        right: unset;
        left: 0%;
        bottom: 0%;
        transform: translate(0%, 0%);
        padding: 12px;
        text-align: center;
        width:100%;
    }
    
    #ClassicStory .storyCard .content .title {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 0px 25px;
        height: 142px;
    }
    
    #ClassicStory .storyCard .content .title b.eng {
        font-size: 24px;
        padding: 0px 6px;
    }
    
    #ClassicStory .storyCard .content .button {
        padding: 0.3rem 1rem 0.4rem 0.9rem;
        font-size: 16px;
        border-radius: 0.45rem;
    }
    
    #ClassicStory .storyCard .content .button svg {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
    
    #ClassicStory .storyCard .content .tag {
        background: #00171c;
        display: inline-block;
        padding: 2px 11px 4px;
        border-radius: 32px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
    
    #ClassicStory .MoveUp .Anli {
        padding-left: 15px;
    }
    
    .mc-carousel__peek--after {
        content: "";
        display: block;
        position: absolute;
        left: auto;
        right: -16px;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        opacity: 1;
        transition: opacity .55s ease;
    }
}

/* selectCard */
.selectCard {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.selectCard .circle {
    background: #33D43E;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selectCard .circle svg {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.selectCard .circle svg path {
    fill: white;
}


/* Customer Story */
#CustomerStory {
    background-color: rgb(0, 23, 28);
}

/* swiper-AnliList */
.swiper-AnliList .swiper-wrapper {
    padding-bottom: 85px;
}

.swiper-AnliList .swiper-pagination-bullet {
    background: #C3CAD1;
    opacity: 0.31;
}

.swiper-AnliList .swiper-pagination-bullet-active {
    background: #00C90E;
    opacity: 1;
}

/* Anli Video Slide */
.AnliContent {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-top: 25px;
}

.AnliContent .tag {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #33D43E;
    margin-bottom: 10px;
}

@media(max-width:500px) {
    .swiper-AnliList .swiper-wrapper {
        padding-bottom: 55px;
    }

    .AnliContent {
        font-size: 19px;
        padding-top: 15px;
    }

    .AnliContent .tag {
        font-size: 16px;
    }

    .ultv-video__play-icon .circle {
        width: 55px;
        height: 55px;
    }

    .ultv-video__play-icon .circle:before {
        width: 50px;
        height: 50px;
    }

    .ultv-video__play-icon .circle svg {
        width: 40px;
        height: 40px;
    }

    .swiper-slide-active .ultv-video__play-icon .circle {
        width: 45px;
        height: 45px;
    }

    .swiper-slide-active .ultv-video__play-icon .circle svg {
        width: 35px;
        height: 35px;
    }

}

/* DeepClear */
#DeepClear {
    background-color: white;
}

/* Aniamtion Cards */
.card-v2 {
    position: relative;
    overflow: hidden
}

.card-v2 img {
    display: block;
    width: 100%;
}

.card-v2__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0), hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 1));
    background-blend-mode: multiply;
    color: var(--color-white);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.card-v2--blur-fx .card-v2__caption {
    background: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

a.card-v2 {
    display: block;
    text-decoration: none;
    transition: box-shadow .2s
}

:root {
    --anim-cards-width: 280px;
}

@supports(--css:variables) {
    @media(min-width:48rem) {
        :root {
            --anim-cards-width: 400px
        }
    }

    @media(min-width:64rem) {
        :root {
            --anim-cards-width: 550px
        }
    }
}

.anim-cards {
    overflow: hidden;
    margin: 30px 0px 30px;
}

.anim-cards__list {
    display: flex;
    overflow: auto;
    list-style: none;
    margin: 0px !important;
}

.anim-cards__item {
    float: left;
    width: var(--anim-cards-width);
    flex-shrink: 0;
    margin-right: 30px;
    list-style: none;
}

.anim-cards:not(.anim-cards--anim-off) .anim-cards__list {
    overflow: visible;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.anim-cards--reverse:not(.anim-cards--anim-off) .anim-cards__list {
    flex-direction: row-reverse
}

@media(max-width:500px) {
    .anim-cards {
        margin: 10px 0px;
    }

    .anim-cards__item {
        width: 200px;
        margin-right: 10px;
    }

    .anim-cards__item figure {
        margin: 0px !important;
    }
}

/* Wuqu */
#Wuqu {
    position: relative;
    background-color: rgb(16, 19, 23);
}

#Wuqu .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('../images/Background-Wuqu.png');
    mix-blend-mode: soft-light;
    pointer-events: none;
}

#Wuqu .container {
    position: relative;
    z-index: 1;
}

#Wuqu .elDivider {
    width: 100%;
    border-top: 1px solid rgb(165, 165, 165);
    margin: 25px 0px 0px;
}

#Wuqu .MisTitleRow {
    padding: 70px 0px 15px !important;
}

/* WuquPoint */
.WuquPoint {
    background: #00171C;
    border-right: 6px solid #F1453A;
    color: #F1453A;
    font-weight: bold;
    font-size: 24px;
    padding: 13px 23px;
    letter-spacing: 2px;
    width: 98%;
}

.WuquPoint i.bi-exclamation-triangle-fill {
    color: #F1453A;
    margin-right: 15px;
}

#Wuqu .falseTitle {
    margin: 25px 0px;
}

#Wuqu .desc {
    color: rgb(197, 198, 200);
}

@media(max-width:500px) {
    #Wuqu .elDivider {
        display: none;
    }

    #Wuqu .MisTitleRow {
        padding: 20px 0px 20px !important;
    }

    .WuquPoint {
        font-size: 20px;
        padding: 10px 18px;
        width: 100%;
    }
}

/* Compare */
#Compare {
    background: url('../images/B2C-Team-Background.jpg');
    background-size: cover;
}

/* CardCompare */
#Compare .CardCompare {
    background: #00171C;
    color: white;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

/*#Compare .CardCompare.New {*/
/*    border: 2px solid #33D43E;*/
/*}*/

/*#Compare .CardCompare.Old {*/
/*    border: 2px solid #F1453A;*/
/*}*/

#Compare .CardCompare .top {
    position: relative;
}

#Compare .CardCompare .top .float {
    font-family: 'SSBiaoBangTi', Helvetica, Arial, 'Microsoft Yahei', sans-serif !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00171C;
    border-radius: 10px;
    padding: 6px 30px;
    min-width: 290px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Compare .CardCompare.Old .top .float {
    color: #F1453A;
    border: 2px solid #F1453A;
}

#Compare .CardCompare.New .top .float {
    color: #33D43E;
    border: 2px solid #33D43E;
}

#Compare .CardCompare .top img {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

#Compare .CardCompare .top .float img.icon {
    margin: 0px;
    margin-right: 15px;
    display: inline-block;
    width: 34px;
}

#Compare .CardCompare .bottom {
    padding: 70px 0px 40px;
}

#Compare .CardCompare .bottom .head {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

#Compare .CardCompare .bottom .subhead {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}

#Compare .CardCompare .bottom .listGroup {
    font-size: 18px;
    margin: 40px 0px 0px 30%;
}

#Compare .CardCompare .bottom .listGroup .list {
    display: flex;
    align-items: center;
}

#Compare .CardCompare .bottom .listGroup .list:not(:last-child) {
    padding-bottom: 13px;
}

#Compare .CardCompare .bottom .listGroup .list .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

#Compare .CardCompare .bottom .listGroup .list .icon i {
    font-size: 13px;
}

#Compare .CardCompare.Old .bottom .listGroup .list .icon {
    background: #F1453A;
}

#Compare .CardCompare.New .bottom .listGroup .list .icon {
    background: #33D43E;
}

@media(max-width:500px) {
    #Compare .CardCompare .top .float {
        padding: 6px 19px;
        min-width: 185px;
        font-size: 28px;
    }

    #Compare .CardCompare .top .float img.icon {
        margin-right: 10px;
        width: 24px;
    }

    #Compare .CardCompare .bottom {
        padding: 50px 0px 40px;
    }

    #Compare .CardCompare .bottom .head {
        font-size: 26px;
    }

    #Compare .CardCompare .bottom .subhead {
        font-size: 22px;
    }

    #Compare .CardCompare .bottom .listGroup {
        font-size: 17px;
        margin: 30px 0px 0px 20%;
    }

    #Compare .CardCompare .bottom .listGroup .list:not(:last-child) {
        padding-bottom: 13px;
    }

    #Compare .CardCompare .bottom .listGroup .list .icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    #Compare .CardCompare .bottom .listGroup .list .icon i {
        font-size: 12px;
    }
}

/* ProgramFit */
#ProgramFit {
    background-color: rgb(244, 245, 251);
}

/* PlanForU */
#PlanForU {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    row-gap: 70px;
}

#PlanForU .Card {
    text-align: center;
}

#PlanForU .Card .icon {
    margin-bottom: 20px;
}

#PlanForU .Card .icon img {
    display: block;
    margin: 0px auto;
}

#PlanForU .Card .title {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

#PlanForU .Card .desc {
    color: #7C8089;
    font-size: 17px;
}

@media(max-width:500px) {
    #PlanForU {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        row-gap: 15px;
    }

    #PlanForU .Card {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
        padding: 25px 8px;
    }

    #PlanForU .Card .title {
        font-size: 18px;
    }

    #PlanForU .Card .desc {
        font-size: 15px;
    }
}

/* Zoom Call Process */
[data-title*='ZoomSec'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-size: cover !important;
    background-position: center center;
}

@media (min-width: 992px) {
    [data-title*='ZoomSec'] {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

#ZoomCallProcess {
    background: url('../images/B2C-Zoom-Call-Background.jpg');
    background-size: cover;
}

#ZoomCallProcess b.eng {
    font-weight: 700;
    font-size: 54px;
}

@media(max-width:500px) {
    #ZoomCallProcess b.eng {
        font-size: 28px;
        line-height: 32px;
    }
}

/* Zoom Step */
.ZoomStep {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
}

.ZoomStep .Card {
    flex: 0 0 27.33%;
    text-align: center;
    position: relative;
}

@-webkit-keyframes moveInOutX {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(5px)
    }
}

@keyframes moveInOutX {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(5px)
    }
}

.dots {
    width: 115px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    left: 100%;
    top: 40%;
}

.dots__dot {
    width: 5px;
    height: 5px;
    margin: 5px;
    display: inline-block;
    border-radius: 99px;
    background-color: #20272F;
    -webkit-animation: moveInOutX 0.3s linear infinite;
    animation: moveInOutX 0.3s linear infinite;
}

.ZoomStep .Card .num-area {
    text-align: center;
    background-color: #66DF6E;
    border-radius: 50%;
    padding: 0px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin: 0px auto;
    position: absolute;
    top: -4%;
    left: 18%;
    transform: translate(-50%, -50%);
}

.ZoomStep .Card .num-area .number {
    border: 1.5px solid #00171C;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ZoomStep .Card .num-area .number span {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    transition: 200ms ease-in;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.ZoomStep .Card .content {
    font-size: 22px;
    font-weight: 500;
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 38px 30px;
    background: white;
    border: 3px solid #66DF6E;
    border-radius: 10px;
}

.ZoomStep .Card .content .online {
    font-size: 24px;
    font-weight: bold;
}

.ZoomStep .Card .content span {
    font-size: 19px;
}

@media(max-width:500px) {
    .ZoomStep {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px auto;
        margin-top: 55px;
        width: 90%;
    }

    .ZoomStep .Card:not(:last-child) {
        margin-bottom: 70px;
    }

    .ZoomStep .Card .content {
        height: auto;
        padding: 35px 20px 30px;
        overflow: hidden;
        z-index: 1;
        position: relative;
        font-weight: 700;
    }

    .ZoomStep .Card:first-child .content {
        padding: 35px 40px 30px;
    }

    .dots {
        left: 50%;
        top: unset;
        bottom: -35%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .ZoomStep .Card .num-area {
        width: 50px;
        height: 50px;
    }

    .ZoomStep .Card .num-area .number {
        font-size: 24px;
        width: 42px;
        height: 42px;
    }

    .ZoomStep .Card .num-area .number span {
        font-size: 23px;
        line-height: 25px;
    }
}

/* LeeQinCTA */
#LeeQinCTA {
    position: relative;
    background: transparent;
    height: 70vh;
    padding: 75px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#LeeQinCTA .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: black;
    opacity: 0.7;
    pointer-events: none;
}

#LeeQinCTA i {
    font-style: normal;
    color: #66DF6E;
}

/* FourPoint */
#FourPoint {
    background: url('../images/Background-Four-Point.jpg');
    background-size: cover;
    background-position: top center;
}

#FourPoint .KeyPointRow {
    padding: 35px 5px 35px !important;
}

#FourPoint .KeyPointRow .select {
    padding: 0px 25px !important;
}

#FourPoint .fourTitle {
    margin: 25px 0px !important;
}

#FourPoint .desc {
    color: rgb(124, 128, 137);
}

/* FourPoint */
.FourPoint {
    background: #00171C;
    border-right: 6px solid #66DF6E;
    color: #66DF6E;
    font-weight: bold;
    font-size: 24px;
    padding: 13px 23px;
    letter-spacing: 2px;
    width: 98%;
}

.FourPoint i.bi-check-circle-fill {
    color: #66DF6E;
    margin-right: 10px;
}

@media(max-width:500px) {
    #FourPoint .KeyPointRow {
        padding: 20px 0px !important;
    }

    #FourPoint .KeyPointRow .select {
        padding: 0px !important;
    }

    #FourPoint .fourTitle {
        margin: 20px 0px !important;
    }

    .FourPoint {
        font-size: 20px;
        padding: 10px 18px;
        width: 100%;
    }
}

/* Founder */
#Founder {
    display: none;
    background-color: rgb(0, 23, 28);
}

#Founder b.name {
    font-family: 'Open Sans' !important;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    padding-left: 10px;
}

/* content Focus */
.contentFocus {
    position: relative;
    padding: 45px 50px 20px;
    box-sizing: border-box;
    background: #373F4B;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 75px;
    letter-spacing: 1px;
}

.contentFocus .Float {
    position: absolute;
    background: #66DF6E;
    border-radius: 60px;
    top: -21px;
    left: 20px;
    padding: 10px 20px 10px 30px;
    color: black;
    font-weight: bold;
}

@media(max-width:500px) {
    #Founder b.name {
        font-size: 32px;
        line-height: 36px;
        padding-left: 10px;
    }

    .contentFocus {
        padding: 40px 20px 20px;
        font-size: 16px;
        line-height: 26px;
        margin-top: 55px;
    }

    .contentFocus .Float {
        padding: 8px 14px 10px 20px;
    }
}

/* Team */
#Team {
    position: relative;
    background: url(../images/B2C-Team-Background.jpg);
    background-size: cover;
}

.TeamCard .name,
.TeamMobile .name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 15px 0px 3px;
    text-align: center;
}

.TeamCard .position,
.TeamMobile .position {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.TeamMobile {
    display: none;
}

@media(max-width:500px) {
    .TeamCard {
        display: none;
    }

    .TeamMobile {
        display: block;
    }
}

/* Escape Suffer*/
#EscapeSuffer {
    position: relative;
}

#EscapeSuffer .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #070707;
    opacity: 0.83;
    pointer-events: none;
}

#EscapeSuffer b.high {
    color: #33D43E;
}

#EscapeSuffer .select {
    padding: 0px 25px;
}

@media(max-width:500px) {
    #EscapeSuffer .select {
        padding: 0px;
    }

    #EscapeSuffer .cover {
        opacity: 1;
    }
}

/* Get High Ticket Process */
#GetHighTickProcess {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 72%;
    padding: 20px 0px 20px;
}

#GetHighTickProcess .list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#GetHighTickProcess .list:not(:last-child) {
    padding-bottom: 10px;
}

#GetHighTickProcess .half {
    width: 39%;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

#GetHighTickProcess .arrow-right {
    display: flex;
    width: 18%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#GetHighTickProcess .arrow-right img {
    display: block;
}

@media(max-width:500px) {
    #GetHighTickProcess {
        width: 80%;
        margin: 0px auto;
        padding: 30px 0px 30px;
    }

    #GetHighTickProcess .half {
        width: 42%;
        font-size: 17px;
    }

    #GetHighTickProcess .arrow-right {
        width: 16%;
    }

    #GetHighTickProcess .arrow-right img {
        width: 8px;
    }
}

/* HangYe */
.Hangye {
    text-align: center;
    font-size: 26px;
}

.Hangye .inner .top {
    display: inline-block;
    padding: 7px 26px 10px;
    background-color: #F1453A;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    box-sizing: border-box;
}

.Hangye .inner .top img {
    height: 21px;
    margin-right: 15px;
    margin-top: -2px;
}

.Hangye .inner .bottom {
    padding-top: 20px;
}

.Hangye i.bi-exclamation-triangle-fill {
    color: white;
    font-size: 21px;
    line-height: 26px;
    margin: 0px 7px 0px 0px !important;
}

.Hangye .inner .bottom .first {
    font-size: 19px;
    line-height: 26px;
    color: #EFEFEF;
}

.Hangye .inner .bottom u {
    color: #F1453A;
    font-weight: bold;
    text-decoration: none !important;
    letter-spacing: -2px;
}

.Hangye .red {
    color: #cf0b0b;
    font-weight: bold;
    text-decoration: none;
}

@media(max-width:500px) {
    .Hangye {
        font-size: 18px;
        letter-spacing: -1px;
        margin: 0px 0px;
    }

    .Hangye .inner .top {
        font-size: 22px;
        line-height: 36px;
        padding: 6px 30px 10px;
    }

    .Hangye i.bi-exclamation-triangle-fill {
        font-size: 23px;
        line-height: 27px;
        margin: 0px 12px 0px 0px !important;
    }

    .Hangye .inner .bottom {
        padding: 40px 10px 20px;
        font-size: 20px;
        background: #22262E;
        margin-top: -25px;
    }

    .Hangye .inner .bottom .first {
        font-size: 18px;
        padding-bottom: 6px;
    }
}

footer {
    padding: 30px 0px;
}

footer .container .row {
    width: 55%;
}

footer .elDivider {
    border-top: 1px solid rgb(197, 198, 200);
    margin: 30px 0px;
}

@media(max-width:500px) {
    #HeroSection img.firstLogo {
        width: 80px;
    }
}