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

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

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

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

.rpv26-wrapper .rpv26-section-white {
  background: #ffffff;
}

.rpv26-wrapper .rpv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.1), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fff7f2 0%, #fbfaf8 100%);
}

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

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

.rpv26-wrapper .rpv26-heading {
  margin: 0 auto;
  color: #1d1f23;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.rpv26-wrapper .rpv26-intro {
  margin: 0 auto;
  color: #5a5f66;
  font-weight: 450;
  line-height: 1.65;
  max-width: 760px;
}

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

.rpv26-wrapper .rpv26-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.09), rgba(255, 255, 255, 0) 52%);
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(76, 34, 18, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rpv26-wrapper .rpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(255, 184, 77, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.rpv26-wrapper .rpv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 58px rgba(76, 34, 18, 0.14);
}

.rpv26-wrapper .rpv26-card:hover::before {
  opacity: 1;
}

.rpv26-wrapper .rpv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ffb84d 100%);
  box-shadow: 0 12px 26px rgba(255, 69, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.rpv26-wrapper .rpv26-card:hover .rpv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(255, 69, 0, 0.3);
}

.rpv26-wrapper .rpv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.rpv26-wrapper .rpv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #242225;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}

.rpv26-wrapper .rpv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #60656b;
  font-weight: 430;
  line-height: 1.58;
}

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

  .rpv26-wrapper .rpv26-container {
    padding: 0 28px;
  }

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

  .rpv26-wrapper .rpv26-intro {
    margin-top: 16px;
    font-size: 17px;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 296px;
    padding: 34px 26px 30px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    margin-bottom: 24px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 27px;
  }

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

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

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

  .rpv26-wrapper .rpv26-container {
    padding: 0 24px;
  }

  .rpv26-wrapper .rpv26-heading {
    font-size: 36px;
    max-width: 760px;
  }

  .rpv26-wrapper .rpv26-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 268px;
    padding: 30px 22px 26px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 24px;
  }

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

  .rpv26-wrapper .rpv26-card-text {
    font-size: 14px;
  }
}

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

  .rpv26-wrapper .rpv26-container {
    padding: 0 16px;
  }

  .rpv26-wrapper .rpv26-heading {
    font-size: 29px;
    max-width: 430px;
  }

  .rpv26-wrapper .rpv26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 20px;
  }

  .rpv26-wrapper .rpv26-card-title {
    font-size: 15px;
    margin-bottom: 9px;
  }

  .rpv26-wrapper .rpv26-card-text {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

  .rpv26-wrapper .rpv26-container {
    padding: 0 12px;
  }

  .rpv26-wrapper .rpv26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .rpv26-wrapper .rpv26-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 224px;
    padding: 19px 11px 17px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    margin-bottom: 13px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 18px;
  }

  .rpv26-wrapper .rpv26-card-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .rpv26-wrapper .rpv26-card-text {
    font-size: 12px;
    line-height: 1.44;
  }
}

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

  .rpv26-wrapper .rpv26-container {
    padding: 0 10px;
  }

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

  .rpv26-wrapper .rpv26-intro {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.46;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 214px;
    padding: 17px 9px 15px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    margin-bottom: 11px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 16px;
  }

  .rpv26-wrapper .rpv26-card-title {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .rpv26-wrapper .rpv26-card-text {
    font-size: 11.2px;
    line-height: 1.4;
  }
}

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

.rpv26-wrapper .rpv26-card {
  opacity: 1;
  transform: translateY(0);
}

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

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