@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');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .rivx-2026, .tc-wp-content-root .rivx-2026 *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rivx-2026{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17201c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .rivx-2026-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .rivx-2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .rivx-2026-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f2 0%, #f8fbf7 100%);
}.tc-wp-content-root .rivx-2026-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
}.tc-wp-content-root .rivx-2026-title, .tc-wp-content-root .rivx-2026-intro, .tc-wp-content-root .rivx-2026-card-title, .tc-wp-content-root .rivx-2026-card-text{
  text-align: center !important;
}.tc-wp-content-root .rivx-2026-title{
  margin: 0 auto;
  color: #14221b;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 980px;
}.tc-wp-content-root .rivx-2026-intro{
  margin: 16px auto 0;
  max-width: 760px;
  color: #58645f;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .rivx-2026-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .rivx-2026-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .rivx-2026-card{
  height: 100% !important;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  align-items: 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.07), transparent 48%);
  border: 1px solid rgba(255, 69, 0, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(40, 28, 21, 0.09);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rivx-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(0, 167, 111, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .rivx-2026-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rivx-2026-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 28px 70px rgba(255, 69, 0, 0.16);
}.tc-wp-content-root .rivx-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rivx-2026-card:hover .rivx-2026-icon{
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 16px 34px rgba(255, 69, 0, 0.24);
}.tc-wp-content-root .rivx-2026-card-tint{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 246, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(0, 167, 111, 0.08), transparent 48%);
}.tc-wp-content-root .rivx-2026-icon{
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500 0%, #ff7a3d 46%, #00a76f 100%);
  background-size: 180% 180%;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 320ms ease;
}.tc-wp-content-root .rivx-2026-i{
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .rivx-2026-card-title{
  margin: 0;
  color: #16231d;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .rivx-2026-card-text{
  margin: 0;
  color: #5d6964;
  line-height: 1.62;
  font-weight: 450;
}.tc-wp-content-root .rivx-2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rivx-2026-reveal.rivx-2026-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .rivx-2026-section{
    padding: 88px 0;
  }.tc-wp-content-root .rivx-2026-title{
    font-size: 46px;
  }.tc-wp-content-root .rivx-2026-intro{
    font-size: 17px;
  }.tc-wp-content-root .rivx-2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .rivx-2026-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .rivx-2026-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 26px;
  }.tc-wp-content-root .rivx-2026-i{
    font-size: 30px;
  }.tc-wp-content-root .rivx-2026-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rivx-2026-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rivx-2026-section{
    padding: 72px 0;
  }.tc-wp-content-root .rivx-2026-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-content-root .rivx-2026-title{
    font-size: 38px;
  }.tc-wp-content-root .rivx-2026-intro{
    font-size: 16px;
  }.tc-wp-content-root .rivx-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .rivx-2026-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .rivx-2026-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }.tc-wp-content-root .rivx-2026-i{
    font-size: 27px;
  }.tc-wp-content-root .rivx-2026-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rivx-2026-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rivx-2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .rivx-2026-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-content-root .rivx-2026-title{
    font-size: 30px;
    max-width: 420px;
  }.tc-wp-content-root .rivx-2026-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px;
  }.tc-wp-content-root .rivx-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .rivx-2026-card{
    min-height: 236px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .rivx-2026-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rivx-2026-i{
    font-size: 22px;
  }.tc-wp-content-root .rivx-2026-card-title{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rivx-2026-card-text{
    font-size: 13.2px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rivx-2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .rivx-2026-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .rivx-2026-title{
    font-size: 27px;
    max-width: 350px;
  }.tc-wp-content-root .rivx-2026-intro{
    font-size: 13.8px;
    line-height: 1.54;
    margin-top: 10px;
  }.tc-wp-content-root .rivx-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .rivx-2026-card{
    min-height: 226px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .rivx-2026-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rivx-2026-i{
    font-size: 20px;
  }.tc-wp-content-root .rivx-2026-card-title{
    font-size: 15.4px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rivx-2026-card-text{
    font-size: 12.7px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rivx-2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .rivx-2026-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .rivx-2026-title{
    font-size: 24px;
    max-width: 300px;
  }.tc-wp-content-root .rivx-2026-intro{
    font-size: 13px;
    line-height: 1.48;
    margin-top: 9px;
  }.tc-wp-content-root .rivx-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }.tc-wp-content-root .rivx-2026-card{
    min-height: 218px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .rivx-2026-icon{
    width: 43px;
    height: 43px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rivx-2026-i{
    font-size: 18px;
  }.tc-wp-content-root .rivx-2026-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rivx-2026-card-text{
    font-size: 12px;
    line-height: 1.38;
  }}