.cca-modern {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.cca-modern-hero {
  width: 100% !important;
}
html:has(.cca-modern),
body:has(.cca-modern) {
  overflow-x: hidden !important;
}