.experts-section {
  background-color: #f5f5f5;
  padding: 0;
  position: relative;
}
.experts-section .experts-content-top {
  padding: 100px 0;
  background-color: #FFF;
}
.experts-section .experts-content-bottom {
  padding: 94px 0;
  position: relative;
}
.experts-section .experts-content-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 170px 170px 0 0;
  z-index: 1;
}
.experts-section .experts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.experts-section .experts-main-content-box {
  display: flex;
  flex-direction: column;
  row-gap: 130px;
  width: 100%;
}
.experts-section .experts-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  position: relative;
  z-index: 3;
}
.experts-section .experts-main-content .experts-title {
  color: #08193D;
  font-size: 52px;
  font-weight: 400;
  line-height: 111.538%;
}
.experts-section .experts-main-content .experts-title b, .experts-section .experts-main-content .experts-title strong {
  font-weight: 900;
}
.experts-section .experts-main-content .experts-title .experts-title-color {
  color: #9D0751;
  font-weight: 900;
}
.experts-section .experts-main-content.experts-main-content-management .experts-title .experts-title-color {
  color: #71A130;
}
.experts-section .experts-main-content.experts-main-content-real-estate .experts-title .experts-title-color {
  color: #47A6EE;
}
.experts-section .experts-header {
  text-align: center;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.experts-section .experts-logo-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: auto;
}
.experts-section .experts-logo-image {
  width: 100%;
  height: auto;
}
.experts-section .experts-main-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  text-align: center;
  max-width: 844px;
  width: 100%;
}
.experts-section .experts-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 120%;
  color: #08193D;
}
.experts-section .experts-description {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #3F3F3A;
}
.experts-section .experts-slider {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 114px;
  row-gap: 60px;
  width: 100%;
}
.experts-section .person-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  padding-bottom: 20px;
  width: calc(33.3333333333% - 76px);
}
.experts-section .person-card:hover .person-info-popup-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.experts-section .person-image-container {
  width: 80%;
  height: auto;
}
.experts-section .person-image-container img {
  width: 100%;
  height: 100%;
}
.experts-section .person-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experts-section .person-info-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
.experts-section .person-name {
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
}
.experts-section .person-role {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}
.experts-section .owl-carousel .owl-nav {
  display: none;
}
.experts-section .experts-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  display: none;
}
.experts-section .slider-nav-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.experts-section .slider-nav-icon {
  display: block;
}
.experts-section .experts-slider-dots {
  display: flex;
  gap: 7px;
}
.experts-section .experts-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9E0D52;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.experts-section .experts-slider-dot.active {
  background-color: #9E0D52;
  opacity: 1;
  width: 52px;
  border-radius: 87px;
}
.experts-section .person-info-popup-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  padding: 24px 25px;
  border-radius: 20px;
  background: #F3F3F3;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.experts-section .person-description {
  max-width: 332px;
  width: 100%;
  color: #475569;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.experts-section .person-info-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.experts-section .person-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #9D0751;
  width: fit-content;
}
.experts-section .person-info-btn .person-info-btn-text {
  color: #9D0751;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.experts-section .person-info-btn .person-info-btn-img {
  background-image: url("/wp-content/themes/credit-360/assets/images/section_team_letter_pink.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: none;
}
.experts-section .experts-main-content.experts-main-content-management .experts-slider-dot {
  background-color: #71A130;
  opacity: 0.3;
}
.experts-section .experts-main-content.experts-main-content-management .experts-slider-dot.active {
  background-color: #71A130;
  opacity: 1;
}
.experts-section .experts-main-content.experts-main-content-management .person-info-btn {
  border: 1px solid #71A130;
}
.experts-section .experts-main-content.experts-main-content-management .person-info-btn .person-info-btn-text {
  color: #71A130;
}
.experts-section .experts-main-content.experts-main-content-management .person-info-btn .person-info-btn-img {
  background-image: url("/wp-content/themes/credit-360/assets/images/section_team_letter_green.svg");
}
.experts-section .experts-main-content.experts-main-content-real-estate .experts-slider-dot {
  background-color: #47A6EE;
  opacity: 0.3;
}
.experts-section .experts-main-content.experts-main-content-real-estate .experts-slider-dot.active {
  background-color: #47A6EE;
  opacity: 1;
}
.experts-section .experts-main-content.experts-main-content-real-estate .person-info-btn {
  border: 1px solid #47A6EE;
}
.experts-section .experts-main-content.experts-main-content-real-estate .person-info-btn .person-info-btn-text {
  color: #47A6EE;
}
.experts-section .experts-main-content.experts-main-content-real-estate .person-info-btn .person-info-btn-img {
  background-image: url("/wp-content/themes/credit-360/assets/images/section_team_letter.svg");
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .experts-section .experts-content-top {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .experts-section .experts-content-bottom {
    padding: clamp(60px, 6.5277777778vw, 94px) 0;
  }
  .experts-section .experts-content-bottom::after {
    border-radius: clamp(80px, 11.8055555556vw, 170px) clamp(80px, 11.8055555556vw, 170px) 0 0;
  }
  .experts-section .experts-wrapper {
    gap: clamp(28px, 4.1666666667vw, 60px);
  }
  .experts-section .experts-main-content-box {
    row-gap: clamp(50px, 9.0277777778vw, 130px);
  }
  .experts-section .experts-main-content {
    row-gap: clamp(28px, 4.1666666667vw, 60px);
  }
  .experts-section .experts-main-content .experts-title {
    font-size: clamp(30px, 3.6111111111vw, 52px);
  }
  .experts-section .experts-header {
    max-width: clamp(900px, 72.9166666667vw, 1050px);
    gap: clamp(4px, 0.4861111111vw, 7px);
  }
  .experts-section .experts-logo-image-box {
    width: clamp(90px, 9.9305555556vw, 143px);
  }
  .experts-section .experts-main-text-box {
    row-gap: clamp(10px, 1.1111111111vw, 16px);
    max-width: clamp(620px, 58.6111111111vw, 844px);
  }
  .experts-section .experts-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .experts-section .experts-description {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
  .experts-section .experts-slider {
    gap: clamp(40px, 7.9166666667vw, 114px);
    row-gap: clamp(28px, 4.1666666667vw, 60px);
  }
  .experts-section .person-card {
    gap: clamp(20px, 2.7777777778vw, 40px);
    padding-bottom: clamp(12px, 1.3888888889vw, 20px);
  }
  .experts-section .person-info-text-box {
    row-gap: clamp(8px, 0.8333333333vw, 12px);
  }
  .experts-section .person-name {
    font-size: clamp(22px, 2.7777777778vw, 40px);
  }
  .experts-section .person-role {
    font-size: clamp(16px, 1.6666666667vw, 24px);
  }
  .experts-section .experts-slider-nav {
    gap: clamp(20px, 2.9166666667vw, 42px);
  }
  .experts-section .slider-nav-button {
    width: clamp(28px, 2.9166666667vw, 42px);
    height: clamp(28px, 2.9166666667vw, 42px);
  }
  .experts-section .experts-slider-dots {
    gap: clamp(4px, 0.4861111111vw, 7px);
  }
  .experts-section .experts-slider-dot {
    width: clamp(8px, 0.8333333333vw, 12px);
    height: clamp(8px, 0.8333333333vw, 12px);
  }
  .experts-section .experts-slider-dot.active {
    width: clamp(28px, 3.6111111111vw, 52px);
    border-radius: clamp(40px, 6.0416666667vw, 87px);
  }
  .experts-section .person-info-popup-box {
    row-gap: clamp(14px, 1.6666666667vw, 24px);
    padding: clamp(14px, 1.6666666667vw, 24px) clamp(16px, 1.7361111111vw, 25px);
    border-radius: clamp(12px, 1.3888888889vw, 20px);
  }
  .experts-section .person-description {
    max-width: clamp(240px, 23.0555555556vw, 332px);
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
  .experts-section .person-info-btn {
    gap: clamp(8px, 0.8333333333vw, 12px);
    padding: clamp(6px, 0.5555555556vw, 8px);
    border-radius: clamp(18px, 2.0833333333vw, 30px);
  }
  .experts-section .person-info-btn .person-info-btn-text {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
  .experts-section .person-info-btn .person-info-btn-img {
    width: clamp(16px, 1.3888888889vw, 20px);
    height: clamp(16px, 1.3888888889vw, 20px);
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .experts-section .person-card {
    width: calc(50% - 20px);
  }
  .experts-section .experts-slider {
    gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .experts-section {
    padding: 30px 0;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .experts-section .experts-wrapper {
    padding: 0;
    gap: 32px;
    overflow: hidden;
  }
  .experts-section .experts-header {
    padding: 0 16px;
    gap: 16px;
  }
  .experts-section .experts-logo-image-box {
    width: 103px;
  }
  .experts-section .experts-main-text-box {
    row-gap: 16px;
  }
  .experts-section .experts-title {
    font-size: 24px;
    line-height: 110%;
  }
  .experts-section .experts-description {
    font-size: 16px;
    line-height: normal;
  }
  .experts-section .person-card {
    gap: 40px;
    padding-bottom: 0;
  }
  .experts-section .person-image-container {
    width: 100%;
    max-width: unset;
  }
  .experts-section .person-image-container img {
    width: 100%;
  }
  .experts-section .person-info {
    row-gap: 10px;
  }
  .experts-section .person-info-text-box {
    row-gap: 12px;
  }
  .experts-section .person-name {
    font-size: 24px;
    line-height: 120%;
  }
  .experts-section .person-role {
    font-size: 18px;
    line-height: 130%;
  }
  .experts-section .experts-slider-nav {
    width: 100%;
    gap: 24px;
  }
  .experts-section .person-info-popup-box {
    padding: 0;
    background: transparent;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    row-gap: 10px;
  }
  .experts-section .person-description {
    max-width: unset;
    color: #2B2B2B;
    font-size: 16px;
  }
  .experts-section .person-info-btn {
    display: none;
  }
  .experts-section .person-info-btn.person-info-btn-mobile {
    display: flex;
  }
  .experts-section .person-info-btn .person-info-btn-img {
    display: block;
  }
  .experts-section .experts-content-top {
    padding: 0 16px;
  }
  .experts-section .experts-content-bottom {
    padding: 0;
  }
  .experts-section .experts-content-bottom::after {
    display: none;
  }
  .experts-section .experts-main-content-box {
    row-gap: 70px;
  }
  .experts-section .experts-main-content {
    row-gap: 32px;
  }
  .experts-section .experts-main-content .experts-title {
    font-size: 24px;
    line-height: 110%;
  }
  .experts-section .person-card {
    width: 100%;
  }
  .experts-section .experts-slider-nav {
    display: flex;
  }
}

/*# sourceMappingURL=section-experts.css.map */
