.support-section {
  background-color: #ffffff;
  padding: 100px 0;
}
.support-section .support-wrapper {
  max-width: 962px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.support-section .support-title {
  color: #3f3f3a;
  text-align: center;
  font-size: 56px;
  line-height: 120%;
  font-weight: 400;
  width: 593px;
}
.support-section .support-title b, .support-section .support-title strong {
  font-weight: 900;
}
.support-section .support-team {
  display: flex;
  flex-direction: row;
  gap: 114px;
  align-items: center;
  justify-content: center;
}
.support-section .support-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.support-section .support-card-img-box {
  width: 324px;
  height: auto;
  overflow: hidden;
}
.support-section .support-card-img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.support-section .support-card-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 404px;
}
.support-section .support-card-text-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.support-section .support-card-name {
  color: #3f3f3a;
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  font-weight: 900;
  width: 100%;
}
.support-section .support-card-role {
  color: #3f3f3a;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  width: 100%;
}
.support-section .support-card-description {
  display: none;
}
.support-section .support-card-actions {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
}
.support-section .support-action-btn {
  background: #47a6ee;
  border-radius: 999px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.support-section .support-action-icon {
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
}
.support-section .owl-carousel .owl-nav {
  display: none;
}
.support-section .support-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  display: none;
}
.support-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;
}
.support-section .slider-nav-icon {
  display: block;
}
.support-section .support-slider-dots {
  display: flex;
  gap: 7px;
}
.support-section .support-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.support-section .support-slider-dot.active {
  background-color: #47A6EE;
  width: 52px;
  border-radius: 87px;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .support-section {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .support-section .support-wrapper {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .support-section .support-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
    width: clamp(360px, 41.1805555556vw, 593px);
  }
  .support-section .support-team {
    gap: clamp(40px, 7.9166666667vw, 114px);
  }
  .support-section .support-card {
    gap: clamp(20px, 2.7777777778vw, 40px);
  }
  .support-section .support-card-img-box {
    width: clamp(220px, 22.5vw, 324px);
  }
  .support-section .support-card-info {
    gap: clamp(14px, 1.6666666667vw, 24px);
    width: clamp(280px, 28.0555555556vw, 404px);
  }
  .support-section .support-card-text-box {
    gap: clamp(8px, 0.8333333333vw, 12px);
  }
  .support-section .support-card-name {
    font-size: clamp(22px, 2.7777777778vw, 40px);
  }
  .support-section .support-card-role {
    font-size: clamp(16px, 1.6666666667vw, 24px);
  }
  .support-section .support-card-actions {
    gap: clamp(18px, 2.2222222222vw, 32px);
  }
  .support-section .support-action-btn {
    padding: clamp(10px, 1.1111111111vw, 16px);
  }
  .support-section .support-action-icon {
    width: clamp(24px, 2.5vw, 36px);
    height: clamp(24px, 2.5vw, 36px);
  }
}
@media all and (max-width: 768px) {
  .support-section {
    padding: 30px 0;
    position: relative;
    background: #F3F3F3;
  }
  .support-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 50px 50px 0 0;
    z-index: 1;
  }
  .support-section .support-wrapper {
    max-width: 100%;
    padding: 0;
    gap: 32px;
    position: relative;
    z-index: 3;
  }
  .support-section .support-header {
    padding: 0 16px;
  }
  .support-section .support-title {
    width: 100%;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
  }
  .support-section .support-team-box {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 100%;
  }
  .support-section .support-team {
    width: 100%;
  }
  .support-section .support-card {
    width: 100%;
    gap: 40px;
  }
  .support-section .support-card-img-box {
    width: 100%;
    max-width: 100%;
  }
  .support-section .support-card-info {
    width: 100%;
    max-width: 100%;
    gap: 18px;
  }
  .support-section .support-card-text-box {
    gap: 4px;
  }
  .support-section .support-card-name {
    font-size: 24px;
    line-height: 120%;
  }
  .support-section .support-card-role {
    font-size: 18px;
    line-height: 120%;
  }
  .support-section .support-card-description {
    display: flex;
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .support-section .support-card-actions {
    gap: 12px;
    justify-content: center;
  }
  .support-section .support-action-btn {
    padding: 10px;
  }
  .support-section .support-action-icon {
    width: 24px;
    height: 24px;
  }
  .support-section .support-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
  }
  .support-section .support-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .support-section .support-slider-dot {
    width: 7px;
    height: 7px;
  }
  .support-section .support-slider-button {
    width: 24px;
    height: 24px;
  }
}

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