@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');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
body .wrapper.bg-black .header ul.navicons li ul {
  right: -320px
}

body {
  padding-top: 74px;
  color: #333;
  letter-spacing: .015em
}

a:hover {
  color: #ea1010;
  text-decoration: none
}

hr {
  margin-top: .5rem;
  margin-bottom: .5rem
}

h1 {
  font-size: 2.625rem
}

.price-fallback-font {
  font-family: "Open Sans", sans-serif !important;
}

.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
}

.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
}

.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
}

.cmp-text p:last-child {
  margin-bottom: 1rem
}

.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"
}

.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%
  }
}

@media(max-width:768px) {
  .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(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,
  h1 {
    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
}

@media(max-height:768px) and (min-width:992px) {
  .main__section--image.gradient {
    min-height: 100vh
  }
}

.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 i {
  padding-right: .625rem;
  color: #939599;
  font-size: .875rem;
  font-weight: 500
}

.cmp-collapse a:hover,
.cmp-collapse a:not([href]):hover {
  color: #ea1010
}

.cmp-collapse__content {
  padding-left: 1.375rem
}

.cmp-collapse__container {
  padding: .9375rem 1.5rem 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__title>a[aria-expanded=true]:after {
  content: "\f068";
  transform: none
}

.cmp-accordion__title>a:after {
  content: "\f067";
  font-family: 'Font Awesome';
  position: absolute;
  font-size: 1rem;
  left: 0;
  right: auto;
  top: 2.4rem;
  margin-top: -1.95rem;
  color: #939599
}

.cmp-accordion .cmp-accordion__title__link {
  padding-left: 2rem
}

.cmp-accordion__content {
  padding: 0 2rem 0 3.3rem
}

.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:1024px) {
  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
}

.item {
  transition-property: opacity
}

.active.left,
.active.right,
.item {
  opacity: 0
}

.active,
.next.left,
.prev.right {
  opacity: 1
}

.active.left,
.active.right,
.next,
.prev {
  left: 0;
  transform: translate3d(0, 0, 0)
}

.carousel,
.carousel-inner,
.carousel-inner .item,
body,
html {
  height: 100%
}

.item:nth-child(1) {
  background: #74c390
}

.item:nth-child(2) {
  background: #51bce8
}

.item:nth-child(3) {
  background: #e46653
}

#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
  }

  .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 screen and (min-width:900px) {
  .carousel-item: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%)
  }

  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
}

.offer-terms {
  scroll-margin-top: 150px;
}

.cmp-footer .cmp-collapse__container {
  padding-left: 0
}

.cmp-footer .collapse_content li {
  padding-bottom: 2rem;
  line-height: 1.5;
  margin-left: -1.2rem;
  cursor: default
}

.cmp-footer a span:hover {
  color: #ea1010 !important;
  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
}

.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:767px) {
  .header .subnavlinks .navHdr {
    font-size: 18px
  }
}

@media screen and (max-width:1024px) {
  .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:1024px) {
  .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
}

.modal-open .hamburger-btn span,
.nav-active .hamburger-btn span,
.nav-open .hamburger-btn span {
  opacity: 0
}

.modal-open .hamburger-btn span:first-child,
.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) {

  .modal-open .hamburger-btn span:first-child,
  .nav-active .hamburger-btn span:first-child,
  .nav-open .hamburger-btn span:first-child {
    margin: -1px 0 0 -11px
  }
}

.modal-open .hamburger-btn span:last-child,
.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) {

  .modal-open .hamburger-btn span:last-child,
  .nav-active .hamburger-btn span:last-child,
  .nav-open .hamburger-btn span:last-child {
    margin: -1px 0 0 -11px
  }
}

.modal-open .hamburger-btn:hover span:first-child,
.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)
}

.modal-open .hamburger-btn:hover span:last-child,
.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:after,
.header .navbarContainer:before {
  display: table-cell;
  content: "";
  background: rgba(0, 0, 0);
  transition: background-color .8s ease
}

.header .navbarContent {
  display: table-cell
}

.navbarContent .navlinks li .subnavContainer {
  visibility: hidden;
}
.navbarContent .navlinks li.open .subnavContainer {
  visibility: visible;
}


.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:1024px) {

  .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:1024px) {
  .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:1024px) {

  .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:767px) {
  .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 0
  }

  .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:1024px) {
  .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
  }
}

@media screen and (min-width:1024px) {
  .header ul.navicons li a:hover {
    /* opacity: .75*/
  }
}

.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 .dropdown .dropdown-menu,
.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:1024px) {
  .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: 96px !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: 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:1024px) {
  .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:1024px) {

  .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/en-us/test-assets/header-redesign/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)
}

.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
}

.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:1024px) {
  .header ul.subnavlinks {
    margin-top: 15px
  }

  .dropdown-toggle:after {
    content: '';
    background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/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:1025px) {
  .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:1025px) and (min-height:575px) {
  .navicons .dropdown-menu.show li {
    padding: 9px
  }
}

@media screen and (min-width:1025px) 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;
  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:1024px) 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:1024px) 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:1024px) {
  .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:1024px) {
  .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:1024px) 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:1024px) {
  .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
  }
}

/***************NEW COMBINED CSS FROM organic-site-cam22.css**********/
body {
  font-family: 'Poppins' !important;
  padding-top: 74px;
  color: #333;
  letter-spacing: .015em
}

a:hover {
  color: #ea1010;
  text-decoration: none
}

hr {
  margin-top: .5rem;
  margin-bottom: .5rem
}

h1 {
  font-size: 2.625rem
}

.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
}

.font-color-mcafee-red, .cmp-btn--secondary a:not([href]), .cmp-btn--secondary-trans a:not([href]), html .slider-tabs .tab:hover, .cmp-a.text-btn:hover, .cmp-btn--primary .cmp-a.text-btn:hover, .article .card a: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
}

.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
}

.cmp-text p:last-child {
  margin-bottom: 1rem
}

.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"
}

.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%
  }
}

@media(max-width:768px) {
  .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(min-width:576px) {
  .card-deck .card, .main__section--card-deck>.main__section--wrapper>.main__section--wrapper-container>.card__container--type .card, .main__section--card-deck>.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, h1 {
    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
}

@media(max-height:768px) and (min-width:992px) {
  .main__section--image.gradient {
    min-height: 100vh
  }
}

.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%, rgba(0, 0, 0, 1) 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, 0.125)
}

