/*Poppins Font import*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --bottom-pos-value: -2%;
}

@media (min-width: 900px) {
    :root {
        --bottom-pos-value: 16%;
    }
}

body .wrapper.bg-black .header ul.navicons li ul {
    right: -320px
}

;

.cards_cta_max_width .card .cmp-btn a {
    max-width: 16rem !important
}



html,
body {
    font-family: "Poppins", "Open Sans" !important;

}

.cmp-a {
    font-family: "Poppins", "Open Sans" !important;
}

body {
    padding-top: 74px;
    color: #333;
    letter-spacing: .015em;
    font-family: "Poppins", "Open Sans" !important;
}

a:hover {
    text-decoration: none;
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem
}

/* h1 {
    font-size: 2.625rem
} */

.hero-background {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #EDEDED 100%);
}

.fs-56 {
    font-size: 3.5rem !important
}

.fs-48 {
    font-size: 3rem !important
}

.fs-42 {
    font-size: 2.625rem !important
}

.fs-40 {
    font-size: 2.5rem !important
}

.fs-38 {
    font-size: 2.375rem !important
}

.fs-28 {
    font-size: 1.75rem !important
}

.fs-14,
.small,
small {
    font-size: .875rem !important
}

.fs-13 {
    font-size: .8125rem
}

.lh-normal {
    line-height: normal
}

.title {
    color: var(--brand-black, #000);
    /* Strong/H4 */
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 120% */
    letter-spacing: -0.4px;
}

.antivirus-rtb-div .margin-left-20 {
    margin-left: 1.25rem;
}

.antivirus-hero-content {
    display: inline-flex;
    flex-direction: column;
    gap: 30px;
}

.border-radius-20 img {
    border-radius: 20px;
}

.original-prize {
    color: var(--brand-liftadared, #AF0707);

    /* Strong/H6 */
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
    vertical-align: baseline;
    margin-left: 2px;
}

.strike-prize {
    color: var(--core-neutral, #454545);

    /* Body/Subhead Strike 1 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration-line: line-through;
    vertical-align: baseline;
    margin-left: 2px;
}

.offer-prize {
    color: var(--core-neutral, #454545);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    vertical-align: baseline;
    margin-left: 2px;
}

.article .card a:hover,
.cmp-a.text-btn:hover,
.cmp-btn--primary .cmp-a.text-btn:hover,
.cmp-btn--secondary a:not([href]),
.cmp-btn--secondary-trans a:not([href]),
.font-color-mcafee-red,
html .slider-tabs .tab:hover {
    color: #ea1010
}

.cmp-btn--secondary a:not([href]):hover,
.cmp-btn--secondary-trans a:not([href]):hover {
    color: #ea1010;
    border-color: #ea1010
}

.article .card {
    background: #292929
}

.article .card a {
    color: #fff
}

.article .card .cmp-card__img {
    padding: 0
}

.article-section-container .cmp-card__img img {
    border-radius: 16px;
}

.article-section-container .cmp-card__body {
    padding: 0px 32px;
}

.cmp-a {
    padding: .645rem .85rem
}

.cmp-btn--primary .cmp-a {
    background-color: #ea1010;
    border-color: #ea1010
}

.cmp-btn--sm .cmp-a {
    padding: .5rem 1.56rem;
    font-size: inherit
}

.cmp-btn--secondary .cmp-a,
.cmp-btn--secondary-trans .cmp-a {
    color: #ea1010;
    border-color: #ea1010
}

.cmp-btn--primary .cmp-a.text-btn {
    background-color: transparent;
    border-color: transparent;
    color: inherit
}

.cmp-a.white {
    border: 1px solid #fff;
    color: #fff
}

.cmp-btn--primary .cmp-a.text-btn:after {
    content: "\f054";
    font-family: "Font Awesome";
    font-style: normal;
    padding-left: .75rem;
    font-size: 14px;
    color: #ea1010;
    font-weight: 100
}

.select-styled {
    position: relative;
    float: left
}

.select-styled:after {
    content: '\f078';
    font-family: "Font Awesome";
    color: #fff;
    right: 11px;
    top: 12px;
    position: absolute;
    font-size: 12px;
    pointer-events: none
}

select::-ms-expand {
    display: none
}

.select-styled select {
    -webkit-appearance: none;
    width: 356px;
    height: 44px;
    padding: 0 24px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.select-styled select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .2)
}

.select-styled option {
    color: #fff;
    background: #000
}

.select-styled.dark select {
    color: #333;
    border: 1px solid #333
}

.select-styled.dark:after {
    color: #333
}

.select-styled.dark option {
    color: #333;
    background: #fff
}

.fa-angle-down:before {
    content: "\f107";
    font-family: "Font Awesome"
}

.fa-globe:before {
    content: "\f0ac";
    font-family: "Font Awesome"
}

.fa-user:before {
    content: "\f007";
    font-family: "Font Awesome"
}

a.icon-acct:before {
    content: '';
    margin-right: .2rem;
    width: .95rem;
    height: .95rem;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/></svg>")
}

.fa-chevron-left:before {
    content: "\f053";
    font-family: "Font Awesome";
    font-style: normal
}

.fa-chevron-down:before {
    content: "\f078";
    font-family: "Font Awesome"
}

.cmp__container_styles {
    color: #383434;
    /* Body/Subhead 5 */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.max-w-100 img {
    max-width: 100%
}

@media(max-width:1199.98px) and (min-width:991.98px) {
    .cmp-a {
        min-width: 10rem
    }
}

@media(min-width:1199.98px) {
    .cmp-flexcard__img.w-5050 {
        width: 50%
    }

    .cmp-flexcard__img.w-5050 img {
        width: 105%
    }

    .cmp-flexcard__body.w-5050 {
        width: 50%
    }
}

.direct-pgs-hero-img-mg {
    margin-right: 59px;
}

.direct-pgs-hero-content-mg {
    margin-left: 56px;
}

.direct-pgs-protection-guarantee-mg {
    margin: 12px 30px 28px 30px;
}

@media(max-width:768px) {

    .direct-pgs-hero-img-mg {
        margin-right: 0px;
    }

    .direct-pgs-hero-content-mg {
        margin-left: 0px;
    }

    .direct-pgs-protection-guarantee-mg {
        margin: 16px 0px 0px 0px;
    }

    .main__section--image.gradient {
        height: auto !important;
        background-color: #000 !important;
        background-image: none !important
    }

    .main__section--image.gradient:before {
        content: none !important
    }

    .gradient .cmp-image img {
        width: 100%;
        margin-bottom: 1rem
    }

    .select-styled select {
        width: 100%;
        padding: 0 28px 0 12px;
        min-width: 300px
    }
}

@media(max-width: 567px) {
    .direct-pgs-protection-guarantee-mg {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .direct-pgs-protection-guarantee-mg .section__container__col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media(min-width:576px) {

    .card-deck .card,
    .main__section--card-deck>.card__container--type .card,
    .main__section--card-deck>.main__section--wrapper>.main__section--wrapper-container>.card__container--type .card {
        flex: 1
    }
}

@media(max-width:991.98px) {
    .zitouna.card-deck {
        display: flex;
        flex-direction: column
    }

    .zitouna.card-deck .card {
        margin-bottom: 3rem
    }

    .zitouna.card-deck .card-body {
        padding: 0 !important
    }

    .zitouna.card-deck .cmp-a {
        min-width: 100%
    }

    .zitouna.card-deck .card .cmp-divider:last-child {
        display: none
    }

    .order1 {
        order: 1
    }

    .order2 {
        order: 2
    }

    .order3 {
        order: 3
    }

    .m-hide {
        display: none
    }

    .m-mb-0 hr {
        margin-bottom: 0
    }
}

@media(max-width:575.98px) {
    .cmp-flexcard__img img {
        max-width: 100%;
        height: auto
    }

    .cmp-a {
        display: block;
        width: 100%
    }

    .s-hide {
        display: none
    }

    .fs-56 {
        font-size: 2.5rem !important
    }

    .fs-42 {
        font-size: 2rem !important
    }

    .fs-36 {
        font-size: 1.75rem !important
    }

    .fs-28 {
        font-size: 1.5rem !important
    }

    .fs-24 {
        font-size: 1.25rem !important
    }

    .fs-20 {
        font-size: 1.125rem !important
    }

    .fs-18 {
        font-size: 1rem !important
    }

    .lh-32 {
        line-height: normal
    }

    .cmp-tab__title__link {
        text-align: left
    }

    .cmp-footer .lh-32 {
        line-height: 2
    }

    a {
        overflow-wrap: break-word;
        word-wrap: break-word
    }
}

.main__section--image.gradient {
    background-attachment: fixed;
    background-position: left 74px;
    position: relative;
    min-height: 76vh
}

.main__section--default>.main_section--no-strech {
    margin-left: 0px;
}

@media(max-height:768px) and (min-width:992px) {
    .main__section--image.gradient {
        min-height: 100vh
    }
}

@media (min-width: 1280px) {
    .main__section--default>.main__section--wrapper>.main__section--wrapper-container {
        max-width: 1240px;
    }
}

@media (min-width: 1360px) {
    .main__section--default>.main__section--wrapper>.main__section--wrapper-container {
        max-width: 1320px;
    }
}

@media (min-width: 1440px) {
    .main__section--default>.main__section--wrapper>.main__section--wrapper-container {
        max-width: 1400px;
    }
}

.main__section--image.gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 65%, #000 100%, rgba(21, 21, 21, .9) 97%)
}

.main__section.cq-Editable-dom>.main__section--image.gradient {
    background-attachment: inherit;
    min-height: auto
}

@supports(-webkit-overflow-scrolling:touch) {
    .main__section--image.gradient {
        background-attachment: scroll;
        background-position: left 0 !important
    }
}

/* @media(max-width:1199.98px) {
    .cmp-flexcard--img-right {
        flex-direction: column-reverse !important
    }
} */

.zitouna .cmp-accordion__title>a:after {
    display: none
}

.zitouna.card-deck .card-body {
    padding: .5rem 0
}

.zitouna.card-deck .cmp-card {
    padding-bottom: 0
}

.zitouna.card-deck .card-footer {
    background-color: transparent;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.cmp-card.cmp-card--badge-box-primary {
    border-color: rgba(0, 0, 0, .125) !important
}

.cmp-card.cmp-card--badge-box-primary .cmp-card__badge .badge-category {
    width: 100%;
    background-color: #ea1010;
    font-size: 100%;
    padding: .3rem
}

.cmp-collapse {
    cursor: pointer
}

.cmp-collapse a:hover,
.cmp-collapse a:not([href]):hover {
    color: #ea1010
}

.cmp-collapse__content {
    padding-left: 1.375rem
}

.cmp-collapse__container {
    padding-top: 0px;
    padding-right: 1.5rem;
    padding-bottom: 0px;
    padding-left: 1.5rem;
}

.cmp-collapse__title__collapseLabel {
    padding-left: 0px;
}

.cmp-collapse__title__expandLabel {
    padding-left: 0px;
}

.cmp-collapse__title__expandLabel>p {
    margin-bottom: 0;
    margin-block-end: 0;
}

.cmp-collapse__title__collapseLabel>p {
    margin-bottom: 0;
    margin-block-end: 0;
}

.card-deck.zitouna .cmp-collapse__title__collapseLabel>p,
.card-deck.zitouna .cmp-collapse__title__expandLabel>p,
.cmp-footer .cmp-collapse__title__collapseLabel>p,
.cmp-footer .cmp-collapse__title__expandLabel>p {
    display: flex;
    align-items: baseline
}

.cmp-accordion__content {
    padding: 0 1.25rem;
}

.cmp-accordion button {
    background: 0 0 !important;
    border: 0;
    padding: 0 !important;
    cursor: pointer
}

.cmp-image.grayed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.animate {
    animation-duration: .4s
}

.slideIn {
    animation-name: slideIn
}

@keyframes slideIn {
    0% {
        transform: translateY(-3rem);
        opacity: 0
    }

    100% {
        transform: translateY(0)
    }

    0% {
        transform: translateY(-3rem)
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media(max-width:1167px) {
    body {
        padding-top: 55px
    }

    .main__section--image.gradient {
        background-position: unset
    }

    _:-ms-fullscreen,
    :root .main__section--image.gradient {
        background-position: 0 56px
    }
}

body {
    overflow-x: hidden
}

.buttons .button {
    margin-right: 10px
}

html body {
    width: 100%;
    max-width: 100%
}

.global-component,
.global-component h4 {
    color: #fff
}

.pos-rel {
    position: relative
}

.ca,
.ca-recur,
.ca-recur * {
    text-align: center;
    margin: auto
}

.global-component {
    background-image: linear-gradient(0deg, #641008 0, #000 89%);
    width: 100%
}

.global-component .grad-back {
    background-size: cover;
    padding: 6rem 1rem 10rem;
    position: relative
}

.global-component .grad-back .global-row {
    z-index: 1;
    position: relative
}

.grad-back:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(100, 16, 8, .58) 0, rgba(0, 0, 0, .78) 89%)
}

.global-component h2 {
    font-size: 42px;
    padding: 4rem 0 5rem;
    font-weight: 600;
    opacity: .9
}

.global-component .global-col {
    padding: 1rem 0
}

.global-component .global-col .stat1 {
    font-size: 3rem;
    font-weight: 600;
    opacity: .9
}

.global-component .global-col .stat2 {
    font-size: 2.25rem;
    opacity: .7
}

.award-component .card.award-card p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    max-width: 250px;
    margin: auto;
    position: relative;
    top: 10px
}

.award-component .card.award-card {
    text-align: center;
    color: #fff;
    min-height: 170px
}

.award-component {
    background: #000
}

.award-component .left,
.award-component .right {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 9px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    z-index: 999999999;
    color: #fff;
    position: absolute;
    bottom: 42%
}

.award-component .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.award-component .award-sub-text,
.award-component h4 {
    color: #fff;
    text-align: center
}

.award-component .award-sub-text {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 32px
}

.award-component h4 {
    font-size: 34px;
    line-height: 48px
}

.award-component {
    padding: 5rem 0
}

.sm-just {
    margin: auto
}

html body .col-lg-6.no-pad {
    padding: 0
}

#myCarousel3,
#myCarousel3 .carousel-inner,
#myCarousel3 .carousel-inner>.carousel-item {
    overflow: hidden
}

#myCarousel3 .carousel-control.left,
#myCarousel3 .carousel-control.right {
    background: initial;
    width: 30%;
    color: #000;
    z-index: 10;
    top: -10px
}

.mobile-only {
    display: none
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

#slider-container {
    width: 100%;
    min-height: 720px;
    background: #000;
    position: relative;
    overflow: hidden
}

.slider-tabs {
    display: none
}

.slick-list,
.slick-track,
.slider {
    height: 100%
}

.slideitm,
.slider .image:after {
    width: 100%;
    background-size: cover
}

.slideitm {
    background-repeat: no-repeat;
    background-position: 0 1%;
    min-height: 725px
}

.slider .bg-image {
    display: block;
    width: 100%;
    position: relative
}

.slider .image {
    position: relative
}

.slider .image:after {
    content: '';
    position: absolute;
    background-image: url(/content/dam/npcld/ecommerce/en-us/hp/mobile-gradient.png);
    height: 50%;
    bottom: 0
}

.slideitm h2 {
    font-size: 36px;
    color: #fff;
    line-height: 57px;
    margin-bottom: 2rem
}

.slideitm p {
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 2.5rem
}

.slideitm .note {
    padding-top: 10px
}

.slideitm p.note {
    font-size: 14px;
    line-height: 1.3
}

.apps {
    margin-top: 20px
}

.apps .button {
    display: inline-block;
    margin-right: 10px
}

.apps .button:last-of-type,
.buttons.multiple .button:last-of-type {
    margin-right: 0
}

.buttons.single .button {
    width: 100%
}

.buttons.multiple .button {
    margin-right: 3%;
    min-width: 235px
}

.buttons .button {
    padding: 8px 20px;
    background: #ea1010;
    border: 1px solid #ea1010;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block
}

.buttons .button:hover {
    text-decoration: none;
    background-color: #7c1010;
    border-color: #7c1010;
    color: #fff
}

.buttons .button.outline {
    background: 0 0;
    border: 1px solid #fff
}

.buttons .button.outline:hover {
    text-decoration: none;
    color: #ea1010;
    border-color: #ea1010
}

.slick-dots {
    position: relative;
    bottom: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    text-align: center
}

.slick-dots button {
    border: 1px solid #979797;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #000;
    color: #000;
    height: 1rem;
    width: 1rem;
    line-height: 1;
    text-indent: -99999px
}

@supports(-webkit-overflow-scrolling:touch) {
    .slick-dots button {
        padding: 0
    }
}

.slick-dots .active button {
    background: #d8d8d8
}

.slick-dots li {
    display: inline-block;
    margin: 0 .5rem
}

.slick-arrow.slick-disabled {
    display: none !important
}

.slider-tabs .slick-track {
    transform: none !important
}

.slideitm .content {
    max-width: 760px;
    width: 100%;
    float: none;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

@media only screen and (max-width:991px) {

    html body div.bg-image,
    html img.image {
        visibility: visible;
        position: relative;
        height: 250px
    }

    html .global-component .global-col {
        padding: 3rem 0 0
    }

    html body .global-component .grad-back {
        background-size: cover;
        padding: 5rem 1rem 5rem
    }

    .global-component h2 {
        padding: 7rem 1rem 1rem
    }

    html .global-component {
        background-image: linear-gradient(0deg, #641008 0, #000 89%);
        width: 100%
    }

    html .global-component h4 {
        font-size: 38px;
        padding: 0
    }

    html body .carousel-item .col,
    html body .carousel-item .col-lg-4 {
        float: left;
        display: block;
        padding-left: 5px;
        padding-right: 5px
    }

    html body .center-block,
    html body .mob-view.car {
        overflow: hidden;
        padding-top: 12px;
        padding-bottom: 12px
    }

    html body #myCarousel3 {
        min-width: 220%;
        position: relative;
        right: 60%;
        overflow: scroll
    }

    html .mobile-only,
    html body .mobile-only {
        display: block
    }

    .xs-no-disp,
    html .desktop-only,
    html body .desktop-only {
        display: none !important;
    }

    .header ul.navlinks li .cmp-btn {
        margin: 3rem 0 7rem !important
    }
}

@media only screen and (min-width:991px) {
    html .desktop-only {
        display: block
    }

    .mob-view,
    html .mobile-only {
        display: none
    }
}

@media(max-height:768px) and (min-width:992px) {
    html #slider-container {
        min-height: 580px
    }

    #slider-container .slideitm {
        min-height: 580px
    }
}

@media screen and (max-width:575.98px) {
    #slider-container {
        min-height: 570px
    }

    .slideitm {
        min-height: 570px
    }

    .slideitm .price p {
        margin-bottom: 18px
    }

    .slideitm .note {
        padding-top: 0 !important
    }
}

@media screen and (max-width:739.98px) {
    .slideitm h2 {
        line-height: 1.2;
        margin-bottom: 25px
    }

    .slideitm p {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 25px
    }

    .slideitm .note {
        padding-top: 10px
    }
}

@media(max-height:720px) and (min-width:992px) {
    .main__section--wrapper.min-height-14 {
        min-height: 14rem
    }

    html #slider-container {
        min-height: 530px !important
    }

    #slider-container .slideitm {
        min-height: 530px !important
    }

    html .slideitm .content {
        padding-left: 30px
    }

    .slideitm p {
        font-size: 18px;
        line-height: 1.25
    }

    .slideitm .price p {
        margin-bottom: 20px
    }

    .slideitm h2 {
        margin-bottom: 20px;
        font-size: 38px
    }

    .slideitm .price .buttons.multiple .button {
        margin-bottom: .5rem
    }
}

