/* Media query breakpoints */
.contact-menu {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .contact-menu {
    margin: 0;
  }
}
.contact-menu__item {
  margin-bottom: 8px;
}
.contact-menu__item:last-child, .contact-menu__item:first-child {
  margin-bottom: 0;
}
.contact-menu__item > span {
  display: block;
  margin-bottom: 24px;
  color: var(--text);
  font-family: "Prelo semibold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.contact-menu__item > a {
  color: var(--text);
  font-family: "Prelo book", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}
.contact-menu__item > a:hover {
  color: var(--blue-hover);
  text-decoration: underline;
}
.contact-menu__item.menu-item--expanded::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0 23px;
  background-color: var(--darkGrayishBlue300);
}
@media (min-width: 1200px) {
  .contact-menu__item.menu-item--expanded::after {
    max-width: 194px;
  }
}
.contact-menu .menu-level-1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  list-style: none;
}
.contact-menu .map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid var(--secondary-color);
  background: var(--white);
}
@media (min-width: 1200px) {
  .contact-menu .map {
    max-width: 194px;
    justify-content: space-between;
  }
}
.contact-menu .map a {
  padding: 0 8px;
  color: var(--secondary-color);
  font-family: "Prelo book", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-wrap: none;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .contact-menu .map a {
    position: absolute;
    inset: 0;
    padding: 8px 24px 8px 53px;
  }
}
.contact-menu .map a:hover {
  text-decoration: underline;
}
.contact-menu .map::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.875rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--secondary-color);
  margin-left: 1px;
}
.contact-menu .telephone, .contact-menu .whatsapp {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.contact-menu .telephone .menu_link_content, .contact-menu .whatsapp .menu_link_content {
  color: var(--text);
  font-family: "Prelo book", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.contact-menu .telephone a, .contact-menu .whatsapp a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 32px;
  color: var(--secondary-color);
  font-family: "Prelo book", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  text-decoration-line: underline;
}
.contact-menu .telephone a:hover, .contact-menu .whatsapp a:hover {
  color: var(--blue-hover);
}
.contact-menu .telephone a::before, .contact-menu .whatsapp a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--secondary-color);
}
.contact-menu .telephone a::before {
  content: "\e900";
}
.contact-menu .whatsapp a::before {
  content: "\e902";
}
/*# sourceMappingURL=contact-menu.css.map */
