.header__nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  width: 100%;
  padding: 0 0;
  background: #5E519F;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header__nav::-webkit-scrollbar {
  display: none;
}

.header__nav__list--wrap {
  margin: auto;
}


.header__nav__list {
  display: flex;
  margin: 0 auto;
  padding: 0;
  font-size: 0.9rem;
  font-weight: bold;
  list-style-type: none;
  justify-content: start;
  width: 100%;
}

.header__nav__list li {
  display: block;
  /* margin: 6px 2%; */
  padding: 0.4rem 0.5rem;
  /* background-color: #3e549f; */
  /* border-bottom-style: solid; */
  /* border-bottom-color: #fff; */
  /* border-bottom-width: 2px; */
  /* border-radius: 0.4rem; */
  width: 46%;
  font-size: 1.0rem;
}

@media screen and (min-width: 525px) {
  .header__nav__list {
    font-size: 0.875rem;
    flex-wrap: unset;
  }

  .header__nav__list li {
    /* margin: 4px 8px 8px 8px; */
    /* width: 80px; */
  }
}

.header__nav__list li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  color: #5E519F;
  padding: 3px 15px;
}

@media screen and (max-width:767px){
  /* .header__nav__list{overflow-x: scroll;} */
  .header__nav__list li {padding: 0.4em 0.2em; letter-spacing: -0.1px;}
  .header__nav__list li a {padding: 3px 5px; font-size: 0.8rem;}
}

@media screen and (min-width:992px){
#body-wrapper{
  display: flex;
  flex-direction: column;
}
}


.header__nav__list li .arrow {
  font-size: 12px;
  padding-right: 8px;
  color: #00cdbf;
}