.cmp-card.cmp-card--badge-box-primary {
  border-color: rgba(0, 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 i {
  padding-right: .625rem;
  color: #939599;
  font-size: .875rem;
  font-weight: 500
}

.cmp-collapse a:hover, .cmp-collapse a:not([href]):hover {
  color: #ea1010
}

.cmp-collapse__content {
  padding-left: 1.375rem
}

.cmp-collapse__container {
  padding: .9375rem 1.5rem 0
}

.cmp-footer .cmp-collapse__title__collapseLabel>p, .cmp-footer .cmp-collapse__title__expandLabel>p, .card-deck.zitouna .cmp-collapse__title__collapseLabel>p, .card-deck.zitouna .cmp-collapse__title__expandLabel>p {
  display: flex;
  align-items: baseline
}

.cmp-accordion__title>a[aria-expanded="true"]:after {
  content: "\f068";
  transform: none
}

.cmp-accordion__title>a:after {
  content: "\f067";
  font-family: 'Font Awesome';
  position: absolute;
  font-size: 1rem;
  left: 0;
  right: auto;
  top: 2.4rem;
  margin-top: -1.95rem;
  color: #939599
}

.cmp-accordion .cmp-accordion__title__link {
  padding-left: 2rem
}

.cmp-accordion__content {
  padding: 0 2rem 0 3.3rem
}

.cmp-accordion button {
  background: none !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(0rem)
  }

  0% {
    transform: translateY(-3rem)
  }
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media(max-width:1024px) {
  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
}

.item {
  transition-property: opacity
}

.active.left, .active.right, .item {
  opacity: 0
}

.active, .next.left, .prev.right {
  opacity: 1
}

.active.left, .active.right, .next, .prev {
  left: 0;
  transform: translate3d(0, 0, 0)
}

.carousel, .carousel-inner, .carousel-inner .item, body, html {
  height: 100%
}

.item:nth-child(1) {
  background: #74c390
}

.item:nth-child(2) {
  background: #51bce8
}

.item:nth-child(3) {
  background: #e46653
}

#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: transparent;
  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-lg-4, html body .carousel-item .col {
    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
  }

  html body .desktop-only, html .desktop-only, .xs-no-disp {
    display: none
  }

  .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: none !important
  }

  html .slider .devices {
    display: block;
    margin-top: 20px
  }

  html .buttons, html .apps {
    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 screen and (min-width:900px) {
  .carousel-item: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%, rgba(0, 0, 0, 1) 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: #f00
}

.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 {
  padding-bottom: 2rem;
  line-height: 1.5;
  margin-left: -1.2rem;
  cursor: default
}

.cmp-footer a span:hover {
  color: #ea1010 !important;
  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
}

.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 .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: #fff
}

.wrapper.bg-black .header ul.navlinks li.dropdown.open, .wrapper.bg-black .header ul.navicons 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:767px) {
  .header .subnavlinks .navHdr {
    font-size: 18px
  }
}

@media screen and (max-width:1024px) {
  .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 .dropup, .header .dropdown {
  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, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}

.header .dropdown-menu>li>a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap
}

.header .dropdown-menu>li>a:hover, .header .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.header .dropdown-menu>.active>a, .header .dropdown-menu>.active>a:hover, .header .dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0
}

.header .dropdown-menu>.disabled>a:hover, .header .dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  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:before, .header:after {
  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:1024px) {
  .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-open .hamburger-btn span, .modal-open .hamburger-btn span, .nav-active .hamburger-btn span {
  opacity: 0
}

.nav-open .hamburger-btn span:first-child, .modal-open .hamburger-btn span:first-child, .nav-active .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-open .hamburger-btn span:first-child, .modal-open .hamburger-btn span:first-child, .nav-active .hamburger-btn span:first-child {
    margin: -1px 0 0 -11px
  }
}

.nav-open .hamburger-btn span:last-child, .modal-open .hamburger-btn span:last-child, .nav-active .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-open .hamburger-btn span:last-child, .modal-open .hamburger-btn span:last-child, .nav-active .hamburger-btn span:last-child {
    margin: -1px 0 0 -11px
  }
}

.nav-open .hamburger-btn:hover span:first-child, .modal-open .hamburger-btn:hover span:first-child, .nav-active .hamburger-btn:hover span:first-child {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.nav-open .hamburger-btn:hover span:last-child, .modal-open .hamburger-btn:hover span:last-child, .nav-active .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:before, .header .navbarContainer:after {
  display: table-cell;
  content: "";
  background: rgba(0, 0, 0);
  transition: background-color .8s ease
}

.header .navbarContent {
  display: table-cell
}

.header .header-wrap {
  background: #000
}

.off-canvas .header .navbarContainer:before, .off-canvas .header .navbarContainer:after, .off-canvas .header .header-wrap {
  background: rgba(0, 0, 0, 0.9)
}

.header .navbarContent {
  width: 1500px
}

@media screen and (max-width:1024px) {
  .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:hover, .header .dropdown-menu>li>a:focus {
  color: #FF1C1C;
  background: 0
}

.header .dropdown-menu>.active>a, .header .dropdown-menu>.active>a:hover, .header .dropdown-menu>.active>a:focus {
  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:1024px) {
  .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:1198.99px) {
  .header ul.navlinks li a, .header ul.navlinks li a:visited {
    margin: 19px 15px 24px
  }
}

@media screen and (max-width:1024px) {
  .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 ul.navlinks, .header.form-open .navicons a {
  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:767px) {
  .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 0
  }

  .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:1024px) {
  .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 .navbarContent {
  display: block;
}

.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.dropup, .header .tnav-item.dropdown {
  position: static
}

.header .tnav-item.dropup, .header .tnav-item.dropdown {
  margin-top: -4px
}

.header .open .dropdown-menu {
  margin-top: 1px
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .header .open .dropdown-menu {
    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, 0.98), rgba(255, 255, 255, 1));
  background-color: inherit
}

.header .dropdown .dropdown-menu, .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:1024px) {
  .header ul.navlinks .dropdown .dropdown-menu {
    height: 0;
    padding: 0
  }

  .header ul.navlinks .open .dropdown-menu {
    height: auto;
    padding: 60px 25px;
    transform: translate3d(0px, 3px, 0px) !important;
    top: 96px !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: 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:1024px) {
  .wrapper .header .dropdown-menu>li>a {
    padding: 5px 10px 5px 0 !important
  }

  .header .navbarContainer:before, .header .navbarContainer:after, .header ul.navlinks, .header ul.navicons li.dropdown, .header .dropdown .dropdown-menu {
    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.navlinks, .nav-open .header ul.navicons {
    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:before, .header .dropdown-toggle:after {
    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.navlinks li.open a.nav:before, .nav-open .header ul.navicons li.open a.dropdown-toggle: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.navlinks li.open a.dropdown-toggle, .nav-open .header ul.navicons 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.50rem;
      left: 34rem
    }

    .nav-open .header ul.navlinks {
      padding: 9px 0
    }
  }

  .nav-open .header ul.navicons li.dropdown {
    display: block
  }

  .nav-open .header ul.navicons li a.icon-acct, .nav-open .header ul.navicons li a.icon-account, .nav-open .header ul.navicons li a.icon-contact, .nav-open .header ul.navicons li a.icon-globe, .header ul.navicons li a.entlink {
    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-acct, .nav-open .header ul.navicons li:hover a.icon-account, .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 .subnavContainer.dropdown-menu, .header .dropdown.open ul.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, 0px) !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-user, .header .fa-globe, 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: -0.70rem
}

#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: -0.70rem
}

@media(max-width:991.98px) {
  #myCarouselSlider>a>i.right, #myCarouselSlider>a>i.left {
    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, 0.6);
  z-index: 1;
  opacity: .8;
  border-radius: 6px
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff
}

.youtube img, .youtube .play-button {
  cursor: pointer
}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
  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:before, .vpn-deal1 .badge-category:after {
  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
}

.sk-sk .header .navicons, .cs-cz .header .navicons {
  width: 135px
}

.ru-ru .select-styled select {
  width: auto;
  padding: 0 28px 0 12px
}

.ru-ru .header .navlinks, .it-it .header .navlinks {
  margin: 0 65px 0 50px
}

.pl-pl .header .navlinks {
  margin: 0 20px 0 55px
}

@media(max-width:1200px) and (min-width:576px) {
  .sk-sk .cmp-tab__title__link *, .cs-cz .cmp-tab__title, .de-ch .cmp-tab__title, .ru-ru .cmp-tab__title {
    font-size: .875rem
  }
}

@media(max-width:1240px) and (min-width:1080px) {
  .fi-fi .cmp-tab__title__link *, .da-dk .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
  }

  .fi-fi .cmp-tab__tablist, .da-dk .cmp-tab__tablist, .de-ch .cmp-tab__tablist {
    align-items: flex-start;
    flex-direction: column
  }

  .fi-fi .cmp-tab__title, .da-dk .cmp-tab__title, .de-ch .cmp-tab__title {
    flex-basis: auto
  }
}

