.hero{background-color:var(--background-color,transparent);background-image:var(--background-image,none);background-position:var(--background-position,center);background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:var(--min-height,unset);overflow:hidden;position:relative}.hero:after{background-color:var(--background-color,var(--slide-slider-background-overlay-color));content:"";display:block;height:100%;inset:0;position:absolute;width:100%}.hero .splide{min-height:var(--min-height,unset);padding-bottom:0}.hero .splide__track{width:100%;z-index:2}.hero .splide__slide{display:flex;flex-direction:column;justify-content:center;padding-inline:0;width:100%}.hero .splide__pagination{bottom:calc(var(--padding-bottom) - 60px);margin:0 auto;max-width:var(--max-width);padding-inline:0;width:90%}.hero .splide__arrow--prev{left:5%}.hero .splide__arrow--next{right:5%}.hero__content-inner{margin:0 auto;max-width:var(--max-width);position:relative;width:90%;z-index:2}.hero__content-background{background-color:var(--slide-background-color,transparent);background-image:var(--slide-background-image,none);background-position:var(--slide-background-position,center);background-repeat:no-repeat;background-size:cover;clip-path:var(--slide-background-split,none);height:100%;inset:0;position:absolute;width:100%;z-index:2}@media not screen and (min-width:64rem){.hero__content-background{clip-path:var(--slide-background-split-tablet,none)}}@media not screen and (min-width:48rem){.hero__content-background{clip-path:var(--slide-background-split-mobile,none)}}.hero__content-background video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--slide-background-position,center);object-position:var(--slide-background-position,center);width:100%}.hero__content-background:after{background-color:var(--slide-background-color,var(--slide-slider-background-overlay-color,transparent));content:"";display:block;height:100%;inset:0;position:absolute;width:100%}@media (min-width:48rem){.hero__text-and-media--media-left,.hero__text-and-media--media-right{display:flex;gap:var(--gap,var(--gutter));justify-content:space-between}.hero__text-and-media--media-left>.theme-media,.hero__text-and-media--media-left>.theme-text,.hero__text-and-media--media-right>.theme-media,.hero__text-and-media--media-right>.theme-text{width:50%}.hero__text-and-media--media-left{flex-direction:row-reverse}.hero__text-and-media--align-middle{align-items:center}.hero__text-and-media--align-top{align-items:flex-start}.hero__text-and-media--align-bottom{align-items:flex-end}}@media not screen and (min-width:48rem){.hero__text-and-media{display:flex;gap:var(--gap-mobile,var(--gap,var(--gutter)))}.hero__text-and-media--media-mobile-before{flex-direction:column-reverse}.hero__text-and-media--media-mobile-after{flex-direction:column}}.hero__text-and-media .theme-media--image,.hero__text-and-media .theme-media--video{align-items:center;display:flex;justify-content:center}.hero .location-picker{z-index:100}@media (min-width:64rem){.hero .location-picker{bottom:0;max-width:90%;position:absolute;right:0}}.hero .location-picker .location-picker-field__options{bottom:100%;top:auto}.hero .location-details{margin-top:calc(var(--padding-bottom)*-.5);z-index:100}@media (min-width:64rem){.hero .location-details{margin-left:calc((100% - min(100dvw,var(--max-width,var(--container-width))))/ 2);max-width:80%;width:640px}}
7:3343	⚠  Parse error on line 1: 
(100% - min(100dvw,var(--max-width,var(--container-width))))/ 2
-----------------------------------------------------------^
Expecting end of input, "ADD", "SUB", "MUL", "DIV", got unexpected "RPAREN" [postcss-calc]