#bio header nav .leadership a::before {
  opacity: 1;
}

#bio header.active nav .leadership a {
  padding-left: 1.2rem;
}

#bio header.active nav .leadership a::before {
  opacity: 1;
}

#bio .s1 {
  padding: 10rem 0 7.5rem 0;
}

#bio .s1 .back-btn {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A9FE3;
  background: url(/i/svg/left-arrow.svg) no-repeat left center;
  background-size: 12px;
  padding-left: 2.2rem;
  transition: opacity .3s ease;
}

#bio .s1 .back-btn:hover {
  opacity: 0.8;
}

#bio .s1 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.5rem;
}

#bio .s1 .col-1 {
  width: 100%;
  max-width: 533px;
}

#bio .s1 .col-1 img {
  width: 100%;
}

#bio .s1 .col-2 {
  width: 100%;
  max-width: 753px;
}

#bio .s1 .col-2 h1 {
  font-family: kaisei-decol, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 1.4em;
  margin-bottom: 1rem;
}

#bio .s1 .col-2 h3 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
}

#bio .s1 .col-2 .hline {
  width: 100%;
  height: 1px;
  background-color: #1A9FE3;
  margin: 3rem 0;
}

@media screen and (max-width: 1100px) {
  #bio .s1 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bio .s1 .col-2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #bio .s1 {
    padding: 9rem 0 5rem 0;
  }
  #bio .s1 .back-btn {
    font-size: 0.9rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #bio .s1 .col-2 h1 {
    font-size: 2.3rem;
  }
  #bio .s1 .col-2 .hline {
    margin: 2rem 0;
  }
}
