.carousel-indicators li {
  background-color: #262626;
}

.de_pricing-table .d-basic {
  background: #d9d9d9 !important;
  color: #000;
}

.de_pricing-table .d-better {
  background: #ff7c80;
}

h2.h3,
h3.h3,
span.h3,
span.h4,
h3,
h2 {
  font-weight: bold;
}

.featured-table-mac {
  border-color: #bcbdc0;
  font-size: 18px;
}

.featured-table-mac .section-header {
  background-color: #fbe5e6;
  color: #c00;
  text-align: center;
  font-weight: 600;
}

.featured-table-mac.table-bordered th,
.featured-table-mac.table-bordered td {
  padding: 10px;
}

.featured-table-mac.table-bordered th {
  background: #e6e7e8;
}

.featured-table-mac.table-bordered td {
  border-color: #bcbdc0;
}

.mac-disclaimer ol {
  padding: 0;
}

ol.mac-disclaimer {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}

.mac-disclaimer li {
  font-size: 0.875rem;
  padding: 0 12px;
  margin: auto 0;
  counter-increment: item;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.mac-disclaimer li::before {
  content: counter(item) ".";
  min-width: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

.tmc-tiles-3 .card,
.tmc-tiles-2 .card {
  border-radius: 0 0 25px 25px !important;
}

.c-vpn-strip,
.c-id-strip {
  background-color: #f2f2f2;
  width: 100%;
}

.c-vpn-strip {
  padding-top: 20px;
}
.c-id-strip {
  padding: 60px 0;
}

.c-idp-video {
  background-color: #fff5ec;
  padding: 60px 0;
}

#section-hero .widget-content > h1[itemprop="name"] {
  text-transform: none;
}

/* === Hero Banner: Pink (.c-page-pcc, .c-page-pai, .c-page-ppr) === */
.c-page-pcc #section-hero,
.c-page-pai #section-hero,
.c-page-ppr #section-hero {
  background-image: url("/images/tw/products/hero-banner/hero-banner-pc.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.c-page-pcc .c-products-featured-image,
.c-page-pai .c-products-featured-image,
.c-page-ppr .c-products-featured-image {
  position: absolute;
  right: -40px;
  bottom: -50px;
  z-index: 0;
}

.c-page-pcc .col-lg-6 .hero-m,
.c-page-pcc .col-lg-6 .id-color,
.c-page-pcc .col-lg-6 .small,
.c-page-pai .col-lg-6 .hero-m,
.c-page-pai .col-lg-6 .id-color,
.c-page-pai .col-lg-6 .small,
.c-page-ppr .col-lg-6 .hero-m,
.c-page-ppr .col-lg-6 .id-color,
.c-page-ppr .col-lg-6 .small {
  position: relative;
  z-index: 1;
}

/* =============================================*/
/*                 Breakpoints                  */
/* =============================================*/
@media (max-width: 1165px) {
  .c-page-pcc .c-products-featured-image,
  .c-page-pai .c-products-featured-image,
  .c-page-ppr .c-products-featured-image {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .container-timeline ul li {
    flex: 1;
    border-left: 0;
    border-top: 0;
    padding-top: 50px;
    padding-left: 3em;
    padding-right: 3em;
    max-width: 33.33%;
    position: relative;
  }

  .container-timeline ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: -50%;
    height: 1px;
    background-color: var(--secondary-color);
  }

  .container-timeline ul li::before {
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    z-index: 1;
  }

  .container-timeline ul li:last-child::after {
    display: none;
  }
  .container-timeline ul li:first-child::after {
    left: 50%;
  }
}

@media (max-width: 992px) {
  .c-vpn-strip,
  .c-id-strip,
  .c-idp-video {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* === TABLET === */
@media (max-width: 768px) {
  .container-timeline ul li {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-timeline ul {
    padding-left: 0;
  }

  .c-page-pcc #section-hero,
  .c-page-pai #section-hero,
  .c-page-ppr #section-hero {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
  }

  .c-page-pcc #section-hero::before,
  .c-page-pai #section-hero::before,
  .c-page-ppr #section-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }

  .c-page-pcc #section-hero .container,
  .c-page-pai #section-hero .container,
  .c-page-ppr #section-hero .container {
    position: relative;
    z-index: 1;
  }

  .c-page-pcc #section-hero .hero-m,
  .c-page-pcc #section-hero span.h2,
  .c-page-pcc #section-hero span.h5,
  .c-page-pai #section-hero .hero-m,
  .c-page-pai #section-hero span.h2,
  .c-page-pai #section-hero span.h5,
  .c-page-ppr #section-hero .hero-m,
  .c-page-ppr #section-hero span.h2,
  .c-page-ppr #section-hero span.h5 {
    color: #fff !important;
  }

  .c-page-pcc .c-products-featured-image,
  .c-page-pai .c-products-featured-image,
  .c-page-ppr .c-products-featured-image {
    bottom: 0;
  }
}

/* === MOBILE === */
@media (max-width: 480px) {
  #myTabContent,
  #myTabContent .tab-pane,
  #myTabContent #section-pricing > .container {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-campaign-hero #defaultCountdown.countdown-s1 {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start;
    overflow: hidden;
  }

  .c-campaign-hero #defaultCountdown .countdown-row {
    display: flex !important;
    justify-content: flex-start;
    width: 100% !important;
  }

  .c-campaign-hero #defaultCountdown .countdown-section {
    flex: 1;
    text-align: center;
  }

  .c-campaign-hero .hero-carousel-item .row {
    min-height: 480px;
  }
}
