@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Dark.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-15UltTh.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-25Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-45Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-55Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-75Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

#bio header nav .team a {
  color: #B27328;
}

#bio .s2 {
  padding: 11.5rem 0 7.5rem 0;
}

#bio .s2 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 7.5rem;
}

#bio .s2 .left {
  max-width: 445px;
}

#bio .s2 .left .global-btn.cl {
  margin-bottom: 4rem;
}

#bio .s2 .left .global-btn.cl .text {
  background-image: url(/i/svg/arrow-back.svg);
}

#bio .s2 .left .department {
  color: #757575;
  margin-bottom: 3rem;
}

#bio .s2 .left h1 {
  font-size: 3rem;
  line-height: 1.20em;
  color: #2E3F57;
  margin-bottom: 1rem;
}

#bio .s2 .left .title {
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #757575;
  margin-bottom: 4rem;
}

#bio .s2 .left p {
  font-size: 1rem;
  line-height: 1.50em;
  color: #757575;
}

#bio .s2 .right {
  width: 100%;
  max-width: 445px;
}

#bio .s2 .right .global-btn.mob {
  display: none;
}

#bio .s2 .right .global-btn.mob .text {
  background-image: url(/i/svg/arrow-back.svg);
}

#bio .s2 .right .img-wrap {
  overflow: hidden;
  border-radius: 20px;
}

#bio .s2 .right .img-wrap img {
  width: 100%;
}

#bio .founder .left {
  max-width: 650px;
}

#bio .founder .right {
  opacity: 0;
  height: 0;
}

#bio .s3 {
  padding-bottom: 9.5rem;
  overflow: hidden;
}

#bio .s3 .intro {
  max-width: 1020px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

#bio .s3 .intro h3 {
  color: #2E3F57;
  margin-bottom: 3rem;
  text-align: left;
  text-indent: 0;
}

#bio .s3 .slider-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-510px);
  padding-left: 1rem;
}

#bio .s3 .person {
  display: block;
  max-width: 260px;
  padding-bottom: 2.5rem;
  position: relative;
  margin-right: 1.5rem;
}

#bio .s3 .person .img-wrapper {
  max-width: 260px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

#bio .s3 .person .img-wrapper img {
  width: 100%;
}

#bio .s3 .person .img-wrapper .circle {
  width: 90%;
  height: 60px;
  background: url(/i/svg/hover_circle_arrow.svg) no-repeat bottom/cover;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease;
}

#bio .s3 .person h3 {
  font-size: 1.25rem;
  line-height: 1.50em;
  margin: 1rem 0 10px;
  transition: color .3s ease;
}

#bio .s3 .person p {
  height: 30px;
}

#bio .s3 .person .border {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}

#bio .s3 .person .border::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #B27328;
  left: 0;
  transition: width .5s ease;
}

#bio .s3 .person:last-of-type {
  margin-right: 0;
}

#bio .s3 .person:hover h3 {
  color: #B27328;
}

#bio .s3 .person:hover .border::after {
  width: 100%;
}

#bio .s3 .person:hover .circle {
  bottom: 0;
}

#bio .s3 .slick-arrow {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -6rem;
  left: 0;
  background: transparent;
  border: none;
  font-size: 0;
}

#bio .s3 .slick-prev {
  background: url(/i/slider-arrow-left.png) no-repeat center/contain;
}

#bio .s3 .slick-next {
  left: 70px;
  background: url(/i/slider-arrow-right.png) no-repeat center/contain;
}

#bio .s3 .global-btn {
  margin: 2.6rem 0 0 auto;
}

#bio .all-team {
  display: block;
  object-fit: cover;
  width: 100%;
}

#bio .s4 {
  padding: 10.5rem 0;
  background: url(/i/Team_Callout.jpg) no-repeat center/cover;
}

#bio .s4 .container {
  max-width: 1000px;
  text-align: center;
}

#bio .s4 h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #fff;
}

#bio .s4 h3 span {
  color: #DB9900;
}

@media screen and (max-width: 1023px) {
  #bio .s2 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #bio .s2 .left {
    max-width: none;
  }
  #bio .s2 .left .global-btn {
    display: none;
  }
  #bio .s2 .left .department {
    margin-bottom: 2rem;
  }
  #bio .s2 .left .title {
    margin-bottom: 2rem;
  }
  #bio .s2 .right {
    max-width: 400px;
  }
  #bio .s2 .right .global-btn.mob {
    display: flex;
    margin-bottom: 3rem;
  }
  #bio .s3 .slider-wrapper {
    left: 0;
    transform: none;
  }
  #bio .s3 .person .img-wrapper .circle {
    width: 100%;
  }
  #bio .s4 h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #bio .s2 {
    padding: 9rem 0 5rem 0;
  }
  #bio .s2 .container-inner {
    padding-bottom: 5rem;
  }
  #bio .s2 .left h1 {
    font-size: 2.7rem;
  }
  #bio .s2 .left .title {
    font-size: 1.7rem;
  }
  #bio .s3 {
    padding-bottom: 6rem;
  }
  #bio .s3 .slider-wrapper {
    margin: 0 auto;
  }
  #bio .s3 .person {
    max-width: 260px;
  }
  #bio .s3 .person .img-wrapper {
    max-width: none;
  }
  #bio .s3 .slick-arrow {
    width: 45px;
    height: 45px;
  }
  #bio .s3 .slick-next {
    left: 55px;
  }
  #bio .s3 .global-btn {
    margin: 9rem 0 0 0;
  }
  #bio .s4 {
    padding: 7.5rem 0;
  }
  #bio .s4 h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
