/*Detailed Image Promo Button */
.detailed-promo-image-button {
  width: 100%;
  display: block;
  font-size: 50px;
  font-family: 'Effra W01';
  font-weight: 500;
  color: #fff;
  height: 380px;
  position: relative;
  border: 2px solid #fff;
  background-size: cover;
  text-decoration: none !important;
}

.detailed-promo-image-button:hover {
  box-shadow: 0 0 50px #7b7b7b;
}

.detailed-promo-image-button:focus {
  box-shadow: 0 0 50px #fff;
}

.detailed-promo-image-button span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.detailed-promo-image-button span.detailed-promo-button-top-text {
  font-size: 36px !important;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.8);
  top: 50% !important;
  transform: translateY(-50%) !important;
  /* REMOVE OR ADJUST THIS LINE BELOW */
  /* line-height: 0 !important; */
  padding-top: 0 !important; /* Reset any top padding */
  margin-top: 0 !important; /* Reset any top margin */
}

.detailed-promo-image-button span.detailed-promo-button-bottom-text {
  box-shadow: 0 -80px 70px -40px rgba(0,0,0,.7)inset;
  padding: 0px 10px 50px;
  line-height: 30px;
  font-weight: 500;
  font-size: 25px;
  bottom: 0;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.8);
}

.detailed-promo-image-button span.detailed-promo-button-top-text:after {
  content: none !important;
}

html {
  scroll-padding-top: 175px;
}

[id="for_clean_water"]::before,
[id="for_internet_safety_and_speed"]::before,
[id="for_tick_defense"]::before,
[id="for_healthy_aging"]::before {
  content: "";
  display: block;
  height: 175px !important;
  margin-top: -175px !important;
  visibility: hidden;
}


.second-level-simple-promo-boxes a.super-simple-promo-image-button {
  height: 75px!important;
  padding: 10px!important;
}

.second-level-simple-promo-boxes a.super-simple-promo-image-button p {
  font-size: 24px;
}

.sticky-wrapper {
  position: sticky !important;
  top: 75px !important;
  z-index: 100 !important;
  background-color: black !important;
}

@media (max-width: 768px) {
  .sticky-wrapper {
    top: 0 !important;
  }
}

.sticky-wrapper table {
  border-collapse: collapse !important;
}

.sticky-wrapper table,
.sticky-wrapper thead,
.sticky-wrapper tbody,
.sticky-wrapper tr,
.sticky-wrapper th,
.sticky-wrapper td {
  border: none !important; /* Explicitly remove all borders */
  padding: 0 !important;    /* Remove default padding */
  margin: 0 !important;      /* Remove default margins */
}