html,
body,
main {
    overflow-x: hidden;
}
body *{line-height: 1.4;}
a:hover, a:focus {
    color: #4276FF;
    text-decoration: none;
}
h2,h3 {font-weight: bold; text-align: center}
.leading.lazy-load .reviews i, .leading.lazy-load .container > .product-medialogo > li {
    background-image: none !important;
}
.container {
    max-width: 1370px;
    padding: 0 13px;
}
.text-center {text-align: center}
.top-banner {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: url(../png/transparent_to_bottom.png) 0 0 / 100%
    100% no-repeat,linear-gradient(89.89deg, #6D8FFF -6.18%, #F3B4FF 57.12%, #79FFC1 106.85%);
}
.top-banner-imgsa{
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.top-banner-imgsa img{
    width: 36px;
    height: 36px;
    margin-right: 15px;
}
.top-banner-imgsa h3{
    font-size: 24px;
    margin-right: 24px;
}
.top-banner-imgsa .supported{
    padding: 8px 22px;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.69);
    background: linear-gradient(92.94deg, #26DEA1 -7.18%, #29B3FF 124.55%);
}
.top-banner .top .left{
    width: 48%;
}
.top-banner .top .left .video-box-phone{
    display: none;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 0;
}
.top-banner .top .left .video-box-phone video{
    width: 100%;
    border-radius: 9px;
}
.top-banner .top .right{
    max-width: 800px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
}
.top-banner .product-video{
    justify-content: center;
    text-decoration: underline;
    padding-right: 80px;
}

.top-banner .top .right .video-box img{
    width: 671px;
    height: auto;
    border-radius: 20px;
}
.top-banner .base-switching-button .product-button .download-button {
    margin-right: 24px;
}
.top-banner .product-video:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/android_data_recovery/icon-play.svg) no-repeat;
    background-size: 100%;
    margin: 0 8px 0 0;
}
.blob-btn {
    z-index: 1;
    position: relative;
    text-align: center;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    overflow: hidden;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}
.blob-btn__blob {
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #6D79F0;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
    .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}
.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.7);
    }
}

.top-banner .container{
    max-width: 1400px;
}

.top-banner p.logo {
    margin-bottom: 16px;
}
.top-banner h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 30px;
}
.top-banner h1 .blue {
    color: #4858EC;
}
.top-banner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-banner ul {
    margin-bottom: 40px;
}
.top-banner .youtube-video-pc{
    display: none;
}
.top-banner ul li {
    color: #0a1833;
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
}
.top-banner ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-radius: 100%;
}
.top-banner .more-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}
.top-banner .more-video picture {
    margin-right: 16px;
}
.top-banner .more-video a {
    color: #4276FF;
}
.top-banner .base-switching-button .download-button .button{
    border-radius: 12px;
    font-weight: 700;
}
.base-switching-button{
    --numOfBlobs: 4;
    position: relative;
}
.base-switching-button .button {
    border-radius: 60px;
    width: 210px;
    height: 56px;
    font-weight: normal;
    margin: 0;
}
.base-switching-button .button  .button-box{
    display: flex;
    flex-direction: column;
}
.base-switching-button .button .button-mintext{
    font-size: 12px ;
}