@media screen and (max-width:920px) {
  .hu-hu .cmp-tab__tablist, .el-gr .cmp-tab__tablist, .fr-ch .cmp-tab__tablist, .nb-no .cmp-tab__tablist, .ru-ru .cmp-tab__tablist {
    align-items: flex-start;
    flex-direction: column
  }

  .hu-hu .cmp-tab__title, .el-gr .cmp-tab__title, .fr-ch .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, .hr-hr .header .navlinks>li>a, .es-pa .header .navlinks>li>a {
    margin: 19px 28px 24px
  }

  .hu-hu .header .navlinks>li>a {
    margin: 19px 13px 24px
  }

  .nb-no .header .navlinks>li>a, .fr-ch .header .navlinks>li>a, .nb-no .header .navlinks>li>a, .de-ch .header .navlinks>li>a, .it-it .header .navlinks>li>a {
    margin: 19px 23px 24px
  }

  .pl-pl .header .navlinks>li>a, .hu-hu .header .navlinks>li>a, .pt-pt .header .navlinks>li>a {
    font-size: 14px;
    margin: 20px 25px 25px
  }

  .ru-ru .header .navlinks>li>a, .nl-nl .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:1024px) {
  .el-gr .header .navlinks>li>a, .nb-no .header .navlinks>li>a, .de-ch .header .navlinks>li>a, .es-pa .header .navlinks>li>a {
    font-size: 14px
  }

  .nb-no .header .navlinks>li>a, .fr-ch .header .navlinks>li>a, .hr-hr .header .navlinks>li>a {
    font-size: 14px;
    margin: 19px 16px 24px
  }

  .pl-pl .header .navlinks>li>a {
    font-size: 14px;
    margin: 19px 9px 24px
  }

  .pt-pt .header .navlinks>li>a, .sk-sk .header .navlinks>li>a, .hu-hu .header .navlinks>li>a, .it-it .header .navlinks>li>a {
    font-size: 14px;
    margin: 19px 13px 24px
  }

  .ru-ru .header .navlinks>li>a, .nl-nl .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
}

a.nav.dropdown-toggle:after, .header ul.navicons .dropdown-toggle:after {
  content: '';
  background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/nav-arrow.svg);
  height: 5px;
  width: 7px;
  background-repeat: no-repeat;
  display: inline-block
}

.open a.nav.dropdown-toggle:after, .header ul.navicons .open .dropdown-toggle:after {
  transform: rotate(180deg)
}

.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
}

.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: none
}

#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:1024px) {
  .header ul.subnavlinks {
    margin-top: 15px
  }

  .dropdown-toggle:after {
    content: '';
    background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/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:1025px) {
  .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:1025px) and (min-height:575px) {
  .navicons .dropdown-menu.show li {
    padding: 9px
  }
}

@media screen and (min-width:1025px) 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
  }
}

/* Cyber Awareness Index Hero */

.cam-pencil-banner {
  background: linear-gradient(90.08deg, #FF3838 37.62%, #C90063 84.8%);
}

.cam-pencil-banner:hover {
  text-decoration: underline;
  cursor: pointer;
}

.original-hero {
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  opacity: 1;
}

.transitioning-src {
  transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  opacity: 0.75;
}

#cam-hero {
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  background-color: #c7cdcf;
}

.original-hero {
  background-image: url(/content/dam/npcld/ecommerce/en-us/banners/cam-home-1.jpg);
}

.split-top {
  margin-bottom: auto
}

#cam-hero .button-row .btn-light {
  color: #000;
  opacity: .9;
  border: 1px solid #000
}

#cam-hero .button-row .btn {
  font-weight: 700;
  border-radius: 40px;
  min-width: 200px;
}

#cam-hero .button-row .btn:hover {
  opacity: 1
}

#cam-hero hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#default-cam-hero-content, #atp-hero-content, #retention-hero-content {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  margin-top: 8%;
  margin-bottom: 20%;
  margin-right: 20%;
  margin-left: 20%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-right: 7% !important;
  padding-left: 7% !important;
}

#cam-mobile-index-os {
  display: none;
}

@media(max-width:992px) {
  #default-cam-hero-content, #atp-hero-content, #retention-hero-content {
    margin-right: 6%;
    margin-left: 6%;
    min-height: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-top: 6%;
  }

  #hero-title {
    line-height: 1.2 !important;
    font-size: 36px !important;

  }

  #hero-copy, #hero-price {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400 !important;
  }

  .button-row {
    margin-bottom: 0 !important;
    bottom: 0 !important;
  }

  #cam-hero .button-row .btn {
    min-width: 125px;
  }

  #cam-hero .flex-column {
    flex-direction: row !important;
    margin-top: 15px;
  }

  #cam-hero {
    min-height: 0;
    background: #fdf9f6;
  }

  .original-hero {
    background-image: none !important;
  }

  #cam-mobile-index-os {
    display: flex;
  }

  #cam-hero .btn-light {
    background-color: #fdf9f7;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 500 !important;
  }
}

@media(max-width:665px) {
  #cam-mobile-index-os {
    display: flex;
    margin-top: -8%;
    margin-bottom: 8%;
  }
}

.button-row {
  margin-bottom: 5%;
  bottom: 40px;
}

.btn-primary {
  color: #fff;
  background-color: #ea1010 !important;
  border-color: #ea1010 !important;
}

@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-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #454545;
  padding-left: 0px !important;
}

#title-protect {
  color: #FF1C1C !important;
  font-weight: 600;
  background: linear-gradient(90.08deg, #FF3838 37.62%, #C90063 84.8%);
  background: -webkit-linear-gradient(90.08deg, #FF3838 37.62%, #C90063 84.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hero-copy:after {
  top: auto;
  bottom: 0;
  left: 50%
}

#hero-copy, #hero-price {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px;
  color: #333333;
}

#hero-price {
  padding-top: 0;
  font-size: 24px;
  padding: 0;
  font-weight: 600
}

@media only screen and (device-width:428px) and (device-height:926px) and (-webkit-device-pixel-ratio:3) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }

  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }

  #cam-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 #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }

  #cam-hero .container {
    padding: 0 0 120px !important
  }
}

.btn-primary {
  background-color: #ea1010 !important
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .split-bottom {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 50px
  }
}

@media only screen and (device-width:768px) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@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:1024px) {
  .hero-large-container {
    display: none
  }
}

