:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c207468 *//* ============================================================
   CPR ABOUT US — HERO (CSS ONLY)
   
   Paste below your homepage section CSS in Additional CSS.
   ============================================================ */
 
.cpr-about-hero {
  position: relative;
  background: #0D1B3D;
  color: #fff;
  overflow: hidden;
  padding: 50px 32px 80px;
  font-family: 'Montserrat', system-ui, sans-serif;
}
 
.cpr-about-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('http://cpr.brianfordaz.com/wp-content/uploads/2026/05/ChatGPT-Image-May-22-2026-04_34_57-PM.png');
  background-size: cover;
  background-position: center right;
  opacity: 0.35;
  z-index: 1;
}
 
.cpr-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0D1B3D 0%, rgba(13,27,61,0.92) 40%, rgba(13,27,61,0.55) 65%, transparent 100%);
  z-index: 2;
}
 
.cpr-about-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
}
 
.cpr-about-breadcrumb {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 32px;
}
 
.cpr-about-breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s;
}
 
.cpr-about-breadcrumb a:hover {
  color: #fff;
}
 
.cpr-about-breadcrumb-sep {
  margin: 0 10px;
  color: #D71920;
}
 
.cpr-about-hero-h1 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-size: clamp(48px, 7.5vw, 100px);
  line-height: 0.9;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: #fff;
}
 
.cpr-about-hero-red {
  color: #D71920;
}
 
.cpr-about-hero-ekg {
  margin: 14px 0 22px;
  max-width: 280px;
  opacity: 0.85;
  display: block;
}
 
.cpr-about-hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  max-width: 540px;
  margin: 0;
}
 
@media (max-width: 900px) {
  .cpr-about-hero {
    padding: 40px 24px 60px;
  }
  .cpr-about-hero-overlay {
    background: linear-gradient(180deg, rgba(13,27,61,0.85), rgba(13,27,61,0.65));
  }
}
 
@media (max-width: 500px) {
  .cpr-about-hero {
    padding: 30px 18px 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbf6fa9 *//* ============================================================
   CPR ABOUT US — FOUNDER STORY (CSS ONLY)
   
   Paste below the About hero CSS in Additional CSS.
   ============================================================ */
 
.cpr-founder {
  background: #fff;
  padding: 80px 32px;
  font-family: 'Montserrat', system-ui, sans-serif;
}
 
.cpr-founder-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
 
.cpr-founder-photo-wrap {
  position: relative;
}
 
.cpr-founder-photo {
  aspect-ratio: 4/5;
  background-image: url('https://images.unsplash.com/photo-1609220136736-443140cffec6?w=1100&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
}
 
.cpr-founder-photo-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #0D1B3D;
  color: #fff;
  padding: 18px 22px;
  z-index: 2;
  min-width: 160px;
}
 
.cpr-founder-photo-signature {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
 
.cpr-founder-photo-role {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  line-height: 1.3;
}
 
.cpr-founder-photo-place {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E84A50;
  margin-top: 2px;
}
 
.cpr-founder-body {
  padding-top: 0;
}
 
.cpr-founder-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D71920;
  margin-bottom: 12px;
}
 
.cpr-founder-h2 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #0D1B3D;
  text-transform: uppercase;
  margin: 0 0 22px;
}
 
.cpr-founder-p {
  font-size: 15px;
  line-height: 1.75;
  color: #4A5468;
  margin: 0 0 16px;
}
 
.cpr-founder-p strong {
  color: #0D1B3D;
  font-weight: 700;
}
 
.cpr-founder-bullets {
  list-style: none;
  margin: 18px 0;
  padding: 0;
}
 
.cpr-founder-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  font-size: 14px;
  color: #0D1B3D;
  font-weight: 600;
}
 
.cpr-founder-dot {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: #D71920;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  margin-top: 1px;
}
 
.cpr-founder-promise {
  background: #F5F6F8;
  padding: 16px 18px;
  margin: 14px 0;
  border-left: 3px solid #0D1B3D;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0D1B3D;
}
 
.cpr-founder-promise-ico {
  flex-shrink: 0;
  color: #D71920;
  display: grid;
  place-items: center;
}
 
.cpr-founder-promise-ico svg {
  width: 18px;
  height: 18px;
}
 
