.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;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-to-content {
  position: absolute;
  top: -3rem;
  left: 0;
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
  padding: 0.5rem 1rem;
  z-index: 10000000;
  transition: top 0.3s;
}
.skip-to-content:focus {
  top: 0;
}
/* Swipe bullets */
.breakdance .bde-post-loop-2-191 .swiper-pagination-bullet {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	width: 24px;
	height: 24px;
	background-color: transparent !important;
}
.breakdance .bde-post-loop-2-191 .swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
}
/* LinkedIn widget */
.sk-ww-linkedin-page-post .sk-posts-body a {
	text-decoration: underline;
}
/* Footer Portfolio menu */
.port-cat-menu {
  margin: 0;
  padding: 0;
}
/*Visible focus*/
.breakdance-image-clip:has(a:focus) {
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
/*Contact Form*/
body .breakdance-form .breakdance-form-button:focus {
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: 4px;
}
body .breakdance-form .breakdance-form-field__input:focus,
body .breakdance-form select.breakdance-form-field__input[multiple]:focus {
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

body .swiper-pagination-bullet {
  align-items: center;
  opacity: 0.8;
}
body .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 24px}
body .sk-ww-linkedin-page-post .sk-post-readmore:hover {
  color: var(--details-link-color) !important;
  text-decoration: underline;
}
/*Mobile menu cut items*/
@media (max-width: 1023px) {
    .breakdance .dropdown-menu:last-child,
    .breakdance .bde-wp-menu:last-child {margin-bottom: 5rem;}
}
/*400% zoom*/
@media (max-width: 320px) {
  .breakdance .bde-header-builder.bde-header-builder--sticky {
    position: inherit !important;
    background-color: #1c1a1a !important;
  }
  .breakdance .bde-heading-34-175 {
    font-size: 2rem;
  }
  /*HP*/
  .breakdance .bde-section-2-109 .bde-simple-counter__title {
    font-size: 0.5rem;
  }
  .breakdance .bde-section-2-194 .column-padding .bde-text {
    font-size: 0.5rem;
  }
  /*History*/
  .breakdance .bde-section-141-100 ..bde-heading-141-101 {
    font-size: 2.25rem;
  }
} /*media query*/