
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 165, 8%, 50%;  --primary-rgb: 165, 8%, 50%;  --primary-bg-hover-focus: 165, 8%, 45%;  --primary-bg-active: 165, 8%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 165, 8%, 36%;  --primary-light: 165, 8%, 70%;  --secondary: 217, 44%, 96%;  --secondary-rgb: 217, 44%, 96%;  --secondary-bg-hover-focus: 217, 44%, 91%;  --secondary-bg-active: 217, 44%, 86%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 217, 44%, 76%;  --secondary-light: 217, 44%, 116%;  --accent: 160, 11%, 74%;  --accent-rgb: 160, 11%, 74%;  --accent-bg-hover-focus: 160, 11%, 69%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 99%;  --shade-rgb: 0, 0%, 99%;  --shade-bg-hover-focus: 0, 0%, 94%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 228, 3%, 64%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 228, 3%, 59%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } .section_widget_hero .hero__featured .layout-2 .card { background: rgba(255, 255, 255, 1) !important; }  .section_toolbar.background-shade .menu__link:hover, .section_toolbar.background-shade .menu__item_active a:hover, .menu__item_active .section_toolbar.background-shade a:hover, .section_toolbar.background-shade .menu__link:focus, .section_toolbar.background-shade .menu__item_active a:focus, .menu__item_active .section_toolbar.background-shade a:focus { background: hsl(var(--primary-bg-text)) !important; color: hsl(var(--white)) !important; }  