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

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

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

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

.fbvv-wrap .fbvv-section-white {
  background: #ffffff;
}

.fbvv-wrap .fbvv-section-tint {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 100%);
}

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

.fbvv-wrap .fbvv-h2 {
  margin: 0;
  color: #10213f;
  text-align: center;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.fbvv-wrap .fbvv-intro {
  margin-left: auto;
  margin-right: auto;
  color: #506077;
  text-align: center;
  line-height: 1.65;
  font-weight: 400;
}

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

.fbvv-wrap .fbvv-card {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dbe7f7;
  box-shadow: 0 18px 46px rgba(21, 74, 145, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 140%;
}

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

.fbvv-wrap .fbvv-card:hover {
  transform: translateY(-7px);
  border-color: #7faef3;
  box-shadow: 0 24px 58px rgba(24, 90, 171, 0.18);
  background-position: 0 100%;
}

.fbvv-wrap .fbvv-card:hover .fbvv-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(43, 117, 214, 0.28);
}

.fbvv-wrap .fbvv-card:hover .fbvv-i {
  transform: scale(1.08);
}

.fbvv-wrap .fbvv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00a6ff 58%, #31d0aa 100%);
  box-shadow: 0 13px 28px rgba(24, 119, 242, 0.23);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbvv-wrap .fbvv-i {
  display: block;
  line-height: 1;
  transition: transform 260ms ease;
}

.fbvv-wrap .fbvv-card-title {
  margin: 0;
  color: #14233b;
  text-align: center;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.fbvv-wrap .fbvv-card-text {
  margin: 0;
  color: #53627a;
  text-align: center;
  line-height: 1.58;
  font-weight: 400;
}

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

.fbvv-wrap.fbvv-ready .fbvv-card {
  opacity: 0;
  transform: translateY(16px);
}

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

@media (min-width: 1024px) {
  .fbvv-wrap .fbvv-section {
    padding: 82px 0;
  }

  .fbvv-wrap .fbvv-container {
    padding: 0 28px;
  }

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

  .fbvv-wrap .fbvv-intro {
    max-width: 760px;
    margin-top: 16px;
    margin-bottom: 42px;
    font-size: 17px;
  }

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

  .fbvv-wrap .fbvv-grid {
    gap: 24px;
  }

  .fbvv-wrap .fbvv-card {
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 20px;
  }

  .fbvv-wrap .fbvv-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .fbvv-wrap .fbvv-i {
    font-size: 28px;
  }

  .fbvv-wrap .fbvv-card-title {
    font-size: 21px;
    margin-bottom: 12px;
  }

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

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

  .fbvv-wrap .fbvv-container {
    padding: 0 24px;
  }

  .fbvv-wrap .fbvv-h2 {
    font-size: 34px;
  }

  .fbvv-wrap .fbvv-intro {
    max-width: 680px;
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 16px;
  }

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

  .fbvv-wrap .fbvv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 18px;
  }

  .fbvv-wrap .fbvv-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .fbvv-wrap .fbvv-i {
    font-size: 25px;
  }

  .fbvv-wrap .fbvv-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

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

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

  .fbvv-wrap .fbvv-container {
    padding: 0 16px;
  }

  .fbvv-wrap .fbvv-h2 {
    font-size: 27px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .fbvv-wrap .fbvv-intro {
    max-width: 430px;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
  }

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

  .fbvv-wrap .fbvv-card {
    min-height: 232px;
    padding: 20px 14px;
    border-radius: 15px;
  }

  .fbvv-wrap .fbvv-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 15px;
  }

  .fbvv-wrap .fbvv-i {
    font-size: 21px;
  }

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

  .fbvv-wrap .fbvv-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .fbvv-wrap .fbvv-container {
    padding: 0 12px;
  }

  .fbvv-wrap .fbvv-h2 {
    font-size: 25px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .fbvv-wrap .fbvv-intro {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .fbvv-wrap .fbvv-card {
    min-height: 224px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .fbvv-wrap .fbvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 13px;
  }

  .fbvv-wrap .fbvv-i {
    font-size: 19px;
  }

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

  .fbvv-wrap .fbvv-card-text {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .fbvv-wrap .fbvv-container {
    padding: 0 10px;
  }

  .fbvv-wrap .fbvv-h2 {
    font-size: 22px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .fbvv-wrap .fbvv-intro {
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.5;
  }

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

  .fbvv-wrap .fbvv-card {
    min-height: 216px;
    padding: 16px 10px;
    border-radius: 12px;
  }

  .fbvv-wrap .fbvv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .fbvv-wrap .fbvv-i {
    font-size: 17px;
  }

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

  .fbvv-wrap .fbvv-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}