/* Shared navigation and footer layout for every page. */
.videoCarousel_playButton__Qvt2_[hidden] {
  display: none;
}

/* Carousel visibility follows the current order, not the original card classes. */
.TestimonialsWidget_grid__rwRDg > .TestimonialsWidget_card__WHbxa {
  display: block;
}

.blogWidget_grid__Ajn4F > .blogWidget_card__izwlb {
  display: flex;
}

@media (max-width: 767px) {
  .TestimonialsWidget_grid__rwRDg > .TestimonialsWidget_card__WHbxa:nth-child(n + 2),
  .blogWidget_grid__Ajn4F > .blogWidget_card__izwlb:nth-child(n + 2) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  .TestimonialsWidget_grid__rwRDg > .TestimonialsWidget_card__WHbxa:nth-child(n + 3),
  .blogWidget_grid__Ajn4F > .blogWidget_card__izwlb:nth-child(n + 3) {
    display: none;
  }
}

@media (min-width: 1366px) {
  .TestimonialsWidget_grid__rwRDg > .TestimonialsWidget_card__WHbxa:nth-child(n + 4),
  .blogWidget_grid__Ajn4F > .blogWidget_card__izwlb:nth-child(n + 4) {
    display: none;
  }
}

.articles-menu {
  position: relative;
  min-width: 0;
}

.articles-menu > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.articles-menu > summary::-webkit-details-marker {
  display: none;
}

.articles-menu > summary::after {
  content: "";
  position: static;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
}

.articles-menu[open] > summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}

.articles-menu > summary:focus-visible,
.articles-menu__list a:focus-visible {
  outline: 2px solid #d4b56d;
  outline-offset: 4px;
}

.articles-menu__list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  width: 360px;
  max-width: calc(100vw - 32px);
  max-height: min(520px, 70vh);
  overflow-y: auto;
  padding: 8px;
  margin: 8px 0 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgb(0 0 0 / 14%);
}

.articles-menu__list a {
  display: block;
  padding: 12px;
  border-radius: 8px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.articles-menu__list a:hover,
.articles-menu__list a:focus-visible {
  background: #f1f5f2;
}

.mobileMenu_menu__UntzO .articles-menu {
  width: 100%;
}

.mobileMenu_menu__UntzO .articles-menu > summary {
  justify-content: center;
}

.mobileMenu_menu__UntzO .articles-menu__list {
  position: static;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin: 4px 0 16px;
  box-shadow: none;
}

/* The desktop navigation no longer needs a second hamburger menu. */
@media (min-width: 1366px) {
  .desktopNav_desktopNav__2Av30 {
    display: flex;
    align-items: center;
  }

  .desktopNav_desktopNavList__1_JP6 {
    opacity: 1;
    pointer-events: auto;
    column-gap: 28px;
  }

  .desktopNav_desktopNavBurger__FhB_B,
  .header_headerInner__5XgZ1 > .mobileMenu_burgerBtn___3nv5 {
    display: none;
  }
}

.footer_footerTop__vwWCu {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.footer_footerColumn__OU3ft {
  min-width: 0;
}

.footer_footerColumnContact__PPIzX {
  grid-column: auto;
}

.footer_footerColumnListContact__zoaYj,
.footer_footerColumnListContact__zoaYj li,
.footer_footerColumnListContact__zoaYj a {
  min-width: 0;
  max-width: 100%;
}

.footer_footerColumnListContact__zoaYj a {
  overflow-wrap: anywhere;
}

.footer_footerColumnListContact__zoaYj li p {
  flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer_footerTop__vwWCu {
    grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.5fr);
    align-items: start;
    gap: 40px 32px;
  }

  .footer_footerTop__vwWCu > .footer_footerColumn__OU3ft:first-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  .footer_footerTop__vwWCu {
    grid-template-columns: minmax(170px, 1fr) minmax(110px, 0.7fr) minmax(0, 1.8fr);
    gap: 48px;
  }
}