@media(max-height:864px) and (min-width:992px) {
    html #slider-container {
        min-height: 660px
    }

    #slider-container .slideitm {
        min-height: 660px
    }
}

@media screen and (max-width:598.98px) {
    .slideitm .content {
        margin: 5px auto !important
    }

    .buttons.multiple .button {
        margin-bottom: 12px;
        width: 100%
    }

    .buttons .button {
        padding: 6px 45px
    }

    .slideitm h2 {
        font-size: 28px;
        margin-bottom: 18px
    }

    .slideitm p {
        font-size: 18px
    }

    .global-component h2 {
        font-size: 34px;
        padding: 1rem;
        line-height: 1.35
    }

    .global-component .global-col {
        font-size: 32px;
        line-height: initial
    }

    .global-component .global-col .stat1 {
        font-size: 2.25rem
    }

    .global-component .global-col .stat2 {
        font-size: 2rem
    }
}

@media screen and (max-width:899px) {
    html .slideitm {
        background: 0 0 !important
    }

    html .slider .devices {
        display: block;
        margin-top: 20px
    }

    html .apps,
    html .buttons {
        text-align: center
    }

    html .slider .devices img {
        display: block;
        margin: 0 auto
    }

    html .carousel-control {
        top: auto;
        transform: translate(0, -50%);
        bottom: -43px
    }

    html .carousel-control img {
        width: 25px
    }

    .slideitm .content {
        margin: 0 auto
    }

    .slideitm h2 {
        margin-bottom: 1rem
    }

    .slideitm p {
        margin-bottom: 2rem
    }

    .slideitm .fs-56 {
        font-size: 36px !important
    }
}

@media(max-width:374px) {
    .carousel-inner .content .content-desc {
        min-height: 250px
    }
}

@media(min-width:375px) and (max-width:599px) {
    .carousel-inner .content .content-desc {
        min-height: 210px
    }
}

@media(min-width:600px) and (max-width:899px) {
    .carousel-inner .content .content-desc {
        min-height: 240px
    }
}

@media(min-width:900px) and (max-width:999px) {
    html .slideitm .content {
        margin-top: 4.5rem
    }

    .carousel-inner .content .content-desc {
        min-height: 310px
    }
}

@media(min-width:1000px) and (max-width:1535px) {
    html .slideitm .content {
        margin-top: 3rem
    }

    .carousel-inner .content .content-desc {
        min-height: 280px
    }
}

@media screen and (min-width:1536px) {
    html .slideitm .content {
        margin-top: 6rem
    }

    .carousel-inner .content .content-desc {
        min-height: 310px
    }
}

@media screen and (-ms-high-contrast:none) {
    html .slideitm .content {
        margin-top: 3rem
    }

    html .slider-tabs {
        position: relative !important
    }

    .carousel-inner .content .content-desc {
        min-height: 290px
    }
}

@media (min-width: 900px) {
    .slider-nav-dots-position {
        bottom: 16%;
    }
}

@media (max-width: 568px) {
    .cmp-carousel__body__indicator-dots.touchslider-dots.nav-indicator {
        bottom: -2%;
        padding-bottom: 15px;
    }
}

@media screen and (min-width:900px) {
    .carousel-item:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 65%, #000 100%, rgba(21, 21, 21, .9) 97%)
    }

    html .buttons.single .button {
        width: auto
    }

    html .buttons.multiple .button {
        margin-right: 10px
    }

    html .slider .devices {
        display: block;
        margin-top: 20px
    }

    html .slideitm .content {
        padding-right: 10%;
        float: right
    }

    html .slideitm h2 {
        font-size: 42px
    }

    html .slider-tabs {
        background: rgba(41, 41, 41, .78);
        position: absolute;
        bottom: 0;
        z-index: 9;
        border-bottom: 5px solid rgba(230, 231, 232, .5);
        width: 100%;
        height: 93px;
        display: table
    }

    .hr-hr html .slider-tabs {
        display: none
    }

    html .slider-tabs .slick-list {
        overflow: visible
    }

    html .slider-tabs .tab {
        font-size: 18px;
        color: #fff;
        float: left;
        text-align: center;
        line-height: 22px;
        border-left: 1px solid rgba(230, 231, 232, .5);
        width: 25%;
        padding: 22px;
        display: table;
        height: 88px;
        cursor: pointer
    }

    html .slider-tabs .tab span {
        display: table-cell;
        vertical-align: middle
    }

    html .slider-tabs .tab:first-of-type {
        border-left: 1px solid rgba(32, 32, 31, 0)
    }

    html .slider-tabs .tab.active {
        background: #f2f2f2;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-size: 18px;
        color: #000;
        text-align: center;
        line-height: 22px;
        position: relative
    }

    html .slider-tabs .tab.active:before {
        content: url(/content/dam/npcld/ecommerce/en-us/hp/up.png);
        position: absolute;
        top: -16px;
        width: 31px;
        height: 16px;
        background-size: cover;
        z-index: 9999;
        left: 50%;
        transform: translate(-50%)
    }

    html .slick-dots,
    html .slider .bg-image {
        display: none
    }
}

ul.social {
    float: right;
    padding-top: 2.5rem
}

ul.social li {
    list-style-type: none;
    float: left
}

ul.social li a i {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;
    font-style: normal;
    padding-left: 3px
}

ul.social li a i:hover {
    background: #fff;
    color: #333
}

.fa-facebook {
    background: #4267b2
}

.fa-linkedin {
    background: #0073b1
}

.fa-twitter {
    background: #1da1f2
}

.fa-youtube-play {
    background: red
}

.fa-rss {
    background: #f60
}

.fa-facebook:before {
    content: "\f09a";
    font-family: "Font Awesome"
}

.fa-linkedin:before {
    content: "\f0e1";
    font-family: "Font Awesome"
}

.fa-twitter:before {
    content: "\f099";
    font-family: "Font Awesome"
}

.fa-youtube-play:before {
    content: "\f16a";
    font-family: "Font Awesome"
}

.fa-rss:before {
    content: "\f09e";
    font-family: "Font Awesome"
}

.cmp-footer {
    font-size: 15px
}

.cmp-footer .cmp-collapse__container {
    padding-left: 0
}

.cmp-footer .collapse_content li {
    line-height: 1.5;
    margin-left: -1.2rem;
    cursor: default
}

.cmp-footer a span:hover {
    text-decoration: none
}

.cmp-footer hr {
    border-top: 1px solid #939599
}

.cmp-footer .cmp-card__body {
    line-height: 2;
    word-wrap: normal
}

.cmp-tab__contentlist .cmp-tab__tablist .cmp-tab__title .nav-link {
    padding: .5rem 1rem !important
}

.cmp-tab__contentlist .main__section--wrapper-container {
    max-width: 100% !important
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .header {
        background-color: #000
    }
}

@supports(-ms-ime-align:auto) {
    .header {
        background-color: #000
    }
}

.header .dropdown-toggle::after {
    border: 0
}

.header .dropdown-toggle:hover::after {
    color: #B42318 !important;
}

.wrapper:before {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0s ease 0s;
    transition: opacity 0s ease 0s
}

.header ol>li:before {
    display: none
}

.header .subnavlinks .navHdr {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #53565a
}

.header .subnavlinks .navHdr a {
    color: inherit
}

.header .navHdr:empty {
    margin-bottom: 1px
}

.header .navHdr a:hover {
    color: inherit
}

.header .hide {
    display: none !important
}

.nav-open {
    overflow: hidden
}

.nav-open .header {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav-open .header .container-fluid {
    background: #fff;
    height: calc(100vh)
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    background-image: none;
    background-color: #262626
}

.wrapper.bg-black .header .dropdown-menu>li>a,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited {
    color: #fff
}

.wrapper.bg-black .header ul.navicons li.dropdown.open,
.wrapper.bg-black .header ul.navlinks li.dropdown.open {
    background-color: transparent
}

.wrapper.bg-black .header .dropdown-menu {
    background-color: #000
}

.wrapper.bg-black .header ul.navicons li ul {
    right: -90px
}

.wrapper.bg-black .header .dropdown-menu>li>a {
    padding: 5px 10px
}

@media screen and (max-width:480px) {
    h3.margin-bottom-35 {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width:767px) {
    .header .subnavlinks .navHdr {
        font-size: 18px
    }
}

@media screen and (max-width:1167px) {
    .header .subnavlinks .navHdr {
        font-size: 22px;
        line-height: normal
    }

    .nav-open .wrapper:before {
        z-index: 9;
        opacity: 1;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .nav-open .tools {
        opacity: 0
    }

    .nav-open #nav {
        opacity: 1;
        padding-bottom: 37px;
        visibility: visible;
        -webkit-transition: opacity .5s ease, visibility 0s linear 0s;
        transition: opacity .5s ease, visibility 0s linear 0s
    }
}

.header .dropdown,
.header .dropup {
    position: relative
}

.header .dropdown-toggle:focus {
    outline: 0
}

.header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.header .dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.header .dropdown-menu>.active>a,
.header .dropdown-menu>.active>a:focus,
.header .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.header .dropdown-menu>.disabled>a:focus,
.header .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.header .open>.header .dropdown-menu {
    display: block
}

.header .cmp-btn--secondary-trans .cmp-a {
    color: #fff;
    border-color: #fff
}

.header .open>a {
    outline: 0
}

.header,
.off-canvas.fixed .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header:after,
.header:before {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

.hamburger-btn {
    margin: 0;
    width: 80px;
    height: 80px;
    position: relative;
    float: right;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: none
}

@media screen and (max-width:1167px) {
    .hamburger-btn {
        width: 60px;
        height: 44px;
        display: block;
        margin-top: -3px
    }
}

.hamburger-btn span {
    width: 26px;
    height: 1px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    margin: -2px 0 0 -13px;
    z-index: 3
}


.nav-active .hamburger-btn span,
.nav-open .hamburger-btn span {
    opacity: 0
}


.nav-active .hamburger-btn span:first-child,
.nav-open .hamburger-btn span:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0 -13px
}

@media screen and (max-width:767px) {

    .nav-active .hamburger-btn span:first-child,
    .nav-open .hamburger-btn span:first-child {
        margin: -1px 0 0 -11px
    }
}


.nav-active .hamburger-btn span:last-child,
.nav-open .hamburger-btn span:last-child {
    opacity: 1;
    margin: -2px 0 0 -13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:767px) {


    .nav-active .hamburger-btn span:last-child,
    .nav-open .hamburger-btn span:last-child {
        margin: -1px 0 0 -11px
    }
}


.nav-active .hamburger-btn:hover span:first-child,
.nav-open .hamburger-btn:hover span:first-child {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}


.nav-active .hamburger-btn:hover span:last-child,
.nav-open .hamburger-btn:hover span:last-child {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header .navbarContainer {
    display: table;
    width: 100%;

}

/*
.header .navbarContainer,
.subNavWrapper,
#family-message-carousel,
#affiliate-message-carousel,
#social-carousel,
#antivirus_mcafee_carousel,
#indentity-theft-message-carousel {
    max-width: 1440px;
    margin: 0 auto;
}
*/
.header .navbarContainer:after,
.header .navbarContainer:before {
    display: table-cell;
    content: "";
    background: rgba(0, 0, 0);
    transition: background-color .8s ease
}

.header {
    display: table-cell
}

.header .header-wrap {
    background: #000
}

.off-canvas .header .header-wrap,
.off-canvas .header .navbarContainer:after,
.off-canvas .header .navbarContainer:before {
    background: rgba(0, 0, 0, .9)
}

.header .navbarContent {
    width: 1500px
}

@media screen and (max-width:1167px) {

    .off-canvas .header,
    .off-canvas.fixed .header {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    color: #FF1C1C !important;
    background: 0
}

.header .dropdown-menu>.active>a,
.header .dropdown-menu>.active>a:focus,
.header .dropdown-menu>.active>a:hover {
    color: #FF1C1C;
    background: 0
}

.header a.theme-toggle:before {
    content: "\f078";
    font-family: "Font Awesome";
    position: absolute;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    line-height: 1
}

.header .header-wrap {
    padding: 10px 5% 2px;
    display: flex;
    flex-flow: row wrap
}

@media all and (-ms-high-contrast:none) {
    .header .header-wrap {
        padding: 10px 12% 2px 2%
    }
}

.header .logo-wrap {
    width: 108px;
    flex: 0 0 108px
}

.header .nav-wrap {
    flex: 1
}

.header .icons-wrap {
    flex: 0 0 80px
}

.header ul.navlinks {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    margin: 0 65px;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width:1167px) {
    .wrapper .header ul.navlinks li.dropdown.open {
        background: url(/content/dam/npcld/ecommerce/en-us/icons/carat.png) no-repeat center bottom
    }

    .wrapper.bg-black .header ul.navicons li ul {
        right: -90px
    }
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 19px 25px 24px
}

.header ul.navlinks li .cmp-btn {
    margin: 3rem 0
}

.header ul.navlinks li .cmp-btn.button-pair {
    margin-top: -2rem
}

@media screen and (max-width:991px) {
    .header ul.navlinks li .cmp-btn.button-pair {
        margin-top: -6rem !important
    }
}

.header ul.subnavlinks li .cmp-btn a.cmp-a {
    display: inline-block;
    margin: 0;
    min-width: 270px;
    max-width: 270px
}

@media(max-width:575.98px) {
    .header ul.subnavlinks li .cmp-btn a.cmp-a {
        width: auto
    }
}

.header ul.navlinks li a.cmp-a {
    display: inline;
    margin: 0 0 60px 0;
    font-size: 14px
}

.header ul.navlinks li a:hover {
    color: #ccc
}

@media screen and (max-width:1460px) {

    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        margin: 19px 15px 24px
    }
}

@media screen and (max-width:1100px) {

    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        margin: 19px 7px 24px
    }
}

@media screen and (max-width:1167px) {

    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        margin: 12px 18px 24px 0
    }
}

@media screen and (max-height:700px) {

    .header.new ul.navlinks li a,
    .header.new ul.navlinks li a:visited {
        margin: 13px 0 13px
    }
}

.header .logo-wrap .logo {
    display: block;
    height: 22px;
    width: 108px;
    margin: 16px 0;
    text-indent: -999px
}

.header .logo-wrap .logo:hover {
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header.form-open .navicons a,
.header.form-open ul.navlinks {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, visibility 0s linear .3s;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.header ul.navicons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header ul.navicons li:first-child {
    margin-right: 1.25rem
}

.header ul.navicons>li>a {
    color: #fff;
    margin: 16px 0 12px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .header ul.navicons>li>a {
        margin: 16px 0 22px
    }

    .nav-open .header ul.navlinks {
        margin: 40px 0 0
    }

    .nav-open .header .nav-wrap ul.navlinks {
        padding: 10px 25px;
    }

    .nav-open .header .nav-wrap ul.navlinks li.open a.dropdown-toggle,
    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        font-size: 20px
    }

    .wrapper.bg-black .header .dropdown-menu>li>a {
        font-size: 1.26em
    }
}

@media screen and (max-height:700px) {
    .header ul.navicons>li>a {
        margin: 16px 0 18px
    }
}

.header ul.navicons li.dropdown.open {
    background: url(/content/dam/npcld/ecommerce/en-us/icons/carat.png) no-repeat center bottom;
    padding-bottom: 1.25rem
}

@media screen and (max-width:1440px) {
    .header ul.navicons li.dropdown.open {
        padding-bottom: .825rem
    }
}

.header ul.navicons li.dropdown.no-icn-submenu.open {
    background: 0
}

@media screen and (max-width:1167px) {
    .header ul.navicons li a:before {
        font-size: 21px
    }

    .wrapper .header .dropdown-menu>li>a {
        font-size: 1.26em
    }

    .header ul.navicons li.dropdown.open {
        padding-bottom: 0
    }
}

.header ul.navicons li ul {
    left: auto;
    top: 44px;
    border: 0
}

.header ul.navicons li ul a {
    font-size: 14px
}

.header ul.navicons li ul li:hover a {
    color: #FF1C1C
}

.header .tnav-item.dropdown,
.header .tnav-item.dropup {
    position: static
}

.header .tnav-item.dropdown,
.header .tnav-item.dropup {
    margin-top: -4px
}

.header .open .dropdown-menu {
    margin-top: 1px
}

@media all and (-ms-high-contrast:none) {

    .header .open .dropdown-menu,
    ::-ms-backdrop {
        margin-top: -4px
    }
}

.header .subnavContainer {
    display: none;
    border: 0;
    padding: 40px 25px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 87px;
    z-index: 15;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.header .subnavContainer.dropdown-menu {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .98), #fff);
    background-color: inherit
}

.header .open .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    border-radius: 0;
    padding: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0
}

.header .open .dropdown-menu {
    padding: 8px 0
}

@media screen and (min-width:1167px) {
    .header ul.navlinks .dropdown .dropdown-menu {
        height: 0;
        padding: 0
    }

    .header ul.navlinks .open .dropdown-menu {
        height: auto;
        padding: 60px 25px;
        transform: translate3d(0, 3px, 0) !important;
        top: 102px !important;
        margin-top: -26px !important
    }

    .header .open .dropdown-menu {
        max-height: 1000px;
        opacity: 1;
        margin-top: 17px
    }

    .wrapper.bg-black .header .open .dropdown-menu {
        margin-top: 5px;
        overflow: hidden
    }

    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        margin-top: 20px;
        background: #262626;
        padding: 1rem 5rem 1rem 1rem
    }
}

.header .subnavContent {
    margin: auto;
    width: 1200px;
    clear: both
}

.header ul.subnavlinks {
    font-size: .85em;
    font-weight: 300;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: auto
}

.header ul.subnavlinks li {
    float: left;
    width: 30.3%
}

@media (min-width: 1168px) {
    .header ul.subnavlinks li {
        float: left;
        width: 29.3%
    }
}

@media (min-width: 1100px) {
    .header ul.subnavlinks li {
        float: left;
        width: 25.3%
    }
}

@media (min-width: 1200px) {

    .header ul.subnavlinks li {
        float: left;
        width: 28.3%
    }
}

@media (min-width: 1300px) {
    .header ul.subnavlinks li {
        float: left;
        width: 33.3%
    }
}

.header ul.subnavlinks li .navHdr {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    padding: 0 0 5px 0;
    display: inline-block;
    width: 85%;
    border-bottom: 1px solid #FF1C1C
}

