.container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.nav-link:hover {
  border-bottom: 2px solid #000;
}

.nav-link.w--current {
  color: #333;
  border-bottom: 2px solid #000;
}

.nav-link.no-right-margin {
  margin-right: 0;
}

.navbar {
  background-color: #fff;
}

.head-section {
  margin-top: 20px;
}

.body-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

._1280-div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-center {
  text-align: center;
}

.p-tag {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.p-tag.push-down-20px {
  margin-top: 20px;
}

.p-tag.no-btm-margin {
  margin-bottom: 0;
}

.p-tag.small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

._1000-div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.horizontal-line-div {
  background-color: #000;
  height: 1px;
  margin-bottom: 20px;
  padding-right: 0;
}

.footer-text {
  font-size: 14px;
}

.footer-text.right {
  text-align: right;
}

.nav-menu {
  background-color: #fff;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-link {
  color: #333;
}

.body-link.no-underline {
  text-decoration: none;
}

.investor-column-image {
  margin-bottom: 80px;
}

.investor-column-text {
  margin-bottom: 40px;
}

.principal-img-push-down {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .icon {
    font-size: 50px;
    line-height: 50px;
  }
}


