.navigation-top-investor {
  border-top: 5px solid #134734;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.navigation-top-investor.with-color {
  background-color: #134734;
}

.navigation-top-investor.with-color-broker {
  background-color: #50B848;
}

.navigation-top-investor.is-active {
  position: sticky;
  top: 0;
  z-index: 20;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor.is-active {
    position: inherit;
    top: inherit;
    z-index: inherit;
  }
}

.navigation-top-investor.with-background.is-active {
  background-color: #134734;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor.with-background.is-active {
    background-color: initial;
  }
}

.navigation-top-investor__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.navigation-top-investor__logo {
  width: 180px;
}

/* For mall phones only */
@media (max-width: 320px) {
  .navigation-top-investor__logo {
    width: 150px;
  }
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor__logo {
    width: 200px;
  }
}

.navigation-top-investor__logo img {
  width: 100%;
}

.navigation-top-investor__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation-top-investor__border hr {
  display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor__border hr {
    display: block;
    border-color: var(--gray);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.navigation-top-investor__border.no-margin hr {
  margin-bottom: 0;
}

/* NAVIGATION TOP LANGUAGES */
/* Language Dropdown Styles */
.navigation-top-investor-languages {
  position: relative;
}

.navigation-top-investor-languages__dropdown {
  position: relative;
  display: inline-block;
}

.navigation-top-investor-languages__current-language {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.navigation-top-investor-languages__options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border: 1px solid var(--gray);
  z-index: 21;
  border-radius: 5px;
  margin-top: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-languages__options {
    min-width: 160px;
  }
}

.navigation-top-investor-languages__options--show {
  display: block;
}

.navigation-top-investor-languages__option {
  list-style: none;
}

.navigation-top-investor-languages__link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dotted var(--gray);
}

.navigation-top-investor-languages__link:hover {
  background-color: #f1f1f1;
}

.navigation-top-investor-languages__figure {
  width: 26px;
  margin: 0;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-languages__figure {
    width: 32px;
    margin-right: 8px;
  }
}

.navigation-top-investor-languages__figure img {
  width: 100%;
}

.navigation-top-investor-languages__title {
  margin: 0;
  display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-languages__title {
    display: block;
  }
}

.navigation-top-investor-languages__title.is-outside-dialog p {
  color: var(--white);
}

/* NAVIGATION TOP BUTTONS */
.navigation-top-investor-buttons {
  display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-buttons {
    display: block;
  }
}

.navigation-top-investor-buttons a {
  margin-top: 0;
  margin-left: 1rem;
}

/* NAVIGATION TOP BUTTONS */
.navigation-top-investor-hamburger {
  margin-bottom: -5px;
  margin-left: 0.5rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-hamburger {
    display: none;
  }
}

.navigation-top-investor-hamburger .hamburger-inner,
.navigation-top-investor-hamburger .hamburger-inner::before,
.navigation-top-investor-hamburger .hamburger-inner::after {
  background-color: var(--white) !important;
}

/* NAVIGATION TOP LINKS */
.navigation-top-investor-links {
  display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-links {
    display: block;
  }
}

.navigation-top-investor-links ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navigation-top-investor-links.is-left ul {
  justify-content: flex-start;
}

.navigation-top-investor-links.is-left ul li {
  margin-right: 1rem;
}

.navigation-top-investor-links.is-right ul {
  justify-content: flex-end;
}

.navigation-top-investor-links.is-right ul li {
  margin-left: 1rem;
}

/* NAVIGATION TOP MOBILE */
.navigation-top-investor-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  background-color: #134734;;
  padding-top: 1rem;
}

.is-active .navigation-top-investor-mobile {
  display: block;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .is-active .navigation-top-investor-mobile {
    display: none;
  }
}

.navigation-top-investor-mobile ul li {
  color: var(--white);
  font-family: var(--header-font-family);
  font-size: 22px;
  letter-spacing: -0.5px;
}

.navigation-top-investor-mobile ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 1px dotted var(--gray);
}

.navigation-top-investor-mobile ul li a:hover {
  background-color: var(--primary-color);
}

.navigation-top-investor-mobile section {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navigation-top-investor__links {
  flex: 1;
  display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor__links {
    display: block;
  }
}

.navigation-top-investor__links ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-top-investor__links ul li {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: var(--body-font-family);
}

.navigation-top-investor__links ul li a {
  color: var(--white);
}

/* NAVIGATION TOP BUTTONS */
.navigation-top-investor-hamburger {
  margin-bottom: -5px;
  margin-left: 0.5rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-hamburger {
    display: none;
  }
}

/* NAVIGATION TOP MOBILE */
.navigation-top-mobile-investor {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  background-color: var(--offwhite);
}

.is-active .navigation-top-mobile-investor {
  display: block;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .is-active .navigation-top-mobile-investor {
    display: none;
  }
}

.navigation-top-mobile-investor ul li {
  font-family: var(--header-font-family);
  font-size: 22px;
  letter-spacing: -0.5px;
}

.navigation-top-mobile-investor ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 1px dotted var(--gray);
}

.navigation-top-mobile-investor ul li a:hover {
  background-color: var(--white);
}

.navigation-top-mobile-investor section {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* NAVIGATION TOP INVESTOR USER */
.navigation-top-investor-user {
  display: none;
  align-items: center;
  margin-left: 2rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .navigation-top-investor-user {
    display: flex;
  }
}

.navigation-top-investor-user header {
  margin-right: 1rem;
}

.navigation-top-investor-user header p {
  color: var(--white);
  text-align: right;
}

.navigation-top-investor-user header p:first-of-type {
  font-size: 14px;
  line-height: 1;
}

.navigation-top-investor-user header p:last-of-type {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -8px;
}

.navigation-top-investor-user figure {
  width: 45px;
  height: 45px;
}

.navigation-top-investor-user figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}