.header ul.subnavlinks li ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none
}

.header ul.subnavlinks li ul li {
    float: none;
    width: 100%
}

.header ul.subnavlinks li ul li a,
.header ul.subnavlinks li ul li a:visited {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    text-decoration: none
}

.header .subnavlinks a:hover {
    color: #ea1010 !important;
    border-color: #ea1010 !important
}

.header ul.navicons>li>a {
    font-size: 14px
}

.header ul.navicons>li>a>i {
    margin-left: 8px;
    font-style: normal
}

.header .tnav-item.no-submenu {
    margin-top: -4px
}

@media screen and (max-width:1167px) {
    .wrapper .header .dropdown-menu>li>a {
        padding: 5px 10px 5px 0 !important
    }

    .header .dropdown .dropdown-menu,
    .header .navbarContainer:after,
    .header .navbarContainer:before,
    .header ul.navicons li.dropdown,
    .header ul.navlinks {
        display: none
    }

    .nav-open .wrapper:before {
        background: #333;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .header .subnavContent {
        width: auto
    }

    .nav-open .header .navbarContent {
        padding: 0 40px;
        background-color: #333;
        height: 100vh
    }

    .header .logo-wrap {
        position: absolute;
        left: 20px;
        top: 3px
    }

    .nav-open .header ul.navicons,
    .nav-open .header ul.navlinks {
        display: block;
        margin: 0
    }

    .header .header-wrap {
        padding: 1px 14px
    }

    .nav-open .header .header-wrap {
        background: 0;
        transition: background-color 0s ease
    }

    .header.form-open .logo-wrap .logo {
        opacity: 0;
        z-index: 0
    }

    .header ul.navicons {
        position: absolute;
        right: 60px;
        width: auto
    }

    .nav-open .header ul.navicons {
        right: auto
    }

    .header .dropdown-toggle:after,
    .header .dropdown-toggle:before {
        content: " ";
        display: table
    }

    .nav-open .header ul.navicons {
        margin: 0
    }

    .hamburger-btn span:first-child {
        margin: -10px 0 0 -13px
    }

    .hamburger-btn span:last-child {
        margin: 6px 0 0 -13px
    }

    .nav-open .hamburger-btn span:first-child {
        margin: -1px 0 0 -11px;
        opacity: 1
    }

    .nav-open .hamburger-btn span {
        opacity: 0
    }

    .nav-open .hamburger-btn span:last-child {
        margin: -1px 0 0 -11px;
        opacity: 1
    }

    .nav-open .header ul.navlinks {
        font-size: 1.4em;
        padding: 30px 0;
        border-bottom: 1px solid #666;
        margin: 60px 0 0;
        width: 100%
    }

    @media screen and (max-height:700px) {
        .nav-open .header ul.navlinks {
            font-size: 1.5em;
            padding: 10px 0
        }

        .nav-open .header ul.navicons {
            margin: 0
        }
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle:before,
    .nav-open .header ul.navlinks li.open a.nav:before {
        content: "\f053";
        font-family: "Font Awesome";
        position: fixed;
        font-size: 1.25rem;
        color: #fff;
        -webkit-transition: transform .3s;
        transition: transform .3s;
        top: 80px;
        left: 15px
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle,
    .nav-open .header ul.navlinks li.open a.dropdown-toggle {
        position: fixed;
        background: #333;
        font-size: 22px;
        color: #fff;
        top: 66px;
        left: 40px;
        width: 90%;
        margin-top: 11px;
        padding-top: 0
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        font-size: 22px;
        height: auto
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        margin: 10px 0 17px
    }

    .header .icon-globe {
        display: none
    }

    .nav-open .header .icon-globe {
        display: block
    }

    .nav-open .hamburger-btn {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .nav-open .header .header-wrap {
        display: block;
        padding: 0
    }

    @media screen and (orientation:landscape) {
        .nav-open .header ul.navicons {
            margin: 0;
            position: absolute;
            top: 6.5rem;
            left: 34rem
        }

        .nav-open .header ul.navlinks {
            padding: 9px 0
        }
    }

    .nav-open .header ul.navicons li.dropdown {
        display: block
    }

    .header ul.navicons li a.entlink,
    .nav-open .header ul.navicons li a.icon-account,
    .nav-open .header ul.navicons li a.icon-acct,
    .nav-open .header ul.navicons li a.icon-contact,
    .nav-open .header ul.navicons li a.icon-globe {
        background: 0;
        color: #ccc;
        font-size: 1.2em;
        width: 100%;
        opacity: 1;
        text-decoration: none
    }

    .nav-open .header ul.navicons li a.icon-account:before,
    .nav-open .header ul.navicons li a.icon-contact:before {
        content: ""
    }

    .nav-open .header ul.navicons li:hover a.icon-account,
    .nav-open .header ul.navicons li:hover a.icon-acct,
    .nav-open .header ul.navicons li:hover a.icon-contact,
    ul.navicons li:hover a.entlink {
        color: #fff
    }

    .nav-open .header .dropdown .subnavContainer.dropdown-menu,
    .nav-open .header .dropdown ul.dropdown-menu {
        background: #333;
        display: block;
        opacity: 0;
        max-height: 0;
        min-height: calc(95vh - 40px);
        position: fixed;
        left: 120%
    }

    .header .dropdown.open ul.dropdown-menu,
    .header .subnavContainer.dropdown-menu {
        padding: 24px 25px 24px 0;
        position: fixed;
        background: #333;
        border: 0;
        min-height: calc(95vh - 40px);
        z-index: 25
    }

    .nav-open .header ul.subnavlinks li {
        float: none;
        width: 100%
    }

    .header ul.subnavlinks li .navHdr {
        color: #fff;
        font-size: 1.36em;
        border: 0;
        margin: 0
    }

    .header ul.subnavlinks li ul {
        border-bottom: 1px solid #666;
        padding-bottom: 20px;
        margin: 0 50px 30px 0
    }

    .header ul.subnavlinks li:last-child ul:last-child {
        border-bottom: 0
    }

    .header ul.subnavlinks li ul li a,
    .header ul.subnavlinks li ul li a:visited {
        color: #ccc;
        font-size: 1.23em;
        padding: 5px 0
    }

    .header ul.subnavlinks li ul li a:hover {
        color: #fff
    }

    .nav-open .header .dropdown .subnavContainer.dropdown-menu {
        background: #333;
        display: block;
        min-height: calc(95vh - 40px);
        position: fixed;
        left: 120%
    }

    .nav-open .header .consumer ul.dropdown-menu {
        opacity: 1;
        left: 0 !important;
        top: 0 !important;
        position: absolute;
        display: block;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        margin: 3px 0 0 100px;
        max-height: inherit;
        min-height: 36px;
        min-width: fit-content;
        transition: none;
        padding: 0
    }

    .nav-open .header .dropdown.open .subnavContainer.dropdown-menu,
    .nav-open .header .dropdown.open ul.dropdown-menu {
        left: 0;
        opacity: 1;
        transition: left .4s linear;
        transform: translate3d(40px, 19px, 0) !important;
        top: 87px !important;
        box-shadow: none
    }

    .nav-open .header ul.navicons li a {
        line-height: 1.45
    }

    .header ul.navicons .dropdown.open {
        position: static
    }

    .header .dropdown.open ul.dropdown-menu {
        top: 86px
    }

    .header ul.navicons .dropdown.open ul.dropdown-menu a,
    .header ul.navicons .dropdown.open ul.dropdown-menu a:hover {
        background: 0;
        color: #fff
    }
}

@media screen and (max-width:767px) {

    .header .fa-globe,
    .header .fa-user,
    a.icon-acct:before {
        display: none !important
    }

    .header ul.navlinks .open .dropdown-menu {
        margin-top: 0 !important
    }

    .header .header-wrap {
        padding: 10px 2% 2px
    }

    ul.social {
        padding: 0;
        float: left
    }
}

@media screen and (max-width:1310px) {
    .header ul.navlinks {
        margin: 0 23px
    }
}

@media screen and (max-width:1331.98px) {
    .header .header-wrap {
        padding: 10px 2% 5px
    }
}

.v-lazy-image {
    filter: unset;
    transition: unset;
    -ms-transform: translateY(1.875rem);
    -webkit-animation: none;
    -webkit-transform: translateY(1.875rem);
    animation: none;
    opacity: 0;
    transform: translateY(1.875rem)
}

.v-lazy-image-loaded {
    filter: unset;
    -ms-transform: translate(0);
    -o-transition-duration: .4s;
    -o-transition-property: opacity, transform;
    -o-transition-timing-function: ease-in-out;
    -webkit-transform: translate(0);
    -webkit-transition-duration: .4s;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    opacity: 1;
    transform: translate(0);
    transition-duration: .4s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-in-out
}

#myCarouselSlider>a>i.right {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 1rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    position: relative;
    top: -.7rem
}

#myCarouselSlider>a>i.left {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 1rem;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    color: #fff;
    position: relative;
    top: -.7rem
}

@media(max-width:991.98px) {

    #myCarouselSlider>a>i.left,
    #myCarouselSlider>a>i.right {
        padding: .75rem
    }
}

.youtube {
    background-color: #000;
    margin-bottom: 2rem;
    position: relative;
    width: 35rem;
    height: 20rem;
    overflow: hidden;
    cursor: pointer
}

@media screen and (max-width:575.98px) {
    .youtube {
        width: 100%;
        height: 10rem
    }
}

.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 6rem;
    height: 4rem;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button,
.youtube img {
    cursor: pointer
}

.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.main__section--image {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover
}

[v-cloak] {
    visibility: hidden
}

.vpn-deal1 .cmp-card__badge {
    background: #fff;
    color: #FF1C1C;
    height: 2.5rem;
    font-size: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.vpn-deal1 .badge-category:after,
.vpn-deal1 .badge-category:before {
    display: none
}

.vpn-deal1 .badge-category {
    width: auto
}

.vpn-deal2 .cmp-card__badge {
    height: 2.5rem
}

@media(max-width:576px) {
    .vpn-deal2 {
        padding-right: 0 !important
    }
}

@media(max-width:576px),
(max-width:991px) and (min-width:768.9px) {
    .vpn-deal1 {
        border-left: 0 !important;
        padding-left: 0 !important
    }

    .vpn-deal-container .cmp-card:first-child {
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 2.5rem !important
    }
}

.el-gr .header .navicons,
.ru-ru .header .navicons {
    width: 190px
}

.ru-ru .header .navicons>li>a {
    margin: 16px 5px 12px
}

.cs-cz .header .navicons,
.sk-sk .header .navicons {
    width: 135px
}

.ru-ru .select-styled select {
    width: auto;
    padding: 0 28px 0 12px
}

.it-it .header .navlinks,
.ru-ru .header .navlinks {
    margin: 0 65px 0 50px
}

.pl-pl .header .navlinks {
    margin: 0 20px 0 55px
}

@media(max-width:1200px) and (min-width:576px) {

    .cs-cz .cmp-tab__title,
    .de-ch .cmp-tab__title,
    .ru-ru .cmp-tab__title,
    .sk-sk .cmp-tab__title__link * {
        font-size: .875rem
    }
}

@media(max-width:1240px) and (min-width:1080px) {

    .da-dk .cmp-tab__title__link *,
    .fi-fi .cmp-tab__title__link * {
        font-size: .875rem
    }
}

@media screen and (max-width:1080px) {
    .fi-fi .cmp-tab__contentlist .cmp-tab__title {
        padding-bottom: 1rem !important
    }

    .da-dk .cmp-tab__tablist,
    .de-ch .cmp-tab__tablist,
    .fi-fi .cmp-tab__tablist {
        align-items: flex-start;
        flex-direction: column
    }

    .da-dk .cmp-tab__title,
    .de-ch .cmp-tab__title,
    .fi-fi .cmp-tab__title {
        flex-basis: auto
    }
}

@media screen and (max-width:920px) {

    .el-gr .cmp-tab__tablist,
    .fr-ch .cmp-tab__tablist,
    .hu-hu .cmp-tab__tablist,
    .nb-no .cmp-tab__tablist,
    .ru-ru .cmp-tab__tablist {
        align-items: flex-start;
        flex-direction: column
    }

    .el-gr .cmp-tab__title,
    .fr-ch .cmp-tab__title,
    .hu-hu .cmp-tab__title,
    .nb-no .cmp-tab__title,
    .ru-ru .cmp-tab__title {
        flex-basis: auto
    }
}

@media(min-width:1198.99px) {

    .el-gr .header .navlinks>li>a,
    .es-pa .header .navlinks>li>a,
    .hr-hr .header .navlinks>li>a {
        margin: 19px 28px 24px
    }

    .hu-hu .header .navlinks>li>a {
        margin: 19px 13px 24px
    }

    .de-ch .header .navlinks>li>a,
    .fr-ch .header .navlinks>li>a,
    .it-it .header .navlinks>li>a,
    .nb-no .header .navlinks>li>a {
        margin: 19px 23px 24px
    }

    .hu-hu .header .navlinks>li>a,
    .pl-pl .header .navlinks>li>a,
    .pt-pt .header .navlinks>li>a {
        font-size: 14px;
        margin: 20px 25px 25px
    }

    .nl-nl .header .navlinks>li>a,
    .ru-ru .header .navlinks>li>a {
        margin: 19px 17px 24px
    }

    .sk-sk .header .navlinks>li>a {
        margin: 19px 20px 24px
    }
}

@media(max-width:1198.99px) and (min-width:1167px) {

    .de-ch .header .navlinks>li>a,
    .el-gr .header .navlinks>li>a,
    .es-pa .header .navlinks>li>a,
    .nb-no .header .navlinks>li>a {
        font-size: 14px
    }

    .fr-ch .header .navlinks>li>a,
    .hr-hr .header .navlinks>li>a,
    .nb-no .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 16px 24px
    }

    .pl-pl .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 9px 24px
    }

    .hu-hu .header .navlinks>li>a,
    .it-it .header .navlinks>li>a,
    .pt-pt .header .navlinks>li>a,
    .sk-sk .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 13px 24px
    }

    .nl-nl .header .navlinks>li>a,
    .ru-ru .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 11px 24px
    }
}

@media screen and (max-width:1310px) {
    .ru-ru .header .navlinks {
        margin: 0 15px
    }
}

@media screen and (min-width:900px) {
    .hr-hr .slider-tabs {
        display: none
    }
}

@media screen and (min-width:1536px) {
    .ru-ru .carousel-inner .content .content-desc {
        min-height: 331px
    }
}

.header .header-wrap {
    align-items: baseline
}

.navicons {
    align-items: center
}

#loginbtn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 3px 30px;
    margin-right: 20px;
    display: inline-block;
    text-align: center
}

.header ul.navicons .dropdown-toggle:after,
a.nav.dropdown-toggle:after {
    content: '';
    background-image: url(/content/dam/npcld/icons/nav-arrow.svg);
    height: 5px;
    width: 7px;
    background-repeat: no-repeat;
    display: inline-block
}

.header ul.navicons .open .dropdown-toggle:after,
.open a.nav.dropdown-toggle:after {
    transform: rotate(180deg);
    content: '';
    background-image: url(/content/dam/npcld/icons/nav-arrow-red.svg);
    height: 7px;
    width: 10px;
    background-repeat: no-repeat;
    display: inline-block
}

.wrapper.bg-black .header ul.navicons li ul {
    right: -240px;
    max-height: 100vh !important;
    opacity: 1;
    margin-top: 0;
    position: fixed;
    padding-top: 60px;
    height: 100vh
}

/*
.new-hero-section-mtp>.main__section--wrapper-container {
    display: flex;
    justify-content: center;
    max-width: 1440px !important;
}

.new-hero-section-mtp .cmp-flexcard {
    max-width: 1440px;
}
*/
.new-hero-section-mtp.background-inherit .cmp-flexcard {
    background: inherit;
}

.wrapper.bg-black .header .close-slide-menu {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    font-size: 40px;
    line-height: 15px;
    cursor: pointer;
    font-family: serif
}

.wrapper.bg-black .header .navicons .open .dropdown-menu {
    margin-top: 0;
    right: 0;
    padding-top: 60px
}

.header ul.navicons li#tnav9 {
    padding-bottom: 0;
    background: 0 0
}

#tnav9 .dropdown-toggle span {
    display: none
}

#tnav9 .dropdown-toggle svg {
    transition: .3s ease all
}

#tnav9.open .dropdown-toggle svg {
    transform: rotate(90deg)
}

@media screen and (max-width:1167px) {
    .header ul.subnavlinks {
        margin-top: 15px
    }

    .dropdown-toggle:after {
        content: '';
        background-image: url(/content/dam/npcld/icons/nav-arrow.svg);
        height: 5px;
        width: 7px;
        background-repeat: no-repeat;
        transform: rotate(-90deg)
    }

    .header ul.navicons li a.entlink {
        background: 0;
        color: #fff
    }

    .open .dropdown-toggle:after {
        display: none !important
    }

    #tnav9 .dropdown-toggle svg {
        display: none
    }

    #tnav9 .dropdown-toggle span {
        display: inline-block
    }

    .open .dropdown-menu {
        padding-top: 0 !important
    }

    .nav-open .header .dropdown.open .subnavContainer.dropdown-menu {
        left: -1px
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle {
        left: 39px !important
    }

    .nav-open .header .dropdown.open ul.dropdown-menu {
        transform: translate3d(39px, 19px, 0) !important
    }

    #tnav9 .dropdown-toggle {
        font-size: 1.2em;
        margin: 0
    }

    #tnav9.open .dropdown-toggle {
        font-size: 22px;
        margin: 10px 0 17px;
        left: 39px
    }

    #tnav9.open .slide-menu li {
        padding: 6px 0
    }
}

@media screen and (min-width:1168px) {
    .navicons .dropdown-menu.show li {
        border-bottom: 1px solid #939598;
        padding: 7px
    }

    .dropdown-menu.show li:last-child {
        border-bottom: 0
    }

    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        padding-left: 0;
        padding-right: 0;
        min-width: 320px
    }

    .wrapper.bg-black .header ul.navicons li ul {
        top: 0
    }
}

@media screen and (min-width:1168px) and (min-height:575px) {
    .navicons .dropdown-menu.show li {
        padding: 9px
    }
}

@media screen and (min-width:1168px) and (min-height:670px) {
    .navicons .dropdown-menu.show li {
        padding: 15px
    }
}

@media screen and (min-width:1033px) and (max-width:1075px) {
    .header ul.navlinks {
        margin: 0 20px !important
    }
}

@media screen and (min-width:1332px) and (max-width:1372px) {
    .header ul.navlinks {
        margin: 0 45px !important
    }
}

@media screen and (min-width:1206px) {
    .header ul.navicons li:first-child {
        margin-right: 3.25rem
    }
}

#hero {
    background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/woman-with-laptop-transparent-compressed1.png);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-color: #94ccd9
}

#hero .container {
    display: flex;
    min-height: calc(100vh - 75px);
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0 0 20px;
    position: relative
}

.split-top {
    margin-bottom: auto
}