.base-switching-button .download-button .button {
    background: #4858EC;
    border: #4858EC;
    color: #ffffff;
}
.base-switching-button .download-button .button:hover {
    background: #2458DF;
    border: #2458DF;
    color: #fff !important;
}
.base-switching-button .download-button .button svg {
    margin: 0 10px 0 0;
}
.base-switching-button .buy-button {
    position: relative;
}
.base-switching-button .buy-button::after {
    content: '65% OFF';
    position: absolute;
    top: -15px;
    right: -26px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #FF6666;
    border-radius: 50px 50px 50px 0;
    padding: 2px 10px;
}
.base-switching-button .buy-button .button {
    position: relative;
    font-weight: 700;
    border-radius: 12px;
    background: #FAA700;
}
.base-switching-button .buy-button .button svg{
    margin-right: 12px;
    margin-left: 0;
}
.base-switching-button .base-version-switching p {
    font-size: 14px;
    line-height: 19px;
    color: #0a1833;
}
.base-switching-button .product-button div {
    margin: 0;
}
.base-switching-button .product-button {
    display: flex;
}
.base-switching-button .version-switching-icon {
    color: #333333;
    margin-left: 22px;
    opacity: 0.5;
}
.base-switching-button .version-switching-icon:hover ,
.base-switching-button .version-switching-icon.active {
    color: #333333;
    opacity: 1;
}
.banner-available-star {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: column;
}
.banner-available-star #star-reviews{
    margin-left: 0px;
    margin-top: 22px;
}
.spanstext-swiper-box{
    display: flex;
}
#spanstext-swiper{
    display: inline-block;
    overflow: hidden;
    height: 78px;
    width: auto;
    line-height: 78px;
    max-width: 390px;
}
#spanstext-swiper .swiper-slide{
    color: #4858EC;
    line-height: 78px;
}
@media (max-width:1440px) {
    .top-banner h1{
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 1024px) {
    .top-banner-imgsa {
        justify-content: center;
        flex-wrap: wrap;
    }
    .top-banner-imgsa .supported {
        margin-top: 16px;
    }
}
@media (max-width:768px) {
    .top-banner {
        padding: 32px 0 0 0;
        margin: 0 0 40px;
        border-radius: 0;
        background: url(../png/transparent_to_bottom.png) 0 0 / 100%
        100% no-repeat,linear-gradient(89.89deg, rgba(109, 143, 255, 0.8) -6.18%, rgba(243, 180, 255, 0.8) 57.12%, rgba(121, 255, 193, 0.8) 106.85%);
    }
    .top-banner .youtube-video-pc{
        display: flex;
    }
    .top-banner .product-video{
        margin: 22px auto 40px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    .top-banner .product-video p span{
        font-size: 14px;
    }
    .top-banner .product-video:before{
        margin-right: 8px;
    }
    .top-banner-imgsa h3 {
        margin-right: 0;
    }
    .top-banner h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }
    .top-banner .top {
        flex-direction: column;
    }
    .top-banner p.logo {
        text-align: center;
    }
    .top-banner ul {
        margin-bottom: 30px;
    }
    .top-banner .base-switching-button .product-button .download-button {
        margin: 0 0 16px;
    }
    .top-banner .bottom {
        padding-top: 0;
        flex-direction: column;
        align-items: center;
    }
    .top-banner .bottom .index-box {
        flex-direction: unset;
        width: 270px;
        height: 58px;
        border-radius: 79px;
        background: url(../png/banner-index-bg-m.png);
        margin: 8px 0;
    }
    .top-banner .bottom .index-box picture {
        width: 40px;
    }
    .top-banner .top .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .top-banner .top .left .video-box-phone{
        display: block;
    }
    .top-banner .top .right{
        display: none;
    }
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 14px 60px 14px;
}
.section .title {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.section .subtitle {
    max-width: 916px;
    text-align: center;
    margin-top: 20px;
}
.section .container {
    width: 100%;
    margin-top: 40px;
}
.section .base-switching-button .download-button .button {
    border-radius: 12px;
    font-weight: 700;
}
@media (max-width: 992px) {
    .section .title {
        font-size: 24px;
    }
}

.retrieve .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 135px);
    align-items: flex-start;
    justify-content: center; 
    gap: 35px;
}
.retrieve .container .app-item {
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.retrieve .container .app-item img {
    width: 64px;
}
.retrieve .container .app-item .app-text {
    font-size: 14px;
    text-align: center;
}
@media (max-width: 992px) {
    .retrieve .container {
        gap: 16px 30px;
        padding: 0 18px;
        grid-template-columns: repeat(auto-fill, 82px);
    }
    .retrieve .container .app-item {
        width: 82px;
    }
    .retrieve .container .app-item img {
        width: 45px;
    }
}

.easily {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.easily .easily-left {
    padding-left: 40px;
}
.easily .easily-title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.easily .easily-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 29px;
    height: 33px;
    background: url(../png/easily-icon.png) no-repeat center;
}
.easily .easily-desc ul li {
    content: '';
    position: relative;
    margin-bottom: 12px;
}
.easily .easily-desc ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -2px;
    border-radius: 100%;
}
.easily .easily-group {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 40px 0;
}
.easily .easily-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.easily .easily-right img {
   width: 565px;
}
@media (max-width: 992px) {
    .easily {
        gap: 0;
        flex-direction: column;
    }
    .easily .easily-left {
        width: 100%;
        padding-left: 24px;
    }
    .easily .easily-title {
        width: 100%;
        font-size: 18px;
    }
    .easily .easily-title::after {
        width: 20px;
        height: 23px;
        background-size: cover;
        left: -26px;
    }
    .easily .easily-desc {
        width: 100%;
        font-size: 14px;
    }
    .easily .easily-group {
        gap: 16px;
    }
    .easily .easily-item {
        font-size: 14px;
    }
    .easily .easily-item img{
        width: 37px;
    }
    .easily .base-switching-button {
        margin-top: 30px;
    }
}

