#bio .s1 {
  position: relative;
  margin-top: 250px;
  padding-bottom: 150px;
}
#bio .s1 .content {
  max-width: 1230px;
}
#bio .s1 .cols {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
#bio .s1 .cols > div:nth-child(1) {
  width: calc(40% - 100px);
}
#bio .s1 .cols > div:nth-child(2) {
  width: 60%;
}
#bio .s1 .left img {
  width: 100%;
  position: sticky;
  top: 250px;
}
#bio .s1 .btn.back-history span {
  padding: 20px 30px 20px 50px;
}
#bio .s1 .btn.back-history span::after {
  left: 30px;
  right: initial;
}
#bio .s1 .right img {
  display: none;
}
#bio .s1 .btn.back-history:hover span::after {
  background-image: url(/i/square-arrow-left.svg);
  left: 20px;
}
#bio .s1 h1 {
  font-family: "kepler-std-display";
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  margin-top: 100px;
  color: #1E2859;
}
#bio .s1 h2 {
  color: #2E3F57;
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 10px;
}
#bio .s1 .callout::before {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #4D8CCA;
  border-top: 3px solid #4D8CCA;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
}
#bio .s1 .callout::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 3px solid #4D8CCA;
  border-bottom: 3px solid #4D8CCA;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
}
#bio .s1 .callout {
  padding: 30px 50px;
  position: relative;
  font-size: 25px;
  color: #2E3F57;
  letter-spacing: 0.75px;
  line-height: 1.5;
  margin: 75px 0 50px 0;
}
#bio .s1 .bio-content {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #2E3F57;
}
#bio .s1 .fx-accordion {
  margin-top: 75px;
}
#bio .s1 .fx-accordion .fx-nav {
  appearance: none;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "neue-haas-grotesk-display";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #2E3F57;
  line-height: 1.5;
  border-bottom: 1px solid #85AADA;
  padding: 20px 50px 20px 0;
  background: transparent url(/i/accordion-plus.svg) no-repeat right 30px/20px auto;
}
#bio .s1 .fx-accordion .fx-nav.fx-on {
  background-image: url(/i/accordion-minus.svg);
}
#bio .s1 .fx-accordion .fx-slide > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
}
#bio .s1 .fx-accordion .fx-slide button {
  position: relative;
  background: none;
  height: 200px;
  width: 33.33%;
  border: none;
  cursor: pointer;
}
#bio .s1 .fx-accordion .fx-slide button div {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
#bio .s1 .fx-accordion .fx-slide button:hover::before {
  content: "";
  display: block;
  position: absolute;
  border-right: 4px solid #4D8CCA;
  border-top: 4px solid #4D8CCA;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 0px;
}
#bio .s1 .fx-accordion .fx-slide button:hover::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid #4D8CCA;
  border-bottom: 4px solid #4D8CCA;
  width: 30px;
  height: 30px;
  left: 0px;
  bottom: 0px;
}

#shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
}

.popup {
  z-index: 102;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 80vh;
  width: 900px;
  border-radius: 15px;
  overflow: hidden;
}
.popup .cols {
  flex-direction: row;
  display: flex;
}
.popup .cols > div:nth-child(1) {
  width: 53%;
  background: #fff;
  padding: 50px;
}
.popup .cols > div:nth-child(2) {
  width: 47%;
  background: #E9EEF8;
  padding: 0 50px 50px 50px;
}
.popup img {
  width: 100%;
  margin: 0 0%;
}
.popup h3 {
  font-family: "kepler-std-display";
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  color: #2E3F57;
}
.popup h4 {
  font-size: 25px;
  font-weight: 500;
  color: #4D8CCA;
  margin-bottom: 1.5em;
}
.popup p {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.63px;
  line-height: 1.5;
  color: #2E3F57;
}
.popup .cols > div:nth-child(2) p {
  margin-bottom: 1em;
}
.popup p span, .popup p a {
  color: #4D8CCA;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .popup p {
    font-size: 19px;
  }
}
@media screen and (max-width: 979px) {
  .popup {
    max-width: 100%;
    max-height: 94vh;
  }
  .popup .cols {
    flex-direction: column;
  }
  .popup .cols > div {
    width: 100% !important;
    padding: 25px !important;
  }
  .popup .cols > div:nth-child(2) {
    padding-top: 0 !important;
  }
  .popup img {
    margin: 0 auto;
    max-width: 200px !important;
    display: block;
  }
  .popup p {
    font-size: 18px;
  }
  .popup p.status {
    margin-bottom: 0 !important;
  }
  .popup h3 {
    font-size: 40px;
  }
  .popup h4 {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 1024px) {
  #bio .s1 h1 {
    font-size: 60px;
  }
  #bio .s1 .cols {
    gap: 70px;
  }
}
@media all and (max-width: 979px) {
  #bio .s1 .cols {
    flex-direction: column;
  }
  #bio .s1 .left {
    display: none;
  }
  #bio .s1 .cols > div {
    width: 100% !important;
  }
  #bio .s1 h2 {
    margin-bottom: 1em;
  }
  #bio .s1 .right img {
    display: block;
    max-width: 400px;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #bio .s1 {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  #bio .s1 h1 {
    font-size: 50px;
  }
  #bio .s1 h2 {
    font-size: 25px;
  }
  #bio .s1 .bio-content {
    font-size: 18px;
  }
  #bio .s1 .fx-accordion .fx-slide > div > div {
    width: 50%;
  }
  #bio .s1 .callout {
    padding: 30px;
    font-size: 20px;
  }
}

/*# sourceMappingURL=bio.css.map */