#hero .button-row .btn-light {
    color: #000;
    opacity: .8;
    border: 1px solid #000
}

#hero .button-row .btn {
    font-weight: 700;
    border-radius: 40px
}

#hero .button-row .btn:hover {
    opacity: 1
}

@media(max-width:576px) {
    #hero {
        background-position: 47% 280px !important;
        background-size: 830px
    }

    #hero .button-row .btn {
        width: 100% !important
    }
}

@media(max-width:992px) {
    #hero {
        padding-top: 10px;
        background-color: #b2dde8;
        background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/woman-with-laptop-transparent.png);
        background-position: 35% 130px
    }

    #hero .button-row .btn {
        width: 365px
    }
}

#hero-title {
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px
}

#hero-copy:after {
    top: auto;
    bottom: 0;
    left: 50%
}

#hero-copy,
#hero-price {
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    display: block;
    padding: 8px 0;
    max-width: 390px;
    position: relative;
    margin: 0 auto
}

#hero-price {
    padding-top: 0;
    font-size: 24px;
    padding: 0;
    font-weight: 600
}

@media(min-width:993px) {
    #hero {
        background-size: 750px;
        background-position: calc(100% + 200px) bottom
    }

    #hero .button-row .btn {
        width: 100%;
        max-width: 283px
    }

    #hero .container {
        padding: 50px 0 60px
    }

    #hero-title {
        font-size: 42px;
        line-height: 52px
    }

    #hero-copy,
    #hero-price {
        font-size: 24px;
        line-height: 33px;
        max-width: 485px
    }

    #hero-price {
        font-size: 28px;
        padding: 0
    }
}

@media screen and (min-height:815px) {
    #hero {
        background-size: 1000px;
        background-position: calc(100% + 200px) calc(100% - 100px)
    }

    #hero .container {
        min-height: calc(100vh - 180px)
    }
}

@media screen and (min-height:937px) {
    #hero .container {
        min-height: calc(100vh - 230px)
    }
}

@media only screen and (device-width:428px) and (device-height:926px) and (-webkit-device-pixel-ratio:3) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        padding: 0 0 120px !important
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        padding: 0 0 120px !important
    }
}

.btn-primary {
    background-color: #ea1010 !important
}

@media all and (-ms-high-contrast:none) {

    .split-bottom,
    ::-ms-backdrop {
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 50px
    }
}

@media only screen and (device-width:768px) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero {
        background-position: 35% 100%;
        background-size: 1000px
    }

    #hero .container {
        min-height: calc(100vh - 115px)
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1167px) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero {
        background-size: 1000px;
        background-position: 350px 77px
    }
}

@media only screen and (min-device-width:1167px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero {
        background-size: 1300px;
        background-position: calc(100% + 150px) calc(100% - 100px)
    }
}

@media (max-width:1370px) {

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 21px 24px
    }
}

@media (max-width:1090px) {

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 10px 24px
    }
}

@media(max-width:576px) and (max-height:700px) {
    #hero {
        background-position: 47% 335px !important;
        background-size: 550px !important
    }

    #hero .container {
        min-height: calc(100vh - 70px)
    }
}

@media (max-width:420px) and (min-height:725px) {
    #hero {
        background-position: 47% 347px !important;
        background-size: 670px !important
    }
}

@media (max-width:1167px) {
    .hero-large-container {
        display: none
    }
}

@media only screen and (max-width:900px) and (orientation:landscape) and (hover:none) and (pointer:coarse) {
    #hero {
        background-size: 640px !important;
        background-position: bottom right !important;
        background-attachment: unset !important
    }

    #hero .container {
        min-height: calc(200vh - 75px)
    }

    .split-top {
        margin-bottom: unset
    }

    .split-bottom {
        margin-bottom: auto
    }

    .split-bottom .d-lg-none {
        flex-direction: row !important;
        align-items: baseline
    }

    #hero .button-row .btn {
        width: 210px;
        display: inline-block
    }

    #hero-title {
        font-size: 22px;
        line-height: 20px
    }

    #hero-copy {
        font-size: 16px !important;
        padding: 0;
        line-height: 1.5
    }

    #hero-price {
        font-size: 18px
    }

    #hero-price span {
        font-size: 26px !important
    }

    #hero-legal {
        margin-bottom: 5px;
        padding: 0 !important
    }
}

@media (max-width:1370px) {

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 21px 24px
    }
}

@media (max-width:400px) {
    html body span.rteFontColor.font-color-white u {
        letter-spacing: -.5px
    }
}

@media (max-width:388px) {
    html body #hero .container.container-hid {
        display: flex;
        min-height: calc(100vh - 100px)
    }
}

@media (max-width:1190px) {

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 10px 24px
    }
}

@media only screen and (min-height:900px) and (orientation:portrait) and (hover:none) and (pointer:coarse) {
    #hero {
        background-position: calc(100% + 75px) 290px
    }
}

.savings-banner {
    position: absolute;
    width: 100%;
    z-index: 9
}

@media screen and (max-width:1167px) {
    .header ul.subnavlinks {
        padding-bottom: 100px
    }
}

@media only screen and (device-width :375px) and (device-height :812px) and (-webkit-device-pixel-ratio :3) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero-legal {
        font-size: .65rem !important
    }
}

@media(max-width:576px) and (max-height:700px) {
    #hero {
        background-position: 47% 335px !important;
        background-size: 550px !important
    }

    #hero .container {
        min-height: calc(100vh - 70px)
    }
}

@media (max-width:420px) and (min-height:725px) {
    #hero {
        background-position: 47% 347px !important;
        background-size: 670px !important
    }
}

@media (max-width:992px) {
    #hero .container {
        padding: 2px 0 20px !important
    }
}

@media (max-width:576px) {
    #hero-legal {
        letter-spacing: 0;
        line-height: 1
    }
}

@media only screen and (min-device-width:375px) and (min-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        min-height: calc(100vh - 190px) !important
    }
}

@media only screen and (min-device-width:414px) and (min-device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        min-height: calc(100vh - 190px) !important
    }
}

.hero-large-container .container {
    position: absolute !important
}

@media (min-width:993px) {
    #hero-title {
        margin-top: 30px
    }
}

@media (min-width:993px) and (min-height:969px) {
    #hero-title {
        margin-top: 60px
    }
}

@media only screen and (max-device-width:1167px) and (min-device-width:481px) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero-title {
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }
}

@media only screen and (max-height:525px) {
    html body #hero .button-row .btn {
        position: relative;
        bottom: 0 !important
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 60px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 60px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 60px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 70px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 70px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }
}

.ip-detection-cntr {
    color: #fff;
    min-height: 70px;
    align-items: center;
    margin: 0 auto;
    background-color: #444
}

.ip-detection-cntr .ipd-left {
    flex: 0 0 28%;
    font-size: .8rem
}

.ip-detection-cntr .ipd-right {
    display: flex;
    align-items: center;
    margin: 0 39px
}

.ip-detection-cntr .ipd-right .culture-select {
    min-width: 300px;
    color: #fff !important;
    height: 38px;
    padding-left: 8px;
    font-size: .96rem;
    background-color: #575757;
    border: 1px solid #707070;
    border-radius: 4px;
    outline: 0
}

.ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
    min-width: 300px;
    color: #fff !important;
    background-color: #575757;
    text-decoration: none;
    display: inline-block;
    margin: 6px
}

.ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    transform: rotate(0)
}

.ip-detection-cntr .ipd-right .ipd-close {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 100;
    outline: 0
}

.ip-detection-cntr .ipd-right .ipd-continue {
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    color: #fff;
    padding: .45rem 1.56rem;
    border-radius: 4px !important;
    height: 38px;
    margin: 0 15px;
    outline: 0
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
    max-height: 390px;
    overflow-y: scroll;
    min-width: 324px;
    margin-left: -16px;
    margin-top: 8px;
    background-color: #575757
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-header {
    margin-left: -10px;
    color: #fff;
    opacity: .8
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-item {
    color: #fff !important
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-item:hover {
    background-color: #666
}

@media (max-width:300px) {
    .ip-detection-cntr {
        margin-left: -21px !important
    }
}

@media (max-width:576px) {
    .ip-detection-cntr {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100px !important;
        align-items: flex-start
    }

    .ip-detection-cntr .ipd-left {
        width: 80% !important;
        min-height: 40px;
        margin: 0 5px 12px !important
    }

    .ip-detection-cntr .ipd-right {
        width: 90%;
        margin: 0 4px !important
    }

    .ip-detection-cntr .ipd-right .ipd-continue {
        padding: .45rem .78rem
    }

    .ip-detection-cntr .ipd-right .ipd-close-btn {
        position: absolute;
        top: 5px !important;
        right: 25px !important
    }

    .ip-detection-cntr .ipd-right .culture-select {
        min-width: 150px !important
    }

    .ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
        min-width: 150px !important
    }

    .ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
        min-width: 175px !important;
        max-height: 300px;
        margin-top: 12px !important
    }

    .ip-detection-cntr .culture-select.open.show a.dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right !important;
        margin-top: 10px !important;
        transform: rotate(0) !important
    }
}

@media (min-width:577px) and (max-width:768px) {
    .ip-detection-cntr .ipd-left {
        flex: 0 0 45%;
        margin-left: -40px
    }

    .ip-detection-cntr .ipd-right {
        margin: 0
    }

    .ip-detection-cntr .ipd-right .culture-select {
        min-width: 190px !important
    }

    .ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
        min-width: 190px !important
    }

    .ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
        min-width: 214px !important;
        max-height: 320px
    }
}

@media (min-width:769px) and (max-width:1167px) {
    .ip-detection-cntr .ipd-left {
        flex: 0 0 41%
    }

    .ip-detection-cntr .ipd-right .culture-select {
        min-width: 225px !important
    }

    .ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
        min-width: 225px !important
    }

    .ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
        min-width: 248px !important;
        max-height: 320px
    }
}

.offer-terms {
    scroll-margin-top: 150px;
}

.offer-terms>p {
    margin-block-end: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.cmp-collapse__title__collapseLabel>p,
.footer-nb .cmp-collapse__title__expandLabel>p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

/* New Navbar & Footer Styles */

.footer-nb .cmp-collapse__title__expandLabel {
    color: #101828 !important;

}

.footer-nb .card__container--type .cmp-card.card img {
    border-radius: 16px 16px 0 0;
    height: 55px !important;
}

.footer-nb .card__container--type .cmp-card.card {
    border-radius: 16px;
    background-color: #fff;
    filter: initial;
}

.footer-nb ul.social li a i {
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

ul.social li {
    margin-right: 10px;
}


.dark-gray,
a.dark-gray {
    color: rgb(56, 52, 52) !important;
}

.cmp-collapse a {
    color: #ff1c1c;
    text-decoration: none;
    background-color: transparent;
}

.cmp-collapse a:hover {
    color: #cf0000;
    text-decoration: underline;
}



.footer-nb ul.social li a i {
    margin-right: 0;
    padding: 0;
    display: block;
    margin: auto;
}

.fa::before {
    display: flex;
    justify-content: center;
    position: relative;
    top: 2px;
}

.fa-linkedin:before {
    top: 1px !important;
}

.footer-nb {
    font-family: 'Poppins';
}

.header .logo-wrap {
    width: 147px;
    flex: 0 0 147px;
}

.header .header-wrap {
    background: #ffff;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
    margin: 19px 15px 24px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1rem;
    color: #706E6E;
}

.header .logo-wrap .logo {
    height: 30px;
    width: 147px;
}

a.nav.dropdown-toggle::after,
.header ul.navicons .dropdown-toggle::after {
    background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/gray-arrowdwn.svg);
    width: 10px;
    height: 6px;

}

a.nav.dropdown-toggle:hover::after,
.header ul.navicons .dropdown-toggle:hover::after {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%3E%0A%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M1%200.899902L5%205.0999L9%200.899902%22%20stroke%3D%22%23AF0707%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E);
    width: 10px;
    height: 6px;
}


.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    background-color: #F2F2F2;
}

.header ul.subnavlinks li .navHdr {
    border-bottom: 1px solid #D1CCCC;
}

.wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited,
.wrapper.bg-black .header .dropdown-menu>li>a {
    color: #101828;
}

.header ul.navicons>li>a {
    color: #706E6E;
    font-family: 'Poppins';
    font-weight: 600;
}

@media screen and (min-width: 1167px) {
    .wrapper .header ul.navlinks li.dropdown.open {
        background: url(/content/dam/npcld/en-us/test-assets/header-redesign/orange-marker.svg) no-repeat center bottom;
    }
}

@media screen and (min-width: 1167px) {
    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        margin-top: 20px;
        background: #F2F2F2;
        padding: 1rem 5rem 1rem 1rem;
        font-family: 'Poppins';
        font-weight: 500;
    }
}

@media (max-width: 768px) {
    .footer-nb {
        border-radius: 0 !important;
        margin: 30px 0 0 0 !important;
    }
}

.tnav-item a:hover {
    color: #FF1C1C !important;
}

.mcafee-text-red:hover {

    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s;

}


#loginbtn {
    background: #101828;
    color: #fff;
}

.hamburger-btn span {
    background: #101828 !important;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    border-radius: 20px;
    width: calc(100% - 60px);
    margin: 0 30px;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    border-radius: 20px;
}

.header .navbarContainer:before,
.header .navbarContainer:after {
    background: #fff;
}

.p-2 {
    margin-top: 25px;
}

.header .navbarContent {
    width: 100% !important;
}

.icons-wrap {
    margin-right: initial;
    order: 4;
    padding-top: 2px;
}


.nav-wrap {
    padding: 10px 0px 0px 10px;
    order: 2;
    margin-right: initial;
}

.nav-wrap-2 {
    padding: 5px 10px 0px 0px;
    margin-left: auto;
    order: 3;
}

.header .header-wrap {
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.header .nav-wrap {
    flex: initial;
}

.header .logo-wrap {
    order: 1;
    margin-left: initial;
}

.wrapper.bg-black .header .close-slide-menu {
    color: #101828;
    ;
    font-size: 40px;
    line-height: 15px;
    cursor: pointer;
    font-family: serif;
}


.header ul.navlinks {
    margin: initial !important;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
    margin: 19px 10px 24px;
    font-size: 0.92rem;
}

.header ul.navicons li:first-child {
    margin-right: initial;
}


.down {
    margin-top: initial !important;
}

.navlinks2 li a {
    margin: 19px 15px 24px !important;
}

#loginbtn-mobile {
    display: none;
}

@media screen and (min-width: 1167px) {
    .header ul.navlinks .open .dropdown-menu {
        margin-top: -19px !important;
    }

    .wrapper.bg-black .header .cus-drop.dropdown-menu {

        margin-top: -34px !important;

    }
}



@media (min-width: 0px) and (max-width: 1167px) {

    .shadow-mobile {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

    .header .icons-wrap {
        flex: 0 0 100%;
    }

    .hamburger-btn span {
        background: #333;
    }

    #tnav10 {
        display: none;
    }

    .nav-open .header .dropdown .subnavContainer.dropdown-menu {
        background: #F2F2F2 !important;
    }

    .hamburger-btn {
        margin-top: initial !important;
    }

    .nav-open .header .navbarContent {
        padding-top: 65px;
        background: #F2F2F2 !important;
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle,
    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        background: #f2f2f2;
        color: #333;

    }

    .nav-open .header ul.navlinks li.open a.nav:before,
    .nav-open .header ul.navicons li.open a.dropdown-toggle:before {
        color: #333;
    }

    .header .subnavContainer.dropdown-menu,
    .header .dropdown.open ul.dropdown-menu {
        background: #f2f2f2;
    }

    .header ul.navicons .dropdown.open ul.dropdown-menu a,
    .header ul.navicons .dropdown.open ul.dropdown-menu a:hover {
        color: #101828;
    }

    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        font-size: 17px;
    }

    .wrapper.bg-black .header .subnavContainer.dropdown-menu {
        margin: initial;
        border-radius: initial;
    }



    .header,
    .off-canvas.fixed .header {
        padding: initial;
    }

    .header .header-wrap {
        border-radius: initial;
        background-color: #fff;
    }

    .nav-open .header .navbarContent {
        padding: 58px 0px !important;
        background: #fff !important;
    }

    .header .nav-wrap {
        flex: initial;
        background: #f2f2f2 !important;
    }

    .nav-open .header ul.navlinks {
        border-bottom: initial !important;
    }

    html .header ul.navlinks li a:visited {
        border-bottom: 1px solid #D1CCCC !important;
        padding: 7px;
    }

    .nav-wrap-2 .navlinks ul {
        padding: 10px 0;
    }

    .nav-open .header ul.navlinks {
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle,
    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        z-index: 2000;
    }

    .header ul.subnavlinks li .navHdr {
        border-bottom: initial;
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle {
        left: 0px !important;
        padding-left: 33px;
    }

    .nav-open .header ul.subnavlinks li {
        padding-left: 20px;
    }

    .nav-wrap {
        padding: initial;
    }

    .nav-wrap ul li a {
        border-bottom: solid 1px#DEDBDB;
        padding-bottom: 10px;
    }

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 0px 24px;
        padding-left: 10px;
    }

    .wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
    .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
    .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited,
    .wrapper.bg-black .header .dropdown-menu>li>a {
        border-bottom: initial !important;
    }

    .header ul.subnavlinks li ul {
        padding-bottom: 5px;
    }

    .p-2 {
        margin-top: 10px;
    }

    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        padding-left: 25px;
    }

    #tnav9.open .dropdown-toggle {
        margin: 12px 0 17px;
        left: 0;
        padding-left: 41px;
    }

    #loginbtn {
        display: none;
    }

    #tnav9 .dropdown-toggle span {
        padding-left: 10px;
    }

    /*#loginbtn-mobile {
    display: block !important;
    right: -258px;
    position: relative;
    top: -43px;
    color: #fff;
    padding: 3px 17px;
    background-color: #383434;
  }*/

    #loginbtn-mobile {
        display: block;
        position: initial !important;
        /* right: -258px;
    position: relative;
    top: -43px; */
        color: #fff !important;
        padding: 18px 17px !important;
        background-color: #101828;
        text-align: center;
        margin: 1.3rem 1rem;
        font-size: 1.6rem;
    }

    .header,
    .off-canvas.fixed .header {
        padding: initial !important;
    }

    .subnavContainer {
        width: 100% !important;
    }

    .nav-open .header .dropdown.open .subnavContainer.dropdown-menu,
    .nav-open .header .dropdown.open ul.dropdown-menu {
        transform: translate3d(0px, 19px, 0px) !important;
    }


}

@media screen and (min-width: 1206px) {
    .header ul.navicons li:first-child {
        margin-right: initial;
    }
}

@media (min-width: 320px) and (max-width: 375px) {

    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        font-size: 0.999rem;
    }

    #tnav9 .dropdown-toggle {
        font-size: 0.999rem;
    }

    #loginbtn-mobile {
        font-size: 0.999rem;
    }

}

.footer-nb {
    background-color: #f2f2f2 !important;
    border-radius: 20px;
    margin-top: 28px;
}

