body {
    color: #2E2E2E;
}

/* banner */
.activity-banner {
    padding: 80px 0 28px;
    position: relative;
}
.activity-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 435px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/banner-top-bg.png') no-repeat 0 0 / 100% 100%;
    z-index: -1;
}
.activity-banner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 510px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/banner-bottom-bg.png') no-repeat 0 0 / 100% 100%;
    z-index: -1;
}
.activity-banner .base-maxwidth {
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.activity-banner .base-maxwidth .logo-img {
    width: 210px;
    height: 83px;
}
.activity-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity-banner .banner-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-banner .banner-content h1 {
    font-size: 68px;
    font-weight: 800;
    margin-left: 19px;
}
.activity-banner .base-maxwidth p {
    font-size: 24px;
    font-weight: 400;
    margin: 24px 0 19px;
    text-align: center;
}
.activity-banner  img {
    width: 86%;
    height: 100%;
    object-fit: cover;
}
.activity-banner .top-banner-img-mb {
    display: none;
}
@media (max-width: 768px) {
    .activity-banner {
        padding: 31px 0 62px;
    }
    .activity-banner  img{
        width: 78%;
    }
    
    .activity-banner::before {
        background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/banner-top-bg-mb.png') no-repeat 0 0 / 100% 100%;
        height: 228px;
    }
    .activity-banner::after {
        background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/banner-bottom-bg-mb.png') no-repeat 0 0 / 100% 100%;
        height: 360px;
    }
    .activity-banner .banner-content {
        flex-direction: column;
    }
    .activity-banner .base-maxwidth .logo-img {
        width: 140px;
        height: 54px;
    }
    .activity-banner .banner-content h1 {
        font-size: 26px;
        margin: 10px 0;
    }
    .activity-banner .base-maxwidth p {
        font-size: 16px;
        margin: 0 10px 30px;
    }
    .activity-banner .top-banner-img-mb {
        display: inline-block;
        padding: 0 15px;
    }
    .activity-banner .top-banner-img {
        display: none;
    }
}
/* banner end */

/* tracker-list */
.tracker-list {
    position: sticky;
    top: 150px;
    left: 20px;
    width: 207px;
    z-index: 8;
    transition: all 0.3s ease;
}
.tracker-list.hide {
    transform: translateX(calc(-100% - 20px));
}
.tracker-list-content {
    padding: 20px 12px;
    position: relative; 
    background-image:  url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/tracker-list-bg.png'),
                    linear-gradient(357.79deg, #00CBEB -10.58%, #0097F5 56.95%);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 0;
    background-size: 100% 100%, 100% 100%;
    border-radius: 15px;
}
.tracker-list-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.tracker-list-content ul li a{ 
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #FFFFFF33;
    backdrop-filter: blur(37px);
    border: 1px solid #FFFFFF75;
    border-radius: 8px;
    padding: 12px 10px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
.tracker-list-content ul li:last-child  a{
    margin-bottom: 0;
}
.tracker-list-content ul li a.active,
.tracker-list-content ul li a:hover { 
    background: linear-gradient(180deg, #FFFFFF 9.37%, #C5F6FF 113.54%);
    border: 1px solid #FFFFFF;
}
.tracker-list-content ul li a.active,
.tracker-list-content ul li a:hover {
    color: #1365FE;
}
.tracker-list-content .close {
    width: 25px;
    height: 25px;
    background-image:  url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/tracker-list-close.svg'),
                      linear-gradient(22.76deg, #00CBEB 22.75%, #0097F5 91.5%);
                      background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, 0 0;
    background-size: 50% 50%, 100% 100%;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -10px;
    cursor: pointer;
}
.tracker-list .close.hide {
    background-image:  url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/tracker-list-show.svg'),
                    linear-gradient(126.87deg, #02C4EF -3.37%, #018BF5 80.95%);
    width: 36px;
    height: 36px;
    right: -36px;
    border-radius: 0 15px 15px 0;
}
.tracker-list-content ul::after {
    content: '';
    display: block;
    position: absolute;
    top: -75px;
    z-index: -1;
    left: 0;
    width: 187px;
    height: 81px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/tracker-list-top-icon.png') no-repeat 0 0 / 100% 100%;
}

@media(max-width: 768px){
    .tracker-list-content ul li a:hover{
        color: #fff;
        background: #FFFFFF33;
        border: 1px solid #FFFFFF75;
    }

    .tracker-list-content ul li a.active{
        background: linear-gradient(180deg, #FFFFFF 9.37%, #C5F6FF 113.54%);
        border: 1px solid #FFFFFF;
        color: #1365FE;
    }
}
/* tracker-list */

/* whats-new */
.activity-whats-new {
    padding: 60px 0;
    position: relative;
    margin-top: -374px;
}
.activity-whats-new .base-maxwidth {
    max-width: 1400px;
    margin: 0 auto;
}
.activity-whats-new .title-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.activity-whats-new h2 {
    font-size: 50px;
    font-weight: 800;
}
.activity-whats-new .title-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 50px;
    text-align: center;
}
.activity-whats-new .whats-new-swiper {
    position: relative;
    /* overflow-x: clip !important; */
    overflow: visible;
    padding: 0 10px;
}
.activity-whats-new .whats-new-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 38px 10px 22px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.activity-whats-new .whats-new-swiper .swiper-slide:nth-child(4n){
    background: linear-gradient(180deg, #BAE7FF 0%, #CFFFE5 100%);
}
.activity-whats-new .whats-new-swiper .swiper-slide:nth-child(4n+1){
    background: linear-gradient(180deg, #BAC7FF 0%, #E2F4FF 100%);
}
.activity-whats-new .whats-new-swiper .swiper-slide:nth-child(4n+2){
    background: linear-gradient(180deg, #FFE8BA 0%, #FFF9D9 100%);
}
.activity-whats-new .whats-new-swiper .swiper-slide:nth-child(4n+3){
    background: linear-gradient(180deg, #C7FFCB 0%, #E6FED4 100%);
}
.activity-whats-new .whats-new-swiper .swiper-slide h3 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 23px;
    text-align: center;
}
.activity-whats-new .whats-new-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 210px;
}
.activity-whats-new .whats-new-swiper .swiper-slide .click-item {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -250px;
    left: 0;
    background: #FFFFFFC4;
    backdrop-filter: blur(47px);
    border-radius: 30px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.activity-whats-new .whats-new-swiper .swiper-slide:hover .click-item {
    bottom: 0px;
}
.activity-whats-new .whats-new-swiper .swiper-pagination {
    display: none;
}
.activity-whats-new .whats-new-swiper .swiper-button-next,
.activity-whats-new .whats-new-swiper .swiper-button-prev { 
    position: absolute;
    left: auto;
    top: auto;
    bottom: -60px;
    right: 0;
    width: 41px;
    height: 41px;   
}
.activity-whats-new .whats-new-swiper .swiper-button-next {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/arrow-active.svg') no-repeat 0 0 / 100% 100%;
}
.activity-whats-new .whats-new-swiper .swiper-button-prev {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/arrow-active.svg') no-repeat 0 0 / 100% 100%;
    right: 60px;
    transform: rotate(180deg);
}
.activity-whats-new .whats-new-swiper .swiper-button-next.swiper-button-disabled,
.activity-whats-new .whats-new-swiper .swiper-button-prev.swiper-button-disabled {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/arrow-disabled.svg') no-repeat 0 0 / 100% 100%;
    transform: rotate(180deg);
}
.activity-whats-new .whats-new-swiper .swiper-button-prev.swiper-button-disabled {
    transform: rotate(0);
}
.activity-whats-new .learn-more {
    width: 240px;
    height: 70px;
    border-radius: 14px;
    background: linear-gradient(90deg, #1D65FF 0%, rgba(0, 167, 236, 0.975) 54.79%, rgba(38, 237, 194, 0.95) 109.58%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 35px;
}
@media (max-width: 1024px) {
    .activity-whats-new h2 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .activity-whats-new .whats-new-swiper{
        overflow-x: clip !important;
    }


    .activity-whats-new .whats-new-swiper .swiper-slide img{
        max-width: 200px;
    }

    .activity-whats-new {
        padding: 60px 15px 30px;
    }
    .activity-whats-new .title-item p {
        margin: 10px 0 20px;
        font-size: 15px;
    }
    .activity-whats-new .whats-new-swiper {
        padding: 0;
    }
    .activity-whats-new .learn-more {
        margin-top: 55px;
    }
    .activity-whats-new .whats-new-swiper .swiper-button-next,
    .activity-whats-new .whats-new-swiper .swiper-button-prev {
        display: none;
    }
    .activity-whats-new .whats-new-swiper .swiper-pagination {
        display: flex;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        padding: 0 10px;
        font-weight: 600;
    }
    .activity-whats-new .whats-new-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 25px;
        height: 5px;
        background: #D0D4D8;
        border-radius: 24px;
        opacity: 1;
    }
    .activity-whats-new .whats-new-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1357FE;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}

/* whats-new end */

.activity-how-to-update {
    padding: 60px 0;
}
.activity-how-to-update .base-maxwidth {
    max-width: 1400px;
    margin: 0 auto;
}
.activity-how-to-update .title-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.activity-how-to-update .title-item h2 {
    font-size: 50px;
    font-weight: 800;
}
.activity-how-to-update .title-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 50px;
    text-align: center;
}
.activity-how-to-update .title-item p a {
    color: #0E51F5;
    text-decoration: underline;
}
.activity-how-to-update .three-steps {
    position: relative;
    height: 613px;
}
.activity-how-to-update .three-steps .step-item {
    position: absolute;
    max-width: 880px;
    border-radius: 35px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width linear 0.25s, transform linear 0.25s;
    top: 0;
}
.activity-how-to-update .three-steps .step-item:hover {
    width: 100%;
    transform: translateY(-10px)
}
.activity-how-to-update .three-steps .step-item:nth-child(1) {
    left: 0;
    z-index: 5;
    background: linear-gradient(61.17deg, #A4F4FF 35.75%, #3EA8FF 100.29%);
}
.activity-how-to-update .three-steps .step-item:nth-child(2) {
    left: 18%;
    z-index: 4;
    background: linear-gradient(55.84deg, #E9ADFF 42.85%, #AB8FFF 98.11%);
}
.activity-how-to-update .three-steps .step-item:nth-child(3) {
    left: 36%;
    z-index: 3;
    background: linear-gradient(220.55deg, #FBD77F -0.31%, #FFFBDA 92.53%);
}
.activity-how-to-update .three-steps .step-item.lessen {
    width: 24%
}

.activity-how-to-update .three-steps .step-item.lessen.index {
    z-index: 1
}
.activity-how-to-update .three-steps .step-item .step-item-content {
    position: relative;
    padding: 35px;
    height: 100%;
    width: 880px;
}
.activity-how-to-update .three-steps .step-item .step-item-title h3 {
    font-size: 36px;
    font-weight: 800;
}
.activity-how-to-update .three-steps .step-item .step-item-title p {
    font-size: 24px;
    font-weight: 800;
    margin: 7px 0 35px;
}
.activity-how-to-update .three-steps .step-item .step-item-content::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 48px;
    height: 168px;
}
.activity-how-to-update .three-steps .step-item:nth-child(1) .step-item-content::after {
    width: 61px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/three-step-one.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item:nth-child(2) .step-item-content::after {
    width: 84px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/three-step-two.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item:nth-child(3) .step-item-content::after {
    width: 84px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/three-step-three.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .content-list,
.activity-how-to-update .three-steps .step-item .backup-content,
.activity-how-to-update .three-steps .step-item .download-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 30px;
    background: #FFFFFFDE;
    padding: 40px;
    width: 100%;
    height: 412px;
}
.activity-how-to-update .three-steps .step-item .content-list .iphone {
    width: 50%;
}
.activity-how-to-update .three-steps .step-item .content-list .device-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1357FE;
    font-weight: 700;
    font-size: 22px;
}
.activity-how-to-update .three-steps .step-item .content-list .device-type svg {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.activity-how-to-update .three-steps .step-item .content-list .device-list {
    /* list-style: disc; */
    padding-left: 10px;
    margin-top: 24px;
}

.activity-how-to-update .three-steps .step-item .content-list .device-list li::before{
    content: '';
    border-radius: 50%;
    background-color: #575757;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 8px;
    left: -14px;
}

.activity-how-to-update .three-steps .step-item .content-list .device-list li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
}
.activity-how-to-update .three-steps .step-item .backup-content,
.activity-how-to-update .three-steps .step-item .download-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-title {
    font-size: 20px;
    font-weight: 700;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-title a {
    color: #8145FF;
    text-decoration: underline;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list {
    position: relative;
    padding-left: 10px;
    margin: 28px 0 30px;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 34px;
    position: relative;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li:last-child {
    margin-bottom: 0;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    z-index: 1;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li:nth-child(1):before {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/backup-content-list-one.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li:nth-child(2):before {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/backup-content-list-two.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li:nth-child(3):before {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/backup-content-list-three.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li:nth-child(4):before {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/backup-content-list-four.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li:nth-child(5):before {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/backup-content-list-five.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .backup-content .backup-content-list::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 95%;
    border-left: 2px dashed #D8C8E1;
}
.activity-how-to-update .three-steps .step-item .backup-content .tips {
    font-size: 15px;
    font-weight: 400;
    color: #706B73;
    background: #fff;
    padding: 12px 64px;
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.activity-how-to-update .three-steps .step-item .backup-content .tips a {
    color: #8145FF;
    font-weight: 600;
}
.activity-how-to-update .three-steps .step-item .backup-content .tips::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -7px;
    width: 50px;
    height: 50px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/backup-content-tip.svg') no-repeat 0 0 / 100% 100%;
}
.activity-how-to-update .three-steps .step-item .download-content .download-content-title {
    font-size: 20px;
    font-weight: 700;
}
.activity-how-to-update .three-steps .step-item .download-content .download-content-title span {
    color: #F66827;
}
.activity-how-to-update .three-steps .step-item .download-content .download-content-p {
    margin: 12px 0 17px;
    font-size: 16px;
    font-weight: 400;
}
.activity-how-to-update .three-steps .step-item .download-content {
    padding: 34px 0 0;
}
.activity-how-to-update .three-steps .step-item .download-content .download-content-p,
.activity-how-to-update .three-steps .step-item .download-content .download-content-title {
    padding: 0 40px;
}
.activity-how-to-update .three-steps .step-item .download-content .download-content-p p {
    width: 100%;
}
.activity-how-to-update .three-steps .step-item .download-content img {
    width: 100%;
    height: 100%;
}
.activity-how-to-update .three-steps .step-item .download-content .download-install-img-mb {
    display: none;
}
.activity-how-to-update .popu-video {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 35px auto 40px;
}
.activity-how-to-update .popu-video svg {
    width: 24px;
    height: 24px;
}
.activity-how-to-update .popu-video .text {
    font-size: 16px;
    font-weight: 500;
    margin-left: 9px;
}
.activity-how-to-update .three-bottom-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 70px;
    background: #F5F7F9;
    border-radius: 30px;
}
.activity-how-to-update .three-bottom-banner .bottom-banner-item {
    max-width: 365px;
}
.activity-how-to-update .three-bottom-banner .bottom-banner-item:not(:last-child) {
    margin-right: 20px;
}
.activity-how-to-update .three-bottom-banner .bottom-banner-item .bottom-banner-item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.activity-how-to-update .three-bottom-banner .bottom-banner-item .bottom-banner-item-title img {
    width: 80px;
    height: 80px;
    margin-right: 14px;
}
.activity-how-to-update .three-bottom-banner .bottom-banner-item .bottom-banner-item-title p {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}
.activity-how-to-update .three-bottom-banner .bottom-banner-item p {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .activity-how-to-update {
        padding: 30px 15px;
    }
    .activity-how-to-update .three-steps {
        height: auto;
    }
    .activity-how-to-update .three-steps .step-item {
        position: unset;
        margin: 0 auto 15px;
    }
}
@media (max-width: 880px) {
    .activity-how-to-update .three-steps .step-item {
        border-radius: 16px;
    }
    .activity-how-to-update .three-steps .step-item .content-list,
    .activity-how-to-update .three-steps .step-item .backup-content,
    .activity-how-to-update .three-steps .step-item .download-content{
        border-radius: 14px;
    }
    .activity-how-to-update .three-steps .step-item .step-item-content::after {
        height: 70px;
        top: 10px;
    }
    .activity-how-to-update .three-steps .step-item:nth-child(1) .step-item-content::after {
        width: 26px;
    }
    .activity-how-to-update .three-steps .step-item:nth-child(2) .step-item-content::after {
        width: 35px;
    }
    .activity-how-to-update .three-steps .step-item:nth-child(3) .step-item-content::after {
        width: 33px;
    }
    .activity-how-to-update .three-steps .step-item .step-item-title h3 {
        font-size: 18px;
    }
    .activity-how-to-update .three-steps .step-item .step-item-title p {
        margin: 6px 0 13px;
        font-size: 15px;
    }
    .activity-how-to-update .three-steps .step-item .step-item-content {
        width: 100%;
        padding: 16px 14px 20px;
    }
    .activity-how-to-update .three-steps .step-item .content-list {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .activity-how-to-update .three-steps .step-item .content-list .device-list li{
        font-size: 14px;
    }

    .activity-how-to-update .three-steps .step-item .content-list .device-list li::before{
        left: -10px;
    }

    .activity-how-to-update .three-steps .step-item .content-list .iphone {
        width: 100%;
    }
    .activity-how-to-update .three-steps .step-item .content-list .device-list {
        margin-top: 13px;
        padding-left: 0;
    }
    .activity-how-to-update .three-steps .step-item .content-list .ipad .device-type {
        margin-top: 20px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content,
    .activity-how-to-update .three-steps .step-item .download-content {
        height: auto;
    }
    .activity-how-to-update .three-steps .step-item .backup-content {
        padding: 25px 18px 28px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .backup-content-title {
        font-size: 16px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li {
        font-size: 15px;
        margin-bottom: 20px;
        padding-left: 27px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .backup-content-list {
        margin: 15px 0 ;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .backup-content-list::after {
        height: 91%;
        left: 18px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .backup-content-list li::before {
        width: 18px;
        height: 18px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .tips {
        padding: 8px 16px 8px 57px;
        font-size: 13px;
    }
    .activity-how-to-update .three-steps .step-item .backup-content .tips::before {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
    }
    .activity-how-to-update .three-steps .step-item .download-content .download-content-p,
    .activity-how-to-update .three-steps .step-item .download-content .download-content-title {
        padding: 0 19px;
    }
    .activity-how-to-update .three-steps .step-item .download-content .download-content-title {
        font-size: 16px;
    }
    .activity-how-to-update .three-steps .step-item .download-content .download-content-p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .activity-how-to-update .title-item h2 {
        font-size: 26px;
    }
    .activity-how-to-update .title-item p {
        font-size: 15px;
        font-weight: 400;
        margin: 15px 0 25px;
    }

    .activity-how-to-update .three-steps .step-item .content-list .device-type svg{
        width: 23px;
    }

    .activity-how-to-update .three-steps .step-item .content-list .device-type span{
        font-size: 16px;
    }

    .activity-how-to-update .three-steps .step-item .download-content .download-install-img-mb {
        display: block;
    }
    .activity-how-to-update .three-steps .step-item .download-content .download-install-img {
        display: none;
    }
    .activity-how-to-update .popu-video {
        margin: 25px 0 60px;
    }
    .activity-how-to-update .three-bottom-banner {
        flex-direction: column;
        padding: 35px 15px 23px 18px;
        border-radius: 16px;
    }
    .activity-how-to-update .three-bottom-banner .bottom-banner-item {
        max-width: 100%;
    }
    .activity-how-to-update .three-bottom-banner .bottom-banner-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .activity-how-to-update .three-bottom-banner .bottom-banner-item .bottom-banner-item-title img {
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }
    .activity-how-to-update .three-bottom-banner .bottom-banner-item .bottom-banner-item-title p {
        font-size: 20px;
        margin-top: 0;
    }
    .activity-how-to-update .three-bottom-banner .bottom-banner-item p {
        font-size: 15px;
        margin-top: 15px;
    }
}
/* secure-your-iphone start */

.activity-secure-your-iphone {
    padding: 60px 0 140px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/activity-secure-your-iphone-bg.png') no-repeat 0 0 / 100% 100%;
}
.activity-secure-your-iphone .base-maxwidth {
    max-width: 1400px;
    margin: 0 auto;
}
.activity-secure-your-iphone .title-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.activity-secure-your-iphone h2 {
    font-size: 50px;
    font-weight: 800;
}
.activity-secure-your-iphone .title-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 50px;
    text-align: center;
}
.activity-secure-your-iphone .secure-your-iphone-swiper {
    position: relative;
    overflow-x: clip !important;
    overflow: visible;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 51px 76px 53px 45px;
    background: #FFFFFF;
    border-radius: 30px;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide img {
    width: 100%;
    max-width: 220px;
    margin-right: 20px;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content h3 {
    font-size: 18px;
    font-weight: 700;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content h3 a {
    color: #0E51F5;
    text-decoration: underline;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content p {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0 22px;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content ul {
    padding-left: 10px;
    list-style: disc;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #6A6A6A;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content ul li:last-child {
    margin-bottom: 0;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button a {
    width: 220px;
    height: 70px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .view-free-demo {
    background: #fff;
    color: #1357FE;
    border: 2px solid #1357FE;
    margin-bottom: 40px;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .view-free-demo:hover {
    background: #1357FE;
    color: #fff;
    border: 2px solid #1357FE;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .monitor-now {
    background: #000 url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/active-button-bg.png') no-repeat 0 0 / 100% 100%;
    color: #fff;
    position: relative;
    overflow: visible;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .monitor-now span {
    position: absolute;
    top: -16px;
    right: -30px;
    width: 126px;
    height: 33px;
    background: #fff url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/active-coupon-bg.svg') no-repeat 0 0 / 100% 100%;
    font-size: 14px;
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .monitor-now span b {
    font-size: 20px;
    color: #F51D36;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .monitor-now:hover {
    opacity: 0.8;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-pagination {
    display: none;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-next,
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-prev { 
    position: absolute;
    left: auto;
    top: auto;
    bottom: -60px;
    right: 0;
    width: 41px;
    height: 41px;   
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-next {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/arrow-active-two.svg') no-repeat 0 0 / 100% 100%;
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-prev {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/arrow-active-two.svg') no-repeat 0 0 / 100% 100%;
    right: 60px;
    transform: rotate(180deg);
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-next.swiper-button-disabled,
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/arrow-disabled-two.svg') no-repeat 0 0 / 100% 100%;
    transform: rotate(180deg);
}
.activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-prev.swiper-button-disabled {
    transform: rotate(0);
}
@media (max-width: 1024px) {
    .activity-secure-your-iphone {
        padding: 30px 15px 60px;
        background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/activity-secure-your-iphone-bg-mb.png') no-repeat 0 0 / 100% 100%;
    }
    .activity-secure-your-iphone h2 {
        font-size: 26px;
        text-align: center;
    }
    .activity-secure-your-iphone .title-item p {
        font-size: 15px;
        margin: 15px 0 25px;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide {
        flex-direction: column;
        padding: 15px 16px 33px;
        border-radius: 15px;
        min-height: 768px;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide img {
        max-width: 162px;
        margin-right: 0;
        transform: translateX(-20px);
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content h3 {
        font-size: 16px;
        margin-top: 19px;
        text-align: center;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content p {
        font-size: 15px;
        margin: 10px 0 15px;
        text-align: center;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-content ul li {
        font-size: 15px;
        margin-bottom: 9px;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button {
        margin: 30px 0 0;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button a {
        height: 65px;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-slide .secure-your-iphone-item-button .view-free-demo {
        margin-bottom: 35px;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-next,
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-button-prev {
        display: none;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-pagination {
        display: flex;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        padding: 0 10px;
        font-weight: 600;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 25px;
        height: 5px;
        background: #FFFFFFB5;
        border-radius: 24px;
        opacity: 1;
    }
    .activity-secure-your-iphone .secure-your-iphone-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1357FE;
    }
}
/* secure-your-iphone end */

/* more-tutorials start */
.activity-more-tutorials {
    padding: 140px 0 60px;
}
.activity-more-tutorials .base-maxwidth {
    max-width: 1400px;
    margin: 0 auto;
}
.activity-more-tutorials .title-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.activity-more-tutorials h2 {
    font-size: 50px;
    font-weight: 800;
}
.activity-more-tutorials .title-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 50px;
    text-align: center;
}
.activity-more-tutorials .switch-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.activity-more-tutorials .switch-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #F5F7F9;
    width: 260px;
    height: 65px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 30px;
}
.activity-more-tutorials .switch-list li.active,
.activity-more-tutorials .switch-list li:hover { 
    background: linear-gradient(90deg, #1D65FF 0%, rgba(0, 167, 236, 0.975) 54.79%, rgba(38, 237, 194, 0.95) 109.58%);
    color: #fff;
}  
.activity-more-tutorials .switch-list li:last-child {
    margin-right: 0;
}
.activity-more-tutorials .more-tutorials-content {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #F5F7F9;
    border-radius: 30px;
    padding: 52px 50px;
    margin-top: 40px;
}
.activity-more-tutorials .more-tutorials-content.active {
    display: flex;
}
.activity-more-tutorials .more-tutorials-content .more-tutorials-list {
    margin-right: 25px;
    flex: 1;
}
.activity-more-tutorials .more-tutorials-content .more-tutorials-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    max-width: 422px;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 400;
    height: 90px;
}
.activity-more-tutorials .more-tutorials-content .more-tutorials-list li a {
    color: #2E2E2E;
}

.activity-more-tutorials .more-tutorials-content .more-tutorials-list a:hover {
    color: #0E51F5;
    text-decoration: underline;
}

.activity-more-tutorials .more-tutorials-content .more-tutorials-list li:not(:last-child) {
    margin-bottom: 21px;
}
.activity-more-tutorials .more-tutorials-content .tips-video {
    position: relative;
    aspect-ratio: 16/9;
    width: 395px;
    height: 222px;
    border-radius: 12px;
    overflow: hidden
}

.activity-more-tutorials .more-tutorials-content .tips-video:hover .video-mask{
    display: none;
}

.activity-more-tutorials .more-tutorials-content .tips-video .video-mask{
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.33deg, rgba(14, 14, 14, 0.3528) -41.3%, rgba(23, 23, 23, 0) 26.83%);
}

.activity-more-tutorials .more-tutorials-content .tips-video-img,.activity-more-tutorials .more-tutorials-content .tips-video-img img,.activity-more-tutorials .more-tutorials-content .tips-video iframe {
    width: 100%;
    height: 100%;
}

.activity-more-tutorials .more-tutorials-content .tips-video-img img {
    object-fit: cover;
    height: calc(100% - 2px);
}

.activity-more-tutorials .more-tutorials-content .tips-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 62px;
    height: 62px;
    background: url(https://images.monimaster.com/monimasteren/assets/common/index/tips-video-play.svg) no-repeat center/cover;
    cursor: pointer
}

.activity-more-tutorials .more-tutorials-content .tips-video-container{
    flex: 1;
}

.activity-more-tutorials .more-tutorials-content .tips-video-container p {
    margin-top: 20px;
}
.activity-more-tutorials .more-tutorials-content .tips-video-container p img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.activity-more-tutorials .more-tutorials-content .tips-video-container p span {
    font-size: 14px;
    font-weight: 600;
    color: #646464;
}
.activity-more-tutorials .more-tutorials-content .tips-video-container p span b {
    font-weight: 600;
    color: #1357FE;
}
@media (max-width: 1024px) {
    .activity-more-tutorials .switch-list {
        flex-wrap: wrap;
    }
    .activity-more-tutorials .switch-list li {
        width: 166px;
        padding: 13px 7px;
        margin-right: 0;
        border-radius: 8px;
        flex: 0 0 calc(50% - 6px);
        font-size: 15px;
    }
    .activity-more-tutorials .switch-list li:nth-child(1) {
        margin-bottom: 15px;
        margin-right: 12px;
    }
    .activity-more-tutorials .switch-list li:nth-child(2) {
        margin-bottom: 15px;
    }
    .activity-more-tutorials .switch-list li:nth-child(3) {
        margin-right: 12px;
    }
    .activity-more-tutorials .more-tutorials-content {
        flex-direction: column;
        border-radius: 16px;
        padding: 20px 14px 27px;
        margin-top: 20px;
    }
    .activity-more-tutorials .more-tutorials-content .more-tutorials-list {
        margin-right: 0;
    }
    .activity-more-tutorials .more-tutorials-content .more-tutorials-list li {
        font-size: 15px;
        padding: 13px 14px 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .activity-more-tutorials {
        padding: 60px 15px 30px;
    }
    .activity-more-tutorials h2 {
        font-size: 26px;
        text-align: center;
    }
    .activity-more-tutorials .title-item p {
        font-size: 15px;
        margin: 15px 0 25px;
    }
    
    .activity-more-tutorials .more-tutorials-content .tips-video .video-mask{
        display: none;
    }

    .activity-more-tutorials .more-tutorials-content .tips-video {
        width: 100%;
        height: auto;
        margin-top: 14px;
        border: 2px solid #1357FE;
    }

    .activity-more-tutorials .more-tutorials-content .tips-video iframe{
        height: calc(100% + 2px);
    }

    .activity-more-tutorials .more-tutorials-content .tips-video-container{
        width: 100%;
    }

    .activity-more-tutorials .more-tutorials-content .tips-video-container p img{
        display: none;
    }
    .activity-more-tutorials .more-tutorials-content .tips-video-container p span {
        font-size: 14px;
    }
}
/* more-tutorials end */

/* faq start */
.activity-faq {
    padding: 70px 10px;
}
.activity-faq .base-maxwidth {
    max-width: 1400px;
    margin: 0 auto;
}   
.activity-faq .title-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.activity-faq h2 {
    font-size: 50px;
    font-weight: 800;
}
.activity-faq .faq-list {
    margin-top: 50px;
}
.activity-faq .faq-list>li {
    background: #F5F7F9;
    border-radius: 18px;
    padding: 30px 38px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.activity-faq .faq-list>li::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/faq-icon.svg') no-repeat center/cover;
    position: absolute;
    right: 30px;
    top: 30px;
}
.activity-faq .faq-list>li.active {
    background: #EAF5FF;
}
.activity-faq .faq-list>li.active::after {
    background: url('https://images.monimaster.com/monimasteren/assets/activity/iOS26/faq-icon-active.svg') no-repeat center/cover;
}
.activity-faq .faq-list>li:last-child {
    margin-bottom: 0;
}
.activity-faq .faq-list>li h3 {
    font-size: 20px;
    font-weight: 800;
}
.activity-faq .faq-list>li h3.active {
    color: #1357FE;
}
.activity-faq .faq-list>li .faq-list-content {
    font-size: 16px;
    font-weight: 400;
    margin-top: 23px;
    display: none;
}
.activity-faq .faq-list>li .faq-list-content p {
    margin-bottom: 10px;
}
.activity-faq .faq-list>li .faq-list-content ul {
    margin-bottom: 10px;
}
.activity-faq .faq-list>li .faq-list-content ul li {
    list-style: disc;
    margin-left: 20px;
}
@media (max-width: 768px) {
    .activity-faq {
        padding: 30px 10px 60px;
    }
    .activity-faq h2 {
        font-size: 26px;
        text-align: center;
    }

    .activity-faq .faq-list{
        margin-top: 20px;
    }

    .activity-faq .faq-list>li {
        padding: 22px 32px 22px 20px;
        margin-bottom: 15px;
    }
    .activity-faq .faq-list>li::after {
        width: 15px;
        height: 15px;
        right: 14px;
        top: 26px;
    }
    .activity-faq .faq-list>li h3 {
        font-size: 16px;
    }
    .activity-faq .faq-list>li .faq-list-content {
        font-size: 14px;
        margin-top: 12px;
    }
}
/* faq end */