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

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

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

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

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

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

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

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

.fbpv26-heading {
  margin: 0 auto;
  color: #12325f;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.fbpv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #546174;
  line-height: 1.65;
  font-weight: 400;
}

.fbpv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fbpv26-card {
  position: relative;
  height: 100% !important;
  border: 1px solid rgba(25, 74, 127, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 118, 184, 0.08), transparent 44%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(18, 50, 95, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 120%;
  background-position: 50% 0%;
}

.fbpv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(17, 126, 166, 0.42);
  box-shadow: 0 24px 56px rgba(20, 92, 140, 0.16);
  background-position: 50% 18%;
}

.fbpv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #145da0 0%, #18a999 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 93, 160, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbpv26-card:hover .fbpv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(24, 169, 153, 0.28);
}

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

.fbpv26-card h3 {
  margin: 0;
  color: #17233a;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv26-card p {
  margin: 0;
  color: #5c6878;
  line-height: 1.58;
}

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

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

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

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

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

  .fbpv26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fbpv26-intro {
    font-size: 17px;
  }

  .fbpv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }

  .fbpv26-card {
    min-height: 300px;
    padding: 36px 30px;
  }

  .fbpv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .fbpv26-i {
    font-size: 28px;
  }

  .fbpv26-card h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .fbpv26-card p {
    font-size: 15.5px;
  }
}

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

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

  .fbpv26-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .fbpv26-intro {
    font-size: 16px;
  }

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

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

  .fbpv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .fbpv26-i {
    font-size: 25px;
  }

  .fbpv26-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .fbpv26-card p {
    font-size: 15px;
  }
}

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

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

  .fbpv26-heading {
    font-size: 27px;
    max-width: 390px;
  }

  .fbpv26-intro {
    font-size: 14px;
    line-height: 1.55;
  }

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

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

  .fbpv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

  .fbpv26-i {
    font-size: 21px;
  }

  .fbpv26-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fbpv26-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .fbpv26-heading {
    font-size: 24px;
    max-width: 340px;
  }

  .fbpv26-intro {
    font-size: 13.5px;
    line-height: 1.52;
  }

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

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

  .fbpv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }

  .fbpv26-i {
    font-size: 19px;
  }

  .fbpv26-card h3 {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .fbpv26-card p {
    font-size: 12.4px;
    line-height: 1.43;
  }
}

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

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

  .fbpv26-heading {
    font-size: 21px;
    max-width: 295px;
  }

  .fbpv26-intro {
    font-size: 12.7px;
    line-height: 1.48;
  }

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

  .fbpv26-card {
    min-height: 218px;
    padding: 16px 9px;
    border-radius: 14px;
  }

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

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

  .fbpv26-card h3 {
    font-size: 13.4px;
    margin-bottom: 7px;
  }

  .fbpv26-card p {
    font-size: 11.8px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .fbpv26-grid {
    grid-template-columns: 1fr;
  }
}