.footer-nb .cmp-collapse__title__expandLabel {
    color: #101828 !important;

}

.footer-nb .card__container--type .cmp-card.card img {
    border-radius: 16px 16px 0 0;
    height: 55px !important;
}

.footer-nb .card__container--type .cmp-card.card {
    border-radius: 16px;
    background-color: #fff;
    filter: initial;
}

.footer-nb ul.social li a i {
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

ul.social li {
    margin-right: 10px;
}

.footer-nb ul.social li a i {
    margin-right: 0;
    padding: 0;
    display: block;
    margin: auto;
}

.fa::before {
    display: flex;
    justify-content: center;
    position: relative;
    top: 2px;
}

.fa-linkedin:before {
    top: 1px !important;
}

.footer-nb {
    font-family: 'Poppins';
}

@media (max-width: 768px) {
    .footer-nb {
        border-radius: 0 !important;
        margin: 30px 0 0 0 !important;
    }
}

.cmp-a {
    border-radius: 40px !important;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.cmp-a,
.cmp-btn--sm .cmp-a {
    border-radius: 40px !important;
}

/* Start pencil Banner */

.font-color-white {
    color: #fff !important;
}

.pencil-banner {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 31px !important;
    margin-bottom: 11px !important;
}

.pencil-banner p {
    border-radius: 15px;
    color: #fff !important;
}

/* End pencil Banner */

/* Start new Nav */

.header,
.off-canvas.fixed .header {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .logo-wrap {
    width: initial;
    flex: initial;
}

.header .logo-wrap .logo {
    display: initial !important;
    height: initial !important;
    width: initial !important;
    margin: initial !important;
    text-indent: initial !important;
}

.globe {
    padding-left: 10px;
}

#loginbtn {
    background: #101828;
    color: #fff;
    margin-right: 10px;
    padding: 3px 23px !important;
    font-weight: 500;
}

.hamburger-btn span {
    background: #101828 !important;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    border-radius: 20px;
    width: calc(100% - 60px);
    margin: 0 30px;
}

.header ul.navicons>li>a {
    color: #101828;
}

/* .header ul.navlinks li a,
.header ul.navlinks li a:visited {
    color: #475467;
} */

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    border-radius: 20px;
}

.header .navbarContainer:before,
.header .navbarContainer:after {
    background: #fff;
}

/* .p-2 {
      margin-top: 25px;
  } */

.header .navbarContent {
    width: 100% !important;
}

.icons-wrap {
    margin-right: initial;
    order: 4;
}

.header,
.off-canvas.fixed .header {
    background-color: #fff;
    padding: 10px 30px 10px 30px;

}

.nav-wrap {
    padding: 0px 0px 0px 10px;
    order: 2;
    margin-right: auto;
}

.nav-wrap-2 {
    padding: 0px 10px 0px 0px;
    margin-left: auto;
    order: 3;
}

.header .header-wrap {
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .nav-wrap {
    flex: initial;
}

.header .logo-wrap {
    order: 1;
    margin-left: initial;
}

.wrapper.bg-black .header .close-slide-menu {
    color: #101828;
    font-size: 40px;
    line-height: 15px;
    cursor: pointer;
    font-family: serif;
}


.header ul.navlinks {
    margin: initial !important;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
    margin: 19px 10px 22px;
    font-size: 0.92rem;
}

.header ul.navicons li:first-child {
    margin-right: initial;
}


.down {
    margin-top: initial !important;
}

.navlinks2 li a {
    margin: 19px 15px 24px !important;
}

#loginbtn-mobile {
    display: none;
}

.header ul.navlinks .open .dropdown-menu {
    margin-top: -6px !important;
}

.cus-drop.dropdown-menu {

    margin-top: -34px !important;

}

.header .icons-wrap {
    padding-top: 3px;
}

#tnav9 a.nav.dropdown-toggle:after,
.header ul.navicons .dropdown-toggle:after {
    display: none;
}

@media(max-width:768px) {
    .hero-buynow {
        min-width: auto !important;
        width: 100% !important;
    }

    .hero-pickplan {
        min-width: auto !important;
        width: 100% !important;
    }
}


@media (min-width: 1167px) and (max-width: 1370px) {

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 7px 22px;
    }

}



@media (min-width: 0px) and (max-width: 1167px) {


    .header .logo-wrap {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 1.5rem !important;
    }




    .header ul.subnavlinks li:last-child ul:last-child {
        border-bottom: 0;
        padding-top: 25px;
    }

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 7px 22px;

    }

    .globe {
        display: none;
    }

    .pencil-banner {
        /* margin-left: initial;
      margin-right: initial; */
        margin-top: 20px !important;
    }

    /* .pencil-banner p {
         border-radius: initial !important;
      } */

    .mtp-img-hero-border img {
        border-radius: 17.5px;
    }

    @media (max-width: 768px) {
        .mtp-img-hero-border img {
            border-radius: 7.6px;
        }
    }

    .header .icons-wrap {
        flex: 0 0 100%;
    }

    .hamburger-btn span {
        background: #333;
    }

    .nav-open .header .dropdown .subnavContainer.dropdown-menu {
        background: #F2F2F2 !important;
    }

    .hamburger-btn {
        margin-top: initial !important;
    }

    .nav-open .header .navbarContent {
        padding-top: 65px;
        background: #F2F2F2 !important;
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle,
    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        background: #f2f2f2;
        color: #333;

    }

    .nav-open .header ul.navlinks li.open a.nav:before,
    .nav-open .header ul.navicons li.open a.dropdown-toggle:before {
        color: #333;
    }

    .header .subnavContainer.dropdown-menu,
    .header .dropdown.open ul.dropdown-menu {
        background: #f2f2f2;
    }

    .header ul.navicons .dropdown.open ul.dropdown-menu a,
    .header ul.navicons .dropdown.open ul.dropdown-menu a:hover {
        color: #101828;
    }

    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        font-size: 17px;
    }

    .wrapper.bg-black .header .subnavContainer.dropdown-menu {
        margin: initial;
        border-radius: initial;
    }



    .header,
    .off-canvas.fixed .header {
        padding: initial;
    }

    .header .header-wrap {
        border-radius: initial;
        background-color: #fff;
    }

    .nav-open .header .navbarContent {
        padding: 58px 0px !important;
        background: #fff !important;
    }

    .header .nav-wrap {
        flex: initial;
        background: #f2f2f2 !important;
    }

    .nav-open .header ul.navlinks {
        border-bottom: initial !important;
    }

    html .header ul.navlinks li a:visited {
        border-bottom: 1px solid #D1CCCC !important;
        padding: 7px;
    }

    .nav-wrap-2 .navlinks ul {
        padding: 10px 0;
    }

    .nav-open .header ul.navlinks {
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle,
    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        z-index: 2000;
    }

    .header ul.subnavlinks li .navHdr {
        border-bottom: initial;
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle {
        left: 0px !important;
        padding-left: 33px;
    }

    .nav-open .header ul.subnavlinks li {
        padding-left: 20px;
    }

    .nav-wrap {
        padding: initial;
    }

    .nav-wrap ul li a {
        border-bottom: solid 1px#DEDBDB;
        padding-bottom: 10px;
    }

    html .header ul.navlinks li a,
    html .header ul.navlinks li a:visited {
        margin: 19px 0px 22px;
        padding-left: 10px;
    }

    .wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
    .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
    .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited,
    .wrapper.bg-black .header .dropdown-menu>li>a {
        border-bottom: initial !important;
    }

    .header ul.subnavlinks li ul {
        padding-bottom: 5px;
    }

    /* 
      .p-2 {
          margin-top: 10px;
      } */

    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        padding-left: 25px;
    }

    #tnav9.open .dropdown-toggle {
        margin: 12px 0 17px;
        left: 0;
        padding-left: 41px;
    }

    #loginbtn {
        display: none;
    }

    #tnav9 .dropdown-toggle span {
        padding-left: 10px;
    }

    /*#loginbtn-mobile {
          display: block !important;
          right: -258px;
          position: relative;
          top: -43px;
          color: #fff;
          padding: 3px 17px;
          background-color:#383434;
      }*/

    #loginbtn-mobile {
        display: block;
        position: initial !important;
        /* right: -258px;
        position: relative;
        top: -43px; */
        color: #fff !important;
        padding: 18px 17px !important;
        background-color: #101828;
        text-align: center;
        margin: 1.3rem 1rem;
        font-size: 1.6rem;
    }

    .header,
    .off-canvas.fixed .header {
        padding: initial !important;
    }

    .subnavContainer {
        width: 100% !important;
    }

    .nav-open .header .dropdown.open .subnavContainer.dropdown-menu,
    .nav-open .header .dropdown.open ul.dropdown-menu {
        transform: translate3d(0px, 19px, 0px) !important;
    }


}

@media screen and (min-width: 1206px) {
    .header ul.navicons li:first-child {
        margin-right: initial;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .header ul.navlinks li a {
        font-size: 0.8rem !important
    }

    #loginbtn {
        font-size: 0.8rem !important
    }
}


@media screen and (min-width: 1600px) {

    .header ul.navlinks li a {
        font-size: 18px !important;
    }

    #loginbtn {
        font-size: 18px;
    }

    .pencil-banner {
        margin-top: 42px !important;
    }

}


@media (min-width: 320px) and (max-width: 375px) {


    .header ul.navlinks li a,
    .header ul.navlinks li a:visited {
        font-size: 0.999rem;
    }

    #tnav9 .dropdown-toggle {
        font-size: 0.999rem;
    }

    #loginbtn-mobile {
        font-size: 0.999rem;
    }

    .header .header-wrap {
        padding-left: initial;
        padding-right: initial;
    }

    /* .shadow-mobile {

  -webkit-box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07); 
box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07);
              
   }*/

    .title-cards {
        line-height: 35px;
    }

}

/* Email Scan Breach */
.idps-container {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 34px;
}

@media (max-width: 376px) {
    .idps-container {
        flex-direction: column;
        align-items: start;
    }
}


.group-btn {
    flex: 1
}

.scan-input {
    border-radius: 7px;
    border: 1px solid #6E6E6E;
    background: #FFF;
    color: #959595;
    font-family: 'Poppins';
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    /* 166.667% */
}

.scan-input:focus {
    box-shadow: none;
    border-color: #6E6E6E;
    outline: none;
}

.scan-btn {
    padding: 6px 11px;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

@media (min-width: 375px) and (max-width: 480px) {

    .header .header-wrap {
        padding-left: initial;
        padding-right: initial;
    }

    /* .shadow-mobile {

      -webkit-box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07); 
  box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07);
                  
   } */

    .title-cards {
        line-height: 35px;
    }

}

.mcafee-text-red {
    color: #FF1C1C !important
}

/*Cart*/

.cmp_basket {
    width: 35px;
    height: 10px;
    position: relative;
    margin-top: 18px;
    margin-left: 25px;
}

.cmp_basket span {
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: auto;
    left: auto;
    font-size: 10px;
    background-color: #FF1C1C !important;
}


.cart__mobile .cmp_basket {
    margin-top: 0;
    height: auto;
    display: none;
}

@media screen and (max-width: 1167px) {
    .cart__mobile .cmp_basket {
        display: block;
    }
}

@media screen and (max-width: 1167px) {
    .cart__desktop .cmp_basket {
        display: none;
    }
}

.hamburger-btn.opened+.cart__mobile {
    display: none;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu.small-dropdown-menu {
    width: unset;
    margin: 0 10px 0 0;
}

.header .subnavContainer.small-dropdown-menu {
    left: unset;
}

.header .dropdown-menu.small-dropdown-menu {
    left: unset;
}

.dropdown-menu.small-dropdown-menu {
    left: unset;
}

.header .subnavContent.small-subnavContent {
    width: unset;
}

.header ul.subnavlinks.small-subnavlinks li {
    width: unset;
}

.header ul.subnavlinks.small-subnavlinks li ul {
    margin: 0;
}

#tnav7 .dropdown-menu.show {
    padding: 30px 25px !important;
}

.protect-score:hover {
    color: #FF1C1C !important
}


/* End new Nav */
body .cards_cta_max_width .card .cmp-btn a {
    max-width: 16rem !important;
}

/* Accordion Collapse Custom Style (See more/See less) START*/
.display-heading-below .cmp-accordion__container {
    display: flex;
    flex-flow: column;
}

.display-heading-below .cmp-accordion__container .cmp-accordion__title--section {
    order: 2;
    text-align: center;
}

.display-heading-below .cmp-accordion__container .cmp-accordion__title--section a::after {
    display: none;
}

.display-heading-below .cmp-accordion__container .cmp-accordion__title--section a p:nth-child(2) {
    display: none;
}

.display-heading-below .cmp-accordion__container .cmp-accordion__title--section a[aria-expanded="true"] p:nth-child(1) {
    display: none;
}

.display-heading-below .cmp-accordion__container .cmp-accordion__title--section a[aria-expanded="true"] p:nth-child(2) {
    display: block;
}

/* Border Top for 2nd Accordion */

.display-heading-below .cmp-accordion__container .cmp-accordion__content .cmp-accordionsection__container:first-child {
    border-top: 1px solid #b1babf
}

.cmp-accordion--border-thin .display-heading-below .cmp-accordion__content .cmp-accordionsection__container:first-child {
    border-top: 0.5px solid rgba(234, 236, 240, 1);
}

.cmp-accordion--border-solid .display-heading-below .cmp-accordion__content .cmp-accordionsection__container:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.cmp-accordion--border-dashed .display-heading-below .cmp-accordion__content .cmp-accordionsection__container:first-child {
    border-top: 1px dashed rgba(0, 0, 0, 0.125);
}

.cmp-accordion--border-dotted .display-heading-below .cmp-accordion__content .cmp-accordionsection__container:first-child {
    border-top: 1px dotted rgba(0, 0, 0, 0.125);
}

/* Accordion Collapse Custom Style (See more/See less) END*/

/* Remove bottom margin for cmp-text p:last-child for Accordion */
.cmp-accordionsection__container .cmp-accordion__title .cmp-text p:last-child {
    margin-bottom: 0 !important;
}

.cmp-accordionsection__container {
    padding: 0.5rem 0 !important;
}

.cmp-accordionsection__container .cmp-accordion__container .cmp-accordion__title {
    padding: 0.8rem 1.25rem;
}

/* Setting padding/margin for mobile view */
@media (max-width:480px) {
    .cmp-accordion__content {
        padding: 0;
    }

    .cmp-accordionsection__container .cmp-accordion__container .cmp-accordion__title {
        padding: 0 !important;
    }

    /* article-section-container class need to be added to article card section component*/
    .article-section-container .card__container--type .cmp-card {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .article-section-container .cmp-card__img img {
        width: 100%;
    }

    .article-section-container .cmp-card__body {
        padding: 0;
    }

    .article-section-container .card__container--type .cmp-card:last-child .cmp-card__body.card-body {
        padding-bottom: 0 !important;
    }

    .cmp-flexcard__img.background-inherit.hero-section {
        padding-right: 0 !important;
    }

    .margin-bottom-17 {
        margin-bottom: 17px !important;
    }

}

/* Remove multiple rotation of accordion icon */
.cmp-accordion__title>a[aria-expanded=true]:after {
    transform: none !important;
}

/* Remove cursor:pointer of accordion for FAQ*/
.cmp-accordion__title {
    cursor: default !important;
}

/* START -- Plan comparator  */
/* Tooltip CSS Start*/
.html__tooltip {
    cursor: pointer;
    position: relative;
    display: inline-block;

}

.html__tooltip .tooltiptext {
    content: attr(data-text);
    width: 200px;
    display: none;
    background-color: #101828;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.html__tooltip .tooltiptext div {
    display: flex;
    justify-content: space-between;
}

.html__tooltip .tooltiptext div span:nth-child(2) {
    cursor: pointer;
}

.html__tooltip .tooltiptext:after {
    content: attr(data-text);
}

.tooltiptext-hover {
    display: block !important;
    opacity: 1;
}

.tooltip-position-left {
    left: auto !important;
    right: 110%;
}

.tooltip-resize {
    width: 150px !important;
}

/* Tooltip CSS End */




:root {
    --gray-200: #E8E8E8;
    --brand-dark-red: #AF0707;
    --core-neutral: #454545;
    --core-gray: #B2B2B2;
    --brand-white: #fff;
    --brand-mcafee-cream: #F9F1EC;
    --core-mid-blue: #4258FF;
    --gray-300: #DBDBDB;
    --gray-600: #475467;
    --brand-black: #000;
}

.brand-black {
    color: var(--brand-black)
}

.core-neutral {
    color: var(--core-neutral)
}

#planComparision .check_mark {

    content: url(/content/dam/npcld/icons/check-circle-red.svg);
    position: relative;
    top: -2px;
    width: 24px;
    height: 24px;
}

.mtp-header {
    font-size: 1.25rem;
    color: var(--core-neutral);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    font-family: Poppins;
    font-weight: 400;
}

.additional-feat-btn {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}

.feat-Group-title {
    font-weight: 600;
    color: var(--brand-black);
}

.pt-20 {
    padding-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-34 {
    margin-top: 34px;
}

.font-Poppins {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600 !important;
}

.card-feature-title {
    color: var(--brand-dark-red);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

#additionalPlan .card-feature-title {
    margin-bottom: 2px;
}

.plan-cmp-title {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background: var(--brand-mcafee-cream);
    display: flex;
    height: 51px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.card--highlight .plan-cmp-title {
    color: var(--brand-white);
    background: linear-gradient(137deg, #FF1C1C 0%, #F07570 0.01%, #C52D42 95.31%), linear-gradient(137deg, #FF1C1C 0%, #E21876 100%);
}

.card--highlight {
    box-shadow: 4px 8px 48px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 576px) {

    .plan-cmp-title {
        height: 29px;
    }

}

.newTag {
    width: 25px;
    padding: 4px 4px;
    text-align: center;
    font-family: Poppins;
    font-size: 6px;
    font-style: normal;
    font-weight: 700;
    border-radius: 5px;
    background: var(--core-neutral);
    color: var(--brand-white);
    margin-top: 3px;
}


.card-table {
    width: 100%;
    border-style: collapse;
}

#planComparision .card-table td {
    vertical-align: top;
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
    padding: 25px 0px 10px 0px;
    border-bottom: 1px solid var(--gray-200);
}

#planComparision .card-table tr:first-child td {
    padding: 18px 0px 0px 0px !important;
}

.td-border-0 {
    border: 0 !important;
    padding: 35px 0px 0px 0px !important;
}

#additionalPlan td {
    padding: 11px 0px 0px 0px;
    border: 0px !important;
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
}

@media screen and (max-width:1280px) {
    .mtp-header {
        margin-bottom: 37px;
    }
}


@media screen and (max-width:480px) {


    .mtp-header {
        margin-bottom: 30px;
    }

    #planComparision .card-table td {
        font-size: 10px;
        padding: 15px 0px 5px 0px;
        border-bottom: 1px solid var(--gray-200);
    }

    .td-border-0 {
        padding: 20px 0px 0px 0px !important;
    }
}

