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

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

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

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

.tpiv26-section-white {
  background: #ffffff;
}

.tpiv26-section-tint {
  background: linear-gradient(180deg, #f4fbf7 0%, #eef7f4 100%);
}

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

.tpiv26-h2,
.tpiv26-intro,
.tpiv26-card-title,
.tpiv26-card-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tpiv26-h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #17211f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tpiv26-intro {
  max-width: 720px;
  margin-top: 0;
  color: #52625d;
  line-height: 1.65;
  font-weight: 400;
}

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

.tpiv26-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  border: 1px solid #dfe9e4;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(33, 73, 59, 0.11);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tpiv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(17, 124, 93, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tpiv26-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfa 100%);
}

.tpiv26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #117c5d 0%, #32b78d 58%, #f2b84b 100%);
  box-shadow: 0 14px 30px rgba(17, 124, 93, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
}

.tpiv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.tpiv26-card-title {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: #17211f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpiv26-card-text {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #52625d;
  line-height: 1.58;
}

.tpiv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(17, 124, 93, 0.42);
  box-shadow: 0 26px 64px rgba(33, 73, 59, 0.17);
}

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

.tpiv26-card:hover .tpiv26-icon {
  transform: translateY(-4px) scale(1.035);
  background-position: 100% 50%;
  box-shadow: 0 18px 36px rgba(17, 124, 93, 0.28);
}

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

.tpiv26-wrap.tpiv26-js .tpiv26-card.tpiv26-show {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

  .tpiv26-grid {
    gap: 24px;
  }

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

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

  .tpiv26-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .tpiv26-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .tpiv26-i {
    font-size: 29px;
  }

  .tpiv26-card-title {
    font-size: 20px;
  }

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

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

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

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

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

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

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

  .tpiv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .tpiv26-i {
    font-size: 26px;
  }

  .tpiv26-card-title {
    font-size: 19px;
  }

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

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

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

  .tpiv26-h2 {
    font-size: 28px;
  }

  .tpiv26-intro {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.55;
  }

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

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

  .tpiv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

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

  .tpiv26-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .tpiv26-card-text {
    font-size: 13px;
    line-height: 1.45;
  }
}

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

  .tpiv26-container {
    padding: 0 12px;
  }

  .tpiv26-h2 {
    font-size: 25px;
  }

  .tpiv26-intro {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.5;
  }

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

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

  .tpiv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

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

  .tpiv26-card-title {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .tpiv26-card-text {
    font-size: 12.5px;
    line-height: 1.42;
  }
}

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

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

  .tpiv26-h2 {
    font-size: 22px;
  }

  .tpiv26-intro {
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.45;
  }

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

  .tpiv26-card {
    min-height: 216px;
    padding: 16px 10px;
    border-radius: 14px;
  }

  .tpiv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

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

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

  .tpiv26-card-text {
    font-size: 12px;
    line-height: 1.38;
  }
}

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

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

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

  .tpiv26-intro {
    margin-bottom: 18px;
    font-size: 12px;
  }

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

  .tpiv26-card {
    min-height: 210px;
    padding: 16px 12px;
  }

  .tpiv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

  .tpiv26-card-title {
    font-size: 14px;
  }

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