<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bio-short-container .bio-short {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
  }
  @media (max-width: 768px) {
    .bio-short-container .bio-short:not(:first-child) {
      margin-top: 20px;
    }
  }
  .bio-short-container .bio-short .bio-short-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    padding: 0 10px 10px 10px;
  }
  .bio-short-container .bio-short .bio-short-details .bio-short-details-row {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .bio-short-container .bio-short .bio-short-details .divider {
    background-color: black;
    height: 80px;
    margin: 0px 24px 0px 12px;
    width: 2px;
  }
  .bio-short-container .bio-short .bio-short-details .location-label {
    font-family: "Klavika";
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 1.54px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .bio-short-container .bio-short .bio-short-details .location-value {
    font-family: "Theinhardt", Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
  }
  .bio-short-container .bio-short .bio-short-details .experience-label {
    align-items: center;
    display: flex;
    font-family: Klavika;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1.54px;
    line-height: 12px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .bio-short-container .bio-short .bio-short-details .experience-value {
    display: block;
    font-family: "Theinhardt" !important;
    font-size: 40px;
    line-height: 27px;
    margin-bottom: 8px;
    padding-top: 7px;
  }
  .bio-short-container .bio-short .bio-short-details .short-name {
    color: blue;
    font-family: "Theinhardt", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-decoration: none;
    margin: 0px 0px 10px;
  }
  .bio-short-container .bio-short .bio-short-details header.short-name {
    color: black;
  }
  .bio-short-container .bio-short .bio-short-details .short-title {
    color: gray;
    font-family: "Theinhardt" !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0px 0px 10px;
  }
  .bio-short-container .bio-short .short-image {
    margin-bottom: 20px;
    margin-left: 16px;
    height: 176px;
    width: 176px;
  }
  @media (min-width: 1024px) {
    .bio-short-container .two-columns {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .bio-short-container .bio-short {
      flex-direction: row;
      border-bottom: 0px;
    }
    .bio-short-container .bio-short .short-image {
      margin-bottom: 24px;
      margin-right: 15px;
      margin-left: 0px;
      height: 150px;
      width: 150px;
    }
  }</pre></body></html>