.plan-cmp-a {
    color: var(--core-mid-blue) !important;
    text-decoration: underline;
    cursor: pointer;
}

.plan-cmp-a:hover {
    color: var(--core-mid-blue) !important;
    text-decoration: none !important;
    cursor: pointer;
}

.plan-cmp-a:focus {
    color: #24318D !important;
}

.plan-cmp-a:visited {
    color: #24318D !important;
}

.plan-cmp-card-btn .plan-cmp-a {
    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    padding: 14px 24px !important;
    min-width: 190px !important;
    border-radius: 32px !important;
    border: 1px solid var(--core-gray) !important;
    background: var(--brand-white);
    color: var(--core-neutral) !important;
    text-decoration: none !important;

}

.card--highlight .plan-cmp-card-btn .plan-cmp-a,
.plan-cmp-card-btn--primary .plan-cmp-a {

    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    padding: 14px 24px !important;
    min-width: 190px !important;
    border-radius: 32px !important;
    border: 0px !important;
    text-decoration: none !important;
    background: var(--brand-dark-red);
    color: #fff !important;
}
/*
.plan-cmp-card-btn .plan-cmp-a:hover {
    color: #fff !important;
    background-color: var(--brand-dark-red) !important;
}

.plan-cmp-card-btn .plan-cmp-a:active {
    color: white !important;
    background-color: #FF1C1C !important;
}

.card--highlight .plan-cmp-card-btn .plan-cmp-a:active,
.plan-cmp-card-btn--primary .plan-cmp-a:active,
.plan-cmp-card-btn .plan-cmp-a:active {
    color: #fff;
    background-color: #FF1C1C;
}
*/
.plan-cmp-header {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 37px !important;
    /* 140% */
}

@media screen and (max-width:480px) {

    .plan-cmp-header {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 30px !important;
    }
}

.plan-cmp-cardcontent {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#planComparision .plan-cmp-cardcontent {
    gap: 19px;
}

#planComparision .plan-cmp-cardcontent div div {
    text-align: center;
}

#additionalPlan .plan-cmp-cardcontent {
    gap: 14px;
}

.plan-cmp-card-body {
    /* padding: 14px 20px 20px 20px; */
    padding: 14px 10px 0px 10px;
    margin-top: 30px;
    border-top: 1px solid var(--gray-300);
    color: var(--brand-black);
}


.fs-40 {
    font-size: 2.5rem !important;
}



.plan-cmp-cardcontent>a {
    color: var(--core-mid-blue, #4258FF);
    text-decoration: underline;
    cursor: pointer;
}

.plan-cmp-cardcontent>a:hover {
    color: var(--core-mid-blue) !important;
    text-decoration: none !important;
}

.plan-cmp-cardcontent>a:focus {
    color: #24318D !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.ap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--core-neutral);
}

.br-20 {
    border-radius: 20px;
}

.font-color-brand-dark-red {
    color: var(--brand-dark-red)
}

.additionalFeatBtnIcon.showMore:after,
.ap-container .showMore:after {
    content: '\f077';
    font-family: "Font Awesome";
    position: relative;
    bottom: 2px;
    font-size: 12px;
}

.additionalFeatBtnIcon.showLess:after,
.ap-container .showLess:after {
    content: "\f078";
    font-family: "Font Awesome";
    position: relative;
    bottom: 2px;
    font-size: 12px;
}

div.plan-feat--show,
.ap-container .showPlan {
    display: initial;
}

tr.plan-feat--show {
    display: table-row;
}

.plan-feat--hide,
.ap-container .hidePlan {
    display: none;
}


@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ap-container .showPlan {
    display: initial;
    visibility: visible;
    opacity: 1;
    animation: fade 1s;
}

.ap-container .hidePlan {
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.coverage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
    color: #101828;
    font-weight: 400;
}


.plan-cmp-md-border {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 130px;
    max-width: 1252px;
    border: 1px solid var(--brand-dark-red) !important;
    border-radius: 20px !important;
    padding: 0px !important;
}

.sem-plan-cmp-md-border {
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: 28px;
    max-width: 1252px;
    border: 1px solid var(--brand-dark-red) !important;
    border-radius: 20px !important;
    padding: 0px !important;
}

.affliate-plan-cmp-md-border {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 60px;
    max-width: 1252px;
    border: 1px solid var(--brand-dark-red) !important;
    border-radius: 20px !important;
    padding: 0px !important;
}

.social-plan-cmp-md-border {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    max-width: 1252px;
    border: 1px solid #FF1C1C !important;
    border-radius: 20px !important;
    padding: 0px !important;
}

#planComparision .card {
    width: 350px;
    border-radius: 20px;
    color: var(--core-neutral);
}

.plan-cmp-hp-header-p {
    padding: 0px 17px;
}

#additionalPlan .card {
    width: 350px;
    border-radius: 10px;
    color: var(--core-neutral);
}

#additionalPlan .card-container,
#planComparision .card-container {
    padding: 20px 17px;
}

/* Single user and family icon in plan comp tabs */
.plan-cmp-tabicon-i {
    width: 8.06px;
    height: 17.808px;
    flex-shrink: 0;
    position: relative;
    top: -2px;
}

.plan-cmp-tabicon-f {
    width: 23.141px;
    height: 17.808px;
    flex-shrink: 0;
    position: relative;
    top: -2px;
}

@media (max-width: 1300px) {
    .plan-cmp-md-border {
        border: 1px solid var(--brand-dark-red) !important;
        border-radius: 20px !important;
        margin: 30px 50px 60px 50px !important;
    }

    .sem-plan-cmp-md-border {
        margin-left: 50px;
        margin-right: 50px;
    }

    .affliate-plan-cmp-md-border {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 1200px) {

    #additionalPlan .card,
    #planComparision .card {
        width: 300px;
    }

    .coverage {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 768px) {

    #planComparision.plan-cmp-hp-container .card {
        width: 350px !important;
    }

    .coverage {
        display: flex;
        width: 286px;
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .plan-cmp-md-border {
        margin: 24px 0px !important;
        border-radius: 0px !important;
        border-width: 1px 0px !important;
    }

    .sem-plan-cmp-md-border {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 16px;
        margin-bottom: 23px;
        border-radius: 0px !important;
        border-width: 1px 0px !important;
    }

    .affliate-plan-cmp-md-border {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 16px;
        margin-bottom: 0px;
        border-radius: 0px !important;
        border-width: 1px 0px !important;
    }

    .social-plan-cmp-md-border {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 35px;
        margin-bottom: 30px;
        border-radius: 0px !important;
        border-width: 1px 0px !important;
    }
}

@media (max-width: 576px) {

    #additionalPlan .card-container,
    #planComparision .card-container {
        padding: 20px 10px 10px 10px;
    }

    .plan-cmp-tabicon-f {
        width: 16.697px;
        height: 12.85px;
    }

    .plan-cmp-tabicon-i {
        width: 5.816px;
        height: 12.849px;
    }

    #planComparision .card {
        border-radius: 18px;
    }

    .plan-cmp-card-body {
        border-radius: 8.589px;
    }

    .ap-container {
        gap: 60px;
        align-self: stretch;
        margin-top: 60px;
        margin-bottom: 30px;
        color: var(--core-neutral);
    }

}

@media (max-width: 480px) {

    #additionalPlan .card,
    #planComparision .card {
        width: 285px;
    }
}

@media (max-width: 400px) {
    #planComparision.plan-cmp-hp-container .card {
        width: 100% !important;
    }
}

.vector-grey {
    border-right: 1px solid #6E6E6E;
    padding: 0px 19px 0px;
}

.ml-9 {
    margin-left: 9px;
}

.per-yr {
    font-size: 14px;
    font-weight: 400;
}

#additionalPlan .per-yr {
    font-size: 8px;
    font-weight: 500;
}


/* Start Awards Section */
/* .award-container {
    padding: 60px 100px;
} */

.award-product-pages-margin {
    margin: 28px 53px;
    margin-top: 50px;
}

.award-affliate-page-margin {
    margin: 0px 53px;
}

.award-sem-page-margin {
    margin: 27px 5px;
}

.award-container .award-header {
    margin-bottom: 26px !important
}

.award-container .awards {
    padding: 18px 0px;
    gap: 73px;
}

.award-container .awards img {
    width: 123px;
    height: 74px;
}


.awards-hero-social-header {
    margin-bottom: 10px;
    text-align: left;
}

.awards-hero-social {
    justify-content: start;
    padding: 10px;
    gap: 40px;
}

.awards-hero-social img {
    width: 68px;
    height: 41px;
}

@media (max-width:768px) {

    /* .award-container {
        padding: 30px 17px;
    } */

    .award-product-pages-margin {
        margin: 27px 5px;
        margin-top: 0;
    }

    .award-affliate-page-margin {
        margin: 23px 5px;
    }

    .award-sem-page-margin {
        margin: 27px 5px;
    }

    .award-container .award-header {
        margin-bottom: 30px !important
    }

    .award-container .awards {
        padding: 0px 35px;
        gap: 15px 28px;
    }

    .award-container .awards img {
        width: 87px;
        height: 52px;
    }

    .awards-hero-social-header {
        margin-bottom: 14px;
        text-align: center;
    }

    .awards-hero-social {
        justify-content: center;
        padding: 0px;
        gap: 10px;
    }

    .awards-hero-social img {
        width: 63px;
        height: 48px;
    }
}


/* End Awards Section */

/* END -- Plan comparator  */



/* Styling for Individual, Family and Total Protection page */
.mb-40 {
    margin-bottom: 2.5rem;
}

.font-color-light-grey-40 {
    color: #6E6E6E;
}

.mb-14 {
    margin-bottom: 0.875rem;
}

.font-color-light-black-85 {
    color: #343434;
}

.font-color-light-black-75 {
    color: #101828;
}

.font-color-light-black-65 {
    color: #475467;
}

.fw-700 {
    font-weight: 700 !important;
}

.line-height-40 {
    line-height: 2.5rem;
}

.line-height-48 {
    line-height: 3rem;
}

.letter-spacing--0-4 {
    letter-spacing: -0.4px;
}

/* End of Styling for Individual, Family and Total Protection page */

/* Removing spacing from faq section */
.display-heading-below .cmp-accordion__container .cmp-accordion__content .cmp-collapse__container {
    padding: 0;
}

.display-heading-below .cmp-accordion__container .cmp-accordion__content .cmp-collapse__container .cmp-collapse__content {
    padding-left: 0;
}

.display-heading-below .cmp-accordion__title--section {
    padding: 0.5rem 1.25rem !important;
}

.display-heading-below .cmp-accordion__title--section a.cmp-accordion__title__link {
    padding-right: 0 !important;
}

/* Removing carousel controls - Right and Left */
.cmp-carousel__body__indicator-small-dots .carousel-control {
    display: none;
}

.cmp-carousel__body__indicator-small-dots .cmp-carousel__main .carousel_item .cmp-flexcard {
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 50.35%);
}

.margin-primary-btn {
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .worry_free_section {
        width: 582px;
        margin-left: 30px;
    }

    .worry_free_section_individual {
        width: 582px;
        margin-left: -20% !important;
    }

    .privacy_protection_section {
        width: 609px;
        margin-left: 30px;
    }

    .identity_protection_section {
        width: 610px;
        margin-left: 110px;
    }

    .device_protection_section {
        width: 609px;
        margin-left: 30px;
    }

    .background-gradient-hero-banner {
        background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #EDEDED 100%);
    }

    .identity_protection_family_page {
        width: 609px;
    }

    .privacy_protection_section_family_page {
        margin-left: 110px;
    }

    .device_protection_section_family_page {
        width: 609px;
    }

}

@media (min-width: 576px) {
    .content-visible-desktop {
        display: block;
    }

    .content-visible-mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .content-visible-desktop {
        display: none;
    }

    .content-visible-mobile {
        display: block;
    }

    .md-text-center {
        text-align: center;
    }

    .mcafee-family-hero-section-mt-0 {
        margin-top: 0 !important;
    }

    .cmp-card-btn .cmp-a {
        width: 153px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

    .display-flex-mobile {
        display: flex;
    }

    .justify-content-center-mobile {
        justify-content: center;
    }

    .hero-section-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .margin-primary-btn {
        margin-right: 0px;
    }

    .mobile-mb-0 {
        margin-bottom: 0;
    }

    .remove-image-padding .cmp-flexcard__img {
        padding: 0;
    }

    .hero-flex-card {
        display: block !important;
        padding-right: 0px;
    }

    .antivirus-rtb-div .margin-left-20 {
        margin-left: 10px;
    }
}


/* Setting font size for mobile view */
/* @media (max-width:480px) {
    html {
        --bs-body-font-size: .7rem !important;
    }
} */

@media (max-width: 576px) {
    .mobile-fs-14 {
        font-size: 14px !important;
    }

    .mobile-fs-15 {
        font-size: 15px !important;
    }

    .mobile-fs-17 {
        font-size: 17px !important;
    }

    .mobile-fs-18 {
        font-size: 18px !important;
    }

    .mobile-fs-20 {
        font-size: 20px !important;
    }

    .mobile-fs-24 {
        font-size: 24px !important;
    }
}

/* Remove stretch margin left */
.main__section--default>.main_section--no-strech.cmp-section__body--3parts {
    margin-left: auto !important;
    margin-right: auto !important;
}

.main__section--default>.main_section--no-strech.cmp-section__body--3parts .main__section--wrapper-container .aem-Grid .imageComponent+.richtext {
    margin-left: 0 !important;
    width: 100%;
}

@media (max-width:480px) {
    .main__section--default>.main_section--no-strech.cmp-section__body--3parts {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .main__section--default>.main_section--no-strech.cmp-section__body--3parts .main__section--wrapper-container .aem-Grid .richtext {
        margin-right: auto !important;
        margin-left: auto !important;
        width: 100%;
    }
}

.worry-free-m-l .carousel-style-system div.cmp-flexcard__body {
    margin-left: 2%;
}

.worry-free-m-l {
    margin-left: auto !important;
}

.award-winning {
    margin: 50px 0px 30px 0px;
}

.hero-banner-section.main__section--default>.main_section--no-strech {
    max-width: 100%;
}

.background-inherit {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.02%, #EDEDED 54.56%);
}

.new-hero-section {
    width: 100% !important;
    max-width: 100% !important;
}

.new-hero-section.background-inherit .cmp-flexcard {
    background: inherit;
}

/*
.hero-flex-card {
    display: flex;
    width: 100vw;
    padding-top: 0;
    max-width: 1440px;
}
*/
@media (max-width: 568px) {
    .hero-flex-card {
        width: 100%;
    }

    .mobile-mb-30 {
        margin-bottom: 30px;
    }

    .remove-image-padding.new-hero-section-mtp .main__section--wrapper-container .section__container__row .section__container__col .responsivegrid .cmp-flexcard {
        margin-bottom: 0;
    }
}

.hero-flex-card .cmp-flexcard__body__text {
    flex: 1;
}

.hero-flex-card .cmp-flexcard__body__container {
    flex: 1;
    padding-right: 30px;
}

@media (max-width:575.98px) {
    .hero-flex-card .cmp-flexcard__body__container {
        padding-right: 0px;
    }
}

.hero-section {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #EDEDED 100%);
}

.hero-section.main_section--no-strech {
    margin: 0;
}

/* Start Plan Comparator */

.need-protection {
    display: flex;
    padding: 30px 60px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0px 96px;
    border-radius: 20px;
    background: var(--grayscale-100-gray, #F2F2F2);
    font-family: Poppins;
    margin-top: 30px;
}

.need-protection-antivirus {
    display: flex;
    padding: 30px 60px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 0px 64px 0px 64px;
    margin-top: 30px !important;
    border-radius: 20px;
    border: 1px solid var(--brand-dark-red) !important;
    box-shadow: 4px 8px 32px 0px rgba(0, 0, 0, 0.14);
}

.explore-family {
    margin-right: 5px;
    padding: 0px 5px;
    font-size: 19px;
    font-weight: 600;
}

.mt-15 {
    margin-top: 15px;
}


.need-protection .style1 {
    font-size: 28px;
    font-weight: 600;
    color: var(--brand-black);
}

.need-protection-antivirus .style1-antivirus {
    font-size: 28px;
    font-weight: 600;
    color: var(--brand-dark-red) !important;
}

.need-protection .style2 {
    font-size: 18px;
    font-weight: 400;
    color: var(--core-neutral);
}

.need-protection .align1 {
    text-align: right;
}

.need-protection .align2 {
    text-align: left;
    flex-shrink: 0;
}

.need-protection img {
    width: 152px;
    height: 152px;
}

@media screen and (min-width:1440px) {

    .need-protection,
    .need-protection-antivirus {
        margin: auto;
        max-width: 1248px;
    }

    .need-protection-antivirus {
        max-width: 1312px;
    }
}

@media screen and (max-width:768px) {
    .need-protection {
        display: flex;
        padding: 30px 23px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin: 30px 17px;
    }

    .need-protection-antivirus {
        flex-direction: column;
        padding: 30px 23px;
        gap: 15px;
        margin: 30px 17px;
        border-radius: 10px;
    }

    .explore-family {
        margin-right: 5px;
        padding: 0px 5px;
        font-size: 17px;
        font-weight: 600;
    }

    .need-protection .style1 {
        font-size: 18px;
    }

    .need-protection-antivirus .style1-antivirus {
        font-size: 18px;
    }

    .need-protection .style2 {
        font-size: 15px;
    }

    .need-protection img {
        width: 104px;
        height: 104px;
    }

    .need-protection .align1 {
        text-align: center;
    }

    .need-protection .align2 {
        text-align: center;
    }

    .award-winning {
        margin: 22px 0px 30px 0px;
    }
}

/* End Plan Comparator */


.margin-top-86 {
    margin-top: 5.375rem;
}

@media (max-width:568px) {
    .margin-top-86 {
        margin-top: 1.56rem;
    }
}

.footer-card__section a:hover {
    color: #ea1010 !important;
    text-decoration: none;
    cursor: pointer !important;
}

.footer-card__section a>span:hover {
    color: #ea1010 !important;
    text-decoration: none;
    cursor: pointer !important;
}

/* Font sizes as per style guide - START */
/* Breakpoint - Large */
@media (min-width: 993px) {
    .eyebrow-1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0;
    }

    h1 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px;
        letter-spacing: -1%;
    }

    h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
    }

    h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }

    h4 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
    }

    .subhead-1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }

    .subhead-2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .body-1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

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

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

    /* Additional classes not in style guide */
    .body-4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .body-5 {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
    }

    .affiliate__hero--wrapper .direct-pgs-hero-content-mg h1 {
        margin-bottom: 25px;
    }
}

/* Breakpoint - Medium */
@media (min-width: 577px) and (max-width: 992px) {
    .eyebrow-1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0;
    }

    h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
    }

    h4 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
    }

    .cmp-cardsection h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
    }

    .subhead-1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }

    .subhead-2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .body-1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

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

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

    /* Additional classes not in style guide */
    .body-4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .body-5 {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
    }

    .affiliate__hero--wrapper .direct-pgs-hero-content-mg h1 {
        margin-bottom: 25px;
    }
}

