.hw-luca {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.hw-luca * {
    box-sizing: border-box;
}

.hw-luca .blur-up {
    filter: blur(20px);
    transition: filter .2s;
}

.hw-luca .blur-up.lazyloaded {
    filter: blur(0);
}

.hw-luca picture,
.hw-luca img,
.hw-luca video {
    display: block;
    width: 100%;
    border: 0;
}

.hw-luca .active {
    color: #000;
}

.hw-luca sup.ssup {
    font-size: .6em;
    cursor: pointer;
}

.hw-luca a {
    text-decoration: none;
}

.hw-luca b {
    font-style: normal;
    font-weight: inherit;
}

.hw-luca .nr {
    white-space: nowrap;
    font-style: normal;
}

.hw-luca .showPc {
    display: inline-block;
}

.hw-luca .showMob {
    display: none;
}

.hw-luca .showInWxUc {
    display: none;
}

.hw-luca .showie {
    display: none;
}

.hw-luca .hidden {
    display: none !important;
}

/* mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .showPc {
        display: none !important;
    }

    .hw-luca .showPcinline {
        display: none;
    }

    .hw-luca .showMob {
        display: inline-block;
    }
}

.hw-luca .section-pic-center {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hw-luca .section-kv-pic {
    line-height: 1.25;
    margin-top: 3.125vw;
    font-size: 1.46vw;
    font-weight: 400;
    color: #000;
}

.hw-luca .section-kv-pic a {
    color: initial;
}

.hw-luca .section-kv-pic span {
    font-size: 0.6770833333vw;
    font-weight: 500;
}

.hw-luca .section-slogan-botton {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    border: 2px solid #000;
    display: inline-block;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
    margin-top: 24px;
}

.hw-luca .section-slogan-botton:hover {
    opacity: .8;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .section-kv-pic span {
        font-size: 3.6111111111vw;
    }

    .hw-luca .section-kv-pic {
        font-size: 5.56vw;
        margin-top: 5.55555555555vw;
    }
}

/* sup  */
.hw-luca .last-section {
    position: relative;
    z-index: 20;
}

.hw-luca .last-section a {
    color: #1f71ff
}

.hw-luca .last-section ol {
    width: 79.4375vw;
    margin: 4.1666666666vw auto 10.416666666vw;
    color: #787774;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    list-style: decimal;
}


@media screen and (min-width: 1920px) {
    .hw-luca .last-section ol {
        font-size: 0.625vw;
    }
}

.hw-luca .last-section .notmm {
    position: relative;
    list-style: none !important;
    margin: 0 0 1.04166666666vw 0;
}

.hw-luca .last-section .mll {
    position: relative;
    list-style: none;
}

.hw-luca .last-section .mll::before {
    content: "*";
    position: absolute;
    top: 0;
    left: -9px;
}

.hw-luca .last-section .mll1 {
    position: relative;
    list-style: none;
}

.hw-luca .last-section .mll1::before {
    content: "**";
    position: absolute;
    top: 0;
    left: -14px;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .last-section .mll1::before {
        left: -4.1666666666vw;
    }

    .hw-luca .last-section .mll::before {
        left: -2.7777777777vw;
    }
}

@media screen and (min-width: 1921px) {
    .hw-luca .last-section .mll1::before {
        left: -0.8333333333vw;
    }
}


/* mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .last-section .notmm {
        margin: 0 0 2.777777777vw 0;
    }

    .hw-luca .last-section ol {
        width: 80.1vw;
        margin: 11.1111111111vw 0 22.2222222222vw 12.833333vw;
        font-size: 3.3333333333vw;
    }
}



/* kv */
.hw-luca .luca-s1 {
    display: flex;
    align-items: center;
    margin: 0 0 10.41666667vw 0;
    position: relative;
}

.hw-luca .luca-s1 .kv-pic {
    height: 50vw;

}

.hw-luca .luca-s1 .kv-content {
    width: 27.08333333vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 67.70833333vw;
    top: 50%;
    transform: translateY(-50%);
}


.hw-luca .luca-s1 .kv-content h2 {
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    color: #000000;
    text-align: center;
}

.hw-luca .luca-s1 .kv-content img {
    width: 20.52083333vw;
    margin: 1.5625vw 0 1.5625vw 0;
}

.hw-luca .luca-s1 .kv-ksp .info1 {
    font-weight: 700;
    color: #000000;
    font-size: 1.09375vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 0.41666667vw 0;
}

.hw-luca .luca-s1 .kv-ksp .info2 {
    font-weight: 400;
    color: #000000;
    font-size: 1.04166667vw;
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s1 {
        flex-direction: column-reverse;
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s1 .kv-pic {
        height: 84.16666667vw;

    }

    .hw-luca .luca-s1 .kv-content h2 {
        font-size: 8.88888889vw;
    }

    .hw-luca .luca-s1 .kv-content img {
        width: 50vw;
        margin: 4.16666667vw 0 4.16666667vw 0;
    }

    .hw-luca .luca-s1 .kv-content {
        width: 83.33333333vw;
        margin: 18.88888889vw 0 2.77777778vw 0;
        position: static;
        transform: translateY(0);
    }

    .hw-luca .luca-s1 .kv-ksp .info1 {
        font-size: 2.63888889vw;
        margin: 0 0 0.3125vw 0;
    }

    .hw-luca .luca-s1 .kv-ksp .info2 {
        font-size: 2.5vw;
    }

}

/* common */
.hw-luca .co-black {
    color: #000000;
}

/* s2 */
.hw-luca .luca-s2 {
    margin: 0 0 10.41666667vw 0;
}

.hw-luca .luca-s2 .heart-item {
    position: relative;
    border-radius: 1.04166667vw;
    -webkit-border-radius: 1.04166667vw;
    background: #f8f8f8;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}

.hw-luca .luca-s2 .arrow-container {
    position: absolute;
    bottom: 1.04166667vw;
    right: 1.04166667vw;
    width: 2.39583333vw;
    height: 2.39583333vw;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hw-luca .luca-s2 .heart-item1 .arrow-container {
    background: rgba(255, 255, 255, 0.5);
}

.hw-luca .luca-s2 .arrow-wrap img {
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media (any-hover:hover) {
    .hw-luca .luca-s2 .heart-item:hover .arrow-wrap img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.hw-luca .luca-s2 .heart-item .heart-img img {
    transition: 0.5s all linear;
}

@media (any-hover:hover) {
    .hw-luca .luca-s2 .heart-item:hover .heart-img img {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
        transform-origin: 50% 50%;
        will-change: transform;
    }
}

.hw-luca .luca-s2 .heart-txt {
    position: absolute;
    top: 2.08333333vw;
    left: 2.08333333vw;
}

.hw-luca .luca-s2 .heart-item6 .heart-txt {
    width: 11.45833333vw;
    top: 50%;
    transform: translateY(-50%);
}

.hw-luca .luca-s2 .heart-title {
    font-weight: 500;
    color: #000000;
    font-size: 1.66666667vw;
    line-height: 1.25;
}

.hw-luca .luca-s2 .heart-item1 .heart-title {
    color: #ffffff;
    width: 47.29166667vw;
    font-size: 2.08333333vw;
}


.hw-luca .luca-s2 .heart-item2 .heart-title,
.hw-luca .luca-s2 .heart-item4 .heart-title {
    padding: 0 0 0.52083333vw 0;
}

.hw-luca .luca-s2 .heart-item2 .heart-txt {
    width: 24.58333333vw;
}

.hw-luca .luca-s2 .heart-item3 .heart-txt {
    width: 21.04166667vw;
}

.hw-luca .luca-s2 .heart-item4 .heart-txt {
    width: 22.5vw;
}

.hw-luca .luca-s2 .heart-item5 .heart-txt {
    width: 24.58333333vw;
}

.hw-luca .luca-s2 .heart-desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-s2 .heart-wrap {
    width: 81.25vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hw-luca .luca-s2 .heart-item1 {
    width: 51.45833333vw;
    margin-bottom: 1.04166667vw;
    position: relative;
}

.hw-luca .luca-s2 .heart-item1 .heart-item1-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hw-luca .luca-s2 .heart-item2 {
    width: 28.75vw;
    margin-bottom: 1.04166667vw;
}

.hw-luca .luca-s2 .heart-item3 {
    width: 25.20833333vw;
}

.hw-luca .luca-s2 .heart-item4 {
    width: 25.20833333vw;
}

.hw-luca .luca-s2 .heart-item5 {
    width: 28.75vw;
    height: 16.14583333vw;
    margin-bottom: 1.04166667vw;
}

.hw-luca .luca-s2 .heart-item6 {
    width: 28.75vw;
    height: 16.14583333vw;
}

.hw-luca .luca-s2 .heart-item1,
.hw-luca .luca-s2 .heart-item2,
.hw-luca .luca-s2 .heart-item3,
.hw-luca .luca-s2 .heart-item4 {
    height: 33.33333333vw;
}

.hw-luca .luca-s2 .heart-item2 .heart-img {
    width: 16.66666667vw;
    position: static;
    margin: 10.41666667vw auto 0 auto;
}

.hw-luca .luca-s2 .heart-item3 .heart-img {
    width: 16.66666667vw;
    margin: 9.16666667vw auto 0 auto;
}

.hw-luca .luca-s2 .heart-item4 .heart-img {
    width: 19.87395833vw;
    margin: 11.14583333vw auto 0 auto;
}

.hw-luca .luca-s2 .heart-item5 .heart-img {
    width: 23.4375vw;
    margin: 7.1875vw auto 0 auto;
}

.hw-luca .luca-s2 .heart-item6 .heart-img {
    width: 9.21875vw;
    margin: 3.69791667vw 0 auto 16.40625vw;
}

.hw-luca .luca-s2 .heart-item1 .ads-box {
    position: absolute;
    left: 2.08333333vw;
    bottom: 2.08333333vw;
}

.hw-luca .luca-s2 .heart-item1 .ads-box .ads-tit {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.83333333vw;
    margin-bottom: 0.52083333vw;
    line-height: 1.25;
}

.hw-luca .luca-s2 .heart-item1 .ads-box .ads-txt {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.625vw;
    line-height: 1.6;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s2 {
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s2 .heart-item:last-child {
        margin-bottom: 0;
    }

    .hw-luca .luca-s2 .arrow-container {
        width: 6.666667vw;
        height: 6.666667vw;
        bottom: 2.777778vw;
        right: 2.777778vw;
    }

    .hw-luca .luca-s2 .heart-wrap {
        width: 83.33333333vw;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }

    .hw-luca .luca-s2 .heart-item1 {
        width: 100%;
        height: auto;
        height: 69.44444444vw;
        margin-bottom: 0;
        border: 0;
    }

    .hw-luca .luca-s2 .heart-item2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .hw-luca .luca-s2 .heart-item3 {
        width: 100%;
        height: auto;
        order: 3;
        margin-bottom: 0;
    }

    .hw-luca .luca-s2 .heart-item4 {
        width: 100%;
        height: auto;
    }

    .hw-luca .luca-s2 .heart-item5 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .hw-luca .luca-s2 .heart-item6 {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }

    .hw-luca .luca-s2 .two-little-card {
        order: 4;
    }

    .hw-luca .luca-s2 .heart-item {
        margin-bottom: 4.16666667vw;
        border-radius: 2.77777778vw;
    }



    .hw-luca .luca-s2 .heart-item2 .heart-img {
        width: 44.44444444vw;
        margin: 7.63888889vw auto 2.77777778vw auto;
    }

    .hw-luca .luca-s2 .heart-item3 .heart-img {
        width: 53.33333333vw;
        margin: 8.61111111vw auto 5.55555556vw auto;
    }

    .hw-luca .luca-s2 .heart-item4 .heart-img {
        width: 52.91666667vw;
        margin: 9.02777778vw auto 3.33333333vw auto;
    }

    .hw-luca .luca-s2 .heart-item5 .heart-img {
        width: 62.36111111vw;
        margin: 7.63888889vw auto 12.77777778vw auto;
    }

    .hw-luca .luca-s2 .heart-item6 .heart-img {
        width: 24.58333333vw;
        margin: 0;
    }

    .hw-luca .luca-s2 .heart-txt {
        position: static;
        margin-left: 5.55555556vw;
        margin-top: 5vw;
    }

    .hw-luca .luca-s2 .heart-item6 .heart-txt {
        width: 36.11111111vw;
        transform: translateY(0);
        margin-top: 0;
        margin: 13.33333333vw 6.66666667vw 13.33333333vw 5.55555556vw;
    }

    .hw-luca .luca-s2 .heart-title {
        font-size: 4.44444444vw;
    }

    .hw-luca .luca-s2 .heart-item1 .heart-title {
        font-size: 4.44444444vw;
        width: 72.22222222vw;
    }

    .hw-luca .luca-s2 .heart-desc {
        font-size: 3.33333333vw;
        color: rgba(0, 0, 0, 0.5);
    }

    .hw-luca .luca-s2 .heart-item1 .heart-txt {
        position: absolute;
        left: 5.55555556vw;
        top: 5vw;
        margin: 0;
    }

    .hw-luca .luca-s2 .heart-item2 .heart-txt,
    .hw-luca .luca-s2 .heart-item3 .heart-txt,
    .hw-luca .luca-s2 .heart-item4 .heart-txt,
    .hw-luca .luca-s2 .heart-item5 .heart-txt {
        width: 72.22222222vw;
    }

    .hw-luca .luca-s2 .heart-item2 .heart-title,
    .hw-luca .luca-s2 .heart-item4 .heart-title {
        padding-bottom: 2.22222222vw;
    }

    .hw-luca .luca-s2 .arrow-container {
        width: 8.33333333vw;
        height: 8.33333333vw;
        right: 4.44444444vw;
        bottom: 4.44444444vw;
    }

}


/* s3 */
.hw-luca .luca-s3 {
    width: 100%;
    padding: 0 0 10.41666667vw 0;

}

.hw-luca .luca-s3 .s3-content {
    position: relative;
    overflow: hidden;
}

.hw-luca .luca-s3 .s3-content .s3-video {
    width: calc(100% + 2px);
    margin-left: -1px;
}

.hw-luca .luca-s3 .video-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.16666667vw;
}

.hw-luca .luca-s3 .play-video {
    color: #ffffff;
    font-size: 1.45833333vw;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hw-luca .luca-s3 .play-video img {
    width: 2.39583333vw;
    height: 2.39583333vw;
    margin: 0 1.04166667vw 0 0;
    border-radius: 50%;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s3 {
        padding: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s3 .s3-content {
        width: 100%;
        height: 75vw;
        overflow: hidden;
    }

    .hw-luca .luca-s3 .s3-content .s3-video {
        height: 100%;
        object-fit: cover;

    }

    .hw-luca .luca-s3 .video-btn {
        bottom: 6.66666667vw;
    }

    .hw-luca .luca-s3 .play-video {
        font-size: 3.88888889vw;
    }

    .hw-luca .luca-s3 .play-video img {
        width: 6.66666667vw;
        height: 6.66666667vw;
        margin: 0 3.33333333vw 0 0;
    }
}

/* s4 */
.hw-luca .luca-s4 {
    height: 54.16666667vw;
    margin: 0 0 10.41666667vw 0;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0) rotate(0);
}

.hw-luca .luca-s4 .bigtitle {
    color: #211d1e;
    font-size: 5.20833333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 2.08333333vw 0;
    opacity: 0;
}

.hw-luca .luca-s4 .txt-p {
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(25%);
    width: 27.22916667vw;
    margin: 0 auto;
}

.hw-luca .luca-s4 .txt-box {
    width: 30vw;
    margin: 0 auto;
    padding: 12.86458333vw 0 0 0;
}

.hw-luca .luca-s4 .watch-img1 {
    width: 36.45833333vw;
    position: absolute;
    left: 27.60416667vw;
    bottom: 0;
    transform: translateY(25%);
}

.hw-luca .luca-s4 .watch-img2 {
    width: 36.45833333vw;
    position: absolute;
    right: 7.8125vw;
    top: 0;
    transform: translateY(30%);
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s4 {
        height: auto;
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s4 .watch-img {
        width: 100%;
    }

    .hw-luca .luca-s4 .bigtitle {
        font-size: 13.33333333vw;
        margin: 0 0 5.55555556vw 0;
        opacity: 1;
        text-align: left;
    }

    .hw-luca .luca-s4 .txt-p {
        font-size: 3.88888889vw;
        text-align: left;
        opacity: 1;
        transform: translateY(0);
        margin: 0 0 11.11111111vw 0;
        width: 83.3333333vw;
    }

    .hw-luca .luca-s4 .txt-box {
        width: 83.33333333vw;
        padding: 0;
        margin: 0 auto;
    }
}

/* s5 */
.hw-luca .luca-s5 {
    margin: 0 0 10.41666667vw 0;
}

.hw-luca .luca-s5 .subtitle {
    color: #000000;
    font-size: 3.33333333vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    padding: 0 9.375vw;
    margin: 0 0 4.16666667vw 0;
}

.hw-luca .luca-s5 .slideinner {
    width: 81.25vw;
    margin: 0 auto;
    display: flex;

}

.hw-luca .luca-s5 .innerbox {
    display: flex;
    width: 81.25vw;
    justify-content: space-between;

}

.hw-luca .luca-s5 .slideinner picture,
.hw-luca .luca-s5 .slideinner img {
    border-radius: 1.04166667vw;
}

.hw-luca .luca-s5 .inner-left {
    width: 46.875vw;
}

.hw-luca .luca-s5 .inner-right {
    width: 32.8125vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.hw-luca .luca-s5 .slide-info {
    color: #000000;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    overflow: visible;
    margin: 2.34375vw 8.93229167vw 0 40.04166667vw;
    text-align: right;

}

.hw-luca .luca-s5 .s5-swiper {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hw-luca .luca-s5 .s5-swiper-pagination {
    position: absolute;
    top: 43.75vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

}

.hw-luca .luca-s5 .s5-pagination-box {
    display: inline-flex;
    width: 81.25vw;
    margin: 0 auto;
}

.hw-luca .luca-s5 .s5-pagination-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #787774;
    font-size: 1.45833333vw;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;
}

.hw-luca .luca-s5 .s5-pagination-item.active {
    color: #000000;
}

.hw-luca .luca-s5 .s5-pagination-item:first-child {
    margin-right: 2.08333333vw;
}

.hw-luca .luca-s5 .s5-pagination-circle {
    width: 1.04166667vw;
    height: 1.04166667vw;
    border-radius: 50%;
    margin-right: 1.04166667vw;
}

.hw-luca .luca-s5 .s5-pagination-item .circle1 {
    background: rgba(237, 220, 192, 0.5);
}

.hw-luca .luca-s5 .s5-pagination-item.active .circle1 {
    background: rgba(237, 220, 192, 0.75);
}

.hw-luca .luca-s5 .s5-pagination-item .circle2 {
    background: rgba(3, 0, 0, 0.3);
}

.hw-luca .luca-s5 .s5-pagination-item.active .circle2 {
    background: rgba(3, 0, 0, 1);
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s5 {
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s5 .s5-pagination-box {
        width: auto;
    }

    .hw-luca .luca-s5 .subtitle {
        font-size: 8.88888889vw;
        padding: 0 8.33333333vw;
        margin: 0 0 11.1111111vw 0;
    }

    .hw-luca .luca-s5 .slide-info {
        width: 83.33333333vw;
        font-size: 3.33333333vw;
        font-weight: 400;
        margin: 16.52777778vw auto 0 auto;
        text-align: center;
    }

    .hw-luca .luca-s5 .slideinner {
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        margin-right: 8.33333333vw;
    }

    .hw-luca .luca-s5 .innerbox {
        display: flex;
        width: auto;
    }

    .hw-luca .luca-s5 .slideinner picture,
    .hw-luca .luca-s5 .slideinner img {
        border-radius: 2.77777778vw;
    }

    .hw-luca .luca-s5 .inner-left {
        width: 84.72222222vw;
        flex-shrink: 0;
        margin: 0 0 0 8.33333333vw;
    }

    .hw-luca .luca-s5 .inner-right {
        width: 59.44444444vw;
        flex-shrink: 0;
        margin-left: 4.16666667vw;
        margin-right: 8.33333333vw;
    }



    .hw-luca .luca-s5 .s5-swiper-pagination {
        top: 80.8333333vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .hw-luca .luca-s5 .s5-pagination-circle {
        width: 3.88888889vw;
        height: 3.88888889vw;
        margin: 0 2.22222222vw 0 0;
    }

    .hw-luca ::-webkit-scrollbar {
        display: none;
    }

    .hw-luca .luca-s5 .s5-pagination-item {
        font-size: 4.44444444vw;
    }

    .hw-luca .luca-s5 .s5-pagination-item:first-child {
        margin-right: 5.55555556vw;
    }
}


/* s6 */
.hw-luca .luca-s6 {
    padding: 0 0 10.41666667vw 0;
    overflow: hidden;
}

.hw-luca .luca-s6 .subtitle {
    color: #000000;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 2.08333333vw 0;
    padding: 0 9.375vw;
}

.hw-luca .luca-s6 .txt-p {
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 4.16666667vw;
    width: 61.66666667vw;
}

.hw-luca .luca-s6 .watch-faces-all {
    width: 100%;
    height: 36.45833333vw;
    position: relative;
}

.hw-luca .luca-s6 .regular-watch-face {
    position: relative;
    z-index: 2;
}

.hw-luca .luca-s6 .regular-watch-face .watch-frame-pic {
    width: 19.0625vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.hw-luca .luca-s6 .regular-watch-face .regular-swiper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 5.8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@keyframes xiaoshi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hw-luca .luca-s6 .regular-watch-face .watch-face-pic {
    width: 100%;
    transform: scale(1.01);
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide {
    width: 13.64583333vw;
    margin: 1.82291667vw 0.78125vw;
    transform-origin: 50% 50%;
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide-prev {
    transform: translate(-2.70833333vw, 2.34375vw) rotate(-15deg);
    transform-origin: center center;

}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide.before {
    transform: translate(-3.22916667vw, 8.59375vw) rotate(-30deg);
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide.before2 {
    transform: translate(-1.5625vw, 19.53125vw) rotate(-45deg);
    animation: xiaoshi 0.8s ease-in-out;
    opacity: 0;
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide.before3 {
    transform: translate(0, 29.16666667vw) rotate(-45deg);
    opacity: 0;
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide-next {
    transform: translate(2.70833333vw, 3.38541667vw) rotate(15deg);
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide.after {
    transform: translate(3.22916667vw, 8.59375vw) rotate(30deg);
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide.after2 {
    transform: translate(1.5625vw, 19.53125vw) rotate(45deg);
    animation: xiaoshi 0.8s ease-in-out;
    opacity: 0;
}

.hw-luca .luca-s6 .regular-watch-face .swiper-slide.after3 {
    transform: translate(-2.08333333vw, 29.16666667vw) rotate(45deg);
    animation: xiaoshi 0.8s ease-in-out;
    opacity: 0;
}

.hw-luca .luca-s6 .watch-faces-btn {
    width: fit-content;
    margin: 0 auto;
    border-radius: 2.08333333vw;
    background: rgba(0, 0, 0, 0.08);
    padding: 0.3125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: visible;
}

.hw-luca .luca-s6 .watch-faces-btn .btn {
    color: #000000;
    font-size: 1.04166667vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 0 1.25vw;
}

.hw-luca .luca-s6 .watch-faces-btn .btn:hover {
    opacity: 0.8;
}

.hw-luca .luca-s6 .watch-faces-btn .btn.active {
    color: #ffffff;
    background: #000;
    padding: 0.52083333vw 1.25vw;
    border-radius: 2.08333333vw;
}

.hw-luca .luca-s6 .aod-watch-face {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.hw-luca .luca-s6 .aod-watch-face .watch-frame-pic {
    width: 19.0625vw;
    position: absolute;
    left: 50%;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.hw-luca .luca-s6 .aod-watch-face .aod-swiper {
    width: 87.5vw;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 5.8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

}

.hw-luca .luca-s6 .aod-watch-face .watch-face-pic {
    width: 100%;
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide {
    width: 13.64583333vw;
    margin: 1.82291667vw 0.78125vw;
    transform-origin: 50% 50%;

}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide-prev {
    transform: translate(-2.70833333vw, 2.34375vw) rotate(-15deg);
    transform-origin: center center;

}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide.before {
    transform: translate(-3.22916667vw, 8.59375vw) rotate(-30deg);
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide.before2 {
    transform: translate(-1.5625vw, 19.53125vw) rotate(-45deg);
    animation: xiaoshi 0.8s ease-in-out;
    opacity: 0;
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide.before3 {
    transform: translate(0, 29.16666667vw) rotate(-45deg);
    opacity: 0;
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide-next {
    transform: translate(2.70833333vw, 3.38541667vw) rotate(15deg);
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide.after {
    transform: translate(3.22916667vw, 8.59375vw) rotate(30deg);
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide.after2 {
    transform: translate(1.5625vw, 19.53125vw) rotate(45deg);
    animation: xiaoshi 0.8s ease-in-out;
    opacity: 0;
}

.hw-luca .luca-s6 .aod-watch-face .swiper-slide.after3 {
    transform: translate(-2.08333333vw, 29.16666667vw) rotate(45deg);
    animation: xiaoshi 0.8s ease-in-out;
    opacity: 0;
}

.hw-luca .luca-s6 .watch-face-box {
    opacity: 0;
    transition: opacity 0.8s linear;
}

.hw-luca .luca-s6 .watch-face-box.active {
    opacity: 1;
    z-index: 3;
}


/* new */



@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s6 {
        padding: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s6 .subtitle {
        font-size: 8.88888889vw;
        margin: 0 0 5.55555556vw 0;
        padding: 0 8.33333333vw;
        text-align: left;
    }

    .hw-luca .luca-s6 .txt-p {
        font-size: 3.88888889vw;
        margin: 0 auto 11.11111111vw;
        width: 83.33333333vw;
        text-align: left;
    }

    .hw-luca .luca-s6 .watch-faces-all {
        width: 100%;
        margin: 0 auto 6.66666667vw;
        height: 83.3333333vw;
        overflow: hidden;
    }

    .hw-luca .luca-s6 .watch-faces-btn {
        border-radius: 12.55555556vw;
        padding: 1.11111111vw;
    }

    .hw-luca .luca-s6 .watch-faces-btn .btn {
        font-size: 4.44444444vw;
        padding: 0 5.55555555vw;
    }

    .hw-luca .luca-s6 .watch-faces-btn .btn.active {
        padding: 2.777777777vw 5.55555555vw;
        border-radius: 5.55555556vw;
    }

    /* regular */
    @keyframes swiperzindex {
        0% {
            z-index: 20;
        }

        100% {
            z-index: 20;
        }
    }

    .hw-luca .luca-s6 .regular-watch-face .watch-frame-pic {
        width: 50.83333333vw;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide {
        width: 36.3888888vw;
        margin: 0;
        z-index: 10;
        opacity: 1;
        transition: all 1.5s ease;
        transform: translate(0) rotate(0);
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide.state1 {
        transform: translateX(83%);
        opacity: 0.5;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide.state2 {
        transform: translateX(-81%);
        opacity: 0.5;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide.state3 {
        transform: translateX(83%);
        opacity: 0;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide.state4 {
        transform: translateX(-81%);
        opacity: 0;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide-prev {
        opacity: 1;
        transform: translate(45%) rotate(0);
        z-index: 12;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide-next {
        transform: translate(-42%) rotate(0);
        opacity: 1;
        z-index: 12;
    }

    .hw-luca .luca-s6 .regular-watch-face .swiper-slide-active {
        opacity: 1;
        animation: swiperzindex 1.5s ease-in forwards;
    }

    .hw-luca .luca-s6 .regular-watch-face .regular-swiper {
        width: 120.5555555vw;
        position: absolute;
        top: 20.4vw;
    }


    /* aod */
    .hw-luca .luca-s6 .aod-watch-face .watch-frame-pic {
        width: 50.83333333vw;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide {
        width: 36.38888888vw;
        border-radius: 2.7777777vw;
        overflow: hidden;
        margin: 0;
        z-index: 10;
        opacity: 1;
        transition: all 1.5s ease;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide.state1 {
        transform: translateX(83%);
        opacity: 0.5;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide.state2 {
        transform: translateX(-81%);
        opacity: 0.5;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide.state3 {
        transform: translateX(83%);
        opacity: 0;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide.state4 {
        transform: translateX(-81%);
        opacity: 0;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide-prev {
        opacity: 1;
        transform: translate(45%) rotate(0);
        z-index: 12;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide-next {
        opacity: 1;
        transform: translate(-42%) rotate(0);
        z-index: 12;
    }

    .hw-luca .luca-s6 .aod-watch-face .swiper-slide-active {
        opacity: 1;
        animation: swiperzindex 1.5s ease-in forwards;
    }

    .hw-luca .luca-s6 .aod-watch-face .aod-swiper {
        width: 120.5555555vw;
        position: absolute;
        top: 20.4vw;
    }
}

/* s7 */
.hw-luca .bg-black {
    background: #000000;
}

.hw-luca .co-white {
    color: rgba(255, 255, 255, 1);
}

.hw-luca .luca-s7 {
    overflow: hidden;
    padding: 0 0 10.41666667vw 0;
}

.hw-luca .luca-s7 .luca-s7-video {
    height: 50vw;
    overflow: hidden;
}

.hw-luca .luca-s7 .luca-s7-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hw-luca .luca-s7 .txt-box {
    margin: 10.41666667vw 0 4.16666667vw 0;
}

.hw-luca .luca-s7 .bigtitle {
    width: 50.83333333vw;
    color: #ffffff;
    font-size: 5.20833333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin: 0 auto 2.08333333vw auto;
}

.hw-luca .luca-s7 .txt-p {
    color: #969699;
    font-weight: 400;
    font-size: 1.14583333vw;
    line-height: 1.6;
    width: 61.66666667vw;
    margin: 0 auto 2.08333333vw auto;
    text-align: center;
}

.hw-luca .luca-s7 .learn-more-link {
    display: flex;
    justify-content: center;
}

.hw-luca .luca-s7 .learn-more-link a {
    color: #1b69fd;
    font-size: 0.83333333vw;
    font-weight: 500;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
}

@media screen and (max-width:1440px) {
    .hw-luca .luca-s7 .learn-more-link a {
        font-size: 12px;
    }
}


.hw-luca .luca-s7 .learn-more-link a span {
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 1.4em;
    line-height: 0;
    margin-top: -0.1em;
    margin-left: 0.1vw;
}

.hw-luca .luca-s7 .learn-more-link a:hover span {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
}

.hw-luca .luca-s7 .ads-box {
    width: 52.5vw;
    margin: 0 auto 3.125vw auto;
}



.hw-luca .luca-s7 .ads-txt {
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    font-size: 0.83333333vw;
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width:1280px) and (min-width:1200px) {
    .hw-luca .luca-s7 .ads-txt {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s7 {
        overflow: hidden;
        padding: 0 0 22.22222222vw 0;
    }
    .hw-luca .luca-s7 .luca-s7-video {
        height: 75vw;
    }
    .hw-luca .luca-s7 .luca-s7-video {
        height: 75vw;
        overflow: hidden;
        position: relative;
    }

    .hw-luca .luca-s7 .luca-s7-video .s7-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hw-luca .luca-s7 .txt-box {
        margin: 22.22222222vw 8.33333333vw 11.11111111vw 8.33333333vw;
        width: 83.33333333vw;
    }

    .hw-luca .luca-s7 .bigtitle {
        font-size: 13.33333333vw;
        width: 100%;
        margin: 0 0 5.55555556vw 0;
        text-align: left;
    }

    .hw-luca .luca-s7 .txt-p {
        font-size: 3.88888889vw;
        width: 100%;
        margin: 0 0 5.55555556vw 0;
        text-align: left;
    }

    .hw-luca .luca-s7 .learn-more-link a {
        font-size: 3.88888889vw;
    }

    .hw-luca .luca-s7 .learn-more-link a span {
        margin-left: 1.527777777vw;
    }

    .hw-luca .luca-s7 .ads-box {
        width: 83.33333333vw;
        margin: 5.55555556vw auto 8.33333333vw auto;
    }

    .hw-luca .luca-s7 .learn-more-link {
        justify-content: flex-start;
    }

    .hw-luca .luca-s7 .ads-txt {
        font-size: 2.77777778vw;
        text-align: left;
    }

}


/* s8 */
.hw-luca .luca-s8 {
    padding: 0 0 10.41666667vw 0;
}

.hw-luca .luca-s8 .s8-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.hw-luca .luca-s8 .s8-val-box {
    width: 19.79166667vw;
}

.hw-luca .luca-s8 .s8-swiper {
    width: 54.6875vw;
    height: 36.45833333vw;
    margin: 0 5.20833333vw 0 9.375vw;
    position: relative;
    z-index: 1;
    border-radius: 1.04166667vw;
    overflow: hidden;
}



.hw-luca .luca-s8 .s8-txt-box {
    width: 23.4375vw;
    height: fit-content;
}

.hw-luca .luca-s8 .subtitle {
    color: #f5f5f7;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    margin: 0 0 2.08333333vw 0;
}

.hw-luca .luca-s8 .txt-p {
    color: #969699;
    font-weight: 400;
    font-size: 1.14583333vw;
    line-height: 1.6;
}

.hw-luca .luca-s8 .s8-pigina-box {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    padding: 0 0.52083333vw;

}

.hw-luca .luca-s8 .s8-pigination-wrap {
    position: absolute;
    left: 13.54166667vw;
    bottom: 2.08333333vw;
    z-index: 6;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2.60416667vw;
    padding: 0.52083333vw 0;
}

.hw-luca .luca-s8 .s8-pigina-title {
    font-weight: 500;
    color: #ffffff;
    font-size: 0.83333333vw;
    line-height: 1.25;
    text-align: center;
    max-width: 8.33333333vw;
}

.hw-luca .luca-s8 .s8-pigination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 0.3125vw 0;
    transform: translate3d(0, 0, 0) rotate(0);
}

.hw-luca .luca-s8 .s8-pigination.active .s8-pigina-title {
    color: #000000;
}

.hw-luca .luca-s8 .ads-box {
    width: 19.79166667vw;
}

.hw-luca .luca-s8 .ads-tit {
    color: #969699;
    font-size: 0.83333333vw;
    line-height: 1.25;
    text-align: left;
    margin: 0 0 0.52083333vw 0;
}

.hw-luca .luca-s8 .ads-txt {
    color: #969699;
    font-size: 0.625vw;
    line-height: 1.6;
    text-align: left;
}

.hw-luca .luca-s8 .s8-pigi-bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0.52083333vw, -50%);
    -webkit-transform: translate(0.52083333vw, -50%);
    -moz-transform: translate(0.52083333vw, -50%);
    -ms-transform: translate(0.52083333vw, -50%);
    -o-transform: translate(0.52083333vw, -50%);
    width: 6.5625vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2.60416667vw;
    -webkit-border-radius: 2.60416666vw;
    -moz-border-radius: 2.60416666vw;
    -ms-border-radius: 2.60416666vw;
    -o-border-radius: 2.60416666vw;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    z-index: -1;
}

.hw-luca .luca-s8 .s8-pigination:nth-child(1) {
    margin-left: 1.66666667vw;
}

.hw-luca .luca-s8 .s8-pigination:nth-child(2) {
    margin: 0 3.33333333vw;
}

.hw-luca .luca-s8 .s8-pigination:nth-child(3) {
    margin-right: 3.33333333vw;
}

.hw-luca .luca-s8 .s8-pigination:nth-child(4) {
    margin-right: 1.66666667vw;
}

.hw-luca .luca-s8 .s8-pigination.active path {
    fill: #000000;
}

.hw-luca .luca-s8 .s8-pigina-svg {
    display: flex;
    margin: 0 0.67708333vw 0.26041667vw 0.67708333vw;
}

.hw-luca .luca-s8 .s8-pigina-svg svg {
    text-align: center;
    width: 2.29166667vw;
    height: 2.29166667vw;
    display: inline-block;
}

.hw-luca .luca-s8 .carvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s8 {
        padding: 0 0 22.22222222vw 0;

    }

    .hw-luca .luca-s8 .s8-txt-box {
        width: 83.33333333vw;
        margin: 0 auto;
        order: -1;
    }

    .hw-luca .luca-s8 .subtitle {
        color: #ffffff;
        font-size: 8.88888889vw;
        margin: 0 0 5.55555556vw 0;
    }

    .hw-luca .luca-s8 .txt-p {
        font-size: 3.88888889vw;
        margin: 0 0 11.11111111vw 0;
    }

    .hw-luca .luca-s8 .ads-box {
        width: 83.33333333vw;
        margin: 0 auto;
        position: static;
        transform: translateX(0);
    }

    .hw-luca .luca-s8 .ads-tit {
        color: #969699;
        font-size: 3.33333333vw;
        margin: 5.55555556vw 0 2.22222222vw 0;
        text-align: center;
    }

    .hw-luca .luca-s8 .ads-txt {
        color: #a3a3a3;
        font-size: 2.77777778vw;
    }

    .hw-luca .luca-s8 .s8-swiper {
        width: 100%;
        height: 83.33333333vw;
        margin: 0;
        border-radius: 0;
    }

    .hw-luca .luca-s8 .s8-pigina-title {
        font-size: 2.77777778vw;
        max-width: 34.72222222vw;
        white-space: nowrap;
    }

    .hw-luca .luca-s8 .s8-pigination:nth-child(1) {
        margin-left: 4.44444444vw;
    }

    .hw-luca .luca-s8 .s8-pigination:nth-child(2) {
        margin: 0 8.61111111vw 0 8.88888888vw;
    }

    .hw-luca .luca-s8 .s8-pigination:nth-child(3) {
        margin-right: 8.61111111vw;
    }

    .hw-luca .luca-s8 .s8-pigination:nth-child(4) {
        margin-right: 4.44444444vw;
    }

    .hw-luca .luca-s8 .s8-pigination {
        margin: 1.25vw 0;
    }

    .hw-luca .luca-s8 .s8-pigi-bg {
        width: 6.25vw;
        transform: translate(1.38888888vw, -50%);
        -webkit-transform: translate(1.38888888vw, -50%);
        -moz-transform: translate(1.38888888vw, -50%);
        -ms-transform: translate(1.38888888vw, -50%);
        -o-transform: translate(1.38888888vw, -50%);
        border-radius: 10.944444444vw;
        -webkit-border-radius: 10.944444444vw;
        -moz-border-radius: 10.944444444vw;
        -ms-border-radius: 10.944444444vw;
        -o-border-radius: 10.944444444vw;
    }

    .hw-luca .luca-s8 .s8-pigination-wrap {
        bottom: 5.5555555vw;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10.944444444vw;
        padding: 1.38888889vw 0;
    }

    .hw-luca .luca-s8 .s8-pigina-box {
        padding: 0 1.38888889vw;
    }


    .hw-luca .luca-s8 .s8-pigina-svg {
        margin: 0 1.80555556vw 0.5555555vw 1.80555556vw;
    }

    .hw-luca .luca-s8 .s8-pigina-svg svg {
        width: 6.11111111vw;
        height: 6.11111111vw;
    }

    .hw-luca .luca-s8 .s8-pigination:nth-child(3) .s8-pigina-svg {
        margin: 0 2.0833333vw;
    }

}

/* s9 */

.hw-luca .luca-s9 {
    padding: 0 0 10.41666667vw 0;
    position: relative;
    z-index: 1;
}

.hw-luca .luca-s9 .txt-box {
    width: 58.90625vw;
    margin: 0 auto 4.16666667vw auto;

}

.hw-luca .luca-s9 .subtitle {
    color: #f5f5f7;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 2.08333333vw 0;
}

.hw-luca .luca-s9 .txt-p {
    color: #969699;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 3.125vw;
}

.hw-luca .luca-s9 .popup-btn {
    width: fit-content;
    color: #1b69fd;
    font-size: 0.9375vw;
    line-height: 1.25;
    border: 1px solid #1b69fd;
    border-radius: 2.08333333vw;
    padding: 1.04166667vw 1.66666667vw;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    transform: translateZ(0);
    backdrop-filter: blur(1vw);
    transition: opacity .3s cubic-bezier(0, 0, 0.5, 1)
}

.hw-luca .luca-s9 .popup-btn:hover {
    opacity: 0.8;
}

.hw-luca .luca-s9 .popup-btn img {
    width: 0.72916667vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.72916667vw;
    flex-shrink: 0;
}

.hw-luca .luca-s9 .popup-btn span {
    display: inline-block;
}

.hw-luca .luca-s9 .luca-s9-video {
    width: 81.25vw;
    height: 41.66666667vw;
    margin: 0 auto;
    border-radius: 1.04166667vw;
    overflow: hidden;
    transform: translate3d(0, 0, 0) rotate(0);
}

.hw-luca .luca-s9 .luca-s9-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hw-luca .luca-s9 .ads-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11.45833333vw;
}

.hw-luca .luca-s9 .ads-tit {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.83333333vw;
    line-height: 1.25;
    text-align: center;
    margin: 2.08333333vw 0 0.52083333vw 0;
}

.hw-luca .luca-s9 .ads-txt {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.625vw;
    line-height: 1.6;
    text-align: center;
}

.hw-luca .luca-s9 .pop-card {
    display: none;
}


.hw-luca .luca-s9 .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 100;
    overflow-y: scroll;
}

.hw-luca .luca-s9 .pop-card.popup {
    display: block;
}


.hw-luca .luca-s9 .pop-card .close-btn {
    position: absolute;
    top: 1.25vw;
    right: 1.25vw;
    cursor: pointer;
}

.hw-luca .luca-s9 .pop-card .close-btn img {
    width: 1.875vw;
}

.hw-luca .luca-s9 .pop-card.ispopup {
    display: block;
}

.hw-luca .luca-s9 .pop-card .cardouter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6.531vh;

}

.hw-luca .luca-s9 .pop-card .cardinner {
    border-radius: 0.83333333vw;
    overflow: hidden;
    width: 67.5vw;
    margin: 0 auto 6.531vh;
    transform: translate3d(0, 0, 0) rotate(0);
}

.hw-luca .luca-s9 .pop-card .card-text {
    background: #ffffff;
    display: flex;
    padding: 5.20833333vw 0 3.64583333vw 6.875vw;
}

.hw-luca .luca-s9 .pop-card .card-title {
    font-weight: 500;
    color: #000000;
    font-size: 2.5vw;
    line-height: 1.25;
    width: 22.76041667vw;
    margin: 0 4.73958333vw 0 0;
}

.hw-luca .luca-s9 .pop-card .card-info {
    font-weight: 400;
    color: #86868b;
    font-size: 1.04166667vw;
    line-height: 1.6;
    width: 27.5vw;
}

.hw-luca .luca-s9 .pop-card .text-p1 {
    margin: 0 0 1.5625vw 0;
}

.hw-luca .luca-s9 .pop-card .pop-video-box {
    height: 29.16666667vw;
}

.hw-luca .luca-s9 .pop-card .pop-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s9 .pop-card .pop-video-box {
        height: 80.5555555vw;
    }

    .hw-luca .luca-s9 {
        padding: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s9 .txt-box {
        position: static;
        width: 83.33333333vw;
        margin: 0 auto 11.11111111vw auto;
    }

    .hw-luca .luca-s9 .subtitle {
        color: #ffffff;
        font-size: 8.88888889vw;
        margin: 0 0 5.55555556vw 0;
        text-align: left;
    }

    .hw-luca .luca-s9 .txt-p {
        font-size: 3.88888889vw;
        margin: 0 0 5.55555555vw 0;
        text-align: left;
    }

    .hw-luca .luca-s9 .ads-box {
        width: 83.33333333vw;
        margin: 0 auto;
        position: static;
        transform: translateX(0);
    }

    .hw-luca .luca-s9 .ads-tit {
        color: #969699;
        font-size: 3.33333333vw;
        margin: 5.55555556vw 0 2.77777778vw 0;
    }

    .hw-luca .luca-s9 .ads-txt {
        color: #a3a3a3;
        font-size: 2.77777778vw;
        text-align: left;
    }

    .hw-luca .luca-s9 .popup-btn img {
        width: 3.54166667vw;
        height: 3.55vw;
        margin-right: 2.70833333vw;
    }

    .hw-luca .luca-s9 .popup-btn {
        font-size: 3.611111111vw;
        border-radius: 10.55555556vw;
        padding: 4.02777778vw 4.44444444vw 3.75vw 4.44444444vw;
        margin: 0;
    }

    .hw-luca .luca-s9 .luca-s9-video {
        height: 58.33333333vw;
        width: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-s9 .pop-card .cardinner {
        width: 100vw;
        border-radius: 4.44444444vw;
        margin: 0 auto 12.5vh;
    }

    .hw-luca .luca-s9 .pop-card .cardouter {
        top: 12.5vh;

    }

    .hw-luca .luca-s9 .pop-card .card-text {
        flex-direction: column;
        padding: 16.66666667vw 6.94444444vw 11.11111111vw 6.94444444vw;
    }

    .hw-luca .luca-s9 .pop-card .card-title {
        font-size: 6.66666667vw;
        width: 86.11111111vw;
        margin: 0 0 8.33333333vw 0;
    }

    .hw-luca .luca-s9 .pop-card .card-info {
        font-size: 4.44444444vw;
        width: 86.11111111vw;
    }

    .hw-luca .luca-s9 .pop-card .text-p1 {
        margin: 0 0 8.33333333vw 0;
    }

    .hw-luca .luca-s9 .pop-card .close-btn {
        top: 5.55555556vw;
        right: 5.55555556vw;
    }

    .hw-luca .luca-s9 .pop-card .close-btn img {
        width: 10vw;
    }
}

/* s10 */
.hw-luca .luca-s10 {
    padding: 0 0 10.41666667vw 0;
}

.hw-luca .luca-s10 .txt-box {
    display: flex;
    justify-content: center;
    margin: 0 0 4.16666667vw 0;
}

.hw-luca .luca-s10 .subtitle {
    color: #f5f5f7;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    width: 19.58333333vw;
    margin: 0 14.79166667vw 0 0;
}

.hw-luca .luca-s10 .txt-p {
    color: #969699;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    width: 31.25vw;
    margin: 1.04166667vw 0 0 0;
}

.hw-luca .luca-s10 .luca-s10-video {
    width: 81.25vw;
    height: 41.66666667vw;
    margin: 0 auto;
    border-radius: 1.04166667vw;
    overflow: hidden;
    transform: translate3d(0, 0, 0) rotate(0);
}

.hw-luca .luca-s10 .luca-s10-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-s10 {
        padding: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-s10 .txt-box {
        flex-direction: column;
        width: 83.33333333vw;
        margin: 0 auto;
    }

    .hw-luca .luca-s10 .subtitle {
        width: 100%;
        color: #ffffff;
        font-size: 8.88888889vw;
        margin: 0 0 5.55555556vw 0;
    }

    .hw-luca .luca-s10 .txt-p {
        width: 100%;
        font-size: 3.88888889vw;
        margin: 0 0 11.11111111vw 0;
    }

    .hw-luca .luca-s10 .luca-s10-video {
        height: 58.33333333vw;
        width: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

}










/* last section 13 */
.hw-luca .luca-ls13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10.41666666vw 0 200px 0;
}

.hw-luca .luca-ls13 .heathstatxt {
    display: flex;
    margin: 0 0 4.16666666vw 0;
}

.hw-luca .luca-ls13 .heathstatmat {
    width: 44.7916666666vw;
    margin: 0 5.20833333333vw 0 0;
    color: #000;
    font-size: 5.2083333333vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls13 .heathstatdes {
    width: 31.25vw;
    margin: 3.22916666vw 0 0 0;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls13 .heathstatdes b {
    color: #000;
    font-style: normal;
}

.hw-luca .luca-ls13 .heathstatim {
    width: 100%;
}

.hw-luca .luca-ls13 .heathstanima {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hw-luca .luca-ls13 .healthrebtn {
    display: none;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 4.1666666666vw;
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls13 .healthrebtn:hover {
    opacity: 0.6;
}

.hw-luca .luca-ls13 .healthrebtn span {
    color: #000;
    font-size: 1.458333333333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls13 .healthrebtn img {
    width: 1.6666666666vw;
    margin: 0 1.0416666666vw 0 0;
}

.hw-luca .luca-ls13 .heathstaback {
    position: relative;
    width: 100vw;
    height: 47.3958333333vw;
    z-index: 2;
}

.hw-luca .luca-ls13 .healthinneim {
    overflow: hidden;
    position: absolute;
    top: 10.95vw;
    left: 42.804167vw;
    width: 14.21875vw;
    z-index: 0;
}

.hw-luca .luca-ls13 .healthinneim1 {
    overflow: visible;
    z-index: 3;
}

.hw-luca .luca-ls13 .heathstainn1 {
    height: 16.71875vw;
}

.hw-luca .luca-ls13 .healthinneim1 .heathstainn1 {
    opacity: 0;
}

.hw-luca .luca-ls13 .heathstainn2,
.hw-luca .luca-ls13 .heathstainn3,
.hw-luca .luca-ls13 .heathstainn4,
.hw-luca .luca-ls13 .heathstainn5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.hw-luca .luca-ls13 .heathstainn5 img {
    height: 129.375vw;
}

.hw-luca .luca-ls13 .heathstacircle {
    position: absolute;
    right: 50%;
    bottom: -3.125vw;
    width: 3.33333333333vw;
    transform: translate(200%, 0px) scale(1);
    opacity: 0;
}

/* last section 13 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls13 {
        margin: 22.2222222222vw 0 9.4444444444vw 0;
    }

    .hw-luca .luca-ls13 .heathstatxt {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .hw-luca .luca-ls13 .heathstatmat {
        width: 83.3333333333vw;
        margin: 0;
        font-size: 13.3333333333vw;
    }

    .hw-luca .luca-ls13 .heathstatdes {
        width: 83.3333333333vw;
        margin: 5.5555555555vw 0 0 0;
        font-size: 3.8888888888vw;
    }

    .hw-luca .luca-ls13 .healthinneim {
        width: 35.055556vw;
        top: 28.2vw;
        left: 31.960417vw;
    }

    .hw-luca .luca-ls13 .heathstacircle {
        width: 8.88888888888vw;
        bottom: -10.125vw;
    }

    .hw-luca .luca-ls13 .heathstainn5 img {
        height: 318.888888888vw;
    }

    .hw-luca .luca-ls13 .heathstaback {
        height: 119.44444444vw;
    }

    .hw-luca .luca-ls13 .heathstainn1 {
        height: 41.1111111111vw;
    }

    .hw-luca .luca-ls13 .healthrebtn {
        bottom: 12.7777777777vw;
    }

    .hw-luca .luca-ls13 .healthrebtn span {
        font-size: 4.444444444444444vw;
    }

    .hw-luca .luca-ls13 .healthrebtn img {
        width: 5vw;
        margin: 0 2.222222222222222vw 0 0;
    }
}

/* last section 10 */
.hw-luca .luca-ls10 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 81.25vw;
    margin: 0 auto 10.41666666vw;
    background: #f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls10 .indimat {
    width: 38vw;
    color: #000;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.25;
    transition: .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls10 .indides {
    width: 37.5vw;
    margin: 1.04166666vw 0 0 0;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls10 .indides b {
    color: #000;
}

.hw-luca .luca-ls10 .inditoim {
    width: 16.1458333333vw;
}

.hw-luca .luca-ls10 .bothnav {
    display: inline-block;
    align-self: center;
    margin: 9.7395833333vw 0 3.125vw 0;
}

.hw-luca .luca-ls10 .indicanav {
    display: inline-flex;
    margin: 1.5625vw 0 0 0;
}

.hw-luca .luca-ls10 .indicanav li {
    max-width: 33.229167vw;
    padding: 0 1.5625vw;
    color: #787774;
    font-size: 1.4583333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    transition: .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls10 .indicanav li:hover {
    color: #000;
}

.hw-luca .luca-ls10 .indicanav li.active {
    color: #000;
}

.hw-luca .luca-ls10 .indicanav li:not(:last-child) {
    margin: 0 3.125vw 0 0;
}

.hw-luca .luca-ls10 .inoutpro {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
    border-radius: 0.52083333333vw;
}

.hw-luca .luca-ls10 .innerpro {
    position: absolute;
    left: var(--mleft);
    top: 0;
    width: var(--mwidth);
    height: 2px;
    background-color: #000;
    border-radius: 0.52083333333vw;
    transition: .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .will-change .innerpro {
    will-change: width, transform, left;
}

.hw-luca .luca-ls10 .indicainner {
    display: flex;
    padding: 9.7395833333vw 0 0 7.8125vw;
}

.hw-luca .luca-ls10 .inditxt {
    margin: 0 10.1041666666vw 0 0;
}

.hw-luca .luca-ls10 .indishpart {
    display: flex;
}

.hw-luca .luca-ls10 .indidespart {
    margin: 0 10.10416666666vw 0 0;
}

.hw-luca .luca-ls10 .inditoim {
    position: absolute;
    right: 8.33333333333vw;
    top: 4.16666666666vw;
}

.hw-luca .indisvcon {
    width: 1.04166666666vw;
    height: 1.04166666666vw;
}

.hw-luca .indisvcon svg {
    width: 100%;
    height: 100%;
}

/* last section 10 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls10 {
        width: 83.33333333vw;
        margin: 0 auto 22.22222222vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls10 .indicamonswiper {
        padding: 5.55555555555vw 0 0 0;
    }

    .hw-luca .luca-ls10 .swiper-wrapper {
        flex-direction: column;
    }

    .hw-luca .luca-ls10 .indiclicon {
        display: flex;
        justify-content: space-between;
    }

    .hw-luca .indisvcon {
        display: flex;
        flex-shrink: 0;
        width: 2.7777777777vw;
        height: 2.7777777777vw;
        margin: 1.57777777777vw 0 0 0;
    }

    .hw-luca .active .indisvcon {
        margin: 2.577778vw 0 0 0;
    }

    .hw-luca .luca-ls10 .indimat {
        width: 55.666666666vw;
        color: #787774;
        font-size: 4.444444444444444vw;
        transition: none;
    }

    .hw-luca .luca-ls10 .swiper-slide:nth-child(1) .indimat {
        width: 59.666667vw;
    }

    .hw-luca .luca-ls10 .swiper-slide.active .indimat {
        color: #000;
        font-size: 6.66666666666vw;
    }

    .hw-luca .luca-ls10 .indides {
        width: 66.66666666vw;
        margin: 5.55555555vw 0 0 0;
        font-size: 3.3333333333vw;
    }

    .hw-luca .luca-ls10 .indinote {
        width: 66.66666666vw;
        font-size: 2.77777777vw;
    }

    .hw-luca .luca-ls10 .indinote b {
        display: inline-block;
        margin: 0 0 1.111111111111vw 0;
        font-size: 3.33333333vw;
    }

    .hw-luca .luca-ls10 .swiper-slide {
        width: 72.2222222222vw;
        margin: 0 auto;
        padding: 0 2.77777777777vw 5.55555555555vw 2.77777777777vw;
        border-bottom: 0.13888888vw solid rgba(0, 0, 0, 0.1);
    }

    .hw-luca .luca-ls10 .swiper-slide:not(:last-child) {
        margin-bottom: 5.55555555vw;
    }

    .hw-luca .luca-ls10 .swiper-slide:last-child {
        border-bottom: 0;
    }

    .hw-luca .luca-ls10 .inditoim {
        position: relative;
        left: 0;
        top: 0;
        width: 43.0555555555vw;
        margin: 8.333333333333vw 0 5.5555555555vw 11.8055555555vw;
    }

    .hw-luca .luca-ls10 .indicainner {
        padding: 0;
    }

    .hw-luca .luca-ls10 .inditxt {
        width: 100%;
        margin: 0;
    }

    .hw-luca .luca-ls10 .indishpart {
        display: none;
        flex-direction: column;
    }

    .hw-luca .luca-ls10 .swiper-slide:nth-child(1) .indishpart {
        display: flex;
    }

    .hw-luca .luca-ls10 .indicanav li {
        transition: none;
    }
}


/* last section 8 */
.hw-luca .luca-ls8 {
    width: 81.25vw;
    margin: 0 auto 10.41666666vw;
}

.hw-luca .luca-ls8 .waflisipercard {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 36.45833333vw;
    background: #f2fafc;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls8 .waflifemat {
    width: 41.66666666vw;
    margin: 0 auto 4.16666666vw;
    color: #000;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-ls8 .wafswinavout {
    position: absolute;
    left: 7.8125vw;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.hw-luca .will-change .wafswinavout {
    will-change: transform, height;
}

.hw-luca .will-change .waliupdown {
    will-change: transform, height;
}

.hw-luca .luca-ls8 .wafswinav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hw-luca .luca-ls8 .wafswinav li {
    width: 100%;
    padding: 0 0 1.5625vw 0;
    border-bottom: 0.05208333vw solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.hw-luca .luca-ls8 .wafswinav li:last-child {
    padding: 0;
    border: 0 !important;
}

.hw-luca .luca-ls8 .wafswinav li .waliupdown {
    display: none;
}

.hw-luca .luca-ls8 .wafswinav li:nth-child(1) .waliupdown {
    display: block;
}

.hw-luca .luca-ls8 .wafswinav li:not(:last-child) {
    margin: 0 0 1.5625vw 0;
}

.hw-luca .luca-ls8 .walititle {
    width: 26.625vw;
    color: #787774;
    font-size: 1.66666666vw;
    font-weight: 400;
    line-height: 1.25;
    transition: .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls8 .wafswinav li:hover .walititle {
    color: #000;
}

.hw-luca .luca-ls8 .walitoggle {
    display: flex;
    justify-content: space-between;
}

.hw-luca .luca-ls8 .walicon {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 1.04166666vw;
    height: 1.04166666vw;
    margin: 0.4166666666666667vw 0 0 0;
}

.hw-luca .luca-ls8 .walicon svg {
    width: 100%;
    height: 100%;
}

.hw-luca .luca-ls8 .walides {
    width: 31.25vw;
    margin: 1.04166666vw 0 0 0;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls8 .active .walititle {
    color: #000!important;
}

.hw-luca .luca-ls8 .wafswiper {
    width: 22.9166666666vw;
    margin: 0 8.33333333333vw 0 0;
}


/* last section 3 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls8 {
        width: 83.33333333vw;
        margin: 0 auto 22.22222222vw;
    }

    .hw-luca .luca-ls8 .walitoim {
        width: 61.11111111111vw;
        margin: 8.33333333vw 0 5.55555555555vw 2.77777777777vw;
    }

    .hw-luca .luca-ls8 .waflifemat {
        width: 88.3333333333vw;
        margin: 0 auto 11.11111111vw;
        font-size: 8.88888888vw;
        text-align: left;
    }

    .hw-luca .luca-ls8 .waflisipercard {
        justify-content: center;
        height: auto;
        padding: 5.5555555555vw 0 0 0;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls8 .wafswinav li {
        padding: 0 2.777777777777778vw 5.55555555vw 2.777777777777778vw !important;
    }

    .hw-luca .luca-ls8 .wafswinav li:not(:last-child) {
        margin: 0 0 5.55555555vw 0;
    }

    .hw-luca .luca-ls8 .wafswinavout {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        transform: none;
    }

    .hw-luca .luca-ls8 .wafswinav {
        position: relative;
        left: 0;
        top: 0;
        width: 72.222222222vw;
        margin: 0 auto;
        transform: none;
    }

    .hw-luca .luca-ls8 .walititle {
        width: 57.66666666vw;
        font-size: 4.4444444444vw;
        transition: none;
    }

    .hw-luca .luca-ls8 .active .walititle {
        font-size: 6.666666666vw;
    }

    .hw-luca .luca-ls8 .walides {
        width: 100%;
        margin: 5.55555555vw 0 0 0;
        font-size: 3.3333333333vw;
    }

    .hw-luca .luca-ls8 .walicon {
        width: 2.77777777vw;
        height: 2.77777777vw;
        margin: 1.57777777vw 0 0 0;
    }

    .hw-luca .luca-ls8 .active .walicon {
        margin: 2.57777777vw 0 0 0;
    }

    .hw-luca .luca-ls8 .wafswinav li:hover .walititle {
        color: #787774;
    }
}



/* last section 7 */
.hw-luca .luca-ls7 {
    overflow: hidden;
}

.hw-luca .luca-ls7 .abitiout {
    width: 81.25vw;
    margin: 0 auto 10.41666666vw;
}

.hw-luca .luca-ls7 .swiper-wrapper {
    display: flex;
}

.hw-luca .luca-ls7.will-change .swiper-wrapper {
    will-change: transform;
}

.hw-luca .luca-ls7 .swiper-slide:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

.hw-luca .luca-ls7 .swiper-slide {
    overflow: hidden;
    width: 26.04166666vw;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls7 .abitnav {
    display: flex;
    margin: 1.5625vw 0 0 74.47916666vw;
}

.hw-luca .luca-ls7 .abitnav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.60416666vw;
    height: 2.60416666vw;
    background: rgba(226, 231, 239, 0.8);
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    outline: none;
}

.hw-luca .luca-ls7 .abitnav li:hover {
    opacity: 0.8;
}

.hw-luca .luca-ls7 .abitnav li.swiper-button-disabled {
    background: rgba(245, 247, 250, 0.8);
    opacity: 1 !important;
}

.hw-luca .luca-ls7 .abitnav li.swiper-button-disabled img {
    opacity: 0.3;
}

.hw-luca .luca-ls7 .abitnav li:nth-child(1) {
    transform: rotate(180deg);
}

.hw-luca .luca-ls7 .abitnav li:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

.hw-luca .luca-ls7 .abitnav li img {
    width: 1.25vw;
    opacity: 0.5;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls7 .abitinner {
    position: relative;
}

.hw-luca .luca-ls7 .abitxt {
    position: absolute;
    top: 2.0833333333vw;
    left: 2.0833333333vw;
    z-index: 2;
    transition: 0.3s ease-out;
}

.hw-luca .luca-ls7.will-change .abitxt {
    will-change: transform;
}

.hw-luca .luca-ls7 .abitmat {
    width: 18vw;
    color: #000;
    font-size: 1.6666666666vw;
    font-weight: 500;
    line-height: 1.25;
}

.hw-luca .luca-ls7 .abitdes {
    width: 21.875vw;
    margin: 1.04166666666vw 0 0 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0;
    transition: 0.3s ease-out;
}

.hw-luca .luca-ls7 .swiper-slide:nth-child(even) .abitdes {
    color: rgba(255, 255, 255, 0.5);
}

.hw-luca .luca-ls7 .abitxtbot {
    top: auto;
    bottom: 2.08333333333vw;
}

.hw-luca .luca-ls7 .abitxtbot .abitmat {
    opacity: 0;
}

.hw-luca .luca-ls7 .abitxtbot .abitdes {
    opacity: 0;
    transition: 0.3s ease-out;
}

.hw-luca .luca-ls7 .active .abitxt {
    top: 50%;
    transform: translateY(-50%);
}

.hw-luca .luca-ls7 .active .abitxtbot {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
}

.hw-luca .luca-ls7 .active .abitxtbot .abitdes {
    opacity: 1;
}

.hw-luca .luca-ls7 .abitim {
    transition: 0.3s ease-out;
}

.hw-luca .luca-ls7 .active .abitim {
    opacity: 0;
}

.hw-luca .luca-ls7 .active+.abitolebtn {
    transform: rotate(45deg);
}

.hw-luca .luca-ls7 .swiper-slide:nth-child(even) .abitmat {
    color: #fff;
}

.hw-luca .luca-ls7 .swiper-slide:nth-child(1) {
    background: #fff5f0;
}

.hw-luca .luca-ls7 .swiper-slide:nth-child(2) {
    background: linear-gradient(180deg,#4c0013 23.6%,#1c040a 85.94%);
}

.hw-luca .luca-ls7 .swiper-slide:nth-child(3) {
    background: #ebf7ff;
}

.hw-luca .luca-ls7 .swiper-slide:nth-child(4) {
    background: linear-gradient(180.62deg,#005f64 23.71%,#041819 85.96%);
}

.hw-luca .luca-ls7 .abitolebtn {
    position: absolute;
    right: 2.08333333vw;
    top: 2.08333333333vw;
    width: 2.5vw;
    z-index: 2;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.hw-luca .luca-ls7 .abitolebtn:hover {
    opacity: 0.8;
}

/* last section 7 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls7 .abitiout {
        width: 83.33333333vw;
        margin: 0 auto 22.22222222vw;
    }

    .hw-luca .luca-ls7 .swiper-slide {
        width: 83.33333333vw;
        height: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls7 .abitmat {
        width: 60vw;
        font-size: 5vw;
    }

    .hw-luca .luca-ls7 .abitnav li {
        width: 8.33333333333vw;
        height: 8.33333333333vw;
        cursor: none;
    }

    .hw-luca .luca-ls7 .abitnav li:not(:last-child) {
        margin: 0 4.16666666vw 0 0;
    }

    .hw-luca .luca-ls7 .swiper-slide:not(:last-child) {
        margin: 0 4.1666666666vw 0 0;
    }

    .hw-luca .luca-ls7 .abitnav {
        width: 83.33333333333333vw;
        justify-content: flex-end;
        margin: 5.5555555555vw 0 0 0;
    }

    .hw-luca .luca-ls7 .abitxt {
        top: 5.55555555555vw;
        left: 5.55555555555vw;
    }

    .hw-luca .luca-ls7 .abitolebtn {
        width: 8.33333333333vw;
        height: 8.33333333333vw;
        right: 5.55555555vw;
        top: 5.55555555vw;
    }

    .hw-luca .luca-ls7 .abitnav li img {
        width: 3.33333333vw;
    }

    .hw-luca .luca-ls7 .abitdes {
        width: 66.666666666vw;
        margin: 4.4444444444vw 0 0 0;
        font-size: 3.8888888888vw;
    }

    .hw-luca .luca-ls7 .abitxtbot {
        top: auto;
        bottom: 5.5555555555vw;
    }

    .hw-luca .luca-ls7 .abitnav li:hover {
        opacity: 1;
    }
}


/* section pc 6 */
.hw-luca .luca-ls6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 10.4166666666vw 0;
}

.hw-luca .luca-ls6 .heathtrenmat {
    width: 31.25vw;
    color: #000;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-ls6 .heathtrendes {
    width: 41.4583333333vw;
    margin: 2.08333333333vw 0 4.1666666666vw 0;
    color: #787774;
    font-size: 1.14583333333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.hw-luca .luca-ls6 .heathcardswiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(81.25vw + 1px);
}

.hw-luca .luca-ls6 .heathcardswiper .swiper-slide {
    overflow: hidden;
    width: 26.041666666vw;
    background: #f5f7fa;
    border-radius: 1.04166666666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
    flex-shrink: 0;
}

.hw-luca .luca-ls6 .heathcardswiper .swiper-slide:not(:nth-child(3n)) {
    margin-right: 1.5625vw;
}

.hw-luca .luca-ls6 .heathcardswiper .swiper-slide:nth-child(-n + 3) {
    margin-bottom: 1.5625vw;
}

/* last section 6 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls6 {
        overflow: hidden;
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-ls6 .heathtrenmat {
        width: 83.33333333vw;
        font-size: 8.88888888vw;
        text-align: left;
    }

    .hw-luca .luca-ls6 .heathtrendes {
        width: 83.33333333vw;
        margin: 5.55555555vw 0 11.11111111vw 0;
        font-size: 3.88888888vw;
        text-align: left;
    }

    .hw-luca .luca-ls6 .heathcardswiper .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .hw-luca .luca-ls6 .heathcardswiper {
        width: 83.33333333vw;
    }

    .hw-luca .luca-ls6 .heathcardnav {
        display: flex;
        width: 83.333333333vw;
        margin: 5.5555555555vw 0 0 0;
        justify-content: flex-end;
    }

    .hw-luca .luca-ls6 .heathcardnav li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.33333333333vw;
        height: 8.33333333333vw;
        background: rgba(226, 231, 239, 0.8);
        border-radius: 50%;
        cursor: none;
        outline: none;
        transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    }

    .hw-luca .luca-ls6 .heathcardnav li:nth-child(1) {
        margin: 0 4.1666666666vw 0 0;
        transform: rotate(180deg);
    }

    .hw-luca .luca-ls6 .heathcardnav li img {
        width: 3.33333333vw;
        opacity: 0.5;
        transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    }

    .hw-luca .luca-ls6 .heathcardnav li.swiper-button-disabled {
        background: rgba(245, 247, 250, 0.8);
        opacity: 1 !important;
    }

    .hw-luca .luca-ls6 .heathcardnav li.swiper-button-disabled img {
        opacity: 0.3;
    }

    .hw-luca .luca-ls6 .heathcardswiper .swiper-slide {
        width: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls6 .heathcardswiper .swiper-slide:not(:last-child) {
        margin: 0 4.16666666vw 0 0;
    }
}

/* last section 4 */
.hw-luca .luca-ls4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 81.25vw;
    margin: 0 auto 10.41666666vw;
}

.hw-luca .luca-ls4 .famheathtxt {
    display: flex;
}

.hw-luca .luca-ls4 .famheathmat {
    width: 26.04166666vw;
    margin: 0 8.33333333333vw 0 0;
    color: #000;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls4 .famheathdes {
    width: 31.25vw;
    margin: 0.46875vw 0 0 0;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls4 .famheathdes b {
    color: #969699;
    font-style: normal;
}

.hw-luca .luca-ls4 .famheathim {
    display: flex;
    margin: 4.1666666666vw 0 0 0;
}

.hw-luca .luca-ls4 .famhealcard {
    overflow: hidden;
    width: 46.25vw;
    margin: 0 1.5625vw 0 0;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls4 .famhearcard {
    overflow: hidden;
    width: 33.4375vw;
    background: #f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls4 .famhearcard img {
    width: 22.9166666666vw;
    margin: 3.6458333333vw 0 0 5.78125vw;
}


/* last section 4 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls4 {
        margin: 0 auto 22.22222222vw;
    }

    .hw-luca .luca-ls4 .famheathtxt {
        flex-direction: column;
        align-items: center;
    }

    .hw-luca .luca-ls4 .famheathim {
        flex-direction: column;
        margin: 0;
    }

    .hw-luca .luca-ls4 .famheathmat {
        width: 83.3333333333vw;
        margin: 0;
        font-size: 8.88888888vw;
    }

    .hw-luca .luca-ls4 .famheathdes {
        width: 83.33333333vw;
        margin: 5.55555555vw 0 11.11111111vw 0;
        font-size: 3.88888888vw;
    }

    .hw-luca .luca-ls4 .famhealcard {
        width: 83.33333333vw;
        margin: 0 0 4.16666666vw 0;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls4 .famhearcard {
        width: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls4 .famhearcard img {
        width: 61.1111111111vw;
        margin: 8.33333333333vw auto;
    }
}

/* last section new  */
.hw-luca .luca-lsnew {
    display: flex;
    overflow: hidden;
    width: 81.25vw;
    min-height: 36.4583333333vw;
    margin: 0 auto 10.416666666vw;
    background: #f5f7fa;
    border-radius: 1.0416666666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-lsnew .vipservicetxt {
    margin: 9.4791666666vw 10.3125vw 9.4791666666vw 7.8125vw;
}

.hw-luca .luca-lsnew .vipservicemat {
    width: 20.052083333vw;
    color: #000;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.25;
}

.hw-luca .luca-lsnew .vipservicemat span {
    color: #FF8519;
}

.hw-luca .luca-lsnew .vipservicedes {
    width: 26.1458333333vw;
    margin: 2.0833333333vw 0 0 0;
    color: #787774;
    font-size: 1.14583333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-lsnew .vipserviceim {
    width: 30.7291666666vw;
    align-self: center;
}

/* last section new mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-lsnew {
        flex-direction: column;
        width: 83.33333333333333vw;
        min-height: none;
        margin: 0 auto 22.222222222vw;
        border-radius: 2.7777777777vw;
    }

    .hw-luca .luca-lsnew .vipservicemat {
        width: 58.3333333333vw;
        font-size: 6.6666666666vw;
    }

    .hw-luca .luca-lsnew .vipservicedes {
        width: 66.6666666666vw;
        font-size: 3.33333333333vw;
    }

    .hw-luca .luca-lsnew .vipserviceim {
        width: 66.666666666vw;
        margin: 0 0 11.1111111111vw 0;
    }

    .hw-luca .luca-lsnew .vipservicetxt {
        margin: 5.555555555555556vw auto 11.1111111111vw;
    }

    .hw-luca .luca-lsnew .vipservicedes {
        margin: 5.555555555555556vw 0 0 0;
    }

}

/* last section 3 */
.hw-luca .luca-ls3 {
    width: 81.25vw;
    margin: 0 auto 10.41666666vw;
}

.hw-luca .luca-ls3 .waflisipercard {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 36.45833333vw;
    background: #f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls3 .waflifemat {
    width: 41.66666666vw;
    margin: 0 auto 4.16666666vw;
    color: #000;
    font-size: 3.33333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-ls3 .wafswinavout {
    position: absolute;
    left: 7.8125vw;
    top: 50%;
    height: 0;
    transform: translateY(-50%);
}

.hw-luca .luca-ls3 .wafswinav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hw-luca .luca-ls3 .wafswinav li {
    width: 100%;
    padding: 0 0 1.5625vw 0;
    border-bottom: 0.05208333vw solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.hw-luca .luca-ls3 .wafswinav li:hover .walititle {
    color: #000;
}

.hw-luca .luca-ls3 .wafswinav li .waliupdown {
    display: none;
}

.hw-luca .luca-ls3 .wafswinav li:nth-child(1) .waliupdown {
    display: block;
}

.hw-luca .luca-ls3 .wafswinav li:not(:last-child) {
    margin: 0 0 1.5625vw 0;
}

.hw-luca .luca-ls3 .wafswinav li:last-child {
    padding: 0;
    border: 0 !important;
}

.hw-luca .luca-ls3 .walititle {
    width: 29.625vw;
    color: #787774;
    font-size: 1.66666666vw;
    font-weight: 400;
    line-height: 1.25;
    transition: .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls3 .walitoggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hw-luca .luca-ls3 .walicon {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 1.04166666vw;
    height: 1.04166666vw;
    margin: 0.41666666666vw 0 0 0;
}

.hw-luca .luca-ls3 .walicon svg {
    width: 100%;
    height: 100%;
}

.hw-luca .luca-ls3 .walides {
    width: 31.25vw;
    margin: 1.04166666vw 0 0 0;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls3 .active .walititle {
    color: #000!important;
}

.hw-luca .luca-ls3 .wafswiper {
    width: 13.4375vw;
    margin: 0 14.0625vw 0 0;
}


/* last section 3 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls3 {
        width: 83.33333333vw;
        margin: 0 auto 22.22222222vw;
    }

    .hw-luca .luca-ls3 .walitoim {
        width: 35.8333333333vw;
        margin: 8.33333333vw 0 5.55555555555vw 15.4166666666vw;
    }

    .hw-luca .luca-ls3 .waflifemat {
        width: 66.666666666vw;
        margin: 0 0 11.11111111vw 0;
        font-size: 8.88888888vw;
        text-align: left;
    }

    .hw-luca .luca-ls3 .waflisipercard {
        justify-content: center;
        height: auto;
        padding: 5.5555555555vw 0 0 0;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls3 .wafswinav li {
        padding: 0 2.77777777777vw 5.55555555vw 2.77777777777vw !important;
    }

    .hw-luca .luca-ls3 .wafswinav li:not(:last-child) {
        margin: 0 0 5.55555555vw 0;
    }

    .hw-luca .luca-ls3 .wafswinavout {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        transform: none;
    }

    .hw-luca .luca-ls3 .wafswinav {
        position: relative;
        left: 0;
        top: 0;
        width: 72.2222222222vw;
        margin: 0 auto;
        transform: none;
    }

    .hw-luca .luca-ls3 .walititle {
        width: 62.66666666vw;
        font-size: 4.4444444444vw;
        transition: none;
    }

    .hw-luca .luca-ls3 .active .walititle {
        font-size: 6.6666666666vw;
    }

    .hw-luca .luca-ls3 .walides {
        width: 100%;
        margin: 5.55555555vw 0 0 0;
        font-size: 3.333333333333vw;
    }

    .hw-luca .luca-ls3 .walicon {
        display: flex;
        width: 2.77777777vw;
        height: 2.77777777vw;
        margin: 1.57777777vw 0 0 0;
        align-self: flex-start;
    }

    .hw-luca .luca-ls3 .active .walicon {
        margin: 2.57777777vw 0 0 0;
    }

    .hw-luca .luca-ls3 .wafswinav li:hover .walititle {
        color: #787774;
    }
}


/* last section 2 */
.hw-luca .luca-ls2 {
    overflow: hidden;
    margin: 0 0 10.41666666vw 0;
}

.hw-luca .luca-ls2 .smalimat {
    width: 62.5vw;
    margin: 0 auto 4.16666666vw;
    color: #000;
    font-size: 5.2083333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-ls2 .smtliswiper {
    width: 100%;
}

.hw-luca .luca-ls2 .smatlioutcon {
    display: flex;
    width: 81.25vw;
    margin: 0 auto;
}

.hw-luca .luca-ls2 .swiper-wrapper {
    display: flex;
}

.hw-luca .luca-ls2.will-change .swiper-wrapper {
    will-change: transform;
}

.hw-luca .luca-ls2 .swiper-wrapper .swiper-slide:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

.hw-luca .luca-ls2 .swiper-wrapper .swiper-slide {
    overflow: hidden;
    width: 26.0416666666vw;
    height: 100%;
    background: #f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls2 .slitxt h4 {
    width: 22vw;
    margin: 0 0 1.0416666666vw 0;
    color: #000;
    font-size: 1.666666666vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls2 .slitxt p {
    width: 21.875vw;
    color: #787774;
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls2 .slitxt {
    margin: 2.0833333333vw 0 0 2.0833333333vw;
}

.hw-luca .luca-ls2 .sliim0 {
    width: 23.9583333333vw;
    margin: 1.875vw auto 0.52083333333vw;
}

.hw-luca .luca-ls2 .sliim1 {
    width: 18.2291666666vw;
    margin: 2.55208333333vw auto 5.7291666666vw;
}

.hw-luca .luca-ls2 .sliim2 {
    width: 21.875vw;
    margin: 0.78125vw auto 1.0416666666vw;
}

.hw-luca .luca-ls2 .sliim3 {
    width: 100%;
    margin: 3.95833333333vw auto 3.125vw;
}

.hw-luca .luca-ls2 .sliim4 {
    width: 100%;
    margin: 4.6875vw auto 1.5625vw;
}

.hw-luca .luca-ls2 .smnavoutp {
    display: flex;
    justify-content: flex-end;
    width: 81.25vw;
    margin: 1.5625vw auto 0;
}

.hw-luca .luca-ls2 .smtnav {
    display: flex;
}

.hw-luca .luca-ls2 .smtnav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.60416666vw;
    height: 2.60416666vw;
    background: rgba(226, 231, 239, 0.8);
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    outline: none;
}

.hw-luca .luca-ls2 .smtnav li:hover {
    opacity: 0.8;
}

.hw-luca .luca-ls2 .smtnav li img {
    width: 1.25vw;
    opacity: 0.5;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-ls2 .smtnav li.swiper-button-disabled {
    background: rgba(245, 247, 250, 0.8);
    opacity: 1 !important;
}

.hw-luca .luca-ls2 .smtnav li.swiper-button-disabled img {
    opacity: 0.3;
}

.hw-luca .luca-ls2 .smtnav li:nth-child(1) {
    transform: rotate(180deg);
}

.hw-luca .luca-ls2 .smtnav li:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

/* last section 2 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls2 {
        overflow: hidden;
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-ls2 .smalimat {
        width: 83.3333333333vw;
        margin: 0 auto 11.11111111vw;
        font-size: 13.33333333vw;
        text-align: left;
    }

    .hw-luca .luca-ls2 .smtliswiper {
        margin: 0;
    }

    .hw-luca .luca-ls2 .slitxt {
        margin: 5.5555555555555vw 0 0 8.33333333vw;
    }

    .hw-luca .luca-ls2 .smatlioutcon {
        width: 83.3333333333vw;
        margin: 0 0 0 8.33333333vw;
    }

    .hw-luca .luca-ls2 .slitxt h4 {
        width: 50vw;
        margin: 0 0 3.33333333333vw 0;
        font-size: 4.4444444444vw;
    }

    .hw-luca .luca-ls2 .slitxt p {
        width: 66.66666666vw;
        font-size: 3.33333333333vw;
    }

    .hw-luca .luca-ls2 .swiper-wrapper .swiper-slide {
        width: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-ls2 .swiper-wrapper .swiper-slide:not(:last-child) {
        margin: 0 4.16666666vw 0 0;
    }

    .hw-luca .luca-ls2 .swiper-wrapper .swiper-slide:last-child {
        margin: 0;
    }

    .hw-luca .luca-ls2 .smtnav li {
        width: 8.3333333333vw;
        height: 8.3333333333vw;
        cursor: none;
    }

    .hw-luca .luca-ls2 .smtnav li img {
        width: 3.33333333vw;
    }

    .hw-luca .luca-ls2 .smtnav li:not(:last-child) {
        margin: 0 4.16666666vw 0 0;
    }

    .hw-luca .luca-ls2 .smtnav {
        margin: 5.55555555555vw 0 0 73.61111111111vw;
    }

    .hw-luca .luca-ls2 .sliim0 {
        width: 69.4444444444vw;
        margin: 3.75vw auto 2.7777777777vw;
    }

    .hw-luca .luca-ls2 .sliim1 {
        width: 55.5555555555vw;
        margin: 10.2777777777vw auto 13.88888888888vw;
    }

    .hw-luca .luca-ls2 .sliim2 {
        width: 66.666666666vw;
        margin: 1.25vw auto 2.777777777777778vw;
    }

    .hw-luca .luca-ls2 .sliim3 {
        width: 100%;
        margin: 8.33333333333vw auto;
    }

    .hw-luca .luca-ls2 .sliim4 {
        margin: 18.888888888vw 0 7.3611111111vw 0;
    }

    .hw-luca .luca-ls2 .swiper-slide:nth-child(2) .slitxt p {
        width: 66.666666666vw;
    }

    .hw-luca .luca-ls2 .smnavoutp {
        width: 83.3333333333vw;
        margin: 0 auto;
    }

    .hw-luca .luca-ls2 .smtnav li:hover {
        opacity: 1;
    }
}

/* last section 1 */
.hw-luca .luca-ls1 {
    display: flex;
    width: 81.25vw;
    margin: 0 auto 1.5625vw;
}

.hw-luca .luca-ls1 .chaitem {
    overflow: hidden;
    width: 39.84375vw;
    background: #f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls1 .chaitem:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

.hw-luca .luca-ls1 .comincmat,
.hw-luca .luca-ls1 .cobramat {
    width: 34.041667vw;
    margin: 3.125vw 0 1.04166666vw 3.125vw;
    color: #000;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls1 .comincdes {
    width: 31.51041666vw;
    margin: 0 0 0 3.125vw;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls1 .cobrades {
    display: inline-flex;
    align-items: center;
    width: 18.22916666vw;
    margin: 0 0 0 3.125vw;
    color: #1b69fd;
    font-size: 1.145833333333333vw;
    font-weight: 500;
    line-height: 1.6;
    cursor: pointer;
    transition: .3s ease-out;
}

.hw-luca .luca-ls1 .cobrades img {
    width: 0.52083333333vw;
    margin: 0.0520833333333333vw 0 0 0.20833333333vw;
    transition: .6s ease;
}

.hw-luca .luca-ls1 .cobrades:hover {
    opacity: 0.8;
}

.hw-luca .luca-ls1 .cobrades:hover img {
    transform: translateX(0.15625vw);
}

.hw-luca .luca-ls1 .cominim {
    width: 16.666666666vw;
    margin: 3.125vw auto 2.6041666666vw;
}

.hw-luca .luca-ls1 .cobraim {
    width: 27.34375vw;
    margin: 6.40625vw auto 4.16666666666vw;
}

/* last section 1 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls1 {
        flex-direction: column;
        width: 100%;
        margin: 0 0 4.1666666666vw 0;
    }

    .hw-luca .luca-ls1 .chaitem {
        width: 100%;
        border-radius: 0;
    }

    .hw-luca .luca-ls1 .chaitem:not(:last-child) {
        margin: 0 0 4.16666666666vw 0;
    }

    .hw-luca .luca-ls1 .comincmat,
    .hw-luca .luca-ls1 .cobramat {
        width: 83.333333333vw;
        margin: 11.11111111111vw 0 3.3333333333vw 8.33333333333vw;
        font-size: 6.66666666vw;
    }

    .hw-luca .luca-ls1 .comincdes {
        width: 83.33333333vw;
        margin: 0 0 0 8.33333333333vw;
        font-size: 3.3333333333vw;
    }

    .hw-luca .luca-ls1 .cobrades {
        width: 41.66666666vw;
        margin: 0 0 0 8.33333333333vw;
        font-size: 3.88888888888vw;
    }

    .hw-luca .luca-ls1 .cominim {
        width: 44.444444444vw;
        margin: 11.1111111111vw auto;
    }

    .hw-luca .luca-ls1 .cobraim {
        width: 72.9166666666vw;
        margin: 17.7777777777vw auto 16.6666666666vw;
    }

    .hw-luca .luca-ls1 .cobrades:hover {
        opacity: 1;
    }

    .hw-luca .luca-ls1 .cobrades:hover img {
        transform: translateX(0);
    }

    .hw-luca .luca-ls1 .cobrades img {
        width: 2.08333333333vw;
        margin: 0.5555555555vw 0 0 1.38888888888vw;
    }
}

/* section pc 0 */
.hw-luca .luca-ls0 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 81.25vw;
    margin: 0 auto 10.4166666666vw;
    background: #f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.hw-luca .luca-ls0 .usguidmat {
    width: 23.79166666vw;
    margin: 3.125vw 0 2.08333333vw 0;
    color: #000;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-ls0 .usguidsubt {
    width: 33.59375vw;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-ls0 .usguiddes {
    width: 62.5vw;
    margin: 1.04166666vw 0 5.208333333333333vw 0;
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.hw-luca .luca-ls0 .postushowmat {
    width: 62.5vw;
    color: #000;
    font-size: 1.4583333333vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls0 .usguidtoim {
    width: 62.5vw;
    margin: 3.125vw 0 5.2083333333vw 0;
}

.hw-luca .luca-ls0 .usguidbot {
    display: flex;
    align-self: flex-start;
    margin: 0 0 4.16666666666vw 9.375vw;
}

.hw-luca .luca-ls0 .botlim {
    width: 33.90625vw;
    mix-blend-mode: multiply;
}

.hw-luca .luca-ls0 .botrtxt {
    margin: 0 0 0 5.2083333333vw;
}

.hw-luca .luca-ls0 .presspostumat {
    margin: 0 0 2.08333333333vw 0;
    color: #000;
    font-size: 1.45833333333vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls0 .presshowim {
    width: 33.33333333333vw;
}

.hw-luca .luca-ls0 .botenote1 {
    width: 28.54166666vw;
    margin: 0 0 2.083333333333vw 0;
    color: #000;
    font-size: 1.4583333333vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-ls0 .botenote2,
.hw-luca .luca-ls0 .botenote3 {
    width: 23.59375vw;
    color: #787774;
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls0 .botenote3 {
    margin: 0 0 1.04166666666vw 0;
}

.hw-luca .luca-ls0 .botenote4 {
    width: 23.59375vw;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.83333333333vw;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 1440px) {
    .hw-luca .luca-ls0 .botenote4 {
        font-size: 12px;
    }
}

.hw-luca .luca-ls0 .botim {
    width: 10.41666666vw;
    margin: 2.08333333vw 0;
}

.hw-luca .luca-ls0 .botnote3 {
    width: 23.48958333333vw;
    color: #000;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls0 .botnote3 a {
    color: #1b69fd;
}

/* last section 0 mob */
@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls0 {
        width: 100%;
        margin: 0 0 22.222222222vw 0;
    }

    .hw-luca .luca-ls0 .usguidmat {
        width: 83.3333333333vw;
        margin: 11.1111111111vw 0 3.33333333333vw 0;
        font-size: 6.6666666666vw;
        text-align: left;
    }

    .hw-luca .luca-ls0 .usguidsubt {
        width: 83.3333333333vw;
        font-size: 3.3333333333vw;
        text-align: left;
    }

    .hw-luca .luca-ls0 .usguiddes {
        width: 83.33333333333333vw;
        margin: 3.33333333333vw 0 13.8888888888vw 0;
        font-size: 3.33333333333vw;
        text-align: left;
    }

    .hw-luca .luca-ls0 .usguidtoim {
        width: 83.3333333333vw;
    }

    .hw-luca .luca-ls0 .botlim {
        width: 83.3333333333vw;
    }

    .hw-luca .luca-ls0 .usguidbot {
        flex-direction: column;
        width: 83.333333333vw;
        margin: 13.8888888888vw 0 11.11111111111vw 8.33333333333vw;
    }

    .hw-luca .luca-ls0 .botenote3 {
        margin: 0 0 2.77777777777vw 0;
    }

    .hw-luca .luca-ls0 .botenote1 {
        width: 100%;
        margin: 13.8888888888vw 0 5.555555555555vw 0;
        font-size: 3.8888888888vw;
    }

    .hw-luca .luca-ls0 .botenote2,
    .hw-luca .luca-ls0 .botenote3 {
        width: 100%;
        font-size: 3.33333333333vw;
    }

    .hw-luca .luca-ls0 .botenote4 {
        width: 100%;
        font-size: 2.7777777777vw;
    }

    .hw-luca .luca-ls0 .botim {
        width: 27.77777777vw;
        margin: 5.55555555555vw 0;
    }

    .hw-luca .luca-ls0 .botnote3 {
        width: 83.3333333333vw;
        font-size: 3.05555555555vw;
    }

    .hw-luca .luca-ls0 .botrtxt {
        margin: 0;
    }

    .hw-luca .luca-ls0 .postushowmat {
        width: 83.3333333333vw;
        margin: 0 0 8.33333333333vw 0;
        font-size: 3.8888888888vw;
    }

    .hw-luca .luca-ls0 .presspostumat {
        width: 83.3333333333vw;
        margin: 0 0 8.33333333333vw 0;
        font-size: 3.8888888888vw;
    }

    .hw-luca .luca-ls0 .presshowim {
        width: 100%;
    }
}

.hw-luca .luca-lsextra {
    width: 81.25vw;
    margin: 0 auto;
}

.hw-luca .luca-lsextra .lulonnote1 {
    width: 73.4375vw;
    color: #000;
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-lsextra .lulonnote2 {
    width: 73.4375vw;
    margin: 2.08333333333vw 0 0 0;
    color: #787774;
    font-size: 0.83333333333vw;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 1440px) {
    .hw-luca .luca-lsextra .lulonnote2 {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-lsextra .lulonnote1 {
        width: 83.3333333333vw;
        font-size: 4.4444444444vw;
    }

    .hw-luca .luca-lsextra .lulonnote2 {
        width: 83.3333333333vw;
        margin: 5.5555555555vw 0 0 0;
        font-size: 3.3333333333vw;
    }
}

/* new section */
.hw-luca .luca-lswarning {
    width: 81.25vw;
    margin: 4.1666666666vw auto 0;
}

.hw-luca .luca-lswarning p {
    color: #787774;
    font-size: 0.83333333333vw;
    line-height: 1.6;
    font-weight: 400;
}

@media screen and (max-width: 1440px) {
    .hw-luca .luca-lswarning p {
        font-size: 12px;
    }
}

.hw-luca .luca-lswarning .lswarning2 {
    margin: 1.3020833333vw 0 4.16666666666vw 0;
}

.hw-luca .luca-lswarning .graline {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-lswarning {
        width: 83.3333333333vw;
        margin: 11.1111111111vw auto 0;
    }

    .hw-luca .luca-lswarning p {
        font-size: 3.333333333333333vw;
    }

    .hw-luca .luca-lswarning .lswarning2 {
        margin: 5.555555555555vw 0 11.11111111111vw 0;
    }

}



.hw-luca .disclaimer-popup-component {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content {
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    border-radius: 16px;
    z-index: 1001
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content-box {
    margin: 48px 80px 40px 80px
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-title {
    color: #000;
    font-size: 28px;
    line-height: 1.321;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-weight: 600
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-description {
    color: #000;
    margin-top: 27px;
    font-size: 16px;
    opacity: .6
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-link {
    margin-top: 24px;
    color: #2788d9;
    font-size: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f7f7f7;
    word-break: break-all
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box .btn {
    color: #000;
    font-size: 13px;
    padding: 17px 31px 15px 31px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    line-height: 1.2307;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box .disclaimer-popup-cancel-btn:hover {
    border: 1px solid #000
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box .disclaimer-popup-continue-btn {
    background-color: #000;
    margin-left: 24px;
    color: #fff;
    background-color: #000;
    cursor: pointer
}

.hw-luca html[dir='rtl'] .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box .disclaimer-popup-continue-btn {
    margin-right: 24px;
    margin-left: 0
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box .disclaimer-popup-continue-btn:hover {
    opacity: .8
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .close-svg {
    display: flex;
    justify-content: flex-end;
    margin-right: 8px;
    margin-top: 8px
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .close-svg svg {
    cursor: pointer;
    opacity: .6;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.hw-luca .disclaimer-popup-component .disclaimer-popup-content .close-svg svg:hover {
    opacity: .8
}

html[dir='rtl'] .disclaimer-popup-component .disclaimer-popup-content .close-svg {
    margin-right: 0;
    margin-left: 8px
}

@media only screen and (max-width: 991.98px) {
    .hw-luca .disclaimer-popup-component .disclaimer-popup-content {
        width:100%;
        height: 100%;
        border-radius: 0
    }

    .hw-luca .disclaimer-popup-component .disclaimer-popup-content .close-svg {
        margin-right: 16px;
        margin-top: 16px
    }

    .hw-luca .disclaimer-popup-component .disclaimer-popup-content-box {
        margin: 40px 40px 0 40px
    }

    .hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-description {
        margin-top: 30px
    }

    .hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-link {
        padding-bottom: 24px
    }

    .hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box {
        justify-content: right
    }
    
    .hw-luca .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-title {
        font-size: 24px
    }

    html[dir='rtl'] .disclaimer-popup-component .disclaimer-popup-content .disclaimer-popup-bottom-box {
        justify-content: left
    }

}

.hw-luca .luca-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 10.416666666vw 0;
}

.hw-luca .luca-price .pricemat {
    width: 40.854166666vw;
    margin: 0 0 4.1666666666vw 0;
    color: #000;
    font-size: 3.33333333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-price .swiper-slide {
    width: 11.45833333333333vw;
}

.hw-luca .luca-price .swiper-slide:not(:last-child) {
    margin: 0 2.5vw 0 0;
}

.hw-luca .luca-price .priceinner img {
    margin: 0 0 2.083333333333333vw 0;
}

.hw-luca .luca-price .pricedes {
    color: #000;
    font-size: 1.14583333333vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-price {
        margin: 0 0 22.222222222vw 0;
    }

    .hw-luca .luca-price .pricenav {
        display: flex;
    }
    
    .hw-luca .luca-price .pricenav li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.33333333333vw;
        height: 8.33333333333vw;
        background-color: rgba(226, 231, 239, 0.8);
        border-radius: 50%;
        transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    }
    
    .hw-luca .luca-price .pricenav li:nth-child(1) {
        margin: 0 4.1666666666vw 0 0;
    }
    
    .hw-luca .luca-price .pricenav li img {
        width: 3.33333333vw;
        opacity: 0.5;
        transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    }
    
    .hw-luca .luca-price .pricenav li.pricep {
        transform: translate3d(0,0,0) rotate(180deg);
    }

    .hw-luca .luca-price .pricenav li.swiper-button-disabled {
        background: rgba(245, 247, 250, 0.8);
        opacity: 1 !important;
    }

    .hw-luca .luca-price .pricenav li.swiper-button-disabled img {
        opacity: 0.3;
    }

    .hw-luca .luca-price .pricenav {
        align-self: flex-end;
        margin: 5.5555555555vw 8.3333333333vw 0 0;
    }

    .hw-luca .luca-price .priceswiper {
        align-self: flex-start;
        width: 88.8888888888vw;
        margin: 0 0 0 11.1111111111vw;
    }

    .hw-luca .luca-price .priceinner img {
        margin: 0 0 4.44444444444vw 0;
    }

    .hw-luca .luca-price .swiper-slide {
        width: 38.888888888vw;
    }

    .hw-luca .luca-price .swiper-slide:not(:last-child) {
        margin: 0 16.666666666vw 0 0;
    }

    .hw-luca .luca-price .swiper-slide:last-child {
        margin: 0 16.666666666vw 0 0;
    }

    .hw-luca .luca-price .priceinner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hw-luca .luca-price .pricedes {
        width: 44.444444444vw;
        font-size: 3.88888888888vw;
        text-align: center;
    }

    .hw-luca .luca-price .pricemat {
        width: 83.33333333vw;
        margin: 0 0 11.1111111111vw 0;
        font-size: 8.888888888vw;
        text-align: left;
    }
}

.hw-luca .luca-elast {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 81.25vw;
    height: 33.333333333vw;
    margin: 0 auto 1.5625vw;
    background: #f5f7fa;
    border-radius: 1.041666666vw;
    transform: translate3d(0,0,0) rotate(0deg);
}

.hw-luca .luca-elast .duratxt {
    width: 30.9375vw;
    margin: 0 5vw 0 4.6875vw;
}

.hw-luca .luca-elast .durmat {
    color: #000;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.25;
}

.hw-luca .luca-elast .durdes {
    margin: 1.041666666666667vw 0;
    color: #787774;
    font-size: 1.145833333333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-elast .durnote {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.833333333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-elast .durim {
    width: 16.1458333333vw;
}

.hw-luca .luca-elast .durnormat {
    color: #b37b4a;
    font-size: 6.25vw;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-elast .durnormat span {
    font-size: 1.6666666666vw;
}

.hw-luca .luca-elast .durnordes {
    margin: 0.15625vw 0 0 0;
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.hw-luca .luca-elast .durnortxt {
    margin: 0 0 0 6.25vw;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-elast {
        width: 100%;
        height: auto;
        margin: 0 0 4.1666666666vw 0;
        padding: 11.1111111111vw 0;
        border-radius: 0;
        flex-direction: column;
    }

    .hw-luca .luca-elast .durmat {
        width: 100%;
        font-size: 6.6666666666vw;
    }

    .hw-luca .luca-elast .durdes {
        width: 83.3333333333vw;
        margin: 3.3333333333vw 0;
        font-size: 3.3333333333vw;
    }

    .hw-luca .luca-elast .duratxt {
        width: 83.333333333vw;
        margin: 0;
    }

    .hw-luca .luca-elast .durnote {
        width: 83.3333333333vw;
        color: rgba(0, 0, 0, 0.5);
        font-size: 3.33333333333vw;
    }

    .hw-luca .luca-elast .durim {
        width: 38.888888888vw;
        margin: 11.111111111vw 0 8.33333333333vw 0;
    }

    .hw-luca .luca-elast .durnormat {
        font-size: 16.666666666vw;
    }

    .hw-luca .luca-elast .durnormat span {
        font-size: 4.4444444444vw;
    }

    .hw-luca .luca-elast .durnordes {
        margin: 0.41666666666vw 0 0 0;
        font-size: 3.3333333333vw;
    }

    .hw-luca .luca-elast .durnortxt {
        margin: 0;
    }
}





/* newadd swiper */
.hw-luca .luca-passheal {
    margin: 0 0 10.41666666vw 0;
}

.hw-luca .luca-passheal .wagetyoumat {
    width: 38.854166666vw;
    margin: 0 auto;
    color: #000;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.hw-luca .luca-passheal .wagetyoudes {
    width: 42.3958333333vw;
    margin: 2.0833333333vw auto 4.16666666666vw;
    color: #787774;
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.hw-luca .luca-passheal .passiper {
    display: flex;
}

.hw-luca .luca-passheal .pssssionout {
    width: 81.25vw;
    margin: 0 auto;
}

.hw-luca .luca-passheal .passtxtcon {
    width: 33.59375vw;
    margin: 3.125vw 0 0 2.08333333vw;
}

.hw-luca .luca-passheal .passmat {
    color: #000;
    font-size: 1.66666666vw;
    font-weight: 500;
    line-height: 1.25;
}

.hw-luca .luca-passheal .passdes {
    color: #787774;
    font-size: 1.14583333vw;
    font-weight: 400;
    line-height: 1.6;
} 

.hw-luca .luca-passheal .swiper-wrapper {
    height: auto;
}

.hw-luca .luca-passheal .swiper-slide {
    overflow: hidden;
    width: 39.84375vw;
    background:#f5f7fa;
    border-radius: 1.04166666vw;
    transform: translate3d(0,0,0) rotate(0deg);
}

.hw-luca .luca-passheal .swiper-slide:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

.hw-luca .luca-passheal .swiper-slide:nth-child(1) .passim {
    width: 35.625vw;
    margin: 2.9166666666vw auto 3.125vw;
}

.hw-luca .luca-passheal .swiper-slide:nth-child(2) .passim {
    width: 27.0833333333vw;
    margin: 5.8854166666vw auto 2.0833333333vw;
}

.hw-luca .luca-passheal .swiper-slide:nth-child(3) .passim {
    width: 18.75vw;
    margin: 5.3125vw 10.15625vw 3.125vw 10.9375vw;
}

.hw-luca .luca-passheal .passnav {
    display: flex;
    justify-content: flex-end;
    margin: 1.5625vw 0 0 auto;
}

.hw-luca .luca-passheal .passnav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.60416666vw;
    height: 2.60416666vw;
    background: rgba(226, 231, 239, 0.8);
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
    outline: none;
}

.hw-luca .luca-passheal .passnav li:nth-child(1) {
    transform: rotate(180deg);
}

.hw-luca .luca-passheal .passnav li:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}

.hw-luca .luca-passheal .passnav li.swiper-button-disabled {
    background: rgba(245, 247, 250, 0.8);
    opacity: 1 !important;
}

.hw-luca .luca-passheal .passnav li img {
    width: 1.25vw;
    opacity: 0.5;
    transition: opacity .4s cubic-bezier(.15, 0, .2, 1);
}

.hw-luca .luca-passheal .passnav li.swiper-button-disabled img {
    opacity: 0.3;
}


@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-passheal {
        margin: 0 0 22.22222222vw 0;
    }

    .hw-luca .luca-passheal .wagetyoumat {
        width: 57.3611111111vw;
        margin: 0 0 0 8.33333333333vw;
        font-size: 8.8888888888vw;
        text-align: left;
    }
    
    .hw-luca .luca-passheal .wagetyoudes {
        width: 83.333333333vw;
        margin: 5.5555555555vw 0 11.111111111vw 8.3333333333vw;
        font-size: 3.8888888888vw;
        text-align: left;
    }

    .hw-luca .luca-passheal .pssssionout {
        width: 83.33333333vw;
    }

    .hw-luca .luca-passheal .swiper-slide {
        width: 83.33333333vw;
        border-radius: 2.77777777vw;
    }

    .hw-luca .luca-passheal .passmat {
        font-size: 4.44444444vw;
    }

    .hw-luca .luca-passheal .passtxtcon {
        width: 66.66666666vw;
        margin: 8.3333333333vw 0 0 8.33333333vw;
    }

    .hw-luca .luca-passheal .passdes {
        font-size: 3.33333333vw;
    } 

    .hw-luca .luca-passheal .passnav {
        margin: 5.55555555vw 0 0 0;
    }

    .hw-luca .luca-passheal .passnav li {
        width: 8.33333333vw;
        height: 8.33333333vw;
    }

    .hw-luca .luca-passheal .passnav li:not(:last-child) {
        margin: 0 4.16666666vw 0 0;
    }

    .hw-luca .luca-passheal .swiper-slide:not(:last-child) {
        margin: 0 4.16666666vw 0 0;
    }

    .hw-luca .luca-passheal .passnav li img {
        width: 3.33333333vw;
    }

    .hw-luca .luca-passheal .swiper-slide:nth-child(1) .passim {
        width: 100%;
        margin: 4.444444444vw auto 5.5555555555vw;
    }

    .hw-luca .luca-passheal .swiper-slide:nth-child(2) .passim {
        width: 62.5vw;
        margin: 12.083333333vw auto 5.5555555555vw;
    }

    .hw-luca .luca-passheal .swiper-slide:nth-child(3) .passim {
        width: 41.944444444vw;
        margin: 10.9722222222vw auto 8.3333333333vw;
    }
}

.hw-luca .luca-ncn2 .waflisipercard {
    height: 41.666666666vw;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ncn2 .waflisipercard {
        height: auto;
    }
}


.hw-luca .luca-ls13 .healthstatenode {
    width: 31.25vw;
    margin: 1.0416666666vw 0 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.833333333333vw;
    font-weight: 400;
    line-height: 1.6;
}

.hw-luca .luca-ls13 .heathstatxt {
    align-items: center;
}

.hw-luca .luca-ls13 .heathstatdes {
    margin: 0;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls13 .heathstatdes {
        margin: 5.555555555vw 0 3.3333333333vw 0;
    }

    .hw-luca .luca-ls13 .healthstatenode {
        width: 83.3333333333vw;
        margin: 0;
        font-size: 3.3333333333vw;
        color: rgba(0, 0, 0, 0.5);
    }
}

.hw-luca .luca-ls10 .inidinote {
    width: 37.5vw;
    margin: 1.0416666666vw 0 0 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.833333333333vw;
    font-weight: 400;
    line-height: 1.6;
} 

@media screen and (max-aspect-ratio:136/100) {
    .hw-luca .luca-ls10 .inidinote {
        width: 66.666666666vw;
        margin: 3.33333333333vw 0 0 0;
        color: rgba(0, 0, 0, 0.5);
        font-size: 3.33333333333vw;
    }
}