.scenarios {
    margin-top: 60px;
}
.scenarios .scenarios-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.scenarios .scenarios-left img {
    width: 565px;
 }
 .scenarios .scenarios-group {
    width: 0;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, 144px);
    align-items: flex-start;
    justify-content: center; 
    gap: 50px 30px;
    margin-top: 20px;
}
 .scenarios .scenarios-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
    width: 144px;
    font-size: 14px;
}
 .scenarios .scenarios-item img {
    width: 80px;
}
 .scenarios .scenarios-item .app-text {
    text-align: center;
}
@media (max-width: 992px) {
    .scenarios {
        margin-top: 0;
    }
    .scenarios .scenarios-content {
        flex-direction: column;
        gap: 0;
    }
    .scenarios .scenarios-group {
        width: 100%;
        margin-top: 30px;
        grid-template-columns: repeat(auto-fill, 90px);
    }
    .scenarios .scenarios-item {
        width: 90px;
        font-size: 14px;
    }
    .scenarios .scenarios-item img {
        width: 58px;
    }
}

.support-devices {
    max-width: 1700px;
    margin-top: 80px;
    padding: 70px 0;
    border-radius: 20px;
    background: rgba(76, 73, 251, 0.07);
}
.support-devices .support-devices-group {
    max-width: 1300px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 240px);
    align-items: flex-start;
    justify-content: center; 
    gap: 35px 25px;
    margin: 40px auto;
}
.support-devices .support-devices-item {
    width: 240px;
}
@media (max-width: 992px) {
    .support-devices {
        margin: 0 14px;
        padding: 28px 8px;
    }
    .section .subtitle {
        font-size: 14px;
    }
    .support-devices .support-devices-group {
        grid-template-columns: repeat(auto-fill, 104px);
        gap: 15px 8px;
    }
    .support-devices .support-devices-item {
        width: 104px;
    }
}

.modes {
    max-width: 100%;
    margin-top: 140px;
}
.modes .modes-content {
    width: calc(100% - 8%);
    align-self: flex-start;
    margin: 40px 0 40px 8%;
}
.modes .swiper-slide {
    width: 430px;
    margin-left: 50px;
}
.modes .modes-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    background: #DEFFE8;
    padding: 18px;
}
.modes .modes-item img {
    width: 396px;
}
.modes .modes-item-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 12px;
}
.modes .modes-item-desc {
    min-height: 116px;
}
.modes .modes-btn-group {
    display: flex;
    align-items: center;
    gap: 36px;
    padding-left: 40px;
    margin-top: 38px;
}
.modes .modes-btn {
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.modes .modes-btn-prev {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/android_data_recovery/modes-pre.svg) 0 0 / 100% 100% no-repeat;
}
.modes .modes-btn-prev:hover {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/android_data_recovery/modes-pre-active.svg) 0 0 / 100% 100% no-repeat;
}
.modes .modes-btn-next {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/android_data_recovery/modes-next.svg) 0 0 / 100% 100% no-repeat;
}
.modes .modes-btn-next:hover {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/android_data_recovery/modes-next-active.svg) 0 0 / 100% 100% no-repeat;
}
@media (max-width: 992px) {
    .modes {
        margin-top: 55px;
        padding-bottom: 0px;
    }
    .modes .modes-content {
        width: 100%;
        margin: 20px 0;
    }
    .modes .swiper-slide {
        width: 100%;
        max-width: 430px;
        margin: 0;
    }
    .modes .modes-item-title {
        font-size: 20px;
    }
}

