.p-contactNote {
  margin-bottom: 40px;
}
.p-contactNote > *:first-child {
  margin-top: 0 !important;
}
.p-contactNote__title {
  font-family: var(--font-family--default);
  font-weight: 700;
  color: var(--color--exabase-exablue-50);
  margin: 28px 0 8px 0;
}
.p-contactNote__content a {
  color: var(--color--exabase-exablue-50);
}
.p-contactNote__content a:hover {
  text-decoration: underline;
}
.p-contactNote__content > p {
  margin-bottom: 8px;
}
.p-contactNote--en .p-contactNote__content > p {
  line-height: 1.5;
}
.p-contactNote__content > ul {
  list-style: none;
  margin: 0 0 8px 1.5em;
}
.p-contactNote__content > ul > li {
  position: relative;
  margin-bottom: 4px;
}
.p-contactNote__content > ul > li::before {
  position: absolute;
  left: -1.25em;
  top: 0.8em;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color--exabase-exablue-50);
  border-radius: 10px;
  transform: translateY(-50%);
}
/*# sourceMappingURL=../../_maps/assets/css/contact.css.map */