/* Mobile View - Break point small*/
@media (max-width: 576px) {
    .eyebrow-1 {
        font-size: 18px;
        line-height: 28px;
    }

    /*
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
*/
    h2 {
        font-size: 32px !important;
        line-height: 40px !important;
        font-weight: 600 !important;
    }

    h3 {
        font-size: 28px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
    }

    /*
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
*/
    .subhead-1 {
        font-size: 16px;
        line-height: 24px;
    }

    .subhead-2 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .body-1 {
        font-size: 16px;
        line-height: 24px;
    }

    .body-2 {
        font-size: 14px;
        line-height: 20px;
    }

    .body-3 {
        font-size: 14px;
        line-height: 20px;
    }

    /* Additional classes to override */
    .mb-line-height-28 {
        line-height: 28px !important;
    }
}

/* Font sizes as per style guide - END */

/* Family page right padding */
.cmp-flexcard__img.background-inherit.hero-section {
    padding-right: 90px;
}

.cmp-flexcard__img.background-inherit.hero-section img {
    border-radius: 17px;
}

/* Home Page */

.margin-right-30 {
    margin-right: 1.875rem;
}

.margin-left-40 {
    margin-left: 2.5rem;
}


.margin-bottom-45 {
    margin-bottom: 2.813rem;
}

.margin-top-45 {
    margin-top: 2.813rem;
}

.font-size-48 {
    font-size: 3rem;
}

.width-655 {
    width: 40.938rem;
}


.width-730 {
    width: 45.625rem;
}

.brand-red-bright {
    color: #FF1C1C;
}

.margin-top-29 {
    margin-top: 29px;
}

.margin-bottom-30 {
    margin-bottom: 1.875rem;
}

.margin-right-35 {
    margin-right: 35px;
}


@media screen and (max-width: 480px) {
    .d-mobile-block {
        display: block !important;
    }

    .mcafee-protection-guarantee-section .main__section--wrapper-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mcafee-protection-guarantee-section .card__container--type .cmp-card__section.protection-gaurentee-card {
        display: flex;
    }

    .mcafee-protection-guarantee-section .card__container--type .cmp-card__section.protection-gaurentee-card .cmp-card__img {
        padding-top: 0;
    }

    .mcafee-protection-guarantee-section .card__container--type .cmp-card__section.protection-gaurentee-card .cmp-card__img img {
        width: 45px;
        height: auto;
    }

    .mcafee-protection-guarantee-section .card__container--type .cmp-card {
        margin-bottom: 5px !important;
    }

    .padding-left-70 {
        padding-left: 0;
    }

    .margin-left-40 {
        margin-left: 0;
    }
}

