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

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

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

.tbv26 .tbv26-section {
  width: 100% !important;
  overflow: hidden;
}

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

.tbv26 .tbv26-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 44, 85, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8fa 0%, #f7fcfb 100%);
}

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

.tbv26 .tbv26-heading,
.tbv26 .tbv26-intro,
.tbv26 .tbv26-card-title,
.tbv26 .tbv26-card-text {
  text-align: center !important;
}

.tbv26 .tbv26-heading {
  margin: 0 auto;
  color: #102326;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tbv26 .tbv26-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #526368;
  line-height: 1.7;
  font-weight: 500;
}

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

.tbv26 .tbv26-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  overflow: hidden;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(254, 44, 85, 0.34), rgba(37, 244, 238, 0.28)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(10, 22, 24, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tbv26 .tbv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.075), rgba(37, 244, 238, 0.07));
  transition: opacity 260ms ease;
}

.tbv26 .tbv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 58px rgba(254, 44, 85, 0.16), 0 10px 26px rgba(0, 0, 0, 0.06);
}

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

.tbv26 .tbv26-card:hover .tbv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(37, 244, 238, 0.22);
}

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

.tbv26 .tbv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(254, 44, 85, 0.14), rgba(37, 244, 238, 0.15)),
    #ffffff;
  border: 1px solid rgba(37, 244, 238, 0.22);
  color: #fe2c55;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tbv26 .tbv26-i {
  display: block;
  line-height: 1;
  color: #fe2c55;
  background: linear-gradient(135deg, #fe2c55 0%, #111111 48%, #25f4ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 260ms ease;
}

.tbv26 .tbv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142528;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tbv26 .tbv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c6a6f;
  font-weight: 500;
  line-height: 1.62;
}

.tbv26.js-ready .tbv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

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

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

  .tbv26 .tbv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

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

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

  .tbv26 .tbv26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

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

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

  .tbv26 .tbv26-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

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

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

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

  .tbv26 .tbv26-heading {
    font-size: 34px;
  }

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

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

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

  .tbv26 .tbv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }

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

  .tbv26 .tbv26-card-title {
    font-size: 18px;
    margin-bottom: 11px;
  }

  .tbv26 .tbv26-card-text {
    font-size: 14.5px;
  }
}

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

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

  .tbv26 .tbv26-heading {
    font-size: 28px;
    max-width: 420px;
  }

  .tbv26 .tbv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
  }

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

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

  .tbv26 .tbv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .tbv26 .tbv26-i {
    font-size: 23px;
  }

  .tbv26 .tbv26-card-title {
    font-size: 15.5px;
    margin-bottom: 9px;
  }

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

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

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

  .tbv26 .tbv26-heading {
    font-size: 25px;
    max-width: 340px;
  }

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

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

  .tbv26 .tbv26-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

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

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

  .tbv26 .tbv26-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

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

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

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

  .tbv26 .tbv26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .tbv26 .tbv26-intro {
    font-size: 12.8px;
    line-height: 1.48;
  }

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

  .tbv26 .tbv26-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

  .tbv26 .tbv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
    border-radius: 13px;
  }

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

  .tbv26 .tbv26-card-title {
    font-size: 13.4px;
    margin-bottom: 7px;
  }

  .tbv26 .tbv26-card-text {
    font-size: 11.6px;
    line-height: 1.42;
  }
}