#support {
    background-color: #FFF
}

@media only screen and (min-width: 1056px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #support {
        padding: 30px 60px
    }
}

#support h2 {
    text-align: center;
    margin-bottom: 70px
}

#support .accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer
}

#support .toggler {
    margin-left: auto;
    position: relative
}

@media only screen and (min-width: 1056px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #support .toggler {
        margin-right: 25px
    }
}

#support .accordion-item {
    border-top: 1px solid #ceced9;
    padding: 0
}

    #support .accordion-item ul {
        margin: 0 0 10px 0;
        list-style-type: disc;
        padding-left: revert
    }

    #support .accordion-item.first {
        border: none
    }

    #support .accordion-item .accordion-title {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 20px 30px 20px
    }

@media only screen and (min-width: 1056px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #support .accordion-item .accordion-title {
        padding: 30px 0 30px 0
    }
}

#support .accordion-item .accordion-title h4 {
    text-align: left;
    margin-bottom: 0;
    line-height: normal
}

@media only screen and (min-width: 1056px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #support .accordion-item .accordion-title h4 {
        margin-right: 180px
    }
}

@media only screen and (max-width: 767px) {
    #support .accordion-item .accordion-title h4 {
        max-width: 90%
    }
}

#support .accordion-item.expand {
    background: #FFF
}

    #support .accordion-item.expand .toggler {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        -moz-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg)
    }

#support .accordion-item .accordion-content {
    font-size: 18px;
    color: #000;
    text-align: left;
    padding-bottom: 0;
    cursor: default
}

@media only screen and (max-width: 767px) {
    #support .accordion-item .accordion-content {
        padding: 0 20px 0 20px
    }
}

#support .accordion-item .toggler {
    cursor: pointer;
    display: block
}

    #support .accordion-item .toggler:after {
        content: '';
        border: 1px solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -3px
    }

#support .accordion-item .expanded {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s ease,opacity .25s ease;
    -o-transition: max-height .25s ease,opacity .25s ease;
    -moz-transition: max-height .25s ease,opacity .25s ease;
    transition: max-height .25s ease,opacity .25s ease;
    position: relative
}

    #support .accordion-item .expanded:focus {
        outline: 0
    }

@media only screen and (max-width: 767px) {
    #support .accordion-item .expanded {
        position: static
    }
}

#support .accordion-item.expand .expanded {
    max-height: 5000px;
    opacity: 1;
    color: #5c707b
}

.grayBg {
    background-color: #eaeef4
}

html.no-js .js-platform-switch .js-pc {
    position: relative;
    left: auto
}

html.no-js .js-platform-switch .js-android, html.no-js .js-platform-switch .js-android-market, html.no-js .js-platform-switch .js-ios, html.no-js .js-platform-switch .js-mac {
    position: absolute;
    left: -9999px
}

html.js-pc .js-platform-others .js-pc {
    display: none
}

html.js-pc .js-platform-switch .js-android, html.js-pc .js-platform-switch .js-android-market, html.js-pc .js-platform-switch .js-ios, html.js-pc .js-platform-switch .js-mac {
    display: none
}

html.js-android .js-platform-others .js-android {
    display: none
}

html.js-android .js-platform-switch .js-pc, html.js-android .js-platform-switch .js-android-market, html.js-android .js-platform-switch .js-ios, html.js-android .js-platform-switch .js-mac {
    display: none
}

html.js-ios .js-platform-others .js-ios {
    display: none
}

html.js-ios .js-platform-switch .js-android, html.js-ios .js-platform-switch .js-android-market, html.js-ios .js-platform-switch .js-pc, html.js-ios .js-platform-switch .js-mac {
    display: none
}

html.js-mac .js-platform-others .js-mac {
    display: none
}

html.js-mac .js-platform-switch .js-android, html.js-mac .js-platform-switch .js-android-market, html.js-mac .js-platform-switch .js-pc, html.js-mac .js-platform-switch .js-ios {
    display: none
}

body {
    color: #191a17
}

h1, .h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 72px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    h1, .h1 {
        font-size: 2.75rem;
        line-height: 3rem;
        font-weight: 750
    }
}

h2, .h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 60px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    h2, .h2 {
        font-size: 2.125rem;
        line-height: 2.75rem;
        font-weight: 750
    }
}

h6, .h6 {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px
}

.h7 {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    text-align: left
}

.body-1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

.body-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.body-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .body-3 {
        text-align: left
    }
}

