/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Team */
.wkTeam {
  padding: 3rem 1.5rem 5rem 1.5rem;
}
@media (min-width: 768px) {
  .wkTeam {
    padding: 4rem 2.5rem 5rem 2.5rem;
  }
}
.wkTeam .heading {
  margin: 0 auto 6rem auto;
  max-width: 128rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .wkTeam .heading {
    margin: 0 auto 8rem auto;
    padding: 0 2.5rem;
  }
}
.wkTeam .heading .title {
  color: var(--agency-secondary) !important;
  font-family: var(--agency-title-font-family) !important;
  font-size: var(--font-size--xxlarge);
}
@media (min-width: 768px) {
  .wkTeam .heading .title {
    font-size: var(--font-size--xxxxlarge);
  }
}
.wkTeam__agents {
  display: grid;
  gap: 5rem 10rem;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 30rem));
  justify-content: center;
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
}
.wkTeam__agent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30rem 10rem 10rem auto auto;
  width: 100%;
}
.wkTeam__agent .profilePic {
  height: 100%;
  width: 100%;
}
.wkTeam__agent .profilePic .containerImg {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.wkTeam__agent .profilePic .containerImg.noFoto {
  background: #ffffff;
  box-shadow: inset 0 0 0 0.2rem var(--agency-primary) !important;
  margin: auto;
}
.wkTeam__agent .profilePic .containerImg img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.wkTeam__agent .profilePic i {
  color: var(--agency-primary) !important;
  font-size: 26rem;
}
.wkTeam__agent .person {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.wkTeam__agent .person .name {
  color: var(--agency-secondary) !important;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.wkTeam__agent .person .position {
  color: var(--agency-text--lite) !important;
  font-size: var(--font-size--base);
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
}
.wkTeam__agent .contact {
  align-items: center;
  border-bottom: 0.1rem solid var(--agency-text--lite) !important;
  border-top: 0.1rem solid var(--agency-text--lite) !important;
  color: var(--agency-text--lite) !important;
  display: flex;
  margin: 0 auto;
  max-width: 26rem;
  padding: 2rem 1rem;
  width: 100%;
}
.wkTeam__agent .contact__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wkTeam__agent .contact__content i {
  flex-shrink: 0;
  width: 2.5rem;
}
.wkTeam__agent .contact__content span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.wkTeam__agent .contact .phone {
  align-items: center;
  display: flex;
}
.wkTeam__agent .contact .phone a {
  color: #0000ff;
  font-size: 1.6rem;
  font-weight: 300;
}
.wkTeam__agent .contact .mail {
  align-items: center;
  display: flex;
}
.wkTeam__agent .contact .mail a {
  color: #0000ff;
  font-size: 1.6rem;
  font-weight: 300;
}
.wkTeam__agent .description {
  color: var(--agency-text--lite) !important;
  padding: 3rem 1rem 0 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.wkTeam__agent .description .readMore {
  display: block;
}
.wkTeam__agent .description .readMore.inactive {
  height: 2rem;
  position: relative;
}
.wkTeam__agent .description .readMore {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
  bottom: 0;
  height: 4rem;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.wkTeam__agent .description .readMore .button-container {
  background: var(--white);
  bottom: 0;
  cursor: pointer;
  height: 2rem;
  left: 50%;
  margin: 0 0 0 -2.6rem;
  position: absolute;
  width: 4.2rem;
}
.wkTeam__agent .description .readMore .button-container i {
  color: var(--text);
  display: inline-block;
  font-size: 2rem;
}
.wkTeam__agent .description .readMore .button-container:focus {
  outline: none;
}
.wkTeam__agent .action {
  align-self: end;
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 1366px) {
  .wkTeam__agent .action {
    display: flex;
    justify-content: space-between;
  }
}
.wkTeam__agent .action .button {
  background: var(--agency-primary) !important;
  height: 4rem;
}
@media (min-width: 1024px) {
  .wkTeam__agent .action .button {
    flex-shrink: 0;
    margin: 0 auto;
    max-width: 24rem;
  }
}
.wkTeam__agent .action .button:hover, .wkTeam__agent .action .button:focus, .wkTeam__agent .action .button:active {
  background: var(--agency-primary--hover) !important;
}
.wkTeam__agent .action .call {
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .wkTeam__agent .action .call {
    width: 13rem;
  }
}
@media (min-width: 1366px) {
  .wkTeam__agent .action .appointment {
    max-width: none;
    width: 25rem;
  }
}
.wkTeam__text.collapsible {
  height: 6rem;
  overflow: hidden;
  position: relative;
}
.wkTeam__text.expanded {
  height: auto;
  overflow: visible;
}
/*# sourceMappingURL=wkTeam.css.map */
