/**
Calculate rem
*/
@media (min-width: 992px) {
  .c-interactiveMap-top {
    text-align: center;
    margin-bottom: 32px;
  }
}
.c-interactiveMap-top h2 {
  margin-bottom: 24px;
}
.c-interactiveMap-top .h3 {
  font-family: "TheSans B6 Semibold", sans-serif;
  color: var(--headingOnWhite);
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .c-interactiveMap-top .h3 {
    font-family: "TheSans B6 Semibold", sans-serif;
    margin-bottom: 8px;
  }
}
.c-interactiveMap-top-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 992px) {
  .c-interactiveMap-top-filters {
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-interactiveMap-top-filters__filter--all {
  padding-right: 4px;
  border-right: 2px solid var(--primary100);
}
@media (min-width: 992px) {
  .c-interactiveMap-top-filters__filter--all {
    padding-right: 12px;
  }
}
.c-interactiveMap-top-filters__filter label {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: var(--primary500);
  display: block;
  padding: 6px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 40px;
  border: 2px solid var(--secondary500);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-interactiveMap-top-filters__filter label {
    font-size: 1rem;
  }
}
.c-interactiveMap-top-filters__filter label:hover, .c-interactiveMap-top-filters__filter label:focus {
  text-decoration: underline;
}
.c-interactiveMap-top-filters__filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-interactiveMap-top-filters__filter input:focus-visible + label {
  outline: 2px dashed var(--primary500) !important;
  outline-offset: 2px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-interactiveMap-top-filters__filter input:checked + label {
  color: #000000;
  background-color: var(--secondary500);
}
.c-interactiveMap-map {
  display: none;
  width: calc(100% - 64px);
  margin: 0 32px;
}
@media (min-width: 1200px) {
  .c-interactiveMap-map {
    display: block;
  }
}
.c-interactiveMap-map-school {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-interactiveMap-map-school__title {
  font-size: 0.875rem;
  font-family: "TheSans B6 Semibold", sans-serif;
  line-height: 130%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B7", sans-serif;
  fill: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-interactiveMap-map-school__title {
    font-size: 1.125rem;
  }
}
.c-interactiveMap-map-school__about {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  fill: #343A40;
}
@media (min-width: 992px) {
  .c-interactiveMap-map-school__about {
    font-size: 0.875rem;
  }
}
.c-interactiveMap-map-school__line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-interactiveMap-map-school__logo--hover {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-interactiveMap-map-school:hover .c-interactiveMap-map-school__title, .c-interactiveMap-map-school:focus .c-interactiveMap-map-school__title {
  fill: var(--primary500);
  text-decoration: underline;
}
.c-interactiveMap-map-school:hover .c-interactiveMap-map-school__line, .c-interactiveMap-map-school:focus .c-interactiveMap-map-school__line {
  stroke-width: 2px;
}
.c-interactiveMap-map-school:hover .c-interactiveMap-map-school__logo--hover, .c-interactiveMap-map-school:focus .c-interactiveMap-map-school__logo--hover {
  display: block;
}
.c-interactiveMap-list .col-6 {
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .c-interactiveMap-list {
    display: none;
  }
}
.c-interactiveMap-list-school {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  height: calc(100% - 16px);
  border-radius: 16px;
  background-color: var(--secondary050);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-interactiveMap-list-school-image {
  display: block;
  height: auto;
  aspect-ratio: 16/9;
  width: auto;
  padding: 12px;
  border: 2px solid var(--secondary050);
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .c-interactiveMap-list-school-image {
    border: 4px solid var(--secondary050);
  }
}
.c-interactiveMap-list-school-image__logo {
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-interactiveMap-list-school-content {
  padding: 8px 12px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-interactiveMap-list-school-content__title {
  font-size: 0.875rem;
  font-family: "TheSans B6 Semibold", sans-serif;
  line-height: 130%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B7", sans-serif;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-interactiveMap-list-school-content__title {
    font-size: 1.125rem;
  }
}
.c-interactiveMap-list-school-content__about {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  color: #343A40;
}
@media (min-width: 992px) {
  .c-interactiveMap-list-school-content__about {
    font-size: 0.875rem;
  }
}
.c-interactiveMap-list-school-content__icon {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  color: #343A40;
  padding: 2px 0 2px 22px;
  position: relative;
}
@media (min-width: 992px) {
  .c-interactiveMap-list-school-content__icon {
    font-size: 0.875rem;
  }
}
.c-interactiveMap-list-school-content__icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 16px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-interactiveMap-list-school-content__icon--edu:before {
  background-color: var(--secondary500);
  -webkit-mask: url("/assets/images/icons/icon-arrow-forward.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-arrow-forward.svg") center/contain no-repeat;
}
.c-interactiveMap-list-school-content__icon--tel:before {
  background-color: var(--secondary500);
  -webkit-mask: url("/assets/images/icons/icon-mobile-phone.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-mobile-phone.svg") center/contain no-repeat;
}
.c-interactiveMap-list-school:hover h4, .c-interactiveMap-list-school:focus h4 {
  color: var(--primary500);
  text-decoration: underline;
}