@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');

.igiv-202607,
.igiv-202607 * {
  box-sizing: border-box;
  min-width: 0;
}

.igiv-202607 {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.igiv-202607 .igiv-band {
  width: 100% !important;
  overflow: hidden;
}

.igiv-202607 .igiv-band-white {
  background: #ffffff;
}

.igiv-202607 .igiv-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.12), transparent 42%),
    linear-gradient(180deg, #f4fbf8 0%, #eef8f4 100%);
}

.igiv-202607 .igiv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
}

.igiv-202607 .igiv-heading,
.igiv-202607 .igiv-intro,
.igiv-202607 .igiv-card,
.igiv-202607 .igiv-card h3,
.igiv-202607 .igiv-card p {
  text-align: center !important;
}

.igiv-202607 .igiv-heading {
  margin: 0 auto;
  color: #10221d;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.igiv-202607 .igiv-intro {
  max-width: 760px;
  margin: 0 auto;
  color: #52645e;
  font-weight: 450;
  line-height: 1.68;
}

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

.igiv-202607 .igiv-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.13), transparent 48%);
  border: 1px solid #dbe8e2;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(18, 68, 58, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
  background-size: 100% 100%, 140% 140%;
  background-position: center, 50% 0%;
}

.igiv-202607 .igiv-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  background: linear-gradient(90deg, #0f766e, #2dd4bf, #f59e0b);
  opacity: 0;
  transform: scaleX(0.55);
  transform-origin: center;
  transition: opacity 280ms ease, transform 280ms ease;
}

.igiv-202607 .igiv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 118, 110, 0.34);
  box-shadow: 0 24px 58px rgba(18, 68, 58, 0.15);
  background-position: center, 50% 28%;
}

.igiv-202607 .igiv-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.igiv-202607 .igiv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #0f766e;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.11), rgba(45, 212, 191, 0.16)),
    #ffffff;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 24px rgba(15, 118, 110, 0.12);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}

.igiv-202607 .igiv-card:hover .igiv-icon {
  transform: translateY(-3px) scale(1.04);
  color: #b45309;
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.13), rgba(45, 212, 191, 0.18)),
    #ffffff;
}

.igiv-202607 .igiv-i {
  display: block;
  line-height: 1;
}

.igiv-202607 .igiv-card h3 {
  margin: 0;
  color: #14251f;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}

.igiv-202607 .igiv-card p {
  margin: 0 auto;
  color: #586963;
  font-weight: 430;
  line-height: 1.62;
}

.igiv-202607 .igiv-card {
  opacity: 1;
  transform: translateY(0);
}

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

.igiv-202607.igiv-js .igiv-card.igiv-visible {
  opacity: 1;
  transform: translateY(0);
}

.igiv-202607.igiv-js .igiv-card.igiv-visible:hover {
  transform: translateY(-8px);
}

@media (min-width: 1024px) {
  .igiv-202607 .igiv-band {
    padding: 86px 0;
  }

  .igiv-202607 .igiv-container {
    padding: 0 28px;
  }

  .igiv-202607 .igiv-heading {
    font-size: 44px;
    max-width: 980px;
  }

  .igiv-202607 .igiv-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .igiv-202607 .igiv-grid {
    margin-top: 42px;
    gap: 24px;
  }

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

  .igiv-202607 .igiv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .igiv-202607 .igiv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .igiv-202607 .igiv-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 30px;
  }

  .igiv-202607 .igiv-card h3 {
    font-size: 21px;
  }

  .igiv-202607 .igiv-card p {
    margin-top: 14px;
    font-size: 15px;
  }
}

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

  .igiv-202607 .igiv-container {
    padding: 0 24px;
  }

  .igiv-202607 .igiv-heading {
    font-size: 36px;
    max-width: 760px;
  }

  .igiv-202607 .igiv-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .igiv-202607 .igiv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }

  .igiv-202607 .igiv-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .igiv-202607 .igiv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    font-size: 27px;
  }

  .igiv-202607 .igiv-card h3 {
    font-size: 20px;
  }

  .igiv-202607 .igiv-card p {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igiv-202607 .igiv-band {
    padding: 56px 0;
  }

  .igiv-202607 .igiv-container {
    padding: 0 18px;
  }

  .igiv-202607 .igiv-heading {
    font-size: 30px;
    max-width: 520px;
  }

  .igiv-202607 .igiv-intro {
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .igiv-202607 .igiv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }

  .igiv-202607 .igiv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .igiv-202607 .igiv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 23px;
  }

  .igiv-202607 .igiv-card h3 {
    font-size: 17px;
  }

  .igiv-202607 .igiv-card p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .igiv-202607 .igiv-container {
    padding: 0 14px;
  }

  .igiv-202607 .igiv-heading {
    font-size: 27px;
    max-width: 360px;
  }

  .igiv-202607 .igiv-intro {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.52;
  }

  .igiv-202607 .igiv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }

  .igiv-202607 .igiv-card {
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

  .igiv-202607 .igiv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 21px;
  }

  .igiv-202607 .igiv-card h3 {
    font-size: 16px;
  }

  .igiv-202607 .igiv-card p {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

  .igiv-202607 .igiv-container {
    padding: 0 10px;
  }

  .igiv-202607 .igiv-heading {
    font-size: 24px;
    max-width: 310px;
  }

  .igiv-202607 .igiv-intro {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .igiv-202607 .igiv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

  .igiv-202607 .igiv-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .igiv-202607 .igiv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 19px;
  }

  .igiv-202607 .igiv-card h3 {
    font-size: 14.5px;
  }

  .igiv-202607 .igiv-card p {
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 1.42;
  }
}