@media only screen and (max-width:900px) and (orientation:landscape) and (hover:none) and (pointer:coarse) {
  .split-top {
    margin-bottom: unset
  }

  .split-bottom {
    margin-bottom: auto
  }

  .split-bottom .d-lg-none {
    flex-direction: row !important;
    align-items: baseline
  }

  #cam-hero .button-row .btn {
    width: 210px;
    display: inline-block
  }
}

/* Cyber Awareness Store Page Heroes */

.cam-pdp-hero-content {
  font-family: 'Poppins', sans-serif !important;
}

.cam-pdp-hero-content h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}

.cam-pdp-offer-section {
  background: linear-gradient(90deg, #4649D4 5.15%, #723299 29.17%, #8A2A7B 44.42%, #B1214D 60.55%, #DB191D 101.4%, #C4C4C4 106.3%);
  border-radius: 30px;
  min-width: 52vw;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif !important;
}

.cam-pdp-offer-section .cmp-btn {
  margin: 0;
}

.cam-pdp-select select {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  width: auto;
  height: 50px;
  padding-left: 20px;
  margin-right: 35px;
}

.cam-pdp-dropdown:after {
  margin-right: 20px;
  font-size: 18px;
}

.cam-pdp-buynow {
  background: #FFFFFF !important;
  border-radius: 100px !important;
  border-color: #FFFFFF !important;
  color: #660045 !important;
  font-family: 'Poppins', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  min-width: 9rem !important;
  font-size: 16px !important;
  margin-left: -20px;
}

.cam-pdp-cta-section {
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .cam-pdp-hero {
    background-color: #fff;
  }

  .hero-content td:first-child {
    display: none;
  }

  .hero-content td:nth-child(2) span {
    font-size: 33px !important;
  }

  .hero-content td:nth-child(3) {
    text-align: left !important;
  }

  .hero-content td:nth-child(3) span span:nth-child(3) {
    font-size: 21px !important
  }

  .cam-pdp-cta-section {
    flex-direction: column;
    align-items: center;
  }

  .cam-pdp-buynow {
    width: 300px !important;
    margin-left: 0 !important;
  }

  .cam-pdp-offer-section {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .cam-pdp-select select {
    margin-right: 0px !important;
  }

  .cam-pdp-hero-content {
    color: #000;
  }
}

@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:1190px) {
  html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
    margin: 19px 10px 24px
  }
}

.savings-banner {
  position: absolute;
  width: 100%;
  z-index: 9
}

@media screen and (max-width:1024px) {
  .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 #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media (max-width:992px) {
  #cam-hero .container {
    padding: 2px 0 20px !important
  }
}

@media only screen and (min-device-width:375px) and (min-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media only screen and (min-device-width:414px) and (min-device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

.hero-large-container .container {
  position: absolute !important
}

@media only screen and (max-device-width:1024px) and (min-device-width:481px) and (orientation:landscape) {
  html #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media only screen and (max-width:575px) {
  #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media only screen and (max-height:525px) {
  html body #cam-hero .button-row .btn {
    position: relative;
    bottom: 0px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  html #cam-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 #cam-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 #cam-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 #cam-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 #cam-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 #cam-hero .button-row .btn {
    position: relative;
    bottom: 40px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #cam-hero .button-row .btn {
    position: relative;
    bottom: 30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #cam-hero .button-row .btn {
    position: relative;
    bottom: 30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #cam-hero .button-row .btn {
    position: relative;
    bottom: 30px;
  }
}

/* Pencil Icon Banner CSS Changes */

.ip-detection-cntr-section {
  background-color: #444 !important
}

.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:1024px) {
  .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
  }
}

/***********FROM C-LIBS******************/
.zitouna.card-deck .cmp-card {
  padding-bottom: 0;
  border-color: #FF1C1C !important;
}

.prev {
  display: block;
  height: 20px;
  width: 20px;
  background: url('../img/back.png') no-repeat;
}

.next {
  display: block;
  height: 20px;
  width: 20px;
  background: url('https://icon-library.com/images/next-arrow-icon/next-arrow-icon-18.jpg') no-repeat;
}

.order1 {
  border-radius: 40px 0px 40px 40px !important;
  border-width: 1px !important;
  border-color: #FF1C1C !important;
}

.order3 {
  border-radius: 40px !important;
  border-width: 1px !important;
  border-color: grey !important;
}

.order2 {
  border-radius: 40px !important;
  border-width: 1px !important;
  border-color: grey !important;
}

.order4 {
  border-radius: 40px !important;
  border-width: 1px !important;
  border-color: grey !important;
}

.btn:not(:disabled):not(.disabled),
.cmp-a:not(:disabled):not(.disabled) {
  cursor: pointer;
  border-radius: 40px;
}

#loginbtn {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 3px 30px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}

.card .text-center {
  display: block !important;
  text-align: center !important;
}

html body .slick-slide .card .text-center,
html body .slick-slide .card .cmp-a {
  padding-right: 14px;
  padding-left: 14px;
}


.slick-slide.slick-current.slick-active.slick-center .card {
  -webkit-box-shadow: 1px 10px 36px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 10px 36px 4px rgba(0, 0, 0, 0.3);
  outline: 0 !important;
}

.slick-slide,
.slick-slide div,
.slick-slide * {
  outline: 0 !important;
}

.slick-slide.slick-current.slick-active.slick-center .card:focus {
  outline: 0 !important;
}

.slick-slide {
  margin: 0px 14px;
}

@media (min-width: 992px) {
  .card-deck {
    display: flex !important;
  }
}

@media (min-width: 576px) {
  html body .card-deck {
    display: unset;
    flex-flow: unset;
    margin-right: unset;
    margin-left: unset;
  }
}

@media (max-width: 575.98px) {
  /* html body .card .fs-36 {
        font-size: 36px;
    } */

  html body .card .m-block {
    display: block;
  }
}

.slick-list.draggable {
  padding-top: 30px !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #hero {
    background-attachment: initial;
    background-size: 1000px;
    background-position: calc(100% + 200px) calc(100% - 0px);
  }
}

.home-three-up {
  max-width: 1400px;
}


.css-1yaikuz {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-sizing: border-box;
}

.css-mrobzh {
  position: relative;
  opacity: 1;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: 8px;
  height: 6px;
  left: -4px;
  top: -4px;
  animation: .5s linear 0s normal none running animation-1hhs5o6;
}

.css-3ci1w7 {
  position: absolute;
  top: 50%;
  transform: scaleX(-1) translateY(-50%) rotate(-90deg);
  width: 100%;
  height: 100%;
}

.css-3ci1w7 svg {
  stroke: #fff;
}

.css-3ci1w7 path {
  stroke-dashoffset: 0;
  stroke-dasharray: 4;
  stroke-width: 3;
  animation: .5s linear 0s 1 normal none running animation-yaz9av;
}

@keyframes animation-yaz9av {
  0% {
    stroke-dashoffset: 2;
    stroke-dasharray: 0, 4;
  }

  50% {
    stroke-dashoffset: 2;
    stroke-dasharray: 2, 2;
  }

  100% {
    stroke-dashoffset: 2;
    stroke-dasharray: 4, 0;
  }
}

@keyframes animation-1hhs5o6 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Pencil Icon Banner CSS Changes */
.ip-detection-cntr-section {
  background-color: #444 !important
}

.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:1024px) {
  .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
  }
}

@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
  }
}