.body-4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.body-5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-white {
    color: #FFF
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .text-left {
        text-align: center !important
    }
}

.text-gray3 {
    color: #697284
}

.bg-off-white {
    background-color: #F2F8FF
}

.bg-white {
    background-color: #FFF
}

.shadows {
    -webkit-box-shadow: 0 40px 56px 0 rgba(30,34,42,0.08);
    -moz-box-shadow: 0 40px 56px 0 rgba(30,34,42,0.08);
    box-shadow: 0 40px 56px 0 rgba(30,34,42,0.08)
}

.border-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.border-gray5 {
    border: 1px solid #CED4E0
}

.mb-32 {
    margin-bottom: 32px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .px-20 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.link-underline {
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    border-bottom: 1px solid !important
}

    .link-underline:hover {
        border-bottom: none !important
    }

@media only screen and (max-width: 767px) {
    .row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.row::after {
    content: none
}

#top .top-hint a {
    color: #FFF;
    border-bottom: 1px solid #FFF
}

    #top .top-hint a:hover {
        border-bottom: none
    }

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .hero-headline {
        font-size: 2.75rem;
        line-height: 3rem;
        font-weight: 750
    }
}

.bg-gray {
    background-color: #F2F8FF
}

.bg-gray8 {
    background-color: #F7F9FC
}

#top {
    background: url("../img/bg-hero-gloweb7524.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #2C2930;
    text-align: center;
    color: #FFF;
    padding-bottom: 78px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    #top {
        padding-bottom: 125px
    }
}

@media only screen and (max-width: 767px) {
    #top {
        padding-bottom: 264px
    }
}

@media only screen and (min-width: 1056px) {
    #top .container:not(.full) {
        padding-left: 20px;
        padding-right: 20px
    }
}

#top .product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem
}

#top .logo {
    padding: 30px 0
}

#top .button {
    margin-bottom: 0
}

    #top .button.primary.green.shadow span {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

#top h1 {
    color: #FFF;
    font-size: 56px;
    line-height: 64px
}

@media only screen and (max-width: 767px) {
    #top h1 {
        font-size: 32px;
        line-height: 1.4
    }
}

#top .hero-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 767px) {
    #top .hero-headline {
        display: block;
        margin-bottom: .5rem
    }
}

#top .hero-headline img {
    margin-right: 1.5rem
}

@media only screen and (max-width: 767px) {
    #top .hero-headline img {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

#top .hero-headline h1 {
    margin: 0
}

#top .top-awards {
    margin-bottom: 48px
}

@media only screen and (max-width: 767px) {
    #top .top-awards {
        margin-bottom: 30px
    }
}

#top .top-awards.span2 {
    padding-left: 24px;
    padding-right: 24px
}

@media only screen and (max-width: 767px) {
    #top .top-awards .top-awards-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#top .top-awards .top-awards-content img {
    margin-bottom: 28px
}

@media only screen and (max-width: 767px) {
    #top .top-awards .top-awards-content img {
        margin-bottom: 0;
        margin-right: 26px
    }
}

#top .top-awards .top-awards-content .top-awards-text {
    font-weight: 700;
    font-size: 20px
}

@media only screen and (max-width: 767px) {
    #top .top-awards .top-awards-content .top-awards-text {
        font-size: 16px;
        text-align: left
    }
}

#top .top-awards p {
    margin-bottom: 0
}

#top .top-hint {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #top .top-hint {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#top .top-hint .top-hint-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 697px;
    gap: 3rem
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #top .top-hint .top-hint-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }
}

@media only screen and (max-width: 767px) {
    #top .top-hint .top-hint-wrapper {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -moz-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        max-width: 160px
    }
}

@media only screen and (min-width: 1056px) {
    .lng-de #top .top-hint .top-hint-wrapper, .lng-es #top .top-hint .top-hint-wrapper, .lng-pt #top .top-hint .top-hint-wrapper, .lng-nl #top .top-hint .top-hint-wrapper, .lng-pl #top .top-hint .top-hint-wrapper, .lng-it #top .top-hint .top-hint-wrapper, .lng-ja #top .top-hint .top-hint-wrapper {
        max-width: 700px
    }
}

#top .top-hint .top-hint-award {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem
}

@media only screen and (max-width: 767px) {
    #top .top-hint .top-hint-award {
        margin-bottom: 0;
        gap: .5rem
    }
}

