@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.igsvd26-wrap,
.igsvd26-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.igsvd26-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}

.igsvd26-section {
  width: 100% !important;
}

.igsvd26-section-one,
.igsvd26-section-three {
  background: #ffffff;
}

.igsvd26-section-two {
  background: linear-gradient(180deg, #f7fbfa 0%, #eef8f5 100%);
}

.igsvd26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.igsvd26-h2,
.igsvd26-intro,
.igsvd26-card-title,
.igsvd26-card-text {
  text-align: center !important;
}

.igsvd26-h2 {
  margin: 0 auto;
  color: #10212a;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.igsvd26-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #52616b;
  line-height: 1.7;
  font-weight: 400;
}

.igsvd26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.igsvd26-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  border: 1px solid #d9e9e5;
  box-shadow: 0 18px 45px rgba(20, 93, 85, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.igsvd26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 161, 139, 0.14), transparent 58%);
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igsvd26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 161, 139, 0.5);
  box-shadow: 0 24px 58px rgba(20, 93, 85, 0.16);
}

.igsvd26-card:hover::before {
  opacity: 1;
}

.igsvd26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f8f7e 0%, #1bb8a0 52%, #ff7a59 100%);
  box-shadow: 0 14px 28px rgba(15, 143, 126, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igsvd26-card:hover .igsvd26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 122, 89, 0.22);
}

.igsvd26-i {
  color: #ffffff;
  line-height: 1;
}

.igsvd26-card-title {
  position: relative;
  margin: 0;
  color: #10212a;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.igsvd26-card-text {
  position: relative;
  margin: 0 auto;
  color: #5a6871;
  line-height: 1.65;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .igsvd26-section {
    padding: 88px 0;
  }

  .igsvd26-container {
    padding: 0 28px;
  }

  .igsvd26-h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .igsvd26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .igsvd26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igsvd26-grid {
    gap: 26px;
  }

  .igsvd26-card {
    min-height: 300px;
    padding: 38px 30px 34px;
    border-radius: 22px;
  }

  .igsvd26-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
  }

  .igsvd26-i {
    font-size: 30px;
  }

  .igsvd26-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .igsvd26-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igsvd26-section {
    padding: 72px 0;
  }

  .igsvd26-container {
    padding: 0 24px;
  }

  .igsvd26-h2 {
    font-size: 34px;
  }

  .igsvd26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .igsvd26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .igsvd26-card {
    min-height: 270px;
    padding: 32px 24px 30px;
    border-radius: 20px;
  }

  .igsvd26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 21px;
  }

  .igsvd26-i {
    font-size: 27px;
  }

  .igsvd26-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .igsvd26-card-text {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igsvd26-section {
    padding: 54px 0;
  }

  .igsvd26-container {
    padding: 0 16px;
  }

  .igsvd26-h2 {
    font-size: 27px;
  }

  .igsvd26-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .igsvd26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .igsvd26-card {
    min-height: 232px;
    padding: 23px 14px 21px;
    border-radius: 16px;
  }

  .igsvd26-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
  }

  .igsvd26-i {
    font-size: 22px;
  }

  .igsvd26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igsvd26-card-text {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igsvd26-section {
    padding: 48px 0;
  }

  .igsvd26-container {
    padding: 0 13px;
  }

  .igsvd26-h2 {
    font-size: 24px;
  }

  .igsvd26-intro {
    font-size: 13.8px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .igsvd26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .igsvd26-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .igsvd26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
  }

  .igsvd26-i {
    font-size: 20px;
  }

  .igsvd26-card-title {
    font-size: 14.6px;
    margin-bottom: 8px;
  }

  .igsvd26-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .igsvd26-section {
    padding: 42px 0;
  }

  .igsvd26-container {
    padding: 0 10px;
  }

  .igsvd26-h2 {
    font-size: 21px;
  }

  .igsvd26-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .igsvd26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .igsvd26-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 13px;
  }

  .igsvd26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 11px;
  }

  .igsvd26-i {
    font-size: 18px;
  }

  .igsvd26-card-title {
    font-size: 13.2px;
    margin-bottom: 7px;
  }

  .igsvd26-card-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .igsvd26-section {
    padding: 38px 0;
  }

  .igsvd26-container {
    padding: 0 10px;
  }

  .igsvd26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .igsvd26-h2 {
    font-size: 20px;
  }

  .igsvd26-intro {
    font-size: 12.5px;
    margin-bottom: 16px;
  }

  .igsvd26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 13px;
  }

  .igsvd26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 11px;
  }

  .igsvd26-i {
    font-size: 18px;
  }

  .igsvd26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igsvd26-card-text {
    font-size: 12px;
  }
}

.igsvd26-wrap .igsvd26-card {
  opacity: 1;
  transform: translateY(0);
}

.igsvd26-wrap.igsvd26-js .igsvd26-card {
  opacity: 0;
  transform: translateY(18px);
}

.igsvd26-wrap.igsvd26-js .igsvd26-card.igsvd26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}