.cyber-right-hero {
  background: linear-gradient(275.74deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 83.87%), url(/content/dam/npcld/ecommerce/en-us/banners/cam-home-5.jpg);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20vh;
  padding-top: 10vh;
  min-height: 40rem !important;
}

.hero-buynow {
  min-width: 175px;
  font-family: 'Poppins';
  font-weight: 500;
}

.hero-buynow:hover {
  background-color: #970b0b !important;
  border-color: #970b0b !important;
}

.hero-pickplan {
  min-width: 175px;
  font-family: 'Poppins';
  font-weight: 500;
  border: 1px solid #A19C9C;
  background-color: #ffffff;
}

.payment-icons {
  max-width: 15rem;
  margin-top: 10px;
}

.cam-pencil-banner:hover {
  text-decoration: none !important;
}

@media(max-width:768px) {
  .cyber-right-hero {
    background: none;
    min-height: fit-content !important;
  }

  .hero-buynow {
    min-width: auto !important;
  }

  .hero-pickplan {
    min-width: auto !important;
  }
}

.cyber-right-hero {
  transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  opacity: 1;
}

.transitioning-src {
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  opacity: 0.5;
}




/**************CELESTE******/
h2, h3, h4 {
  font-family: 'Poppins' !important;
}

.togglenav1 {
  background-color: #F5F6FA;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 54px;
  font-family: 'Poppins';
}

#sliderlIndicators .carousel-item:before,
#reviewsCarousel .carousel-item:before {
  background-image: none;
}

#sliderlIndicators button {
  border: none;
  background-color: transparent;
  font-size: 1rem;
}

#sliderlIndicators button:focus {
  outline: none;
}

#sliderlIndicators .btn {
  padding: 10px 10px 0 10px;
}

span.red {
  color: #E01919;
}

#pro-slides h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
}

#carousel_nav .car-btn.pressed {
  font-weight: bold;
  color: #212934;
}

#carousel_nav .car-btn::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#carousel_nav .car-btn.pressed::after {
  content: "";
  background-image: url(/content/dam/npcld/en-us/polygon.svg);
  position: relative;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  background-size: 100%;
  display: block;
  bottom: 0;
  margin: 8px auto 0;
}

#carousel_nav .car-btn::after {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  background-size: 100%;
  display: block;
  bottom: 0;
  margin: 8px auto 0;
}

.togglenav1 li::after {
  color: #848FAA;
  content: "|";
  position: relative;
  top: 0;
}

.togglenav1 li.last::after {
  content: "";
}

@media (min-width: 1180px) {
  .togglenav1 li::after {
    content: "|";
    margin: 0 16px !important;
    color: #848FAA;
    position: relative;
    top: 0;
  }
}

.reviews-section {
  background-color: #6D7895;
}

.text-white {
  color: #fff;
}

.review {
  background-color: #FFFFFF;
  background-image: url(/content/dam/npcld/en-us/quotes.svg);
  background-repeat: no-repeat;
  background-position: 24px 24px;
  box-shadow: 0px -1px 4px rgb(0 0 0 / 12%), 0px 6px 12px rgb(33 41 52 / 16%);
  border-radius: 24px 64px 24px 0px;
  color: #212934;
  font-size: 16px;
  padding: 65px 24px 40px;
  line-height: 24px;
  min-height: 300px !important;
  background-size: 25px;
  height: 100%;
  overflow: auto;
}

@media (max-width:1220px) {
  .stars {
    position: relative !important;
    bottom: -10px !important;
  }
}

@media(max-width:974px) {
  .review {
    border-radius: 16px 48px 16px 0px;
  }
}

.stars {
  position: absolute;
  bottom: 30px;
}

.slick-slide .stars img {
  width: 20px;
  display: inline-block !important;
}

.stars img {
  width: 20px;
  display: inline-block !important;
}

.text-center {
  text-align: center;
}

/*
    #reviewsCarousel .carousel-control-prev{
        left: 0;
        background-image: url('/content/dam/npcld/en-us/arrow-lft.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 20px;
        height: 120px;
        top: 45%;
        left: -4%;
    } */
/* #reviewsCarousel .carousel-control-next, .slidenav-section .carousel-control-next {
        right: 0;
        background-image: url('/content/dam/npcld/en-us/arrow-rt.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 20px;
        height: 120px;
        top: 25%;
    } */
