/** Shopify CDN: Minification failed

Line 114:1 Expected "}" to go with "{"

**/
.menu ul.list-unstyled {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  justify-content: center !important;
}

.menu ul.list-unstyled .menu__item {
  margin-block-start: 0 !important;
}

.accessibility-btn {
  position: fixed;
  bottom: 100px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #0057b7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-decoration: none;
}

.accessibility-btn svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.sticky-header {
  background-color: #0a6b6d !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sticky-header .menu-navigation__link,
.sticky-header .header__icon {
  color: #ffffff !important;
}

.sticky-header .inverse-logo {
  display: none !important;
}

.slideshow-component {
  position: relative !important;
}

.slideshow-arrows {
   position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  pointer-events: none !important;
}

.slideshow-container {
  overflow: visible !important;
}

.resource-list__carousel {
  overflow: visible !important;
}

.slideshow-arrows button {
  pointer-events: all !important;
}

@media screen and (max-width: 749px) {
  .header__drawer .menu__item,
  .header__drawer a {
    font-size: 16px !important;
  }
  .header__drawer {
    gap: 0 !important;
    justify-content: flex-start !important;
    padding-bottom: 0 !important;
  }
  .header__drawer details,
  .header__drawer summary,
  .header__drawer nav {
    flex-grow: 0 !important;
  }
  .header__drawer .localization-form {
    margin-top: 16px !important;
    padding-top: 0 !important;
  }
  .header__drawer .drawer__content {
    height: auto !important;
    min-height: unset !important;
  }
  .announcement-bar__message {
    font-size: 12px !important;
  }
  .slideshow-control {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    padding: 0 !important;
  }
    h3, .h3, [class*="h3"] {
    font-size: 20px !important;
}