.section-experts {
  background: #EFF4FB;
  font-family: "Instrument Sans", sans-serif;
  color: #01043B;
  padding: clamp(51px, 4.8046875vw, 123px) 2% clamp(73px, 5.78125vw, 148px) 2%;
}
.section-experts .inner {
  max-width: clamp(1412px, 78.125vw, 2000px);
  width: 100%;
  padding: 0;
  position: relative;
}
.section-experts .sc-experts-content {
  display: flex;
  flex-direction: column;
  padding: clamp(52px, 4.296875vw, 110px) clamp(50px, 5.1171875vw, 131px) clamp(59px, 4.8828125vw, 125px) clamp(50px, 5.1171875vw, 131px);
  border-radius: 35px;
  row-gap: clamp(160px, 7.03125vw, 180px);
  background: #FFF;
}
.section-experts .innovation-content-sc-experts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: clamp(42px, 1.71875vw, 44px);
  position: relative;
}
.section-experts .innovation-content-sc-experts::after {
  content: "";
  position: absolute;
  bottom: -79px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B6C7E0;
}
.section-experts .text-box-sc-experts {
  row-gap: clamp(20px, 1.2109375vw, 31px);
}
.section-experts .title-sc-experts {
  max-width: clamp(653px, 47.1560846561vw, 713px);
}
.section-experts .text-box-sc-experts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}
.section-experts .subtitle-sc-experts {
  font-size: clamp(18px, 0.78125vw, 20px);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  direction: ltr;
}
.section-experts .title-sc-experts {
  font-size: clamp(55px, 2.5vw, 64px);
  font-weight: 600;
  line-height: 118.75%;
  direction: ltr;
}
.section-experts .title-sc-experts .gradient {
  background: linear-gradient(90deg, #26ABE5, #9457BD, #26ABE5, #9457BD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: textGradientAnimation 10s linear infinite;
}
.section-experts .items-sc-experts {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 0.8984375vw, 23px);
  row-gap: 21px;
  overflow: hidden;
  direction: ltr;
  width: 100%;
  flex-wrap: wrap;
}
.section-experts .item-sc-experts {
  border-radius: 20px;
  border: 1px solid #C1C1C1;
  background: #FFF;
  backdrop-filter: blur(19.2028980255px);
  position: relative;
  width: calc(33.3333333333% - 16px);
  overflow: hidden;
}
.section-experts .item-content-sc-experts {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}
.section-experts .image-item-sc-experts {
  width: 100%;
  height: auto;
}
.section-experts .image-item-sc-experts img {
  border-radius: 20px 20px 0px 0px;
}
.section-experts .info-box-item-sc-experts {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  padding: 20px clamp(16px, 1.171875vw, 30px) 20px clamp(25px, 1.4453125vw, 37px);
}
.section-experts .text-box-item-sc-experts {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.section-experts .title-item-sc-experts {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.section-experts .desc-item-sc-experts {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-experts .btn-more-item-sc-experts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-right: 4px;
}
.section-experts .btn-more-item-sc-experts img {
  width: 15.537px;
  height: auto;
}
.section-experts .security-content-sc-experts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 44px;
}
.section-experts .security-content-sc-experts .text-box-sc-experts {
  row-gap: 19px;
}
.section-experts .security-content-sc-experts .title-sc-experts {
  max-width: clamp(775px, 57.208994709vw, 865px);
}
.section-experts .security-content-sc-experts .subtitle-sc-experts {
  line-height: 114%;
}
.section-experts .security-content-sc-experts .title-sc-experts {
  font-size: clamp(50px, 3.9682539683vw, 60px);
  line-height: 126.667%;
  text-transform: capitalize;
}
.section-experts .security-content-sc-experts .title-sc-experts .gradient {
  background: linear-gradient(90deg, #26ABE5, #9457BD, #26ABE5, #9457BD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: textGradientAnimation 10s linear infinite;
}
.section-experts .popup-experts-about.popup-container-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
}
.section-experts .popup-experts-about.popup-container-slider.popup-show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.section-experts .popup-experts-about.popup-container-slider.popup-hide-slider {
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
}
.section-experts .popup-experts-about .popup-body-experts-about {
  background: #FFF;
  border-radius: 20px;
  padding: 41px 10px 66px 37px;
  gap: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 90%;
  direction: ltr;
  text-align: left;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup {
  position: relative;
  display: flex;
  width: 100%;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .popup-closing {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  width: 18.537px;
  height: auto;
  transform: rotate(180deg);
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-experts .popup-experts-about .popup-content-experts-about {
  display: flex;
  flex-direction: column;
  row-gap: 43px;
  padding: 0 20px 0 0;
  overflow-y: auto;
}
.section-experts .popup-experts-about .desc-popup-experts-about {
  font-size: 18px;
  font-weight: 400;
  line-height: 151.813%;
  text-transform: capitalize;
}
.section-experts .popup-experts-about .social-popup-experts-about {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 10px;
  border: 1px solid #6E6D89;
  transition: 0.3s ease;
}
.section-experts .popup-experts-about .social-popup-experts-about .sc-experts-card-hover {
  display: none;
  transition: all 0.3s ease;
}
.section-experts .popup-experts-about .social-popup-experts-about .sc-experts-card {
  transition: all 0.3s ease;
}
.section-experts .popup-experts-about .social-popup-experts-about img {
  width: 16px;
  height: 16px;
}
.section-experts .popup-experts-about .social-popup-experts-about:hover {
  background: #27345F;
  border: 1px solid #27345F;
}
.section-experts .popup-experts-about .social-popup-experts-about:hover .sc-experts-card {
  display: none;
}
.section-experts .popup-experts-about .social-popup-experts-about:hover .sc-experts-card-hover {
  display: block;
}

@keyframes textGradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media all and (max-width: 2160px) {
  .section-experts .sc-experts-content {
    padding: clamp(52px, 4.296875vw, 110px) clamp(50px, 2.734375vw, 70px) clamp(59px, 4.8828125vw, 125px) clamp(50px, 2.734375vw, 70px);
  }
}
@media all and (max-width: 1512px) {
  .section-experts {
    padding: 3.373015873vw 2% 4.828042328vw 2%;
  }
  .section-experts .sc-experts-content {
    padding: 3.4391534392vw 3.3068783069vw 3.9021164021vw 3.3068783069vw;
    row-gap: 10.582010582vw;
  }
  .section-experts .innovation-content-sc-experts::after {
    bottom: -5.2248677249vw;
  }
  .section-experts .items-sc-experts {
    gap: 1.3227513228vw;
    row-gap: 1.3888888889vw;
  }
  .section-experts .item-sc-experts {
    width: calc(33.3333333333% - 0.9920634921vw);
  }
  .section-experts .subtitle-sc-experts {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(44px, 3.6375661376vw, 55px);
    max-width: clamp(603px, 43.1878306878vw, 653px);
  }
  .section-experts .security-content-sc-experts .title-sc-experts {
    font-size: clamp(40px, 3.3068783069vw, 50px);
    max-width: clamp(655px, 51.2566137566vw, 775px);
  }
  .section-experts .info-box-item-sc-experts {
    padding: 26px 16px 20px 25px;
  }
  .section-experts .text-box-sc-experts {
    row-gap: 20px;
  }
  .section-experts .title-item-sc-experts {
    font-size: clamp(20px, 1.455026455vw, 22px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-experts .security-content-sc-experts .text-box-sc-experts {
    row-gap: 20px;
  }
  .section-experts .innovation-content-sc-experts {
    row-gap: clamp(28px, 2.7777777778vw, 42px);
  }
  .section-experts .security-content-sc-experts {
    row-gap: clamp(30px, 3.1084656085vw, 47px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about {
    padding: 2.7116402116vw 0.6613756614vw 4.3650793651vw 2.4470899471vw;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(20px, 1.455026455vw, 22px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .popup-closing {
    right: 1.3227513228vw;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-experts .popup-experts-about .popup-content-experts-about {
    padding: 0 1.3227513228vw 0 0;
    row-gap: clamp(33px, 2.8439153439vw, 43px);
  }
}
@media all and (max-width: 1024px) {
  .section-experts .title-item-sc-experts {
    font-size: clamp(18px, 1.953125vw, 20px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-experts .btn-more-item-sc-experts img {
    width: clamp(12.537px, 1.5172851563vw, 15.537px);
  }
  .section-experts .subtitle-sc-experts {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(33px, 4.296875vw, 44px);
    max-width: clamp(503px, 58.88671875vw, 603px);
  }
  .section-experts .security-content-sc-experts .title-sc-experts {
    font-size: clamp(32px, 3.90625vw, 40px);
    max-width: clamp(535px, 63.96484375vw, 655px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(18px, 1.953125vw, 20px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .popup-closing {
    width: clamp(12.537px, 1.8102539062vw, 18.537px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .social-popup-experts-about {
    width: 4.8828125vw;
    height: 4.8828125vw;
    padding: 1.66015625vw;
    border-radius: 0.9765625vw;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .social-popup-experts-about img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .section-experts .popup-experts-about .popup-content-experts-about {
    row-gap: clamp(23px, 3.22265625vw, 33px);
  }
}
@media all and (max-width: 768px) {
  .section-experts {
    padding: 10vw 0 14.8717948718vw 0;
  }
  .section-experts .inner {
    padding: 0 2.8205128205vw;
  }
  .section-experts .sc-experts-content {
    padding: 11.0256410256vw 2.8205128205vw 13.0769230769vw 2.8205128205vw;
    border-radius: 15px;
    row-gap: 101px;
    overflow: hidden !important;
  }
  .section-experts .innovation-content-sc-experts::after {
    bottom: -69px;
  }
  .section-experts .text-box-sc-experts {
    row-gap: 18px;
  }
  .section-experts .subtitle-sc-experts {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(28px, 4.4270833333vw, 34px);
    max-width: 100%;
    line-height: 107.143%;
  }
  .section-experts .security-content-sc-experts .text-box-sc-experts {
    row-gap: 19px;
  }
  .section-experts .security-content-sc-experts .subtitle-sc-experts {
    line-height: normal;
  }
  .section-experts .security-content-sc-experts .title-sc-experts {
    font-size: clamp(28px, 4.4270833333vw, 34px);
    max-width: 100%;
    line-height: 107.143%;
  }
  .section-experts .item-sc-experts {
    width: 74.0607692308vw;
  }
  .section-experts .items-sc-experts {
    display: flex;
    flex-direction: row;
    gap: 0;
    position: relative;
    direction: ltr;
    width: 74.0607692308vw;
    overflow: visible !important;
  }
  .section-experts .owl-stage-outer {
    overflow: visible !important;
  }
  .section-experts .owl-dots {
    position: relative;
  }
  .section-experts .owl-item {
    transition: opacity 0.3s linear;
    opacity: 0;
  }
  .section-experts .owl-item.active {
    opacity: 1;
  }
  .section-experts .owl-item.active ~ .owl-item {
    opacity: 1;
  }
  .section-experts .owl-dots {
    margin-top: 26px;
    text-align: center;
    width: 119%;
  }
  .section-experts .owl-carousel .owl-nav {
    display: none;
  }
  .section-experts .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 3px;
    direction: ltr;
  }
  .section-experts .owl-carousel .owl-dots .owl-dot {
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background: #E6EDF5;
    border: none;
    transition: all 0.3s ease;
  }
  .section-experts .owl-carousel .owl-dots .owl-dot.active {
    background: #C8D4E5;
  }
  .section-experts .owl-carousel .owl-next, .section-experts .owl-carousel .owl-prev {
    display: none;
  }
  .section-experts .info-box-item-sc-experts {
    padding: 3.5897435897vw 2.8205128205vw 3.5897435897vw;
    align-items: center;
  }
  .section-experts .title-item-sc-experts {
    font-size: clamp(18px, 2.8645833333vw, 22px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-experts .item-sc-experts {
    border-radius: 10px 10px 12.558px 12.558px;
  }
  .section-experts .image-item-sc-experts img {
    border-radius: 10px 10px 0px 0px;
  }
  .section-experts .btn-more-item-sc-experts {
    margin-top: 5px;
  }
  .section-experts .btn-more-item-sc-experts img {
    width: clamp(10px, 1.953125vw, 15px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about {
    padding: 3.0769230769vw 2.5641025641vw 3.8461538462vw 3.0769230769vw;
    border-radius: 10px;
    gap: clamp(11px, 2.734375vw, 21px);
    height: 88%;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(18px, 2.8645833333vw, 22px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .popup-closing {
    right: 2.5641025641vw;
    top: 18px;
    width: clamp(10.519px, 2.020703125vw, 15.519px);
    transform: rotate(180deg);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .popup-closing::after {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -25px;
    left: -15px;
    right: -25px;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(12px, 2.0833333333vw, 16px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .social-popup-experts-about {
    width: clamp(35px, 5.859375vw, 45px);
    height: clamp(35px, 5.859375vw, 45px);
    padding: clamp(9px, 1.953125vw, 15px);
    border-radius: 4.5px;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .social-popup-experts-about img {
    width: clamp(16px, 2.6041666667vw, 20px);
    height: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-experts .popup-experts-about .popup-content-experts-about {
    padding: 0 2.5641025641vw 0 0;
    row-gap: clamp(22px, 4.1666666667vw, 32px);
  }
}

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