:root{
  --primary: #0f2a59 !important;
  --secondary: #ff4aeb !important;
  --success: #00c851 !important;
  --pink: #ffa5bf !important;
}
html {/* IE11 compatibility */
  --primary: #0f2a59 !important;
  --secondary: #ff4aeb !important;
  --success: #00c851 !important;
  --pink: #ffa5bf !important;
}
/* Chatlander header */
.cake-header {
  background-color: var(--primary) !important; 
  border-bottom:none;
}
/* Multistep lander header m01 */
header.multistep {
  background-color: var(--primary) !important; 
  border-bottom:none;
}
#intro h1, #intro h2, #intro h3 {
  color: #ffa5bf !important;
}