@media only screen and (min-width: 1056px) {
    .lng-de #top .top-hint .top-hint-award, .lng-es #top .top-hint .top-hint-award, .lng-pt #top .top-hint .top-hint-award, .lng-nl #top .top-hint .top-hint-award, .lng-pl #top .top-hint .top-hint-award, .lng-it #top .top-hint .top-hint-award, .lng-ja #top .top-hint .top-hint-award {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    #top .top-hint .top-hint-award:first-child {
        margin-left: 0
    }
}

#top .top-hint .top-hint-award:first-child .top-award-text {
    white-space: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#top .top-hint .top-hint-text {
    margin: 32px 0 64px
}

#top .top-hint .trustpilot {
    width: 35%;
    height: 20px
}

@media only screen and (max-width: 767px) {
    #top .top-hint .trustpilot {
        margin: 0 0 24px 0;
        width: 100%;
        height: 60px
    }
}

@media only screen and (min-width: 1056px) {
    .lng-de #top .top-hint .trustpilot, .lng-es #top .top-hint .trustpilot, .lng-pt #top .top-hint .trustpilot, .lng-nl #top .top-hint .trustpilot, .lng-pl #top .top-hint .trustpilot, .lng-it #top .top-hint .trustpilot, .lng-ja #top .top-hint .trustpilot {
        min-width: 255px
    }
}

#top .top-hint img {
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain
}

    #top .top-hint img.av-test {
        margin-right: 0
    }

@media only screen and (max-width: 767px) {
    #top .top-hint img {
        margin-right: 0;
        margin-left: 0
    }
}

#top .top-hint a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-decoration: none
}

#top .top-hint p {
    margin-bottom: 0;
    color: #F8F9FA
}

@media only screen and (max-width: 767px) {
    #top .top-hint p {
        color: #C7CDD7
    }
}

#top .top-hint .top-award-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
    color: #F8F9FA
}

#top p.sub-h1 {
    margin-bottom: 40px;
    color: #FFF;
    max-width: 896px
}

#top .img {
    margin-top: 88px
}

@media only screen and (max-width: 767px) {
    #top .img {
        margin-top: 32px
    }
}

.hero-features-container {
    max-width: 100%;
    margin-top: -104px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .hero-features-container {
        margin-top: -18vh
    }
}

@media only screen and (max-width: 767px) {
    .hero-features-container {
        margin-top: -32vh
    }
}

.hero-features-container .ribbon-container {
    margin-bottom: -23px
}

@media only screen and (max-width: 767px) {
    .hero-features-container .ribbon-container {
        margin-bottom: -2vh
    }
}

.hero-features-container .ribbon-container .ribbon-text {
    background-color: #e3fab4;
    display: inline-block;
    padding: 13px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.6px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .hero-features-container .ribbon-container .ribbon-text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1.2px;
        padding: 10px 12px;
        text-align: center
    }
}

.hero-features-container .ribbon-container .ribbon-text::before {
    content: "";
    background-image: url("../img/ribbon-left.svg");
    -webkit-background-size: 14px 100%;
    -moz-background-size: 14px 100%;
    -o-background-size: 14px 100%;
    background-size: 14px 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    width: 14px;
    height: 100%;
    left: -13px
}

@media only screen and (max-width: 767px) {
    .hero-features-container .ribbon-container .ribbon-text::before {
        width: 18px;
        -webkit-background-size: 20px 100%;
        -moz-background-size: 20px 100%;
        -o-background-size: 20px 100%;
        background-size: 20px 100%;
        left: -15px
    }
}

.hero-features-container .ribbon-container .ribbon-text::after {
    content: "";
    background-image: url("../img/ribbon-right.svg");
    -webkit-background-size: 14px 100%;
    -moz-background-size: 14px 100%;
    -o-background-size: 14px 100%;
    background-size: 14px 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    width: 14px;
    height: 100%;
    right: -13px
}

@media only screen and (max-width: 767px) {
    .hero-features-container .ribbon-container .ribbon-text::after {
        width: 18px;
        -webkit-background-size: 20px 100%;
        -moz-background-size: 20px 100%;
        -o-background-size: 20px 100%;
        background-size: 20px 100%
    }
}