@media screen and (max-width: 586px) {
    hr.width-730 {
        margin-left: -47px;
        width: calc(100% + 80px);
    }

    .mobile-padding-top-26 {
        padding-top: 26px !important;
    }

    .mobile-margin-bottom-32 {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width: 786px) {
    .width-655 {
        width: 100%;
    }

    .width-730 {
        width: 100%;
    }
}

.line-height-30 {
    line-height: 30px;
}

.padding-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.protection-gaurentee-card .cmp-card__img {
    padding-bottom: 0;
}



.padding-left-70 {
    padding-left: 70px;
}

.pb-15 {
    padding-bottom: 15px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.ml-8 {
    margin-left: 8px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-40 {
    margin-bottom: 40px;
}


@media only screen and (max-width: 1200px) and (min-width: 808px) {
    .why-mcafee-rtb-section-getting .cmp-flexcard__body {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1620px) {
    .why-mcafee-rtb-section-getting .cmp-flexcard__body {
        display: flex;
        justify-content: center;
    }
}


/* End Home page */

/* Why Mcafee Css Start*/
.why-protG {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 40px !important;
}

.width-542 {
    width: 542px;
}

.mb-50 {
    margin-bottom: 50px;
}

.fw-600 {
    font-weight: 600;
}

.why-protG .cmp-flexcard__img img {
    border-radius: 20px;
}

.fs-68 {
    font-size: 68px;
}

.line-height-72 {
    line-height: 72px;
}

.letter-spacing--1-36 {
    letter-spacing: -1.36px;
}

.width-672px {
    width: 672px;
}

.padding-left-130 {
    padding-left: 130px;
}

.why-mcafee-card-section .card__container--type {
    max-width: 1146px;
    width: 100%;
    margin: auto;
}

.why-mcafee-card-section .card__container--type .cmp-card__body {
    padding: 0;
}

.why-mcafee-card-section .main__section--wrapper-container .card__container--type .cpm-card {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .ai-powered {
        margin-right: -52px;
        margin-left: -52px;
    }
}

@media screen and (max-width: 576px) {

    .why-onlineProt-flex .cmp-flexcard.card {
        margin-bottom: 15px !important;
    }

    .why-onlineProt-flex .explore-links {
        display: flex;
        gap: 10px;
        width: 274px;
        flex-direction: column;
        align-items: flex-start;
    }


    .why-protG {
        /* margin-left: -4px;
        margin-right: -4px; */
        margin-bottom: -34px;
    }

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


@media screen and (max-width: 481px) {
    .width-542 {
        width: 100%;
    }

    .width-672px {
        width: 100%;
    }

    .padding-left-130 {
        padding-left: 0;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .padding-top-26 {
        padding-top: 26px;
    }

    .fs-68 {
        font-size: 40px;
    }

    .line-height-72 {
        line-height: 48px;
    }
}

.color-light-red-100 {
    color: rgba(215, 101, 96, 255);
}

@media screen and (max-width: 480px) {
    .mobile-mb-25 {
        margin-bottom: 25px;
    }

    .mobile-mb-0 {
        margin-bottom: 0;
    }
}


/* Why Mcafee Css End*/

/* Start Awards Section Why-Mcafee*/

.award-container-whyMc {
    display: flex;
    padding: 45px 75px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border: 2px solid var(--brand-dark-red);
    border-radius: 20px;
    width: fit-content;
    margin: auto;
}

.award-container-whyMc .award-header {
    font-size: 40px;
    color: var(--brand-black, #000);
    font-weight: 600;
    text-align: center;
}

.award-container-whyMc .awards-section {
    padding: 0px 78px;
    gap: 78px;
}

.award-container-whyMc .awards {
    gap: 78px;
}

.award-container-whyMc .awards img {
    width: 123px;
    height: 74px;
}

@media (max-width:768px) {
    .award-container-whyMc {
        padding: 50px 18px;
        gap: 50px;
        margin: 50px 17px;
    }

    .award-container-whyMc .award-header {
        font-size: 28px;
    }

    .award-container-whyMc .awards-section {
        padding: 0px;
        gap: 0px;
    }

    .award-container-whyMc .awards {
        gap: 16px 18px;
    }

    .award-container-whyMc .awards img {
        width: 65px;
        height: 33px;
    }
}

/* End Awards Section Why-Mcafee*/

/* Start Home Page Plan Comparator */

/* class for element used for bookmarking plan comparator */
#staticPlanComparator {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

#planComparator {
    display: block;
    position: relative;
    top: -120px;
    /*Here must be same value as your navbar height is*/
    visibility: hidden;
}

.brand-dark-red {
    color: var(--brand-dark-red);
}

.mb-18 {
    margin-bottom: 18px;
}

.gap-15 {
    gap: 15px;
}

.plan-cmp-hp-container {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    margin: 60px 0px 50px 0px;
    gap: 66px;
}

.plan-cmp-hp-subheader {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray-600);
    line-height: 28px;
}

.plan-cmp-hp-offer-mg {
    margin-bottom: 50px;
}

.plan-cmp-hp-header {
    font-size: 40px;
    color: var(--brand-black);
    margin-bottom: 24px;
    font-weight: 600 !important;
    line-height: 48px;
}

@media screen and (max-width: 767px) {
    .plan-cmp-hp-container {
        gap: 20px;
    }

    .btfcontainer .btf>.aem-Grid>.htmlcomponentreference.aem-GridColumn+.main__section>.main__section--wrapper {
        padding-top: 0 !important;
    }

    .cmp-cardsection.main__section--card-group .cmp-card {
        padding-bottom: 10px;
    }

    .whyMcf__sub-heading .cmp-flexcard.card .cmp-flexcard__body .cmp-flexcard__body__container .cmp-sectioncontent {
        padding-top: 33.5px
    }
}

@media screen and (max-width: 567px) {

    .whyMcf__sub-heading .cmp-flexcard.card .cmp-flexcard__img,
    .whyMcf__sub-heading .cmp-flexcard.card .cmp-flexcard__body,
    .whyMcf__smart-flex-card .cmp-flexcard.card .cmp-flexcard__img,
    .whyMcf__smart-flex-card .cmp-flexcard.card .cmp-flexcard__body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width:568px) {

    .plan-cmp-hp-container {
        margin: 40px 0px 30px 0px;
    }

    .plan-cmp-hp-offer-mg {
        margin-bottom: 100px;
    }

    .plan-cmp-hp-subheader {
        font-size: 16px;
        line-height: 24px;
    }
}




.mt-50 {
    margin-top: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-50 {
    padding-top: 50px !important;
}

.protection-feat>div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    font-weight: 400;
    align-self: stretch;
    color: var(--core-neutral);
}

#plan-cmp-home-page #planComparision .plan-cmp-cardcontent {
    gap: 14px;
}

#plan-cmp-home-page .plan-cmp-card-body {
    /* padding: 14px 20px 20px 20px; */
    padding: 14px 10px 10px 10px;
}

@media (max-width: 576px) {
    #plan-cmp-home-page .plan-cmp-card-body {
        padding: 10px 0px 20px 0px;
    }

    .cmp-carousel__body__indicator-small-dots .cmp-carousel__body .cmp-carousel__body__carousel-item .cmp-flexcard {
        margin-bottom: 10px;
    }
}

/* End Home Page Plan Comparator*/

/* Start Featured In */
.as-featured {
    padding: 50px 60px;
    flex-direction: row;
    gap: 72px;
}

.feat-gap {
    gap: 72px;
}

@media (max-width:768px) {
    .as-featured {
        padding: 50px 17px;
        flex-direction: column;
        gap: 24px;
    }

    .feat-gap {
        gap: 39px;
    }

    .as-featured.feat-gap {
        gap: 24px;
    }

}

.margin-bottom-40 {
    margin-bottom: 40px;
}

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



/* End Featured In */

/* CSS for Preview style carousel */
.preview-carousel-section {
    padding-left: 0;
    padding-right: 0;
}

.main__section--fluid>.preview-carousel-section .main__section--wrapper-container {
    padding-left: 0;
    padding-right: 0;
}

.cmp-carousel__body__prev-next-preview .carousel-item {
    height: auto;
}

/* new tag in preview carousel */
.cmp-carousel__body__prev-next-preview .carousel_item .cmp-flexcard .cmp-flexcard__body .newTag {
    width: 5%;
    background-color: #FFA63B;
}

@media (max-width: 568px) {
    .cmp-carousel__body__prev-next-preview .carousel_item .cmp-flexcard .cmp-flexcard__body .newTag {
        width: 10%;
    }
}

.carousel-above-section {
    color: #000000;
    text-align: center;

    /* Strong/H5 */
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
}

@media screen and (max-width:767px) {
    .carousel-above-section {
        font-style: normal;
        font-weight: 600;
    }
}

/* CSS for Footer */

.footer-card__section {
    padding: 1rem 0 !important;
}

.footer-card__section .card.cmp-card {
    min-width: unset
}

.softBlack {
    color: #383434;
}


.footer-card__section .cmp-card.card {
    max-width: fit-content;
}

.footer-logo p {
    color: #383434;
    font-size: 15.316px;
    width: 205px;
    line-height: 21.88px;
    /* 142.857% */
}

.footer-product-section,
.footer-resourse-section,
.footer-about-section,
.footer-support-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-product-section,
.footer-resourse-section {
    gap: 19.692px;
}

.footer-about-section,
.footer-support-section {
    gap: 17.504px;
}

.footer-section-heading {
    margin-bottom: 0;
    margin-top: 4px;
    font-family: Poppins;
    font-size: 17.504px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.256px;
    /* 150% */
}

.footer-section-links {
    color: #383434;
    font-feature-settings: 'clig'off, 'liga'off;
    font-family: Poppins;
    font-size: 15.316px;
    font-style: normal;
    font-weight: 400;
}

.product-section-link {
    line-height: 37.743px;
    /* 246.429% */
}

.resource-section-link,
.support-section-link,
.about-section-link {
    line-height: 30.632px;
    /* 246.429% */
}

.logo-image-container img {
    padding: 0px 28.539px 28.539px 0px;
    min-width: 198px;
    margin-left: -12px;
}

@media (max-width:1300px) {
    .footer-logo p {
        width: 215px;
    }
}

.line-height-20 {
    line-height: 20px;
}

ul.social.footer-social {
    padding-top: 1.9rem;
    margin-bottom: 28px;
}

ul.social.footer-social li {
    margin-right: 17.5px
}

ul.social.footer-social li:last-child {
    margin-right: 0px;
}

.footer-copyright-section {
    padding-top: 10px !important;
}

/* Hero Section Custom needed CSS */
.see-offer-details {
    margin-top: 73px;

}

@media (max-width:575.98px) {
    .see-offer-details {
        margin-top: 28px;
    }
}

/* Protection guarantee section - mobile view CSS */

.protection-gaurantee-card .cmp-card__img {
    padding: 20px 0px !important;
}

.protection-gurantee-card-mg {
    padding: 1em !important;
}

.protection-gaurantee-card .cmp-card__body {
    padding: 0rem !important;
}

.protection-gaurantee-card .cmp-card__img img {
    width: 100px !important;
    height: 100px !important;
}

@media (max-width:575.98px) {

    .protection-gaurantee-card {
        display: flex;
        align-items: flex-start;
    }

    .protection-gurantee-card-mg {
        margin: 0px !important;
        padding: 0px !important;
    }

    .protection-gaurantee-card .cmp-card__img {
        padding: 0px 20px 0px 0px !important;
    }

    .protection-gaurantee-card .cmp-card__img img {
        width: 45px !important;
        height: 45px !important;
    }

    /* .protection-gaurantee-card .cmp-card__img {
        padding: 0px;
    } */

    /* .protection-gaurantee-card .cmp-card__body {
        padding-top: 0.7rem;
    } */

    .protection-gaurantee-card .cmp-card__body .subhead-2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

/* Auto height and width for flexcard images */
.carousel-item .carousel-style-system div.cmp-flexcard__img img {
    height: auto !important;
    width: auto !important;
}


/* EF specific cards */
.cmp-experiencefragment__variations .card__container--type {
    min-height: auto !important;
    padding-bottom: 0;
}

.cmp-experiencefragment__variations .card__container--type .cmp-card {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.cmp-experiencefragment__variations .card__container--type .cmp-card .cmp-card__body {
    padding-bottom: 0 !important;
    padding-right: 3px;
}

.cmp-experiencefragment__variations .card__container--type .cmp-card .cmp-card__body .cmp-text p:last-child {
    margin-bottom: 0;
}

.cmp-experiencefragment__variations .card__container--type .card {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width:575.98px) {
    .cmp-experiencefragment__variations .card__container--type .cmp-card:not(:last-child) {
        padding-bottom: 1rem;
        margin-bottom: 2rem !important;
    }
}

.sem-faq-margin {
    margin: 30px 0px 0px 0px;
}

.sem-faq-margin .display-heading-below .cmp-accordion__title.cmp-accordion__title--section {
    padding-bottom: 0 !important;
}

@media (max-width:568px) {
    .sem-faq-margin {
        margin: 23px 0px 0px 0px;
        padding-bottom: 0 !important;
    }
}

.faq-margin {
    margin-left: 110px;
    margin-right: 110px;
}

@media (max-width:568px) {
    .faq-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.article-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    max-width: 378px;
    min-width: 100%;
    margin: 0;
}

@media (min-width:688px) {
    .article-section-container .main__section--wrapper-container {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding: 16px 0px 0px 0px !important;
        gap: 64px;
    }
}

@media only screen and (min-width:688px) and (max-width:919px) {
    .article-section-container .card__container--type .cmp-card.card:last-child .article-card {
        min-width: 48%;
        width: 48%;
    }
}

.article-section-container .cmp-card__img {
    padding: 0 !important;
}

.article-section-container .cmp-card.card {
    margin: 0 !important;
}

.main__section--wrapper.main__section--color.main__section--color-default.main_section--no-strech.article-section-container {
    padding: 0 88px;
}

.article-section-container .cmp-card__body {
    padding: 0px;
}

.article-card img {
    width: 100%;
    height: auto;
}



.article-section-container .responsivegrid {
    width: 102.565%;
}

.article-section-container .artical-desktop-content p {
    color: #454545;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.article-section-container .artical-desktop-content p:last-child {
    margin-bottom: 0;
}

.article-section-container .content-visible-mobile p:first-child span {
    font-size: 12px !important;
}

.article-section-container .content-visible-mobile p:first-child {
    margin-bottom: 10.31px !important;
    padding-top: 16px;
}

.article-section-container .content-visible-mobile h2 {
    margin-bottom: 13.74px !important;
}

.article-section-container .artical-desktop-content h2 span {
    color: #000;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.4px;
}

.explore-article-desktop {
    display: flex;
    padding-top: 77px;
    justify-content: end;
    align-items: flex-start;
    gap: 12px;
}

.explore-article-desktop p {
    padding: 12px 20px;
    margin-bottom: 11px;
}

.article-section-container .card__container--type {
    gap: 32px;
}

.article-card .cmp-cardcontent p {
    margin-bottom: 8px;
    letter-spacing: -0.1px;
}

.article-card .cmp-cardcontent p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 688px) {
    .explore-article-desktop {
        display: none;
    }

    .article-section-container .content-visible-mobile {
        text-align: center;
    }

    .article-section-container .card__container--type {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

@media (min-width: 1441px) {
    .article-section-container .cmp-card__body.card-body {
        max-width: inherit;
    }

    .article-section-container .card__container--type {
        justify-content: space-between;
        width: 100%;
    }

    .article-card {
        align-items: center;
    }

    .article-section-container .card__container--type .cmp-card.card:last-child .article-card {
        align-items: end;
    }

    .article-section-container .card__container--type .cmp-card.card:first-child .article-card {
        align-items: start;
    }

    .article-section-container .responsivegrid {
        width: 100%;
    }
}

.footer-links-container {
    padding: 21.01px 0 !important;
}

.footer-nb .cmp-hr--color {
    border-top: 1px solid #A19C9C;
}

.logo-image-container {
    margin-bottom: 0;
}

@media (min-width:601px) {
    .footer-card__section .card__container--type {
        display: flex;
        width: 100%;
        min-height: 423.376px !important;
        align-items: flex-start;
        padding: 6px 0;
        margin: 0 !important;
    }

    .cmp__container_styles .main__section--wrapper-container {
        padding: 0 !important;
    }

    .footer-nb .section__container__col {
        padding: 0 13.1px;
    }

    .footer-nb {
        padding: 64px 79px 151.21px 79px !important;
    }
}

@media (max-width:600px) {
    .footer-nb {
        padding: 50px 17px !important;
        margin-top: 32px !important;
    }

    .footer-section-heading {
        margin-top: 0;
    }

    .footer-card__section .card__container--type {
        flex-direction: column !important;
        gap: 72px;
        display: flex;
    }

    .footer-card__section .card__container--type .card.cmp-card {
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer-product-section,
    .footer-resourse-section {
        gap: 18px;
    }

    .footer-about-section,
    .footer-support-section {
        gap: 16px;
    }

    .footer-links-container {
        padding: 64px 0 !important;
    }

    .footer-nb .main__section--wrapper-container:first-child {
        margin: 0 !important;
    }

    .product-section-link {
        line-height: 34.5px;
    }

    .resource-section-link,
    .support-section-link,
    .about-section-link {
        line-height: 28px;
    }

    .footer-section-links {
        margin-bottom: 0;
        font-size: 14px;
    }

    ul.social.footer-social {
        padding-top: 64px;
        margin-bottom: 32px;
    }

    .footer-copyright-section {
        padding-top: 16px !important;
    }

    .footer-nb .col.section__container__col,
    .footer-nb .cmp__container_styles {
        padding: 0 !important;
    }

    .footer-section-heading {
        font-size: 16px;
    }

    .logo-image-container img {
        padding: 0px 26.087px 26.087px 0px;
        margin-bottom: 0;
        margin-left: -8px;
    }

}


@media only screen and (min-width:601px) and (max-width:1279px) {
    .footer-card__section .card__container--type {
        gap: 10%;
    }

    .footer-card__section .cmp-card.card {
        min-width: 215px !important;
    }
}

@media (min-width:1280px) {
    .footer-card__section .card__container--type {
        gap: 50px;
    }
}

@media (min-width:1400px) {
    .footer-card__section .card__container--type {
        gap: 78px;
    }

    .footer-nb {
        padding: 64px 63.5px 151.833px 64.5px !important;
    }
}

.social-twitter-x::after {
    content: '';
    background-image: url(/content/dam/npcld/icons/twitter-x-icon.svg);
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    display: inline-block;
}

.homepage-carousel-header-p {
    margin: 32px 0px 40px 0px !important;
}

@media screen and (max-width:575.98px) {
    .homepage-carousel-header-p {
        margin: 63px 0px 20.5px 0px !important;
    }
}

.tooltip-close-icon::after {
    content: '';
    background-image: url(/content/dam/npcld/icons/close-icon.svg);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.background-gradient-direct {
    background: linear-gradient(354deg, #E9E8E7 -6.06%, #FFF 75.7%);
}

.background-gradient-direct .main__section--wrapper-container {
    background: none;
}

/* Direct pages background gradient to flexcard parent */
.background-gradient-direct .cmp-flexcard {
    background: linear-gradient(354deg, #E9E8E7 -6.06%, #FFF 75.7%) !important;
}

.social-plan-comparator {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.social-plan-cmp {
    margin-bottom: 70px;
}

.social-protection-guarantee {
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 0;
}

.social-faq-section {
    margin-top: 27.91px;
    padding-top: 30px;
    padding-bottom: 16px;
}


@media (max-width:768px) {
    .social-plan-comparator {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .social-plan-cmp {
        margin-top: 0px !important;
        margin-bottom: 23px !important;
    }

    .social-plan-cmp #planComparisionTitle {
        margin: 30px 0;
    }

    .data-breach-sction {
        padding: 2px !important;
    }

    .social-plan-cmp .cmp-tab__contentlist.tab-content {
        padding-top: 0;
    }

    .social-plan-cmp .cmp-tab__contentlist.tab-content #planComparision {
        margin-top: 30px;
        gap: 30px !important;
    }

    .social-protection-guarantee {
        padding: 7px 3px 16px 3px !important;
    }

    .social-protection-guarantee .col.section__container__col {
        padding: 0;
    }

    .social-faq-section .cmp-accordion__title__link p {
        margin-bottom: 4px;
    }
}

.mcf__final-price {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.mcf__msrp {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
}

.mcf__discount-amount {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .mcf__final-price {
        font-size: 28px;
        line-height: 36px;
    }

    .mcf__msrp {
        font-size: 20px;
        line-height: 32px;
    }

    .mcf__discount-amount {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

}

.removeMaxWidth {
    /* this class need to be added where main__section--default>.main_section--no-strech creating issue with max-width*/
    max-width: unset !important;
}

/* Product Compare dropdown min width */
#product-compare-dropdown-container .dropdown {
    min-width: 33.33%;
}

.cmp-productcomparison .btn.dropdown-toggle .btn-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2%;
}

@media (max-width: 576px) {
    #product-compare-dropdown-container .dropdown {
        min-width: 100%;
    }

    .cmp-productcomparison__dropdown-section .dropdown-container .dropdown button.dropdown-toggle:after {
        position: absolute;
        right: 5%;
        background: white
    }
}

@media (min-width: 577px) and (max-width: 1166px) {
    .cmp-productcomparison__dropdown-section .dropdown-container .dropdown button.dropdown-toggle:after {
        position: absolute;
        right: 15%;
        background: white
    }
}

@media (min-width: 1167px) {
    .cmp-productcomparison__dropdown-section .dropdown-container .dropdown button.dropdown-toggle:after {
        position: absolute;
        right: 3%;
        background: white
    }
}

@media (max-width: 576px) {
    .antivirus-hero-flex-card {
        text-align: center;
    }
}

/* STart Dynamic Plan Comp  gap between flex cards*/
.cmp-productcomparison .cmp-dynamic-table-container .cmp-flex-table .cmp-product-table td:not(:last-child) {
    padding-right: 9px !important;
}


/* End Dynamic Plan Comp  gap between flex cards*/

/* Globe icon hover state */
.navlinks #tnav10 .global-svg:hover {
    fill: #B42318;
}

/* Homepage protection guarantee section */
@media screen and (max-width: 586px) {

    .homepage-protection-guarantee-section .row.section__container__row,
    .whymcafee-protection-guarantee-section .row.section__container__row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .homepage-protection-guarantee-section .col.section__container__col,
    .whymcafee-protection-guarantee-section .col.section__container__col {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .homepage-getting-started hr.width-730 {
        width: calc(100% + 75px);
    }
}

@media screen and (max-width: 576px) {
    .homepage-getting-started .cmp-flexcard.card {
        gap: 35px;
    }

    .homepage-getting-started .cmp-flexcard__img,
    .homepage-getting-started .cmp-flexcard__body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .homepage-getting-started .cmp-flexcard.card .cmp-flexcard__body .margin-bottom-45 {
        margin-bottom: 35px;
    }

    .homepage-getting-started hr.brand-red-bright {
        margin-top: 30px;
        margin-bottom: 30px !important;
    }

    .homepage-getting-started hr.brand-red-bright:last-child {
        margin-bottom: 0 !important;
    }

    .mcafee-protection-guarantee-section.homepage-protection-guarantee-section {
        margin-top: 10px;
    }
}

/* Article Section Link states */
.mid-blue:hover {
    color: var(--core-mid-blue) !important;
    text-decoration: none !important;
}

.mid-blue:visited {
    color: #24318D !important;
}

.text-underline {
    text-decoration: underline;
}

/* MTP hero image BR */
.mtp-img-hero-border img {
    border-radius: 17.5px;
}

/* SEM Award section */
.sem-award-section {
    margin-top: 0;
    padding-bottom: 10px;
}

@media (max-width: 576px) {
    .sem-award-section {
        padding-bottom: 30px !important
    }

    .sem-award-flex {
        padding-bottom: 0 !important;
        padding-top: 30px !important;
    }

    .sem-award-flex .cmp-flexcard {
        margin-bottom: 0;
    }

    .sem-award-flex .cmp-flexcard .cmp-flexcard__img {
        padding-bottom: 0;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
    .mb-xl-20 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .antivirus-hero-section-text {
        margin-left: -10px !important;
        padding-right: 0 !important;

    }

    .antivirus-hero-section-text .antivirus-heading {
        min-width: 500px;
    }
}

@media screen and (min-width: 1300px) {
    .antivirus-hero-section-text {
        margin-left: 0px !important;
        padding-right: 90px !important;

    }

    .antivirus-hero-section-text .antivirus-heading {
        min-width: 570px;
    }

}

@media screen and (min-width: 1400px) {
    .antivirus-hero-section-text {
        padding-right: 131px !important;

    }

}

@media (max-width: 567px) {
    .text-mb-left {
        text-align: left !important;
    }
}

@media screen and (max-width: 577px) {
    .margin-bottom-43 {
        margin-bottom: 43px;
    }
}

/* FAQ section padding for mobile view */
@media (max-width: 567px) {
    .cmp-accordion--border-thin .cmp-accordion__container .cmp-accordion__content .cmp-accordionsection__container {
        padding-top: 20px !important;
        padding-bottom: 27px !important
    }

    .cmp-accordion--border-thin .cmp-accordion__container .cmp-accordion__content .cmp-accordionsection__container .cmp-accordion__container .cmp-accordion__content {
        padding-top: 6px;
    }

    .cmp-accordion--border-thin .cmp-accordion__container .cmp-accordion__content .cmp-accordionsection__container .cmp-accordion__container .cmp-accordion__content .cmp-text p:last-child {
        margin-bottom: 0 !important;
    }
}

.globe-align {
    position: relative;
    top: -1px;
}

/* Deep gray link states */
.deep-gray:hover {
    color: #454545 !important
}

/* To fix carousel awards gap */
@media (min-width: 577px) {
    #family-message-carousel, #indentity-theft-message-carousel {
        padding-top: 34px;
    }
}

@media (max-width: 576px) {
    .mobile-mb-10 {
        margin-bottom: 10px !important;
    }
}



.cmp-carousel.cmp-carousel__body__indicator-small-dots.cmp-carousel__body--auto-height:has(#affiliate-message-carousel),
.cmp-carousel.cmp-carousel__body__indicator-small-dots.cmp-carousel__body--auto-height:has(#social-carousel) {
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 50.35%);
}

.modal-open {
    width:unset!important;
}

@media (min-width: 768px) {
    .no-lazy img {
        -ms-transform: unset !important;
        -webkit-animation: unset !important;
        -webkit-transform: unset !important;
        animation: unset !important;
        opacity: unset !important;
        transform: unset !important;
    }
}

/** HomePage Fix  Hero and Carousel **/
div[data-instance="vue"] .homepage-carousel {
    height: 92vh !important
}

@media(max-width: 568px) {
    .homepage-carousel {
        height: 958px !important
    }
}

@media only screen and (min-width: 568px)and (max-width: 1300px) {
    .homepage-carousel .hero-data-container {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media only screen and (min-height: 400px)and (max-height: 700px) {
    .homepage-carousel .hero-data-container {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.homepage-carousel .carousel-item {
    height: 100%
}

.homepage-carousel .carousel-item .carousel-image {
    margin-top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom !important;
    object-position: right bottom !important
}

@media(min-width: 1500px) {
    .homepage-carousel .carousel-item .carousel-image {
        -o-object-position: 0px -214px !important;
        object-position: 0px -214px !important
    }
}

@media(max-width: 1280px) {
    .homepage-carousel .carousel-item .carousel-image {
        -o-object-position: 0px 0px !important;
        object-position: 0px 0px !important
    }
}

@media(max-width: 1050px) {
    .homepage-carousel .carousel-item .carousel-image {
        -o-object-position: 30% 100% !important;
        object-position: 30% 100% !important
    }
}

@media(max-width: 767px) {
    .homepage-carousel .carousel-item .carousel-image+img {
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 30%;
        object-position: 30%;
    }
}

@media(max-width: 568px) {
    .root .header-text-container {
        height: auto;
        padding: 1rem
    }

    .root .header-text-container .header-text {
        width: 100%;
        max-width: 100%;
        height: auto;
        line-height: 1.5
    }

    .hero-data-container h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.root .accordion.accordian-carousel .button-styles:not(.collapsed)>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.root .carousel-tabs button h3 {
    font-size: 18px !important
}

@media(max-width: 768px) {
    #planComparision {
        padding: 1rem !important
    }

    #carousel_1287193846-responsivegrid img {
        width: 100%
    }

    #carousel_1287193846-responsivegrid .carousel-item {
        max-width: 90%;
        margin: 0 auto !important
    }

    #carousel_1287193846-responsivegrid .cmp-carousel__body__carousel-item.carousel-slideitm .carousel-item {
        width: 100%;
        opacity: 1
    }

    #carousel_1287193846-responsivegrid .cmp-carousel__body__carousel-item .carousel-item div {
        width: 100% !important
    }
}
/** Protection Page **/
.see_offer__mobile{display:none}@media(max-width: 1262px){.see_offer__mobile{display:block;text-align:center}.see_offer__mobile .see-offer-details{margin-top:0}}@media(max-width: 600px){.hero-flex-card .cmp-cardcontent h2{font-size:24px}}.hero-flex-card .see-offer-details{margin-top:0}@media(max-width: 1262px){.hero-flex-card .see-offer-details{display:none}}@media(max-width: 600px){.hero-flex-card .cmp-flexcard__body__container .image-container .slider{margin-top:4rem}.hero-flex-card .cmp-flexcard__body__container .image-container .slider [class*=img]:nth-child(2){width:228px;height:305px}}@media(min-width: 768px)and (max-width: 1262px){.hero-flex-card .cmp-flexcard__body__container .image-container{height:400px}.hero-flex-card .cmp-flexcard__body__container .image-container .slider{height:400px;-webkit-transform:scale(1.5);transform:scale(1.5)}}@media(max-width: 1140px){.plan-cmp-md-border .container{width:100%}}@media(max-width: 768px){.cmp-tab__content .cmp-tab__contentlist.tab-content .card{width:100%}}@media(max-width: 768px){.award-winning{margin-bottom:0 !important}.award-winning+div{display:none}#additionalPlan .card,#planComparision .card{width:100%;max-width:512px}.cmp-tab__contentlist{padding-top:0}.coverage{width:100%}}.cmp-table tbody:nth-of-type(even) tr,table tbody tr:nth-of-type(even){background-color:#fff !important}.plan-cmp-card-body{padding-left:0;padding-right:0}@media(max-width: 576px){.subhead-1{font-size:18px;line-height:24px;font-weight:300;margin-bottom:2rem}}@media screen and (max-width: 480px){#planComparision .card-table td{font-size:1rem}}#additionalPlan td{padding:22px 0px 0px 0px}.article-section-container .content-visible-mobile h2 span{font-size:2rem}.article-card .cmp-cardcontent p{font-size:1rem}@media(max-width: 576px){.body-3{font-size:14px;line-height:20px}}.article-card .subhead-2{font-size:1.3rem !important;font-weight:500 !important}.mcafee__fdr__desc{font-size:1rem}.article-section-container .cmp-card__img img{-o-object-fit:cover;object-fit:cover}.hero-flex-card{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-flex-card .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1{margin-left:0 !important} .full-w-section>.main__section--wrapper-container {padding-right: 0 !important; padding-left: 0 !important; }

/*
    Index Page Fixes
*/
.cmp-htmlcontentfragment__default .mcafee__fullWidth__partialView__carousel{padding-top:0}@media(max-width: 568px){div[data-instance=vue] .homepage-carousel{height:958px !important}.homepage-protection-guarantee-section{margin-top:0 !important}.homepage-getting-started{margin-top:0 !important}.homepage-getting-started .cmp-image{width:100%;overflow:hidden}.homepage-getting-started .cmp-image img{-webkit-transform:translate(-3%, 35%) scale(1.8);transform:translate(-3%, 35%) scale(1.8);-o-object-position:top;object-position:top}.homepage-getting-started .cmp-flexcard__body__text .subhead-2+.d-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.6rem}.homepage-getting-started .cmp-flexcard__body__text .subhead-2+.d-flex .content-visible-desktop{display:block}}

/* HotFix */
.macfee___emailer__policy{font-size:.9rem;font-style:italic;margin-top:.4rem;margin-bottom:.6rem;font-weight:300}.cmp-carousel__body__indicator-small-dots .cmp-carousel__main .carousel_item .cmp-flexcard{background:rgba(0,0,0,0)}#indentity-theft-message-carousel{max-width:1380px;width:100%;margin:auto}.cmp-carousel.cmp-carousel__body__indicator-small-dots.cmp-carousel__body--auto-height.aem-GridColumn.aem-GridColumn--default--12{width:100%;background:-webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(50.35%, #FFF));background:linear-gradient(180deg, #F5F5F5 0%, #FFF 50.35%)}.faq-margin h3{font-size:40px}.see_offer__mobile .see-offer-details{text-align:left}.plan-cmp-link{color:var(--core-mid-blue, #4258FF);text-decoration:underline;cursor:pointer;background-color:#fff;border:0px;font-weight:600}.article-section-container{padding-left:1rem !important;padding-right:1rem !important}@media(max-width: 600px){.coverage div{font-size:1.3rem;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:300px;gap:1.4rem}.coverage div img{width:60px;height:60px}.article-section-container{padding-left:0 !important;padding-right:0 !important}.explore-article-mobile .text-left{text-align:center !important}}@media(max-width: 600px){.hero-flex-card .cmp-flexcard__body__container .image-container .slider{margin-top:0rem}}

.plan-cmp-md-border .tabgroup{gap:.3rem}.plan-cmp-md-border .tabgroup-btn:hover{background-color:#fcfcfc;-webkit-box-shadow:unset;box-shadow:unset;font-weight:400}.plan-cmp-md-border .tabgroup-btn.active{font-weight:600;-webkit-box-shadow:unset;box-shadow:unset}.plan-cmp-md-border .tabgroup-btn.active:hover{font-weight:600;background-color:#fff}

/* CTA color fixes */
.cta--primary {
    background-color: var(--brand-dark-red) !important
}
.cta--primary:hover {
    background-color: #C01818 !important;
}
.cta--primary:focus {
    background-color: #871212 !important;
}
.cta-secondary {
    background-color: #FFFFFF !important;
}
.cta-secondary:hover {
    background-color: #F2F2F2 !important;
}
.cta-secondary:focus {
    background-color: #E8E8E8 !important;
}

a.font-color-mid-blue {
    color: var(--core-mid-blue) !important;
    text-decoration: underline;
}

.font-color-mid-blue:hover {
    color: var(--core-mid-blue) !important;
    text-decoration: none !important;
}

.font-color-mid-blue:focus {
    color: #24318D !important;
}

.plan-cmp-link:hover {
    color: var(--core-mid-blue) !important;
    text-decoration: none !important;
}

.plan-cmp-link:focus {
    color: #24318D !important;
}

/* header tag styling fixes */
@media (min-width: 993px) { 
    .product-page-header {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
    }
}
@media (min-width: 577px) and (max-width: 992px) {
    .product-page-header {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }
}
@media (max-width: 576px) {
    .product-page-header {
        font-size: 32px !important;
        line-height: 40px !important;
        font-weight: 600 !important;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 16px/1 Font Awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}