.rv-problem{background-color:#fff;overflow:hidden;position:relative}.rv-eyebrow{align-items:center;display:inline-flex;gap:12px;margin-bottom:1rem}.rv-eyebrow__line{background:#e35300;display:block;flex-shrink:0;height:2px;width:24px}.rv-eyebrow__text{color:#e35300;font-family:Exo\ 2,system-ui;font-size:11px;font-weight:500;letter-spacing:.15em;line-height:1;text-transform:uppercase}.rv-section-header{margin-bottom:3.5rem;text-align:center}.rv-section-header .rv-eyebrow{justify-content:center}.rv-problem__heading{color:#363434;font-family:Exo\ 2,system-ui;font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 1.25rem}.rv-problem__intro{color:#5a5757;font-family:Open Sans,system-ui;font-size:16px;font-weight:400;line-height:1.7;margin:0 auto;max-width:680px}.rv-problem__intro p{margin:0}.rv-problem__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(var(--card-count,3),1fr);grid-template-columns:repeat(min(var(--card-count,3),3),1fr)}.rv-card--accent{background:#f5f5f5;border-left:3px solid #b72124;border-radius:0 6px 6px 0;padding:2rem;transition:transform .25s ease,box-shadow .25s ease}.rv-card--accent:hover{box-shadow:0 8px 32px rgba(183,33,36,.1);transform:translateY(-3px)}.rv-problem__card-icon{align-items:center;color:#b72124;display:flex;margin-bottom:1.25rem}.rv-problem__card-title{color:#363434;font-family:Exo\ 2,system-ui;font-size:22px;font-weight:700;line-height:1.3;margin:0 0 .75rem}.rv-problem__card-body{color:#5a5757;font-family:Open Sans,system-ui;font-size:16px;font-weight:400;line-height:1.7}.rv-problem__card-body p{font-size:16px;margin:0}@media (min-width:768px) and (max-width:1023px){.rv-problem__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.rv-problem__grid{grid-template-columns:1fr}.rv-problem__intro{font-size:16px}.rv-card--accent{align-items:center;column-gap:14px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;padding:1.5rem}.rv-problem__card-icon{grid-column:1;grid-row:1;margin-bottom:0}.rv-problem__card-title{font-size:18px;grid-column:2;grid-row:1;margin-bottom:0}.rv-problem__card-body{font-size:16px;grid-column:1/-1;grid-row:2;margin-top:.875rem}}.rv-problem--has-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.rv-problem--parallax{background-attachment:fixed}@media (max-width:767px){.rv-problem--parallax{background-attachment:scroll}}.rv-problem__bg-overlay{inset:0;pointer-events:none;position:absolute;z-index:1}.rv-problem--has-bg .rv-container{position:relative;z-index:2}.rv-problem{padding-bottom:var(--rv-section-pb,80px);padding-top:var(--rv-section-pt,80px)}@media (max-width:767px){.rv-problem{padding-bottom:var(--rv-section-pb-mobile,48px);padding-top:var(--rv-section-pt-mobile,48px)}}