.hero-features-container .hero-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 80px;
    border: 1px solid #CED4E0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 16px 32px 0 rgba(30,34,42,0.08);
    -moz-box-shadow: 0 16px 32px 0 rgba(30,34,42,0.08);
    box-shadow: 0 16px 32px 0 rgba(30,34,42,0.08);
    background-color: #FFF;
    color: #191a17
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .hero-features-container .hero-features {
        padding: 32px 24px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .hero-features-container .hero-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        padding: 32px 24px
    }
}

.hero-features-container .hero-features .hero-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    /*letter-spacing: 2.5px;*/
    text-align: left;
    max-width: 264px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .hero-features-container .hero-features .hero-feature {
        width: 300px;
        max-width: 300px;
        margin: auto
    }
}

@media only screen and (max-width: 767px) {
    .hero-features-container .hero-features .hero-feature {
        width: 264px;
        margin: auto
    }
}

.hero-features-container .hero-features .hero-feature img.hero-feature-icon {
    margin-right: 1rem
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .hero-features-container .hero-features .hero-feature img.hero-feature-icon {
        margin-right: .5rem
    }
}

.hero-features-container .hero-features .hero-feature .hero-feature-text {
    max-width: 200px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .hero-features-container .hero-features .hero-feature .hero-feature-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 1.2px
    }
}