@media (max-width: 1000px) {
  .cpr-founder-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
 
@media (max-width: 600px) {
  .cpr-founder {
    padding: 60px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb88dde *//* ============================================================
   CPR ABOUT US — FRANCHISE VS CPR COMPARISON (CSS ONLY)
   
   Paste below the About founder story CSS in Additional CSS.
   ============================================================ */
 
.cpr-compare {
  background: #fff;
  padding: 30px 32px 80px;
  font-family: 'Montserrat', system-ui, sans-serif;
}
 
.cpr-compare-inner {
  max-width: 1300px;
  margin: 0 auto;
}
 
.cpr-compare-head {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
 
.cpr-compare-h2 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: 0.03em;
  color: #0D1B3D;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 24px;
  margin: 0;
  position: relative;
}
 
.cpr-compare-h2::before,
.cpr-compare-h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #D71920;
}
 
.cpr-compare-h2::before { left: -60px; }
.cpr-compare-h2::after { right: -60px; }
 
.cpr-compare-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
 
.cpr-compare-col {
  padding: 32px 28px;
  border-radius: 2px;
}
 
.cpr-compare-bad {
  background: #F5F6F8;
  border: 1px solid #E5E7EB;
}
 
.cpr-compare-good {
  background: #0D1B3D;
  color: #fff;
}
 
.cpr-compare-col-h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
}
 
.cpr-compare-bad .cpr-compare-col-h3 { color: #6D6E71; }
.cpr-compare-good .cpr-compare-col-h3 { color: #fff; }
 
.cpr-compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.cpr-compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
  font-size: 14px;
  line-height: 1.5;
}
 
.cpr-compare-bad .cpr-compare-list li { color: #4A5468; }
.cpr-compare-good .cpr-compare-list li { color: rgba(255,255,255,0.92); font-weight: 500; }
 
.cpr-compare-x {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(109,110,113,0.2);
  color: #6D6E71;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  margin-top: 1px;
}
 
.cpr-compare-v {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D71920;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  margin-top: 1px;
}
 
.cpr-compare-vs {
  display: grid;
  place-items: center;
  width: 70px;
  position: relative;
}
 
.cpr-compare-vs-circle {
  width: 64px;
  height: 64px;
  background: #0D1B3D;
  color: #D71920;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  border: 4px solid #D71920;
  box-shadow: 0 8px 20px rgba(13,27,61,0.2);
}
 
@media (max-width: 800px) {
  .cpr-compare {
    padding: 20px 18px 60px;
  }
  .cpr-compare-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cpr-compare-vs {
    width: auto;
    padding: 14px 0;
  }
  .cpr-compare-h2::before,
  .cpr-compare-h2::after {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-562e31b *//* ============================================================
   CPR ABOUT US — WHAT WE BELIEVE (CSS ONLY)
   
   Paste below the About compare CSS in Additional CSS.
   ============================================================ */
 
.cpr-believe {
  background: #fff;
  padding: 0 32px 80px;
  font-family: 'Montserrat', system-ui, sans-serif;
}
 
.cpr-believe-inner {
  max-width: 1400px;
  margin: 0 auto;
}
 
.cpr-believe-head {
  text-align: center;
  margin-bottom: 36px;
}
 
.cpr-believe-h2 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: 0.03em;
  color: #0D1B3D;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  position: relative;
}
 
.cpr-believe-h2::before,
.cpr-believe-h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #D71920;
}
 
.cpr-believe-h2::before { left: -60px; }
.cpr-believe-h2::after { right: -60px; }
 
.cpr-believe-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: #E5E7EB;
  border: 1px solid #E5E7EB;
}
 
.cpr-believe-card {
  background: #fff;
  padding: 28px 18px;
  text-align: center;
}
 
.cpr-believe-ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
}
 
.cpr-believe-ico svg {
  width: 28px;
  height: 28px;
}
 
.cpr-believe-c1 .cpr-believe-ico { color: #D71920; }
.cpr-believe-c2 .cpr-believe-ico { color: #0D1B3D; }
.cpr-believe-c3 .cpr-believe-ico { color: #0072CE; }
.cpr-believe-c4 .cpr-believe-ico { color: #D71920; }
.cpr-believe-c5 .cpr-believe-ico { color: #0D1B3D; }
.cpr-believe-c6 .cpr-believe-ico { color: #D71920; }
 
.cpr-believe-h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #0D1B3D;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.2;
}
 
.cpr-believe-p {
  font-size: 11.5px;
  color: #4A5468;
  line-height: 1.5;
  margin: 0;
}
 
@media (max-width: 1100px) {
  .cpr-believe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
 
@media (max-width: 700px) {
  .cpr-believe {
    padding: 0 18px 60px;
  }
  .cpr-believe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cpr-believe-h2::before,
  .cpr-believe-h2::after {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6edecc6 *//* ============================================================
   CPR ABOUT US — MISSION + SKYLINE (CSS ONLY)
   
   Paste below the About believe CSS in Additional CSS.
   ============================================================ */
 
.cpr-mission {
  background: #fff;
  padding: 0 32px 80px;
  font-family: 'Montserrat', system-ui, sans-serif;
}
 
.cpr-mission-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}
 
.cpr-mission-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D71920;
  margin-bottom: 12px;
}
 
.cpr-mission-h2 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0D1B3D;
  text-transform: uppercase;
  margin: 0 0 18px;
}
 
.cpr-mission-p {
  font-size: 14px;
  line-height: 1.7;
  color: #4A5468;
  margin: 0 0 14px;
}
 
.cpr-mission-p strong {
  color: #0D1B3D;
  font-weight: 700;
}
 
.cpr-mission-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #D71920;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 10px;
}
 
.cpr-mission-cta:hover {
  background: #A8121A;
}
 
.cpr-mission-photo {
  aspect-ratio: 5/3;
  background-image: url('https://images.unsplash.com/photo-1521295121783-8a321d551ad2?w=1400&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
}
 
.cpr-mission-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,27,61,0.5) 0%, transparent 50%, rgba(13,27,61,0.7));
}
 
@media (max-width: 900px) {
  .cpr-mission-inner {
    grid-template-columns: 1fr;
  }
}
 
@media (max-width: 600px) {
  .cpr-mission {
    padding: 0 18px 60px;
  }
}/* End custom CSS */