@font-face {
    font-family: Montserrat_Light;
    src: url('../fonts/Montserrat-Light-6.otf');
}
@font-face {
    font-family: Montserrat_Bold;
    src: url('../fonts/Montserrat-Bold-3.otf');
}
@font-face {
    font-family: Montserrat_Regular;
    src: url('../fonts/Montserrat-Regular-8.otf');
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    scroll-behavior: smooth;
    font-family: Montserrat_Regular;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333333;
}
.mobile-style {
    display: none;
}
.container {
    width: 1080px;
    margin: 0 auto;
}
.flex-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.achieved {
    box-sizing: border-box;
    padding: 100px 0;
    width: 100%;
    position: relative;
}
.achieved .container .title {
    font: bold 40px/143.4% 'Montserrat_Regular';
    text-align: center;
    color: #000000;
}
.achieved .container .flex-content {
    margin-top: 60px;
    z-index: 1;
    position: relative;
}
.achieved .container .flex-content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 0;
    flex: 18% 0;
    background: #FFFFFF;
    box-shadow: 0px 8px 19px rgba(185, 203, 241, 0.4);
    border-radius: 14px;
    transition: all 0.3s;
    cursor: pointer;
}
.achieved .container .flex-content .item img {
    width: 60px;
    height: 60px;
}
.achieved .container .flex-content .item p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.achieved .container .flex-content .item p span:nth-child(1) {
    font: bold 20px/166.9% 'Montserrat_Regular';
    color: #000000;
    margin: 10px 0;
}
.achieved .container .flex-content .item p span:nth-child(2) {
    font: lighter 14px/166.9% 'Montserrat_Light';
    color: #595959;
}
.achieved .container .flex-content .item:hover {
    transform: translateY(-20px);
}
.achieved .container .data-recovery-box {
    background: #655BEF;
    border-radius: 8px;
    margin-top: 55px;
    position: relative;
    z-index: 1;
}
.achieved .container .data-recovery-box .top-content {
    position: relative;
    overflow: hidden;
    padding: 29px 45px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.achieved .container .data-recovery-box .top-content .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 144.9%;
    color: #FFFFFF;
    flex: 0 0 40%;
    text-align: left;
    position: relative;
    z-index: 1;
}
.achieved .container .data-recovery-box .top-content .button-box {
    flex: 0 0 43%;
    position: relative;
    z-index: 1;
}
.achieved .container .data-recovery-box .top-content .button-box .button-item {
    display: inline-block;
    width: 182px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-radius: 7.1527px;
    transition: all 0.3s;
}
.achieved .container .data-recovery-box .top-content .button-box .button-item:hover {
    transform: scale(1.1);
}
.achieved .container .data-recovery-box .top-content .button-box .button-item.buy {
    color: #3B31C8;
    background: #fff;
    margin-left: 23px;
}
.achieved .container .data-recovery-box .top-content .button-box .button-item.free {
    background: #3B31C8;
    color: #fff;
}
.achieved .container .data-recovery-box .top-content::before {
    content: '';
    position: absolute;
    background-image: url(../img/recovery-box-bg.png);
    width: 100%;
    height: 231px;
    left: 0;
    top: -10px;
    z-index: 0;
}
.achieved .container .data-recovery-box .bottom-content {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0px 0px 8px 8px;
    padding: 34px 0;
}
.achieved .container .data-recovery-box .bottom-content .flex-content {
    margin-top: 0;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item {
    padding: 0 45px;
    flex: 0 0 17%;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 105px;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big {
    padding: 0 20px 0 42px;
    flex: 0 0 42%;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big img {
    width: 26px;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item::after {
    content: '';
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    height: 62px;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item:last-child::after {
    display: none;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .top-box img {
    width: 26px;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box img {
    width: 17px;
    margin-left: 6px;
    display: inline-block;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box img:first-child {
    margin-left: 0;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .title {
    font-weight: 400;
    margin-top: 11px;
    font-size: 14px;
    text-align: left;
    color: #FFFFFF;
    line-height: 17px;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .desc {
    margin-top: 7px;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 15px;
}
.achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .price {
    margin-top: 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}
.achieved .container::after {
    position: absolute;
    content: '';
    width: 100%;
    min-height: 542px;
    background-image: url(../img/achieved-box-bg.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .pc-style {
        display: none;
    }
    .mobile-style {
        display: block;
    }
    .container {
        width: 93%;
    }
    .flex-content {
        flex-flow: column nowrap;
    }
    .achieved {
        box-sizing: border-box;
        padding: 100px 0 70px;
        width: 100%;
    }
    .achieved .container .title {
        font: bold 32px/143.4% 'Montserrat_Regular';
    }
    .achieved .container .achieved-swiper {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-top: 30px;
    }
    .achieved .container .achieved-swiper .swiper-slide {
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        margin-top: 10px;
    }
    .achieved .container .achieved-swiper .swiper-slide .item {
        box-sizing: border-box;
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px 3px 8px rgba(185, 203, 241, 0.4);
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 140px;
    }
    .achieved .container .achieved-swiper .swiper-slide .item img {
        width: 61px;
        height: 61px;
    }
    .achieved .container .achieved-swiper .swiper-slide .item p {
        display: flex;
        flex-direction: column;
        margin-left: 40px;
    }
    .achieved .container .achieved-swiper .swiper-slide .item p span:nth-child(1) {
        font: bold 20px/166.9% 'Montserrat_Regular';
        color: #000000;
        text-align: center;
    }
    .achieved .container .achieved-swiper .swiper-slide .item p span:nth-child(2) {
        font: lighter 14px/166.9% 'Montserrat_Light';
        color: #595959;
        text-align: center;
    }
    .achieved .container .achieved-swiper .swiper-pagination-bullets{
        transform: translateX(-50%) !important;
    }
    .achieved .container .achieved-swiper .swiper-pagination-bullet {
        background: #a4a1ff;
    }
    .achieved .container .achieved-swiper .swiper-pagination-bullet-active {
        background: #A4A1FF;
    }
    .achieved .container .data-recovery-box {
        margin-top: 70px;
    }
    .achieved .container .data-recovery-box .top-content {
        padding: 27px 20px 34px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .achieved .container .data-recovery-box .top-content .title {
        font-size: 32px;
        flex: unset;
    }
    .achieved .container .data-recovery-box .top-content .button-box {
        flex: unset;
        margin-top: 20px;
    }
    .achieved .container .data-recovery-box .top-content .button-box .button-item {
        width: 123px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .achieved .container .data-recovery-box .top-content .button-box .button-item.buy {
        margin-left: 18px;
    }
    .achieved .container .data-recovery-box .top-content::before {
        display: none;
    }
    .achieved .container .data-recovery-box .bottom-content {
        padding: 34px 20px 23px;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content {
        flex-direction: column;
        align-items: start;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item {
        padding: 0;
        flex: unset;
        min-height: 0;
        margin-top: 22px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .top-box {
        flex: 0 0 100%;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big {
        padding: 0;
        flex: unset;
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big .title::after {
        content: '';
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item::after {
        display: none;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box {
        margin-top: 7px;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .title {
        margin: 11px 10px 0 0;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .title::after {
        content: ':';
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .desc {
        margin: 11px 10px 0 0;
    }
    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .price {
        margin: 11px 10px 0 0;
    }
    .achieved .container::after {
        background: linear-gradient(360deg, rgba(145, 146, 255, 0.2) 3.33%, rgba(255, 255, 255, 0) 136.79%);
    }
}
