.navbar{
  background-color: var(--neutral-3);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  z-index: 10;
  height: 64px;
}

.divider {
  position: relative;
  height: 1px;
  margin-bottom: 26px;
  margin-top: 26px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-color: var(--neutral-7)
}

p {
  margin-bottom: 0px;
}

.icon {
  width: 18px;
  height: 18px;
  margin-right: 18px;
  margin-left: 38px;
}

.m-b {
  margin-bottom: 40px;
}

.navbar-large {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 64px;
  left: 0px;
  top: 0px;
  background: var(--neutral-3);
}

.brand {
  position: static;
  height: 32px;
  left: 704px;
  top: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
}