.steps {
    max-width: 100%;
    padding: 0;
}
.steps .steps-wrap {
    position: relative;
    width: 100%;
    background: linear-gradient(88.72deg, #8282FF 4.33%, #57CBE1 69.21%, #94F1C5 108.14%);
    padding-bottom: 180px;
}
.steps .title {
    margin-top: 70px;
    color: #fff;
}
.steps .steps-content {
    position: relative;
    width: 1050px;
    margin-top: 66px;
    display: flex;
    align-items: center;
}
.steps .steps-content picture {
    text-align: center;
}
.steps .steps-content .swiper-wrapper {
    width: 1004px;
}
.steps .steps-btn {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 50px;
    z-index: 2;
}
.steps .steps-btn.steps-btn-prev {
    left: 0;
}
.steps .steps-btn.steps-btn-next {
    right: 0;
}
.steps .steps-btn:hover {
    background: #fff;
}
.steps .steps-btn img {
    width: 16px;
    height: 14px;
}
.steps .steps-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -80px;
}
.steps .steps-pagination::after {
    content: '';
    position: absolute;
    width: 728px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    background: url(../png/steps-blur.png);
    background-size: 728px 25px;
}
.steps .steps-pagination ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}
.steps .steps-item-text,
.steps .steps-pagination li {
    position: relative;
    width: 415px;
    height: 160px;
    padding: 0 40px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 32.6px 0px #0000001F;
    backdrop-filter: blur(72px)
}
.steps .steps-pagination li .progress {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(90deg, #6D6EFF 0%, #6EECC6 100%);
    z-index: 2;
}
.steps .steps-pagination li.active {
    color: #4858EC;
}
.steps .steps-pagination li.active .progress {
    display: block;
}
.steps .steps-item-text .pagination-title,
.steps .steps-pagination .pagination-title {
    margin-top: 22px;
    font-size: 30px;
    font-weight: bold;
}
.steps .steps-item-text .pagination-desc,
.steps .steps-pagination .pagination-desc {
    margin-top: 12px;
    font-size: 20px;
}
.steps .steps-view-full {
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    margin-top: 120px;
    background: #4858EC;
    cursor: pointer;
}
@media (max-width: 992px) {
    .steps {
        margin-top: 40px;
    }
    .steps .steps-wrap {
        padding-bottom: 40px;
    }
    .steps .title {
        margin-top: 40px;
    }
    .steps .steps-content {
        width: 100%;
        margin-top: 30px;
    }
    .steps .steps-item {
        margin: 0 14px;
    }
    .steps .steps-item-text {
        width: 100%;
        height: auto;
        border-radius: 12px;
        padding: 12px 30px;
        color: #4858EC;
        margin-bottom: 20px;
    }
    .steps .steps-item-text .pagination-title {
        font-size: 22px;
        margin-top: 0;
    }
    .steps .steps-item-text .pagination-desc {
        font-size: 16px;
    }
    .steps .steps-view-full {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.explore {
    margin-top: 140px;
}
.explore .explore-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 25px;
    margin-top: 40px;
}
.explore .explore-item {
    position: relative;
    width: 415px;
    padding: 18px 20px;
    border-radius: 25px;
}
.explore .explore-item1 {
    grid-column: 1;
    grid-row: span 2;
    background: #E0EAFF;
}
.explore .explore-item2 {
    grid-column: 2;
    grid-row: 1;
    background: #FFF6D7;
}
.explore .explore-item3 {
    grid-column: 3;
    grid-row: 1; 
    background: #F5EBFF;
}
.explore .explore-item4 {
    grid-column: 2;
    grid-row: 2;
    background: #DEFFE8;
}
.explore .explore-item5 {
    grid-column: 3;
    grid-row: 2; 
    background: #F0F6FF;
}
.explore .explore-item .explore-item-banner {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
}
.explore .explore-item.explore-item1 .explore-item-banner {
    width: 375px;
    position: static;
}
.explore .explore-item .explore-item-icon {
    margin: 35px 0;
}
.explore .explore-item .explore-item-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .explore {
        margin-top: 20px;
    }
    .explore .explore-group  {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 24px;
    }
    .explore .explore-item {
        width: 100%;
        grid-column: 1;
        grid-row: auto;
        padding-bottom: 40px;
    }
    .explore .explore-item .explore-item-icon {
        margin: 18px 0;
    }
    .explore .explore-item .explore-item-banner {
        width: 120px;
        top: 10px;
        right: 10px;
    }
    .explore .explore-item.explore-item1 .explore-item-banner {
        width: 100%;
    }
    .explore .explore-item .explore-item-title {
        font-size: 20px;
    }
}

.recovery {
    flex-direction: row;
    justify-content: space-between;
    border-radius: 42px;
    padding: 70px 44px;
    background: linear-gradient(88.72deg, #6969FF 4.33%, #50D4ED 69.21%, #69FFB9 108.14%);
    margin-top: 80px;
}
.recovery .base-switching-button .download-button .button {
    color: #080B29;
    background: #fff;
}
.recovery .base-switching-button .download-button .button:hover {
    color: #080B29 !important;
}
.recovery .recovery-container {
    width: 538px;
    color: #fff;
    margin-left: 18px;
}
.recovery .recovery-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 26px;
}
.recovery .recovery-desc {
    margin-bottom: 52px;
}
.recovery .recovery-banner {
    width: 652px;
}
.recovery .recovery-banner img {
    width: 100%;
}
@media (max-width: 992px) {
    .recovery {
        max-width: 100%;
        width: calc(100% - 28px);
        margin-top: 0;
        margin: 0 auto;
        border-radius: 15px;
        flex-direction: column;
        padding: 40px 14px;
        background: linear-gradient(153.25deg, #6969FF 2.7%, #50D4ED 64.68%, #69FFB9 101.87%);
    }
    .recovery .recovery-container {
        width: 100%;
    }
    .recovery .recovery-title {
        font-size: 24px;
        margin-bottom: 16px;
        text-align: center;
    }
    .recovery .recovery-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .recovery .recovery-banner {
        width: 100%;
        margin-top: 28px;
    }
}

.tech {
    margin-top: 140px;
}
.tech .tech-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 40px;
    padding: 42px;
    border-radius: 30px;
    background: #F5F5FF;
}
.tech .tech-item {
    width: 324px;
    display: flex;
    align-items: flex-start;
}
.tech .tech-item img {
    width: 40px;
    margin-right: 10px;
}
.tech .tech-item b {
    font-size: 20px;
    font-weight: bold;
}
.tech .tech-item p {
    margin-top: 10px;
}
@media (max-width: 992px) {
    .tech {
        margin-top: 60px;
    }
    .tech .tech-wrapper {
        padding: 30px 18px;
        gap: 24px;
    }
    .tech .tech-item img {
        width: 35px;
    }
    .tech .tech-item p {
        font-size: 14px;
    }
}

.trusted-wrapper {
    position: relative;
    max-width: 100%;
    padding: 70px 0 80px;
}
.trusted-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../png/transparent_to_bottom.png) 0 0 / 100%
    100% no-repeat,linear-gradient(277.31deg, #6D8FFF 1.05%, #F3B4FF 60.5%, #79FFC1 100.48%);
    transform: rotate(180deg);
    z-index: 0;
}
.trusted-wrapper .container{
    z-index: 1;
}
.trusted-wrapper .media-img{
    margin: 50px auto 0;
    justify-content: center;
}
.trusted-wrapper .media-img img{
    width: 148px;
    height: 46px;
}
.trusted-wrapper .media-img img:nth-child(n+2){
    margin-left: 30px;
}
.trusted-wrapper .user-reviews .reviews-box{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.trusted-wrapper .user-reviews .swiper-container{
    padding: 50px 0;
}
.trusted-wrapper .user-reviews .swiper-wrapper{
    display: flex;
}
.trusted-wrapper .user-reviews .swiper-slide{
    max-width: 770px;
    width: 100%;
}
.trusted-wrapper .user-reviews .reviews-button>div{
    background: rgba(255, 255, 255, 0.66);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.trusted-wrapper .user-reviews .reviews-button>div:hover {
    background: #fff;
}
.trusted-wrapper .user-reviews .reviews-button img{
    width: 16px;
    height: 14px;
}
.trusted-wrapper .user-reviews .reviews-button-prev{
    left: -50px;
}
.trusted-wrapper .user-reviews .reviews-button .reviews-button-next{
    right: -50px;
}
.trusted-wrapper .user-reviews .swiper-pagination{
    bottom: 20px;
    line-height: 0px;
}
.trusted-wrapper .user-reviews .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background: #9f9696;
    border-radius: 100px;
    margin: 0 5px;
}
.trusted-wrapper .user-reviews .swiper-pagination .swiper-pagination-bullet-active{
    background: #6776FF;
}
.trusted-wrapper .user-reviews .reviews-item{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 40px 65px;
    text-align: center;
}
.trusted-wrapper .user-reviews .reviews-head{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.trusted-wrapper .user-reviews .reviews-score{
    margin: 20px auto;
}
.trusted-wrapper .user-reviews .reviews-score img{
    width: 21px;
    height: 20px;
}
.trusted-wrapper .user-reviews .reviews-score img:nth-child(n+2){
    margin-left: 10px;
}
.trusted-wrapper .user-reviews .reviews-desc{
    max-width: 640px;
    width: 100%;
    margin-bottom: 30px;
}
.trusted-wrapper .user-reviews .reviews-user{
    font-weight: 600;
    line-height: 22px;
}
@media (max-width: 1200px) {
    .trusted-wrapper .media-img img:nth-child(n+2) {
        margin-left: 20px;
    }
    .trusted-wrapper .user-reviews .reviews-button-prev {
        left: -10px;
    }
    .trusted-wrapper .user-reviews .reviews-button .reviews-button-next {
        right: -10px;
    }
}
@media (max-width: 992px) {
    .trusted-wrapper {
        padding: 0 0 50px 0;
        margin-top: 0;
    }
    .trusted-wrapper h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .trusted-wrapper .media-img {
        margin: 20px auto 0px;
    }
    .trusted-wrapper .media-img img {
        width: 100px;
        height: 31px;
    }
    .trusted-wrapper .user-reviews .reviews-button{
        display: none;
    }
    .trusted-wrapper .user-reviews .reviews-box {
        max-width: 700px;
    }
    .trusted-wrapper .user-reviews .reviews-item {
        padding: 30px 30px;
        max-width: 560px;
        margin: 0 auto;
        border-radius: 8px;
    }
    .trusted-wrapper .user-reviews .reviews-desc {
        margin-bottom: 10px;
    }
    .trusted-wrapper .user-reviews .swiper-container {
        padding: 40px 0;
    }
    .trusted-wrapper .user-reviews .swiper-pagination {
        bottom: 10px;
    }
    .trusted-wrapper .user-reviews .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
    }
}
@media (max-width: 500px) {
    .trusted-wrapper .media-img {
        margin: 10px auto 0px;
    }
    .trusted-wrapper .media-img img:nth-child(n+2) {
        margin-left: 10px;
    }
    .trusted-wrapper .media-img img:nth-child(n+4){
        margin-top: 10px;
    }
    .trusted-wrapper .media-img img:nth-child(4){
        margin-left: 0px;
    }
    .trusted-wrapper .user-reviews .reviews-item{
        max-width: 335px;
        padding: 30px 16px;
    }
    .trusted-wrapper .user-reviews .swiper-container{
        margin: 0 -15px;
        padding: 30px 0;
    }
}

.download-user {
    max-width: 100%;
}
.download-user .bottom  {
    width: 100%;
    padding: 3px;
    overflow: hidden;
    border-radius: 20px;
    height: 289px;
    margin: 70px 30px 0;
}
.download-user .bottom .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}
.download-user .bottom .box:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.download-user .bottom .box div.item {
    text-align: center;
    width: 290px;
    height: 169px;
    padding: 2px;
    background: linear-gradient(to bottom, #8893FC, #BCC3FF);
    border-radius: 22px;
}
.download-user .bottom .box div.item:hover {
    box-shadow: 3px 5px 7px rgba(43, 61, 238, 0.16);
}
.download-user .bottom .box div.item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.download-user .bottom .box div.item div picture {
    width: 30px;
}
.download-user .bottom .box div.item div p.numbers {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    margin: 10px 0 0px;
}
.download-user .bottom .box div.item div p.numbers b,
.download-user .bottom .box div.item div p.numbers b span,
.download-user .bottom .box div.item div p.numbers b i {
    line-height: 0.8;
}
.download-user .bottom .box div.item:nth-child(1) div p.numbers{color: #4858EC;}
.download-user .bottom .box div.item:nth-child(2) div p.numbers{color: #2A7FFA;}
.download-user .bottom .box div.item:nth-child(3) div p.numbers{color: #565CF5;}
.download-user .bottom .box div.item:nth-child(4) div p.numbers{color: #7B5BF6;}
.download-user .bottom .box div.item div p.numbers i {
    font-style: normal;
    display: inline-block;
    margin-bottom: 1px;
}
.download-user .bottom .box div.item div b:last-child {
    transform: rotateX(180deg);
    background: linear-gradient(to bottom, #FFFFFF, #D6DAFF);
    -webkit-background-clip: text;
    color: transparent;
}
@media (max-width: 992px) {
    .download-user {
        margin-top: 0;
        padding-bottom: 0;
    }
    .download-user .bottom {
        margin: 36px auto 26px;
        height: auto;
    }
    .download-user .bottom .box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    .download-user .bottom .box div.item {
        width: calc(100% / 2 - 30px);
        height: 115px;
        margin: 7.5px;
    }
    .download-user .bottom .box div.item div p.numbers {
        line-height: 0.6;
        margin: 5px 0 0;
    }
    .download-user .bottom .box div.item div p.numbers b {
        font-size: 20px;
    }
    .download-user .bottom .box div.item div p.numbers+p {
        line-height: 1.2;
        font-size: 12px;
    }
    .download-user .bottom .box div.item div picture {
        width: 20px;
    }
}

.popular-tips .popular-tips-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: 30px;
    margin-top: 40px;
}
.popular-tips .popular-tips-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 380px;
    padding: 14px;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    box-shadow: 0px 4px 53px 0px rgba(160, 179, 211, 0.17);
    cursor: pointer;
}
.popular-tips .popular-tips-item:hover .popular-tips-item-title {
    color: #4858EC;
}
.popular-tips .popular-tips-item img {
    width: 354px;
    height: 214px;
    border-radius: 18px;
    object-fit: cover;
}
.popular-tips .popular-tips-item-title {
    font-size: 18px;
    font-weight: 600;
    margin: 21px 0;
}
.popular-tips .popular-tips-item-desc {
    color: #666666;
}
@media (max-width: 992px) {
    .popular-tips {
        padding-bottom: 0;
    }
    .popular-tips .popular-tips-group {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .popular-tips .popular-tips-item {
        width: 100%;
    }
}

.faqs {
    padding-bottom: 80px;
}
.faqs .box {
    display: flex;
    justify-content: center;
}
.faqs .lt {
    max-width: 250px;
    flex-shrink: 0;
    margin-right: 75px;
}
.faqs .lt h2 {
    font-weight: bold;
    position: relative;
    margin-bottom: 8px;
    padding-top: 25px;
    text-align: left;
}
.faqs .lt h2:before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 8px;
    background: linear-gradient(90deg, #6573FA 6.36%, #5A69F5 107.27%);
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.faqs a.general-bt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    width: 210px;
    height: 54px;
    background: linear-gradient(90.21deg, #6876FB -4.06%, #4D5CEE 97.98%);
    border-radius: 10px;
}
.faqs .blob-btn {
    z-index: 1;
    position: relative;
    text-align: center;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    overflow: hidden;
}
.faqs .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.faqs .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}
.faqs .blob-btn__blob {
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #6D79F0;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
    .faqs .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}
.faqs .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.faqs .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.faqs .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.faqs .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.faqs .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
    .faqs .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.7);
    }
}
.faqs .lt p {
    margin-bottom: 40px;
}
.faqs .rt {
    flex: auto;
}
.faqs .rt .faqs-list {
    border-top: 1px solid #D8DAE6;
    border-bottom: 1px solid #D8DAE6;
}
.faqs .rt .faqs-list .faqs-item:not(:last-child) {
    border-bottom: 1px solid #D8DAE6;
}
.faqs .rt .faqs-list .faqs-item .faqs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.faqs .rt .faqs-list .faqs-item h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.faqs .rt .faqs-list .faqs-item.active h4,
.faqs .rt .faqs-list .faqs-item:hover h4 {
    color: #4858EC;
}
.faqs .rt .faqs-list .faqs-item svg {
    fill: #979797;
    transition: all linear .2s;
}
.faqs .rt .faqs-list .faqs-item.active svg {
    fill: #4858EC;
    transform: rotate(45deg);
}
.faqs .rt .faqs-list .faqs-item:hover svg {
    fill: #4858EC;
}
.faqs .rt .faqs-list .faqs-item .faqs-answer {
    color: #575868;
}
.faqs .rt .faqs-list .faqs-item .faqs-answer p {
    margin-bottom: 12px;
}
.faqs .rt .faqs-list .faqs-item .faqs-answer a {
    color: #4858EC;
}
.faqs .rt .faqs-list .faqs-item .faqs-answer ul {
    list-style: outside;
    padding-left: 20px;
}
.faqs .rt .faqs-list .faqs-item .faqs-answer ul li {
    margin-bottom: 12px;
}
.faqs .rt .faqs-list .faqs-item .faqs-answer p b {
    color: #1A1C34;
}
@media (max-width: 992px) {
    .faqs {
        padding: 40px 0;
    }
    .faqs .box {
        flex-direction: column;
        justify-content: center;
    }
    .faqs .lt {
        text-align: center;
        margin: 0;
        max-width: unset;
    }
    .faqs .lt h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 10px;
        padding-top: 18px;
        text-align: center;
    }
    .faqs .lt h2:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .faqs .lt p {
        margin-bottom: 27px;
    }
    .faqs .rt {
        margin-top: 15px;
    }
    .faqs .rt .faqs-list .faqs-item .faqs-answer p,
    .faqs .rt .faqs-list .faqs-item h4 {
        font-size: 14px;
    }
}

.join-our {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../png/join-our-bg.png") no-repeat;
    background-size: cover;
    height: 193px;
    text-align: center;
}
.join-our h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.join-our p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-our p a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 17px;
}
.join-our p a.youtube {
    background: url("../png/youtube.png") no-repeat;
    background-size: 100%;
}
.join-our p a.discord {
    background: url("../png/discord.png") no-repeat;
    background-size: 100%;
}
@media (max-width: 992px) {
    .join-our {
        background: #F8F7FE;
    }
    .join-our h2 {
        line-height: 1.2;
        margin-bottom: 30px;
    }
}

.content-main .mobile-show {
    display: none;
}
@media (max-width: 992px) {
    .content-main .mobile-hidden {
        display: none;
    }
    .content-main .mobile-show {
        display: block;
    }
}