main {
    padding: 0 !important;
    margin: 0 !important;
}

.fusion-row {
    max-width: 100% !important;
}

.hero-banner h1 {
    font-size: 60px;
    margin: 10px 0 30px 0;
    color: #ffffff;
    font-weight: 700;
}

.cds-template-8 {
padding: 0px !important;    
}

/**
 * Template-8 – Unified A/B + FW
 * Style A (clean corporate). Scoped under .cds-t8
 */

.cds-t8 section { padding: clamp(28px, 5vw, 72px) 0; }

/* ---------- Banner ---------- */
.cds-t8 .t8-banner {
  background-position: center;
  background-size: cover;
  text-align: left;
  color: #041731;
  padding-top: 40px;
  padding-bottom: clamp(30px, 5vw, 56px);
}
.cds-t8 .t8-banner--plain { 
    /*background: #f5f8fb; */
    
}
.cds-t8 .t8-top-heading {
  font-weight: 700;
  color: #0b335f;
  margin-bottom: 10px;
  letter-spacing: .05em;
  font-size: 0.9rem;
}
.cds-t8 .t8-heading {
  margin: 0;
  font-size: clamp(28px, 5.2vw, 48px);
  line-height: 1.08;
  max-width: 1100px;
}

/* ---------- Content + Form (both layouts) ---------- */
.cds-t8 .t8-content-form { background: #f5f8fb; }
.cds-t8 .t8-content-form .t8-desc,
.cds-t8 .t8-right-copy { max-width: 720px; }
.cds-t8 .t8-right-copy h4,
.cds-t8 .t8-right-copy h3 { font-weight: normal !important; }

/* Full-width form (FW) */
.cds-t8 .t8-content-form--center .t8-form-card { max-width: 640px; margin: 0 auto; }

.cds-t8 .t8-content-form .t8-desc {
    margin-bottom : 25px;
}

/* ---------- Form Card (F1) ---------- */
.cds-t8 .t8-form-card {
  /*margin-top: 22px;*/
  border: 1px solid #d0d0d0;
  background: #e7ecf1;
}
.cds-t8 .t8-form-card__header {
  background: #0b6fb5;
  color: #fff;
  font-weight: 700;
  padding: 14px 18px;
  text-align: center;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.cds-t8 .t8-form-card__body { padding: 18px; }

/* HubSpot fields fit container width */
.cds-t8 .cds_hubspotform,
.cds-t8 #t8_hubspot_form_target { width: 100%; }
.cds-t8 .cds_hubspotform .hs-input,
.cds-t8 .cds_hubspotform input[type="text"],
.cds-t8 .cds_hubspotform input[type="email"],
.cds-t8 .cds_hubspotform select,
.cds-t8 .cds_hubspotform textarea {
  width: 100%;
  box-sizing: border-box;
}

/* ---------- Image Card (right column) ---------- */
.cds-t8 .t8-image-card { margin-bottom: 18px; }
.cds-t8 .t8-image-card img {
  width: 100%; height: auto; display: block;
}

/* ---------- Presented By ---------- */
.cds-t8 .t8-presented-title {
  margin-bottom: 18px; font-weight: 700; color: #041731;
}
.cds-t8 .t8-author-grid {
  display: flex; gap: 28px; flex-wrap: wrap; justify-content: flex-start; margin-top: 10px;
}
.cds-t8 .t8-author-grid--single { justify-content: center; }
.cds-t8 .t8-author { width: 260px; }
.cds-t8 .t8-author__img img {
  width: 84px; height: 84px; object-fit: cover; border-radius: 50%; display: block; margin-bottom: 10px;
}
.cds-t8 .t8-author__name { font-weight: 700; font-size: 1rem; margin-bottom: 6px; color:#041731; }
.cds-t8 .t8-author__role { font-size: 0.95rem; color: #2f4a63; opacity: .9; }
.cds-t8 .t8-author__sub  { font-size: 0.9rem; color: #5a6c7f; }

/* ---------- Responsiveness ---------- */
@media (max-width: 900px) {
  .cds-t8 .flex-blocks { display: block; }
  .cds-t8 .two-col { width: 100%; display: block; margin-bottom: 18px; }
  .cds-t8 .t8-heading { font-size: 30px; }
  .cds-t8 .t8-author { width: 100%; }
}

.t8-presented-by:has(.img-av) {
    display: flex;
    justify-content: center;
}

.t8-presented-by:has(.img-av) .t8-presented-title {
    text-align: center;
    margin-bottom: 40px;
}
.t8-presented-by:has(.img-av) .t8-author-grid {
    text-align:center;
}
.t8-presented-by:has(.img-av) .t8-author-grid .t8-author__img {
    width: fit-content;
    margin: auto;
}
.t8-desc h3 {
    font-size: 22px;
}