.cc.carousel-control-prev,
.cc.carousel-control-prev:active,
.cc.carousel-control-prev:focus {
  left: 0;
  background-image: url(/content/dam/npcld/en-us/gray-arrow-lft.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 120px;
  top: 45%;
  left: -4%;
}

.cc.carousel-control-next,
.cc.carousel-control-next:active,
.cc.carousel-control-next:focus {
  right: 0;
  background-image: url(/content/dam/npcld/en-us/gray-arrow-rt.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 120px;
  top: 45%;
  right: -4%;
}

.card__container--type .cmp-card.card {
  border-radius: 16px;
  background-color: #fff;
  filter: drop-shadow(0px -1px 2px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(33, 41, 52, 0.12));
  width: 416px;
  height: auto;
}

.card__container--type .cmp-card.card img {
  border-radius: 16px 16px 0 0;
  height: 180px;
  object-fit: cover;
}

.card__container--type .cmp-card.card .cmp-card__body.card-body {
  padding: 24px, 40px, 24px, 40px;
}

@media (max-width: 500px) {
  .accordion.pdp .card-header {
    display: flex;
    justify-content: space-between;
  }

  .accordion.pdp .card-header [data-toggle="collapse"] {
    display: flex;
    padding-left: 20px;
  }

  .card__container--type .cmp-card.card {
    width: 100%;
    height: fit-content;
  }
}

.height-auto {
  height: auto !important;
}

/* .cmp-cardcontent{
    padding:15px 20px ;
  } */
@media (min-width:1100px) {
  .slidenav-section {
    width: 75%;
  }
}

@media (max-width: 990px) {
  .slidenav-section {
    padding: 0 !important;
  }
}

@media (min-width: 800px) {
  .togglenav1 {
    display: flex;
  }
}

@media (min-width:800px) {

  .cc.carousel-control-next,
  .cc.carousel-control-prev {
    display: none;
  }
}

@media (min-width:768px) and (max-width: 800px) {

  .cc.carousel-control-prev,
  .cc.carousel-control-prev:active,
  .cc.carousel-control-prev:focus,
  .cc.carousel-control-next,
  .cc.carousel-control-next:active,
  .cc.carousel-control-next:focus {
    top: 35%;
  }
}

@media (min-width:1500px) {
  .carousel-inner {
    min-height: 580px !important;
  }
}

@media (min-width:1200px) and (max-width:1499px) {
  .carousel-inner {
    min-height: 550px !important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .carousel-inner {
    min-height: 400px !important;
  }
}

@media (max-width: 767px) {
  .carousel-inner {
    min-height: 550px !important;
  }
}

@media (max-width: 500px) {
  .carousel-inner {
    min-height: 500px !important;
  }
}

@media (max-width: 400px) {
  .carousel-inner {
    min-height: 450px !important;
  }
}

@media (max-width: 380px) {
  .carousel-inner {
    min-height: 430px !important;
  }
}

@media (max-width: 799px) {

  ul#carousel_nav,
  .togglenav1,
  .togglenav1.d-flex,
  ul.togglenav1.d-flex {
    display: none !important;
  }
}

@media (max-width:798px) {
  .slidenav-section {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.reviews-section {
  padding-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.slick-next.slick-arrow {
  position: absolute;
  right: -4.5%;
  top: 45%;
  background-image: url('/content/dam/npcld/en-us/arrow-rt.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 120px;
  border: none;
  background-color: transparent;
  text-indent: -99999em;
  font-size: .01rem;
}

.slick-prev.slick-arrow {
  position: absolute;
  left: -4.5%;
  top: 45%;
  background-image: url('/content/dam/npcld/en-us/arrow-lft.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 120px;
  border: none;
  background-color: transparent;
  text-indent: -99999em;
  font-size: .01rem;
}

.slick-arrow:focus {
  outline: none;
}

@media (max-width:583px) {

  .reviews-section .slick-prev.slick-arrow,
  .reviews-section .slick-next.slick-arrow {
    display: none;
  }
}

.customcard .card__container--type .cmp-card.card img {
  height: unset !important;
}

.customcard .card__container--type .cmp-card.card {
  border-radius: 0 !important;
  background-color: transparent !important;
  filter: none !important;
  height: auto !important;
}

@media (min-width:480px) {
  .customcard .card__container--type .cmp-card.card {
    width: 416px;
    max-width: 100% !important;
  }
}

@media (max-width:479px) {
  .customcard .card__container--type .cmp-card.card {
    width: 100% !important;
  }
}

@media (min-width:768px) {
  .dashed-line-borders {
    border-right: 1px dashed #ABB2C3 !important;
    border-left: 1px dashed #ABB2C3 !important;
  }

  .text-center-lg {
    text-align: center;
  }
}

@media (max-width:583px) {
  .dashed-line-borders {
    border-bottom: 1px dashed #ABB2C3 !important;
    border-top: 1px dashed #ABB2C3 !important;
  }

  .icon-cards3 .cmp-card {
    margin: 0 auto;
  }

  .protection {
    width: 100%;
  }
}

.icon-cards3 {
  padding-top: 2.5rem !important;
}

@media (max-width:768px) {
  .home-bg-hero {
    background-image: unset !important;
  }

}

.cmp-card .cmp-a, .cmp-btn--secondary .cmp-a, .cmp-btn--secondary-trans .cmp-a {
  margin: 0 auto !important;
  display: block !important;
  max-width: 150px !important;
}

@media (min-width:994px) {
  .fs-14 {
    text-align: left !important;
    padding-left: 19px !important;
    min-height: 190px;
    border-bottom: 1px dashed #A19C9C;
    font-size: 1.1rem !important;
  }
}

@media (max-width:993px) {
  .fs-14 {
    text-align: left !important;
    padding-left: 19px !important;
    min-height: 190px;

    border-bottom: 1px dashed #A19C9C;
    font-size: 1.1rem !important;
  }
}

@media (min-width:1801px) {
  .order.slick-slide, .order {
    height: unset !important;
    min-height: 550px !important;
  }
}

@media (min-width:1261px) and (max-width: 1800px) {
  .order.slick-slide, .order {
    height: 500px !important;
    min-height: 500px !important;
  }
}

/* @media (min-width:1200px) and (max-width:1260px) {
      .order.slick-slide, .order{
        min-height: 600px!important;
        height: 600px!important;
    }
  } */
@media (min-width:700px) and (max-width:1260px) {
  .order.slick-slide, .order {
    min-height: 550px !important;
    height: 550px !important;
  }
}

@media (min-width: 321px) and (max-width:699px) {
  .order.slick-slide, .order {
    min-height: 500px !important;
    height: 500px !important;
  }

  .pb-md-4 {
    margin: 0;
  }

}

@media (max-width:320px) {
  .order.slick-slide, .order {
    min-height: 500px !important;
    height: 500px !important;
  }
}

@media (max-width: 549px) {
  .slick-list.draggable {
    padding: 0 !important;

  }
}

.price-section {
  text-align: center;
}

/****CELESTE***/





/*****PHILLIP START****/
.slick-active button {
  background: #848FAA !important;
}

.slick-dots button:focus {
  background: #848FAA;
}

button:focus {
  outline: initial;
}

.slick-dots {
  padding-top: 40px;
}

.slick-dots button {
  background: #E6E9F0;
}

.gray-prev {
  position: absolute;
  left: -6%;
  top: 45%;
  background-image: url(/content/dam/npcld/en-us/gray-arrow-lft.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12px;
  height: 117px;
  border: none;
  background-color: transparent;
  text-indent: -99999em;
  font-size: .01rem;
}

.gray-next {
  position: absolute;
  right: -6%;
  top: 45%;
  background-image: url(/content/dam/npcld/en-us/gray-arrow-rt.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12px;
  height: 117px;
  border: none;
  background-color: transparent;
  text-indent: -99999em;
  font-size: .01rem;
}

.pb-md-4 {
  margin: 0;
}

.zitouna.card-deck .cmp-card {
  padding-bottom: 0;
  border-color: #FF1C1C !important;
}

.cmp-btn-gray a {
  border: 1px solid #A19C9C !important;
  color: #454545 !important;
  font-weight: normal;
}

.my-4 {
  font-family: Poppins;
}

.block-card {
  margin: 0 12%;
}



.fs-15 {
  font-weight: 600;
  color: red;
}

.price-section {
  padding: 5px 0px 5px;
}

.px-2 a {
  min-width: 135px;
}

.cpm-btn {
  border: 1px solid #A19C9C;
}

.fs-36 {
  font-size: 2rem !important;
  margin-bottom: 0px;
}

.strikethrough {
  color: #706E6E;
}

.order {
  border-width: 1px !important;
  background: #FAFAFA !important;
  border-radius: 16px !important;
  font-family: 'Poppins';
}

.order h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 32px;
  text-align: left;
  padding: 4px 0px 10px;
}

.card .text-center {
  display: block !important;
  text-align: center !important;
}

.ult-btn a {
  color: #fff !important;
  border: initial !important;
}

html body .slick-slide .card .text-center,
html body .slick-slide .card .cmp-a {
  padding-right: 32px;
  padding-left: 32px;
}

.slick-slide.slick-current.slick-active.slick-center .card {
  -webkit-box-shadow: 1px 10px 36px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 10px 36px 4px rgba(0, 0, 0, 0.3);
  outline: 0 !important;
}

.slick-slide,
.slick-slide div,
.slick-slide * {
  outline: 0 !important;
}

.slick-slide.slick-current.slick-active.slick-center .card:focus {
  outline: 0 !important;
}

.slick-slide {
  margin: 0px 14px;
}

@media (min-width: 576px) {
  html body .card-deck {
    display: unset;
    flex-flow: unset;
    margin-right: unset;
    margin-left: unset;
  }
}


.new-badge {
  z-index: 5;
  width: 100px;
  margin-left: 10%;
}

.slick-list.draggable {
  padding-top: 30px !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #hero {
    background-attachment: initial;
    background-size: 1000px;
    background-position: calc(100% + 200px) calc(100% - 0px);
  }
}

.home-three-up {
  max-width: 1400px;
}

.main__section--cardsection-border {
  border: none;
}


.protection {
  padding: 70px 0px 70px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: linear-gradient(275.74deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 59.87%), url(/content/dam/npcld/en-us/family-laptop3.jpg);
}


.protection {
  font-family: 'Poppins';
}

.protection h2 {
  font-size: 43px;
  font-weight: 700;
}


@media (min-width: 550px) and (max-width: 1800px) {

  .pb-md-4 {
    margin: 0 10% 0 10%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .protection {
    background-size: cover;
    background-position: 17% 0;
    background-image: linear-gradient(275.74deg, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 59.87%), url(/content/dam/npcld/en-us/family-laptop3.jpg);
    padding: 20px 0px 20px 0px;
  }
}

@media (min-width: 1800px) {
  .pb-md-4 {
    margin: 0 auto;
    width: 1153px;
  }
}

@media (max-width: 767px) {
  .mobile-bkgimg {
    background-image: url(/content/dam/npcld/en-us/mobile-family.jpg);
    height: 325px;
    background-size: cover;
    margin: 20px 0px 20px 0px;
    background-position: 50% 0%;
  }

  .protection {
    background-image: initial;
  }

}






/*****Footer NB****/

.footer-nb {
  background-color: #f2f2f2 !important;
  border-radius: 20px;
  margin: 30px;
}

.footer-nb .cmp-collapse__title__expandLabel {
  color: #383434 !important;

}

.footer-nb .card__container--type .cmp-card.card img {
  border-radius: 16px 16px 0 0;
  height: 55px !important;
  object-fit: contain !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;
}



/**CELESTE****/
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';
}

/**Header/Nav***/
.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: 500;
  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;

}

.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: #383434;
}

.header ul.navicons>li>a {
  color: #706E6E;
  font-family: 'Poppins';
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .wrapper.bg-black .header .navicons .open .dropdown-menu {
    margin-top: 20px;
    background: #F2F2F2;
    padding: 1rem 5rem 1rem 1rem;
    font-family: 'Poppins';
    font-weight: 500;
  }
}

/**End Header/Nav***/

/***************NEW COMBINED CSS FROM CLIBS**********/


/* Jonathan Moore */

.tnav-item a:hover {
  color: #FF1C1C !important;
}

.mcafee-text-red {
  color: #FF1C1C !important
}

.pencil-banner-gradient {
  background: linear-gradient(180deg, #FF1C1C 0%, #C90063 100%);
}

.order {
  background-color: #F2F2F2 !important;
}

/* End Jonathan Moore */

/***CELESTE****/

.btn-primary {
  background: #FF1C1C !important;
}

.hero-cta-btns {
  padding-top: 56px;
}

.home-bg-hero {
  background: linear-gradient(275.74deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 83.87%);
  */ background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20vh;
  padding-top: 10vh;
  min-height: 40rem !important;
}

.reviews-section.main__section--wrapper {
  background-color: #F9F1EC;
}

.icon-cards3 {

  background: url('/content/dam/npcld/ecommerce/en-us/refresh_imgs/gradientbg.png');
  background-position: right;
  background-size: cover;
}

.ind-icon {
  width: 70px;
}

.icon-cards3 .cmp-card__badge,
.cmp-card__section .cmp-card__badge {
  display: none;
}

span.red,
.red-text, a.red {
  color: #FF1C1C !important;
}

.card__container--type .cmp-card.card .icon-3-row img {
  height: 80px !important;
  margin-bottom: 1.5rem;
}

.protection h2 {
  font-weight: 300;
  font-size: 2.5rem;
}

.protection h2 b {
  font-weight: 600 !important;
}

h2 {
  font-weight: 300;
  font-size: 2rem;
}

h2 b {
  font-weight: 600;
}

h3.blog-header {
  font-weight: 400;
}

h3.blog-header b {
  font-weight: 600 !important;
}

h3.blog-header .red {
  color: #E01919 !important;
}

.blog-hdr-sec a {
  color: #E01919 !important;
}

#pro-slides {
  font-family: 'Poppins';
}

#pro-slides h2 {
  font-weight: 400 !important;
}

#pro-slides h2 .red {
  font-weight: 600 !important;
}

.negative-sp-lg {
  position: relative;
  left: -40px;
}

.excl-logos img {
  height: 54px;
}

.leafico {
  height: 200px;
}

.qr-code p {
  font-size: .9rem;
}

.legalsz2 {
  font-size: .8rem;
  color: #706E6E;
}

.smltxt {
  font-size: .9rem;
}

#pro-slides p {
  font-size: 1.125rem;
}

p, h2, body {
  font-family: 'Poppins';
}

.dark-gray, a.dark-gray {
  color: rgb(56, 52, 52);
}

@media (min-width: 999px) {
  .logo-cont {
    width: 450px;
  }

  .wht-lf-sect::before {
    content: '';
    background-image: url(/content/dam/npcld/ecommerce/en-us/refresh_imgs/wheatleft.png);
    background-repeat: no-repeat;
    height: 200px;
    background-position: left;
    float: left;
    width: 100px;
    background-size: 100px;
  }

  .wht-lf-sect::after {
    content: '';
    background-image: url(/content/dam/npcld/ecommerce/en-us/refresh_imgs/wheatright.png);
    background-repeat: no-repeat;
    height: 200px;
    background-position: right;
    float: right;
    width: 100px;
    background-size: 100px;
  }

  .w730mx {
    width: 730px;
  }

  .excl-logos {
    float: left;
  }
}

@media (max-width:998px) {
  .logo-cont img {
    display: block;
    margin: 0 auto 2.75rem;
    height: 54px;
  }

  .mob-gray {
    background-color: #F2F2F2;
  }

  .mob-cream {
    background-color: #F9F1EC;
  }
}

@media (min-width:769px) {
  .excl-logos img {
    height: 54px;
  }

}

@media (max-width:768px) {
  .excl-logos img {
    height: auto;
    width: 130px;
  }

}

@media (min-width: 1200px) and (max-width: 1499px) {
  .carousel-inner {
    min-height: unset !important;
  }
}

.home-bg-hero {
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.margin30 {
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 0px) and (max-width: 480px) {

  .protection.margin30 {
    margin-left: initial;
    margin-right: initial;
  }

  .home-bg-hero {
    margin-left: initial;
    margin-right: initial;
  }

}

.icon-cards3 {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 20px;
}

.rounded-edges {
  border-radius: 20px;
}

@media (min-width:768px) {



  .cmp-card__section.dashed-line-borders {
    border-right: 1px dashed #fff !important;
    border-left: 1px dashed #fff !important;
  }

  .w690 {
    width: 690px;
    max-width: 100%;

  }
}

@media (min-width:769px) {

  h1#hero-title {
    margin-top: initial;
    font-size: 60px;
    line-height: 60px;
    color: #383434;
    font-weight: 600;
  }

  #hero-copy {
    font-weight: initial !important;
    font-family: Poppins;
    padding-top: 24px;
    color: #343838;
  }

  #hero-copy a {
    font-weight: 700;
    text-decoration: underline;
  }

  #title-protect {

    background: unset !important;
    -webkit-text-fill-color: unset !important;
  }

  .smscreen-show {
    display: none !important;
  }

  .smscreen-hide2 {
    display: block;
  }
}

