/* -------------------
BEGIN b22-dish-oe.css
Sitecore Resource: 0e4a4c28-a641-4374-8c51-a6806874854c
-------------------*/
:root {
 --branding-primary-default: #292938;
 --branding-primary-default-alpha: #3e3e4c26;
 --branding-primary-active: #6a6a6a;
 --branding-primary-bg: #f2f2f2;
 --branding-primary-text: #2b2b2b;
 --branding-secondary-default: #f01446;
 --branding-secondary-active: #f01446;
 --branding-primary-nav: #9d2235;
 --branding-primary-active-nav: #f01446;
 --branding-primary-bg-nav: #f2f2f2;
 --branding-accent-1: #f01446;
 --branding-accent-2: #9d2235;
 --branding-accent-3: #922235;
 --branding-accent-4: #0077a0;
 --branding-accent-5: #4c9551;
 --branding-accent-6: #00468b;
 --branding-accent-7: #ee3d8b;
 --branding-accent-8: var(--u-grayscale-00);
 --branding-accent-9: var(--u-grayscale-33);
 --branding-accent-10: var(--u-grayscale-66);

  /*borderRadius:  Default value or 0. No other value should be used. */
  --u-borderRadius-0px: 0; /* options: default value || 0 */
  --u-borderRadius-2px: 2px; /* options: default value || 0 */
  --u-borderRadius-3px: 3px; /* options: default value || 0 */
  --u-borderRadius-4px: 4px; /* options: default value || 0 */
  --u-borderRadius-5px: 5px; /* options: default value || 0 */
  --u-borderRadius-10px: 10px; /* options: default value || 0 */
  --u-borderRadius-20px: 20px; /* options: default value || 0 */

  /*boxShadow Use caution if changing these values. They may produce unintended results. */
  --u-boxShadow-2px: 0px 1px 2px rgb(0 0 0 / 16%);
  --u-boxShadow-6px: 0px 1px 6px rgb(0 0 0 / 16%); /*default*/
  --u-boxShadow-10px: 0px 1px 10px rgb(0 0 0 / 16%);
}
/* Uncomment this line if you need to add an underline to unstyled links  */
/*a:not([class]) {
  text-decoration: underline;
}
*/

/* Hides tagline of logo in small viewports.  Uncomment this line and update value to match inline size of client logo  */
/*@media (max-width: 40em) {
.logo-ctr {
  max-inline-size: 130px;
}
*/
.cta-static {
  background: linear-gradient(90deg, var(--branding-accent-1) 24%, var(--branding-accent-2) 67%);
}