.lng-nl .hero-features-container .hero-features .hero-feature .hero-feature-text {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.section-antivirus {
    padding: 0
}

    .section-antivirus .container {
        padding-top: 56px;
        padding-bottom: 56px
    }

@media only screen and (max-width: 767px) {
    .section-antivirus .container {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.section-antivirus .container .row .image {
    padding: 36px 0
}

@media only screen and (max-width: 767px) {
    .section-antivirus .container .row .image {
        padding: 0;
        margin: 0
    }
}

.section-antivirus .container .row .text {
    padding: 32px 0
}

@media only screen and (max-width: 767px) {
    .section-antivirus .container .row .text {
        padding-top: 0
    }
}

.top-hint-wrapper {
    width: 80%
}

.top-awards .top-award-text {
    width: 100%
}

#top .top-hint .top-hint-award {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-object .image {
    text-align: center
}

.media-object .text {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media only screen and (max-width: 767px) {
    .media-object h2 {
        text-align: center
    }
}

.media-object p.subh2 {
    text-align: left
}

@media only screen and (max-width: 767px) {
    .media-object p.subh2 {
        text-align: center
    }
}

.media-object .button-wrapper {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .media-object .button-wrapper {
        margin-top: 32px
    }
}

.media-object .button-wrapper .button {
    margin-bottom: 0
}

    .media-object .button-wrapper .button span {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }

.section-media-2 {
    padding: 64px 0
}

@media only screen and (max-width: 767px) {
    .section-media-2 {
        padding: 0 0 48px
    }
}

@media only screen and (max-width: 767px) {
    .section-media-2 .button-wrapper {
        text-align: center
    }
}

.section-media-2 .image img {
    height: auto
}

@media only screen and (max-width: 767px) {
    .section-media-2 .image img {
        margin-top: 48px;
        margin-bottom: 24px
    }
}

.features {
    padding: 32px 0 88px 0
}

@media only screen and (max-width: 767px) {
    .features {
        padding: 24px 0 64px 0
    }
}

.features h2 {
    margin-bottom: 66px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .features h2 {
        margin-bottom: 44px
    }
}

.features h4 {
    margin-bottom: 16px;
    margin-top: 24px
}

@media only screen and (max-width: 767px) {
    .features h4 {
        font-size: 16px;
        margin-top: 10px;
        padding-left: 16px;
        text-align: left
    }
}

.features p {
    color: #697284;
    text-align: center;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .features p {
        font-size: 14px;
        padding-left: 16px
    }
}

.features .row {
    gap: 2rem
}

    .features .row::after {
        content: none
    }

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .features .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: auto
    }
}

.features .feature-tab {
    padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

@media only screen and (max-width: 767px) {
    .features .feature-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.features .feature-tab .feature-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 24px;
    padding-bottom: 32px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #CED4E0
}

@media only screen and (max-width: 767px) {
    .features .feature-tab .feature-card {
        margin: 0;
        width: 100%
    }
}

.features .feature-tab .feature-card .h7 {
    text-align: center;
    min-height: 30px
}

.lng-es .features .feature-tab .feature-card .h7 {
    min-height: 88px
}

.features .feature-tab .feature-card p {
    margin-bottom: 0
}

.signal-link {
    color: #697284;
    text-align: center;
    font-size: 14px;
    text-decoration: underline
}

.button.primary.green.shadow > SPAN {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media only screen and (max-width: 767px) {
    .section-antivirus h2 {
        text-align: center
    }
}

.section-antivirus p.subh2 {
    text-align: left
}

@media only screen and (max-width: 767px) {
    .section-antivirus p.subh2 {
        text-align: center
    }
}

.section-antivirus .platforms {
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .section-antivirus .platforms {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .section-antivirus .platforms p {
        text-align: left
    }
}

.section-antivirus .platforms img {
    margin-right: 12px
}

.section-antivirus .label {
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px
}

    .section-antivirus .label.label-green {
        background-color: #008941
    }

.section-antivirus .text-bold-li {
    color: #191a17;
    font-weight: bold
}

.section-antivirus li {
    padding-bottom: 0
}

    .section-antivirus li .list-item p {
        margin-left: 48px
    }

    .section-antivirus li .list-item:before {
        position: relative;
        top: 45px;
        left: 0;
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: transparent url(../img/check-oval.svg) center center no-repeat
    }

    .section-antivirus li p {
        margin-bottom: 0
    }

@media only screen and (max-width: 767px) {
    .section-antivirus .image {
        margin-top: 42px
    }
}

.section-antivirus .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .section-antivirus .text {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-protection {
    text-align: center;
    color: #FFF
}

    .section-protection .container {
        background: #191a17;
        padding-top: 88px;
        padding-bottom: 88px;
        margin-top: 88px
    }

@media only screen and (max-width: 767px) {
    .section-protection .container {
        margin-top: 64px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.section-protection p {
    color: #F8F9FA
}

@media only screen and (max-width: 767px) {
    .section-protection p {
        font-size: 14px;
        padding-left: 24px;
        text-align: left
    }
}

.section-protection .feature-tab {
    text-align: left
}

    .section-protection .feature-tab.span2 {
        padding-right: 32px;
        padding-left: 32px
    }

@media only screen and (min-width: 1056px) {
    .section-protection .feature-tab {
        max-width: 200px
    }
}

@media only screen and (max-width: 767px) {
    .section-protection .feature-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .section-protection .feature-tab img {
            margin-top: 12px
        }
}

.section-protection .feature-tab .image {
    text-align: left
}

.section-protection .product-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3F8BE8;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px
}

@media only screen and (max-width: 767px) {
    .section-protection .product-title p {
        padding-left: 0
    }
}

.section-protection .product-title p {
    margin-bottom: 0;
    color: #3F8BE8
}

.section-protection .product-title img {
    margin-right: 12px
}

.section-protection h2 {
    color: #FFF;
    text-align: center;
    margin-bottom: 48px
}

@media only screen and (max-width: 767px) {
    .section-protection h2 {
        margin-bottom: 40px;
        text-align: center
    }
}

.section-protection h4 {
    color: #FFF;
    margin-bottom: 16px;
    margin-top: 24px
}

@media only screen and (max-width: 767px) {
    .section-protection h4 {
        font-size: 16px;
        padding-left: 24px;
        text-align: left
    }
}

.section-protection .button {
    margin-top: 18px
}

.awards-card {
    padding: 88px 0;
    text-align: center;
    background: #F8F9FA
}

@media only screen and (max-width: 767px) {
    .awards-card {
        padding: 64px 0
    }
}

.awards-card .awards-card-heading img {
    margin-bottom: 8px
}

.awards-card .card {
    text-align: center
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .awards-card .card .d-sm-none {
        display: none
    }
}

.awards-card .card .img-award {
    margin: 0 96px
}

@media only screen and (max-width: 767px) {
    .awards-card .card .img-award {
        margin: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .awards-card .card .img-award {
        margin: 0 48px
    }
}

.awards-card .card .awards-img {
    display: -webkit-box;
    /*display: -webkit-flex;*/
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-top: 0
}

@media only screen and (max-width: 767px) {
    .awards-card .card .awards-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 22px
    }
}

.awards-card .card .awards-item {
    margin-top: 48px
}

@media only screen and (max-width: 767px) {
    .awards-card .card .awards-item {
        margin-top: 24px
    }
}

.awards-card .card .awards-item img {
    margin-bottom: 12px
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .awards-card .card .awards-item:nth-child(3) img, .awards-card .card .awards-item:nth-child(4) img {
        margin-bottom: 32px
    }
}

.awards-card .card .awards-item strong {
    display: block
}

.rating .container {
    padding-top: 72px;
    padding-bottom: 96px
}

@media only screen and (max-width: 767px) {
    .rating .container {
        padding-top: 64px;
        padding-bottom: 56px
    }
}

@media only screen and (min-width: 1056px) {
    .rating .container.rating {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 1300px) {
    .rating .container.rating {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 1300px) {
    .rating .container .carousel-slider .tns-nav {
        display: none
    }
}

.rating .container h2 {
    margin-bottom: 28px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .rating .container h2 {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 1056px) {
    .rating .container .text p {
        padding-left: 140px;
        padding-right: 140px;
        margin-bottom: 0
    }
}

.rating .container p {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .rating .container p {
        margin-bottom: 0;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .rating .container p {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .rating .container .rating-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rating .container .rating-boxes p {
    text-align: left;
    margin-bottom: 34px;
    margin-top: 20px;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .rating .container .rating-boxes p {
        margin-bottom: 28px
    }
}

.rating .container .rating-boxes .icon {
    margin-bottom: 36px
}

@media only screen and (max-width: 767px) {
    .rating .container .rating-boxes .icon {
        margin-bottom: 28px
    }
}

.section-rating {
    padding-top: 88px;
    padding-bottom: 88px
}

@media only screen and (max-width: 767px) {
    .section-rating {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.section-rating .rating-boxes {
    gap: 2rem
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .section-rating .rating-boxes {
        width: 100%;
        margin: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-rating .rating-boxes .rating-card-wrapper {
    padding: 0
}

    .section-rating .rating-boxes .rating-card-wrapper .rating-card {
        background-color: #FFF;
        border: 1px solid #CED4E0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 48px 40px
    }

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .section-rating .rating-boxes .rating-card-wrapper .rating-card {
        padding: 40px 32px;
        text-align: left
    }
}

.section-rating .rating-boxes .rating-card-wrapper .rating-card img.icon-quote {
    -webkit-filter: invert(41%) sepia(73%) saturate(3418%) hue-rotate(198deg) brightness(89%) contrast(87%);
    filter: invert(41%) sepia(73%) saturate(3418%) hue-rotate(198deg) brightness(89%) contrast(87%);
    margin-bottom: 16px
}

.section-media-2 {
    padding-top: 88px;
    padding-bottom: 56px
}

@media only screen and (max-width: 767px) {
    .section-media-2 {
        padding: 64px 0
    }
}

.section-feature-cards {
    padding-top: 32px;
    padding-bottom: 88px
}

    .section-feature-cards .feature-cards-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }

        .section-feature-cards .feature-cards-container .feature-cards-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            gap: 2rem
        }

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .section-feature-cards .feature-cards-container .feature-cards-wrapper {
        width: 100%;
        margin: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 24px 24px 32px;
    border: 1px solid #CED4E0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        height: inherit
    }
}

@media only screen and (min-width:1200px) {
    .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        min-height: 170px;
        width: 442px;
        min-width: 442px
    }
}

@media only screen and (min-width:1200px) {
    .lng-no .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-id .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        height: 215px;
        min-height: 215px;
        width: 442px;
        min-width: 442px
    }
}

@media only screen and (min-width: 1056px) {
    .lng-de .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-es .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pt .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-nl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-fr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-it .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-cs .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ru .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-tr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ms .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-sk .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        height: 300px;
        min-height: 170px;
        width: 350px;
        min-width: 350px;
        max-width: 350px
    }
}

@media only screen and (min-width:1200px) {
    .lng-de .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-es .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pt .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-nl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-fr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-it .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-cs .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ru .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-tr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ms .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-sk .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        height: 250px;
        min-height: 250px;
        width: 350px;
        min-width: 350px
    }
}

@media only screen and (min-width:1300px) {
    .lng-de .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-es .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pt .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-nl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-fr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-it .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-cs .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ru .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-tr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ms .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-sk .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        height: 250px;
        min-height: 250px;
        width: 400px;
        min-width: 400px
    }
}

@media only screen and (min-width:1400px) {
    .lng-de .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-es .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pt .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-nl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-pl .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-fr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-it .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-cs .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ru .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-tr .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-ms .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card, .lng-sk .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card {
        height: 250px;
        min-height: 250px;
        width: 442px;
        min-width: 442px
    }
}

.section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem
}

    .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card-text div {
        color: #191a17
    }

        .section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card-text div.body-4 {
            color: #697284
        }

.section-feature-cards .feature-cards-container .feature-cards-wrapper .feature-card .h7 {
    min-height: 66px
}

.section-feature-cards .span4 {
    margin-bottom: 0
}

.section-bft {
    padding-top: 88px
}

    .section-bft .row:first-child {
        margin-bottom: 88px
    }

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .section-bft .row:first-child {
        margin-bottom: 0
    }
}

.section-bft .row .product-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem
}

@media only screen and (max-width: 767px) {
    .section-bft .row .product-title {
        gap: .5rem
    }
}

.section-bft .row .subh2 {
    margin-bottom: 40px
}

.section-bft .product-title img {
    margin-right: 0
}

.system-requirments .container {
    padding-top: 56px;
    background: #F8F9FA
}

@media only screen and (max-width: 767px) {
    .system-requirments .container {
        padding-top: 32px
    }
}

.system-requirments .container h3 {
    margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
    .system-requirments .container h3 {
        font-size: 24px;
        text-align: left
    }
}

.system-requirments .container a {
    text-decoration: underline
}

.system-requirments .container p {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .system-requirments .container p {
        font-size: 14px;
        text-align: left
    }
}

.system-requirments .container .box {
    border-bottom: 1px solid #DBDFE5;
    padding-bottom: 32px;
    padding-top: 32px
}

@media only screen and (max-width: 767px) {
    .system-requirments .container .box ul {
        text-align: left
    }
}

.system-requirments .container .box.box-4 {
    border-bottom: none
}

.system-requirments .container .box li {
    padding-bottom: 8px;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .system-requirments .container .box li {
        font-size: 14px;
        -webkit-padding-start: 40px;
        -moz-padding-start: 40px;
        padding-inline-start: 40px
    }
}

.system-requirments .container .box li:before {
    position: relative;
    margin-right: 18px;
    top: 6px;
    left: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .system-requirments .container .box li:before {
        position: absolute;
        margin-right: 0;
        top: 0
    }
}

.system-requirments .container .box li:nth-child(1)::before {
    background: transparent url("../../i/page/free-antivirus-download-t1/number-1.png")
}

.system-requirments .container .box li:nth-child(2)::before {
    background: transparent url("../../i/page/free-antivirus-download-t1/number-2.png")
}

.system-requirments .container .box li:nth-child(3)::before {
    background: transparent url("../../i/page/free-antivirus-download-t1/number-3.png")
}

.system-requirments .container .box li:nth-child(4)::before {
    background: transparent url("../../i/page/free-antivirus-download-t1/number-4.png")
}

.system-requirments .container .box .platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .system-requirments .container .box .platform {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.system-requirments .container .box .platform img {
    margin-bottom: 18px
}

@media only screen and (max-width: 767px) {
    .system-requirments .container .box .platform .platform-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .system-requirments .container .box .platform .platform-mobile.ios {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .system-requirments .container .box .platform .platform-mobile.ios img {
                margin-bottom: 0
            }

        .system-requirments .container .box .platform .platform-mobile img {
            margin-right: 16px
        }
}

.faq-container {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px
}

    .faq-container > .accordion-item:not(:first-child) {
        border-top: 1px solid #EBECF0
    }

    .faq-container .question {
        position: relative;
        cursor: pointer
    }

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .faq-container .question {
        padding: 39px 128px 39px 48px
    }
}

@media only screen and (max-width: 767px) {
    .faq-container .question {
        padding: 20px 63px 20px 24px
    }
}

.faq-container .question::after {
    position: absolute;
    content: "";
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D6DAE0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ico-plus-blue.svg)
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .faq-container .question::after {
        top: 24px;
        right: 32px;
        width: 56px;
        height: 56px
    }
}

@media only screen and (max-width: 767px) {
    .faq-container .question::after {
        top: 16px;
        right: 16px;
        width: 32px;
        height: 32px
    }
}

.faq-container .question:hover:not(.expand)::after {
    background-color: #00b451;
    border: none;
    background-image: url(../img/ico-plus-white.svg)
}

.faq-container .question.expand::after {
    background-color: transparent;
    background-image: url(../img/ico-close-blue.svg)
}

.faq-container .question.expand:hover::after {
    background-color: #00b451;
    border: none;
    background-image: url(../img/ico-close-white.svg)
}

.faq-container .question.expand h4 {
    color: #2276D9
}

.faq-container .answer {
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    height: auto;
    max-height: 0;
    overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .faq-container .answer {
        padding: 0 128px 0 80px
    }
}

@media only screen and (max-width: 767px) {
    .faq-container .answer {
        padding: 0 64px 0 24px
    }
}

@media only screen and (max-width: 767px) {
    .faq-container .answer h5, .faq-container .answer li, .faq-container .answer p {
        font-size: 12px;
        line-height: 18px
    }
}

.faq-container .answer h5 {
    margin-bottom: 0
}

.faq-container .answer ol {
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-inline-start: 40px
}

.faq-container .answer ul li {
    padding-bottom: 0;
    padding-left: 40px;
    position: relative
}

    .faq-container .answer ul li:before {
        content: '·';
        display: inline-block;
        width: auto;
        height: auto;
        color: #00b451;
        position: absolute;
        left: 20px;
        font-size: 2.5rem;
        line-height: 23px
    }

@media only screen and (max-width: 767px) {
    .faq-container .answer ul li:before {
        line-height: 17px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .faq-container .answer p:last-child {
        margin-bottom: 39px
    }
}

@media only screen and (max-width: 767px) {
    .faq-container .answer p:last-child {
        margin-bottom: 16px
    }
}

.faq-container .answer .signal-link {
    color: #2276D9;
    text-align: center;
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .faq-container .answer .signal-link {
        font-size: 12px
    }
}

.faq-container div.expand + div {
    max-height: 600px
}

#faq .container {
    padding-top: 88px;
    padding-bottom: 88px;
    background: #F8F9FA
}

@media only screen and (max-width: 767px) {
    #faq .container {
        padding-top: 32px;
        padding-bottom: 64px
    }
}

#faq h2 {
    text-align: center;
    margin-bottom: 64px
}

@media only screen and (max-width: 767px) {
    #faq h4 {
        font-size: 16px
    }
}

#blogposts {
    padding-top: 88px;
    padding-bottom: 64px
}

