.locations-header {
	text-align: center;
}
	
.locations-header .locations-heading {
	margin-bottom: 30px;
}
	
.locations-items .directions a {
	color: var(--color-primary-24-b-29-e, #24B29E)!important;
	font-family: var(--Font-Family-Paragraph, Vinila);
	font-size: var(--Font-Size-Body-Extra-Small, 12px);
	font-style: normal;
	font-weight: var(--Font-Weight-Bold, 700);
	line-height: var(--Font-Line-Height-Body-Extra-Small, 20px); /* 166.667% */
	letter-spacing: var(--Font-Letter-Spacing-Body-Extra-Small, 0);
	text-transform: uppercase;
}
	
.locations-block.bg-light {
	background-color: #EDF7F5;
	padding-top: 88px;
	padding-bottom: 88px;
}
	
.locations-block .carousel-page .card .card-inner {
	background-color: #fff;
	box-shadow: unset !important;
}
	
.acf-block.locations-block .locations .country .country-inner {
	grid-template-columns: repeat(16, 1fr);
}

.acf-block.locations-block.bg-white {
  background-color: #ffffff;
}
.acf-block.locations-block.bg-light {
  background-color: #EDF7F5;
}
.acf-block.locations-block.bg-dark {
  background-color: var(--dark);
}
.acf-block.locations-block.bg-dark .locations-heading,
.acf-block.locations-block.bg-dark .locations-sub-heading {
  color: #ffffff;
}
.acf-block.locations-block.bg-dark .locations-sub-heading {
  background-color: rgba(255, 255, 255, 0.15);
}

.acf-block.locations-block.bg-white,
.acf-block.locations-block.bg-light,
.acf-block.locations-block.bg-dark { 
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .acf-block.locations-block.bg-white,
  .acf-block.locations-block.bg-light,
  .acf-block.locations-block.bg-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.acf-block.locations-block .locations-header {
  text-align: center;
  margin-bottom: 40px;
}

.acf-block.locations-block .locations-heading {
  color: var(--dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .acf-block.locations-block .locations-heading {
    font-size: 48px;
  }
}

.acf-block.locations-block .carousel {
  position: relative;
}

.acf-block.locations-block .carousel-overflow {
  overflow: hidden;
}
.acf-block.locations-block .carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.acf-block.locations-block .carousel-page {
  flex: 0 0 100%;
  min-width: 100%;
}

.acf-block.locations-block .locations .country .carousel-page .country-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
}

@media (min-width: 700px) {
  .acf-block.locations-block .locations .country .carousel-page .country-inner > .card {
    grid-column: span 1;
  }
}
@media (max-width: 1023px) {
  .acf-block.locations-block .locations .country .carousel-page .country-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .acf-block.locations-block .locations .country .carousel-page .country-inner {
    grid-template-columns: 1fr;
  }
}

.acf-block.locations-block .carousel-btn {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--green-alt);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  transition: background-color 0.2s, opacity 0.2s;
  padding: 0;
}
.acf-block.locations-block .carousel-btn:hover,
.acf-block.locations-block .carousel-btn:focus-visible {
  background-color: var(--dark);
}
.acf-block.locations-block .carousel-btn svg {
  width: 22px;
  height: 22px;
}
.acf-block.locations-block .carousel-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.acf-block.locations-block .carousel-prev {
  left: -26px;
}
.acf-block.locations-block .carousel-next {
  right: -26px;
}

@media (max-width: 1199px) {
  .acf-block.locations-block .carousel-prev {
    left: 4px;
  }
  .acf-block.locations-block .carousel-next {
    right: 4px;
  }
  .acf-block.locations-block .locations .country .carousel-page .country-inner {
    padding: 0 64px;
  }
}
@media (max-width: 599px) {
  .acf-block.locations-block .locations .country .carousel-page .country-inner {
    padding: 0;
  }
}

.acf-block.locations-block .card .card-inner .details .directions {
  margin-top: 4px;
}
.acf-block.locations-block .card .card-inner .details .directions a {
  color: #24B29E !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.acf-block.locations-block .card .card-inner .details .directions a:hover,
.acf-block.locations-block .card .card-inner .details .directions a:focus {
  text-decoration: underline;
}
.acf-block.locations-block .card .card-inner .details .directions span {
  font-size: 16px;
  line-height: 1;
}

.is-carousel .filters a.active,
.is-carousel .filters a:hover, 
.is-carousel .filters a:focus {
	background-color: transparent!important;
	font-weight: 700!important;
}

.is-carousel .filters a {
	border: 0!important;
	color: var(--dark)!important;
	text-transform: uppercase;
	background: transparent !important;
	font-weight: 400!important;
}

.carousel .country-inner .card .card-inner .details svg {
	display: none;
}

.acf-block.locations-block .locations .country .carousel .country-inner .card .card-inner h3 {
    font-size: 16px;
	margin: 0;
}
