@media (min-width:901px){.unified-hero.home-hero figure,.unified-hero.standard-hero figure{margin-right:calc(-1 * max(24px, (100vw - var(--max)) / 2));overflow:hidden;width:calc(100% + max(24px, (100vw - var(--max)) / 2))}.unified-hero.home-hero.hero-image-left figure,.unified-hero.standard-hero.hero-image-left figure{margin-left:calc(-1 * max(24px, (100vw - var(--max)) / 2));margin-right:0}}
4:5	⚠  Parse error on line 1: 
100% + max(24px, (100vw - var(--max)) / 2)
-----------------------------------------^
Expecting end of input, "ADD", "SUB", "MUL", "DIV", got unexpected "RPAREN" [postcss-calc]
5:5	⚠  Parse error on line 1: 
-1 * max(24px, (100vw - var(--max)) / 2)
---------------------------------------^
Expecting end of input, "ADD", "SUB", "MUL", "DIV", got unexpected "RPAREN" [postcss-calc]
12:5	⚠  Parse error on line 1: 
-1 * max(24px, (100vw - var(--max)) / 2)
---------------------------------------^
Expecting end of input, "ADD", "SUB", "MUL", "DIV", got unexpected "RPAREN" [postcss-calc]