@media only screen and (max-width: 767px) {
    #blogposts {
        padding-top: 64px
    }
}

#blogposts .button.secondary > span {
    font-weight: 500
}

#blogposts .container {
    padding-bottom: 56px
}

@media only screen and (max-width: 767px) {
    #blogposts .container {
        padding-bottom: 48px
    }
}

@media only screen and (max-width: 767px) {
    #blogposts .post {
        margin-bottom: 24px
    }
}

#blogposts .row.blog {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #blogposts .carousel-slider .container {
        padding-top: 0
    }
}

#blogposts h2 {
    text-align: left;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    #blogposts h2 {
        margin-bottom: 24px
    }
}

#blogposts h4 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DBDFE5
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #blogposts h4 {
        font-size: 16px
    }
}

#blogposts img {
    width: 100%
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    #blogposts img {
        margin-bottom: 16px
    }
}

#blogposts p {
    color: #4B5563;
    text-decoration: none;
    font-size: 14px
}

#blogposts a:hover {
    text-decoration: none
}

#blogposts a.button.secondary span {
    border-bottom: 2px dashed #2276D9
}

#blogposts .link-all {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    #blogposts .link-all {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 16px
    }
}

#blogposts .link-all a {
    border-bottom: none
}

    #blogposts .link-all a.button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

@media only screen and (max-width: 767px) {
    #blogposts .link-all a.button {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.bottom-section .container {
    text-align: center;
    padding-top: 70px
}

    .bottom-section .container h2 {
        margin-bottom: 0
    }

    .bottom-section .container p {
        margin-bottom: 48px;
        margin-top: 28px
    }

    .bottom-section .container .img {
        margin-top: 48px
    }

    .bottom-section .container .product-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .bottom-section .container .product-title img {
            margin-right: 16px
        }

    .bottom-section .container .button.primary.green span.text-large {
        font-size: 20px
    }

@media only screen and (max-width: 767px) {
    .bottom-section .container .button.primary.green span.text-large {
        font-size: 16px
    }
}

#free-antivirus-download-t2 .hero-headline {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (max-width: 767px) {
    .media-object .image {
        display: none
    }
}

.media-object .text .image-mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    .media-object .text .image-mobile {
        display: block;
        margin: 2rem auto
    }
}

@media only screen and (max-width: 767px) {
    .media-object .text h2 {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    #bottom .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    #bottom .row .footer-links {
        width: 100%;
        text-align: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    #bottom .row .social-connect {
        border-left: none
    }
}
/*# sourceMappingURL=protection-free-02.css.map */
