@font-face {
  font-family: "Inter";
  font-weight: 100;
  src: url(/fonts/Inter/Inter_18pt-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  src: url(/fonts/Inter/Inter_18pt-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url(/fonts/Inter/Inter_18pt-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url(/fonts/Inter/Inter_18pt-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url(/fonts/Inter/Inter_18pt-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url(/fonts/Inter/Inter_18pt-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url(/fonts/Inter/Inter_18pt-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: url(/fonts/Inter/Inter_18pt-Black.ttf) format("truetype");
}
#bio .s1 {
  position: relative;
  min-height: calc(100vh - 152px);
  padding-bottom: 5rem;
}
#bio .contain {
  max-width: 1320px;
}
#bio .back-btn {
  width: max-content;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
#bio .back-btn p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  transition: color 0.3s ease;
}
#bio .back-btn:hover p {
  color: #0A6296;
}
#bio .bio-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 2.1rem;
}
#bio .bio-wrapper .left {
  width: 390px;
}
#bio .bio-wrapper .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 760px;
}
#bio .bio-wrapper .v-line {
  width: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#bio p.title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0A6296;
}
#bio h1, #bio p.name {
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 0.8rem;
  font-weight: normal;
}
#bio .bio-content {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5em;
}

@media screen and (max-width: 980px) {
  #bio .bio-wrapper .left {
    width: 310px;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #bio .bio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bio .bio-wrapper .v-line {
    width: 100%;
    height: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 0 1px 0;
  }
}

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