@media (max-width: 980px) {
  .smscreen-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .cmp-image.mobile-img {
    background-color: #FCF1EC;
    display: none;
  }

  .cmp-card__section.dashed-line-borders {
    border-right: unset !important;
    border-left: unset !important;
    border-top: 1px dashed #fff !important;
    border-bottom: 1px dashed #fff !important;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;

  }

  .icon-cards3 .cmp-card.card {
    display: block !important;
    flex: unset !important;
    min-width: unset;
    width: auto !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ibox,
  .icon-cards3 .card__container--type {
    display: block !important;
    flex: unset !important;
    min-width: unset;
    width: auto !important;
  }

  .ibox {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .icon-cards3 .main__section--card-deck>.main__section--wrapper>.main__section--wrapper-container>.card__container--type,
  .main__section--card-deck>.card__container--type {
    flex: unset !important;
    display: block !important;
  }

  .cmp-card__body.card-body {
    padding: 0;
  }

  .hmob {
    font-weight: 300 !important;
  }

  .smscreen-show {
    display: block;
  }

  .smscreen-hide2 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-bkgimg {
    background-image: url(/content/dam/npcld/ecommerce/en-us/refresh_imgs/mobile-protect.png);
    height: 325px;
    background-size: cover;
    margin: 20px 0px 20px 0px;
    background-position: 50% 0%;
    border-radius: 10px;
  }

  /* .qr-code {
            display: none;
        } */

  .order-1 {
    order: 1 !important;
  }

  .app-store-cta hr {
    display: none;
  }

  #hero-title {
    padding: 1.5rem;
  }

  #hero-title,
  span,
  #title-protect {
    background: unset !important;
    -webkit-text-fill-color: unset !important;
  }

  .cyber-right-hero.home-bg-hero {
    padding: 0 !important;
  }

  .cyber-right-hero.home-bg-hero .cmp-text {
    padding: .5rem 1.5rem;
  }

  .cyber-right-hero.home-bg-hero p {
    padding: .25rem 1.5rem;

  }

  .cyber-right-hero.home-bg-hero .row.section__container__row .col.section__container__col {
    padding: 0;
  }

  .os img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 40px;
  }
}

