/* Restore LANG typography after the host template's universal font reset. */
.pc-main.lang-page {
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

:where(.lang-page *) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}

/* Swiper presentation matched to the original LANG page-nav carousels. */
.lang-product-swiper,
.lang-related-swiper {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 0 4rem;
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.lang-product-swiper .swiper-wrapper,
.lang-related-swiper .swiper-wrapper {
  align-items: flex-start;
}

.lang-product-swiper .swiper-slide,
.lang-related-swiper .swiper-slide {
  box-sizing: border-box;
  height: auto;
  margin: 0;
}

.lang-product-swiper .card {
  display: block;
  padding: 0 0 1.5em;
  background: #fff;
  text-align: center;
  transition: all .4s ease-in-out;
}

.lang-product-swiper .card:hover {
  background: #f7f7f8;
}

.lang-product-swiper .card__image,
.lang-product-swiper .figure,
.lang-product-swiper .figure__link,
.lang-product-swiper picture {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 1 / 1;
}

.lang-product-swiper .figure__image img,
.lang-product-swiper img.figure__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.lang-product-swiper .card__content {
  padding: 0 .625rem;
  font-family: "Encode Sans Compressed", sans-serif;
  text-align: center;
}

.lang-product-swiper .card__heading {
  margin: 0 0 .5em;
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transition: transform .4s ease-in-out;
}

.lang-product-swiper .card__heading-link {
  color: #575756 !important;
  font-family: "Encode Sans Compressed", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.lang-product-swiper .card__link {
  display: inline-block;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #0050a0;
  background: transparent;
  color: #0050a0 !important;
  font-family: "Encode Sans Compressed", sans-serif !important;
  font-size: .875rem !important;
  line-height: 1.5 !important;
  opacity: 0;
  transform: translateY(0);
  transition: all .4s ease-in-out;
}

.lang-product-swiper .card:hover .card__heading,
.lang-product-swiper .card:hover .card__link {
  transform: translateY(-1.25rem);
}

.lang-product-swiper .card:hover .card__link,
.lang-product-swiper .card:focus-within .card__link {
  opacity: 1;
}

.lang-related-swiper .card {
  display: block;
  height: auto;
  background: #fff;
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
}

.lang-related-swiper .card__image,
.lang-related-swiper .figure,
.lang-related-swiper .figure__link,
.lang-related-swiper picture {
  display: block;
  width: 100%;
  margin: 0;
}

.lang-related-swiper .figure__image img,
.lang-related-swiper img.figure__image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.lang-related-swiper .card__content {
  padding: 2rem;
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.lang-related-swiper .card__heading {
  margin: 0 0 .5em;
  color: #575756;
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.lang-related-swiper .card__heading-link {
  color: #575756 !important;
  font-family: "Encode Sans Compressed Bold", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.lang-related-swiper .card__body {
  margin: 0 0 2em;
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.lang-related-swiper .card__link {
  color: #0050a0 !important;
  font-family: "Encode Sans Compressed Bold", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.lang-related-swiper .card__link:hover{color: white !important;}
.lang-swiper-button {
  position: absolute;
  top: 45%;
  bottom: auto;
  z-index: 2;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #575756;
  cursor: pointer;
  transform: translateY(-50%);
}

.lang-swiper-button::before {
  display: block;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.lang-swiper-button--prev {
  left: -2em;
}

.lang-swiper-button--prev::before {
  content: "‹";
}

.lang-swiper-button--next {
  right: -2em;
}

.lang-swiper-button--next::before {
  content: "›";
}

.lang-swiper-button:focus-visible {
  outline: 2px solid #0050a0;
  outline-offset: 2px;
}

.lang-swiper-button.swiper-button-disabled {
  cursor: default;
  opacity: .35;
}

.lang-related-swiper .lang-swiper-button {
  top: 25%;
}

.lang-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #575756;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.lang-swiper-pagination .swiper-pagination-current,
.lang-swiper-pagination .swiper-pagination-total {
  display: block;
  width: 1.875rem;
}

.lang-pagination-separator {
  display: block;
  width: 1.25rem;
}

.lang-pagination-separator::after {
  display: block;
  width: .9375rem;
  height: .11rem;
  margin: .1rem 0 0 .125rem;
  background: #a7a8aa;
  content: "";
  transform: rotate(-45deg);
}

@media (max-width: 639px) {
  .lang-product-swiper,
  .lang-related-swiper {
    padding-bottom: 3.5rem;
  }

  .lang-related-swiper .card__content {
    padding: 1rem;
  }

  .lang-swiper-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
