<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#eap-team-page-7 .modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  min-height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s ease;
  overflow: auto; }

div#eap-team-page-7 .show {
  opacity: 1 !important;
  pointer-events: all;
  transition: 0.8s ease; }
  div#eap-team-page-7 .show .testimonial-modal {
    transform: translateY(0px);
    transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    pointer-events: all; }

div#eap-team-page-7 .testimonial-modal {
  transform: translateY(-200px);
  position: relative;
  top: 100px;
  max-width: 600px;
  text-align: center;
  border-left: 4px solid #9ba6b2;
  min-height: 100px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 1em auto;
  padding: 2em;
  border-radius: 4px;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1); }

div#eap-team-page-7 .modal-photo {
  text-align: center; }

div#eap-team-page-7 .agent-info-modal {
  padding-left: 0 !important;
  padding-right: 0px; }

div#eap-team-page-7 .modal-bg {
  height: 110px;
  width: 110px;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translateY(-50%); }

div#eap-team-page-7 .agent-info-modal p {
  margin-top: 1.25em;
  color: #333; }

div#eap-team-page-7 .modal-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 6px #dae1e9, 0 0 0 15px rgba(0, 0, 0, 0.03); }

div#eap-team-page-7 .icon-show {
  opacity: 1 !important; }

div#eap-team-page-7 .close {
  position: absolute;
  top: 24px;
  right: 24px; }

div#eap-team-page-7 .close-icon {
  font-size: 27px !important;
  color: #9ba6b2; }
  div#eap-team-page-7 .close-icon:hover {
    color: #333; }

div#eap-team-page-7 .cta-button {
  color: #9ba6b2;
  background-color: #fff;
  line-height: 3em;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  min-width: 200px;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  div#eap-team-page-7 .cta-button:hover {
    transform: translateY(-5px) scale(1.03);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }

div#eap-team-page-7 h1 {
  color: #fff;
  font-weight: bold; }

div#eap-team-page-7 h2 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 12px; }

div#eap-team-page-7 h3 {
  font-size: 16px;
  color: #333;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 400; }

div#eap-team-page-7 .title {
  color: #9ba6b2;
  font-weight: 700; }

div#eap-team-page-7 .hero {
  margin: 0 auto;
  z-index: 0; }

div#eap-team-page-7 .hero-info {
  padding-top: 6em;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }

div#eap-team-page-7 .hero-info p {
  font-size: 1.25em;
  color: #fff;
  opacity: 0.7; }

div#eap-team-page-7 .hero {
  position: relative;
  text-align: center;
  border-bottom: 10px solid #9ba6b2;
  min-height: 400px;
  width: 100%;
  color: #000;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 0; }

div#eap-team-page-7 .overlay {
  background-color: #9ba6b2;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1; }

div#eap-team-page-7 .container-fluid {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: #f5f7fa;
  font-size: 16px;
  padding-top: 1em; }

div#eap-team-page-7 .row {
  margin: 0 auto; }

div#eap-team-page-7 .headshot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center; }

div#eap-team-page-7 .agent-photo {
  text-align: center;
  padding: 1em; }

div#eap-team-page-7 .agent-photo img {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 3px #fff, 0 0 0 6px rgba(0, 0, 0, 0);
  transition: 0.4s ease; }

div#eap-team-page-7 .agent-info {
  padding-left: 2em;
  transform: translateY(20px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

div#eap-team-page-7 .icon-cta {
  display: inline-block;
  color: #9ba6b2;
  cursor: pointer; }
  div#eap-team-page-7 .icon-cta .call.icon a {
    color: #9ba6b2; }
  div#eap-team-page-7 .icon-cta .email.icon a {
    color: #9ba6b2; }

div#eap-team-page-7 .icon {
  position: relative;
  display: inline-block;
  border: 1px solid #dae1e9;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0.3em auto;
  opacity: 0;
  transition: 0.4s ease; }
  div#eap-team-page-7 .icon:hover {
    border: 1px solid #9ba6b2;
    transition: 0.4s ease; }
    div#eap-team-page-7 .icon:hover i.material-icons {
      color: #9ba6b2;
      transition: 0.4s ease; }

div#eap-team-page-7 i.material-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  margin: 0 auto;
  transition: 0.4s ease; }

div#eap-team-page-7 .email {
  display: inline-block;
  margin-left: 0.3em; }

div#eap-team-page-7 .testimonial {
  border-left: 4px solid #9ba6b2;
  min-height: 100px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dae1e9;
  margin: 1em auto;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  div#eap-team-page-7 .testimonial:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    transform: scale(1.04);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
    div#eap-team-page-7 .testimonial:hover .agent-info {
      transform: translateY(5px);
      transition: 0.4s ease; }
    div#eap-team-page-7 .testimonial:hover .icon {
      opacity: 1;
      transition: 0.8s ease; }
    div#eap-team-page-7 .testimonial:hover .agent-photo img {
      transform: scale(2.3) translateX(-9px);
      transition: 0.4s ease;
      box-shadow: 0 0 0 3px #dae1e9, 0 0 0 6px rgba(0, 0, 0, 0.03); }
</pre></body></html>