.slick-prev.slick-arrow {
  background-image: url(/content/dam/npcld/ecommerce/en-us/refresh_imgs/left-arrow-blk.png);
}

.slick-next.slick-arrow {
  background-image: url(/content/dam/npcld/ecommerce/en-us/refresh_imgs/arrow-rt-blk.png);
}

@media (max-width:400px) {
  .d-sm-none {
    display: none !important;
  }
}
}





@media (min-width:768px) {
  .cmp-image.mobile-img img {
    display: none;
  }
}

@media (max-width: 767px) {
  .cmp-image.mobile-img img {
    display: none;
    width: 400px;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .cmp-image.mobile-img img {
    display: none;
    width: 300px;
    max-width: 100%;

  }

  h1#hero-title br {
    display: none !important;
  }

}

/* Start new pricing */

.gray-next {
  top: 23%;
  right: -4;
}

.gray-prev {
  top: 23%;
  right: -4;
}

.title-cards {
  line-height: 45px;
}

.cmp-btn--primary .cmp-a {
  background: #FF1C1C !important;
  border-color: initial !important;
}

.cmp-a {
  min-width: initial;
  max-width: 100px !important;
}

html body .slick-slide .card .text-center, html body .slick-slide .card .cmp-a {
  padding-right: initial;
  padding-left: initial;
}

html body .slick-slide .card .text-center, html body .slick-slide .card .cmp-a {
  padding-right: initial;
  padding-left: initial;
}

.slick-list.draggable {
  padding: 40px 0px 40px;
}

.card-deck-slider .slick-slide {
  margin: initial;
}

.sub-head-cards {
  color: #FF1C1C !important;
  font-weight: bold !important;
}

.offer {
  margin-top: 30px;
}

#card2 {
  -webkit-box-shadow: 1px 3px 19px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 19px 4px rgba(0, 0, 0, 0.3);
}

.text-center-lg {
  color: #383434;
}

.block-card {
  margin: initial;
}

.contain-box {
  max-width: 1400px;
}

.order {
  padding: 30px 0px 30px;
  margin: 0px 8px;
  max-width: 320px;
  height: 350px !important;
  min-height: 350px !important;
}

.new-badge {
  margin: initial;
  position: absolute;
  top: -1px;
  right: 6px;
}

.cmp-card__badge {
  position: absolute;
  top: 0px;
  left: 31%;
  right: 31%;
}

.subscription {
  color: #454545;
  font-size: 0.65rem;
  text-align: center;
}

.no-gutters {
  padding: 0px;
}

/* .px-2 a {
        min-width: 110px;
    } */

.cmp-text p:last-child {
  margin-bottom: initial;
}

.discount {
  display: inline-flex;
  align-items: baseline;
}

.dis-price {
  font-size: 0.8rem;
  color: #FF1C1C;
  font-weight: bold;
}

.price-section {
  display: block !important;
  text-align: center !important;
}

.fs-36 {
  font-size: 12px !important;
  padding-right: 4px;
  text-decoration: line-through;
}

.cmp-card .cmp-a,
.cmp-btn--secondary .cmp-a,
.cmp-btn--secondary-trans .cmp-a {
  max-width: 100px !important;
}

.fs-14 {
  min-height: 40px !important;
  border-bottom: initial;
  font-size: 0.725rem !important;
  margin-bottom: 0px;
  text-align: center !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.fs-15 {
  font-weight: 500;
  color: #383434;
  font-size: 2rem;
}

.slick-slide.slick-current.slick-active.slick-center .card {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}


@media (min-width: 320px) and (max-width: 699px) {

  .order.slick-slide,
  .order {
    min-height: 350px !important;
    height: 350px !important;
  }

  .cmp-card__badge {
    top: 0px;
  }

  .slick-list.draggable {
    padding-top: initial !important;
  }

  #card2 {
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }

}


@media (min-width: 700px) and (max-width: 1480px) {


  .fs-14 {
    min-height: 50px !important;
  }


  .fs-14 {
    padding-left: 7px !important;
    padding-right: 7px !important
  }

}



/* Start pencil Banner */

.font-color-white {
  color: #fff !important;
}

.pencil-banner {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}

.pencil-banner p {
  border-radius: 15px;
  color: #fff !important;
}

/* End pencil Banner */


/* Start new Nav */

.mcafee-text-red:hover {

  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s;

}

.header, .off-canvas.fixed .header {
  background-color: #fff;
  padding-left: 30px !important;
  padding-right: 30px !important;
  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: #383434;
  color: #fff;
  margin-right: 10px;
  padding: 3px 23px !important;
  font-weight: 500;
}

.hamburger-btn span {
  background: #383434 !important;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
  border-radius: 20px;
  width: calc(100% - 60px);
  margin: 0 30px;
}

.header ul.navicons>li>a {
  color: #383434;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
  color: #383434;
}

.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;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.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: #383434;
  ;
  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: 1024px) 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: 1024px) {

  .header .logo-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .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;
        } */

  .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: #383434;
  }

  .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;
  }

  .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;
  }

  .protection {
    height: 550px;
  }

}

@media screen and (min-width: 1800px) {

  .protection {
    height: 600px;
  }

}


@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;
  }

}

@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;
  }

}



/* End new Nav */


.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;
}

body .cards_cta_max_width .card .cmp-btn a {
  max-width: 16rem !important;
}

.cart__mobile .cmp_basket {
  margin-top: 0;
  height: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  .cart__mobile .cmp_basket {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .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
}

#heroCarousel .carousel-indicators {
  z-index: 2 !important;
  }