.banner {
    background: url('/assets/images/backgrounds/windows-backup-software-banner.jpg') no-repeat center;
    background-size: cover;
}

.banner .container {
    padding-top: 200px;
    padding-bottom: 185px;
}

.banner h1 {
    font-size: 48px;
    letter-spacing: 1px;
    color: #091871;
    margin-bottom: 50px;
}


.other .container {
    padding-top: 80px;
    padding-bottom: 80px;
}


.other .f-14 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 60px;
}

.other .prompt .txt {
    font-size: 16px;
    line-height: 24px;
    color: #101f75;
    margin-top: 35px;
}

.other .prompt:lang(de) {
    width: 20%;
}

.choose {
    background: #eee;
}

.choose .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.choose h2 {
    margin-bottom: 60px;
}

.choose .top {
    background-color: #f4f5fa;
}

.choose .vertical-box .caption {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 70px;
}

.choose .vertical-box .caption:lang(de) {
    min-height: 366px;
}

.choose h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    color: #141414;
}

.choose .des,
.choose ul li {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 5px;
}

.choose a.btn {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 226px;
}

@media (min-width: 1200px) {
    .choose .vertical-box {
        min-height: 570px;
    }
}

.carousel {
    background: url('/assets/images/backgrounds/automated-backup-software-user.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: 0;
}

.carousel h2 {
    margin-bottom: 50px;
}

.carousel .container {
    padding-bottom: 90px;
    padding-top: 90px;
}

.carousel .slick-next,
.carousel .slick-prev {
    display: none !important;
}

.carousel h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 0;
}

.carousel .cnt {
    margin-top: 30px;
    margin-bottom: 65px;
    padding: 0;
    font-size: 14px;
    color: #2e2e2e;
}

.carousel .swiper-box {
    position: relative;
}

.carousel .swiper-box:after {
    content: '';
}

.carousel .slick-dots li.slick-active button {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-image: linear-gradient(#091871,
            #091871),
        linear-gradient(#cecece,
            #cecece);
}

.carousel .slick-dots li button {
    height: 8px;
    width: 8px;
}

.am-reviews .slick-dots li button {}

.am-reviews .slick-dots li.slick-active button {}

.am-reviews .slick-dots li {
    border-radius: 50%;
}

.am-reviews .swiper-box .slick-list {
    position: relative;
}

.am-reviews .swiper-box .slick-list:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.am-reviews .slick-list:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    bottom: 45px;
    right: 0;
}

@media (max-width: 991px) {
    .choose a.btn {

        min-width: 250px;
    }
}