/*----------------------------------------------------------------------------*/
/*#VARIABLES*/
/*----------------------------------------------------------------------------*/
.author-archive--v2 {
  overflow: hidden;
}
.author-archive--v2 .author-video-card__thumb .img-wrapper:before {
  content: "";
  position: absolute;
  transition: all 0.4s;
  top: 40%;
  left: 42%;
  background: url(../../../assets/img/play_btn.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}
.author-archive--v2 .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  background: #ced3dc !important;
}
.author-archive--v2 .swiper-pagination-bullet-active {
  background: #394063 !important;
}
.author-archive--v2 .author-video-card:hover .author-video-card__thumb .img-wrapper:before {
  scale: 1.2;
}
.author-archive--v2 .tag {
  position: relative;
}
.author-archive--v2 .author-hero {
  padding: 120px 0 80px;
  color: #ffffff;
  text-align: center;
}
.author-archive--v2 .author-hero__content {
  max-width: 720px;
  margin: 0 auto;
}
.author-archive--v2 .author-hero h1 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 130%;
}
.author-archive--v2 .author-pill {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #F75F4E;
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.32px;
}
.author-archive--v2 .author-role {
  font-size: 24px;
  margin-bottom: 8px;
}
.author-archive--v2 .author-tagline {
  font-size: 1.25rem;
  margin: 0 auto 8px;
}
.author-archive--v2 .author-intro {
  font-size: 0.9375rem;
  opacity: 0.7;
  max-width: 560px;
  margin: 8px auto 0;
  line-height: 1.6;
}
.author-archive--v2 .img-gradient-container-right-half:before {
  height: 100% !important;
  left: 50% !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.author-archive--v2 .quote-author {
  color: white;
}
.author-archive--v2 .blue-gradient-nested {
  position: relative;
}
.author-archive--v2 .blue-gradient-nested img {
  background-color: #00B4CD;
  overflow-x: hidden;
  border-radius: 100%;
}
.author-archive--v2 .blue-gradient-nested:before {
  background: linear-gradient(90deg, rgba(0, 180, 205, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
}
.author-archive--v2 .author-body {
  padding: 48px 0 0;
}
.author-archive--v2 .author-about {
  padding: 48px 0;
}
.author-archive--v2 .author-about h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #394063;
  margin-bottom: 16px;
  text-align: left;
}
.author-archive--v2 .author-bio {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #394063;
}
.author-archive--v2 .author-bio p {
  margin-bottom: 16px;
}
.author-archive--v2 .author-bio li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #394063;
}
.author-archive--v2 .author-bio li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #394063;
}
.author-archive--v2 .author-portrait-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
}
.author-archive--v2 .author-portrait img {
  max-height: 315px;
}
.author-archive--v2 .author-connect {
  text-align: center;
}
.author-archive--v2 .author-connect h4 {
  font-size: 32px;
  font-weight: 600;
  color: #394063;
  margin-bottom: 12px;
}
.author-archive--v2 .author-connect__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  color: #394063;
  text-decoration: none;
  margin-bottom: 16px;
  transition: color 0.2s;
}
.author-archive--v2 .author-connect__phone [class^=icon-] {
  font-size: 1.125rem;
}
.author-archive--v2 .author-socials {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.author-archive--v2 .author-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4F7FA;
  color: #394063;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.author-archive--v2 .author-quote {
  padding: 48px 0;
}
.author-archive--v2 .author-quote__box {
  border-left: 4px solid #00B4CD;
  padding: 24px 32px;
  background-color: #F4F7FA;
  border-radius: 0 8px 8px 0;
}
.author-archive--v2 .author-quote__text {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.6;
  color: #394063;
  margin-bottom: 16px;
}
.author-archive--v2 .author-quote__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.author-archive--v2 .author-quote__name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #394063;
}
.author-archive--v2 .author-quote__title {
  font-size: 0.875rem;
  color: #989BAA;
}
.author-archive--v2 .author-details {
  padding: 32px 0 48px;
}
.author-archive--v2 .author-details h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #394063;
  margin-bottom: 16px;
}
.author-archive--v2 .author-list,
.author-archive--v2 .author-education {
  color: #394063;
  font-size: 1.125rem;
}
.author-archive--v2 .author-list h4,
.author-archive--v2 .author-education h4 {
  font-size: 1.25rem;
}
.author-archive--v2 .author-list li,
.author-archive--v2 .author-education li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #394063;
}
.author-archive--v2 .author-list li::before,
.author-archive--v2 .author-education li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #394063;
}
.author-archive--v2 .author-articles {
  padding: 64px 0;
}
.author-archive--v2 .author-articles h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #394063;
  margin-bottom: 24px;
}
.author-archive--v2 .author-articles__intro {
  font-size: 1.125rem;
  color: #394063;
  margin-bottom: 48px;
}
.author-archive--v2 .author-articles .paginationHolder {
  display: flex;
  justify-content: center;
}
.author-archive--v2 .author-videos h2 {
  font-size: 2rem;
  color: #394063;
  margin-bottom: 48px;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.32px;
}
.author-archive--v2 .author-videos .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
.author-archive--v2 .author-video-card {
  cursor: pointer;
  overflow: hidden;
}
.author-archive--v2 .author-video-card__thumb {
  position: relative;
  border-radius: 20px;
  background-color: #394063;
  overflow: hidden;
  max-height: 235px !important;
  height: 100%;
}
.author-archive--v2 .author-video-card__thumb img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 235px;
}
.author-archive--v2 .author-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.author-archive--v2 .author-video-card__play svg {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.author-archive--v2 .author-video-card h4 {
  padding: 16px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #394063;
}
@media (max-width: 991px) {
  .author-archive--v2 .author-archive--v2 .author-hero {
    padding: 100px 0 60px;
  }
  .author-archive--v2 .author-archive--v2 .author-hero h1 {
    font-size: 2.25rem;
  }
  .author-archive--v2 .author-archive--v2 .row.author-about.align-items-center {
    overflow: hidden;
  }
  .author-archive--v2 .author-archive--v2 .author-archive--v2 .img-gradient-container-right-half:before {
    height: 83% !important;
    left: unset;
    top: 0;
  }
  .author-archive--v2 .author-archive--v2 .author-about {
    padding: 32px 0;
  }
  .author-archive--v2 .author-archive--v2 .author-portrait {
    width: 220px;
    height: 220px;
    margin-top: 32px;
  }
  .author-archive--v2 .author-archive--v2 .author-quote__box {
    padding: 20px 24px;
  }
  .author-archive--v2 .author-archive--v2 .author-quote__text {
    font-size: 1.125rem;
  }
  .author-archive--v2 .author-archive--v2 .author-articles,
  .author-archive--v2 .author-archive--v2 .author-videos {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .author-archive--v2 .author-archive--v2 .author-hero {
    padding: 80px 0 48px;
  }
  .author-archive--v2 .author-archive--v2 .author-hero h1 {
    font-size: 1.75rem;
  }
  .author-archive--v2 .author-archive--v2 .row.author-about.align-items-center {
    overflow: hidden;
  }
  .author-archive--v2 .author-archive--v2 .author-archive--v2 .author-details {
    gap: 48px;
  }
  .author-archive--v2 .author-archive--v2 .author-archive--v2 .img-gradient-container-right-half:before {
    height: 83% !important;
    overflow: hidden;
    left: 25%;
    top: 0;
  }
  .author-archive--v2 .author-archive--v2 .author-portrait {
    width: 180px;
    height: 180px;
  }
  .author-archive--v2 .author-archive--v2 .author-portrait img {
    max-height: 235px;
  }
  .author-archive--v2 .author-archive--v2 .success-story-quote__heading.larger {
    font-size: 1.25rem;
  }
  .author-archive--v2 .author-archive--v2 .author-about {
    overflow: hidden;
  }
  .author-archive--v2 .author-archive--v2 .author-about h2,
  .author-archive--v2 .author-archive--v2 .author-articles h2,
  .author-archive--v2 .author-archive--v2 .author-videos h2 {
    font-size: 1.5rem;
    line-height: 130%;
  }
  .author-archive--v2 .author-archive--v2 .author-details {
    padding: 24px 0 32px;
  }
  .author-archive--v2 .author-archive--v2 .author-details .col-lg-6 + .col-lg-6 {
    margin-top: 24px;
  }
}
.author-archive--v2 .modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
.author-archive--v2 .modal-popup.show {
  display: flex;
}
.author-archive--v2 .modal-popup__inner {
  position: relative;
  width: 90%;
  max-width: 960px;
}
.author-archive--v2 .modal-popup .close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
}
.author-archive--v2 .modal-popup .close:hover {
  opacity: 0.7;
}
.author-archive--v2 .modal-popup__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}
.author-archive--v2 .modal-popup__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=author-archive.css.map */
