.e9-ada-compliant-badge {
    display: flex;
    align-items: center;
}
.e9-ada-compliant-badge__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}

.e9-ada-compliant-badge__link svg {
    max-height: 3em;
    width: 4em;
    margin-right: 0.75em;
}
.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
  padding: 0.5rem 1rem;
  z-index: 10000000;
  transform: translateY(-4rem);
  transition: transform 0.3s;
}
.skip-to-content:focus {
  transform: translateY(0);
}
/* Element is 24×24; visible dot is drawn with ::after at 8×8 */
.swiper-pagination .swiper-pagination-bullet{
  width: 24px;
  height: 24px;
  margin: 0 !important;
  position: relative;
  display: inline-block;
  background-color: transparent !important;
}
.swiper-pagination .swiper-pagination-bullet-active{margin: 0 6px !important;}
.swiper-pagination .swiper-pagination-bullet::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 999px;
  transition: width 0.2s;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
  width: 30px;
  height: 8px;
  border-radius: 999px;
}
/* "You going to get fired" popup container */
body .breakdance .bde-div-18152-130.bde-div {overflow: hidden;}