.herovideo{display:grid;grid-template-columns:var(--lateral-width) auto repeat(2,calc(min(100% - var(--lateral-width) * 2, var(--container-width))/2)) auto var(--lateral-width);grid-template-rows:3rem auto 3rem;position:relative;z-index:1}@media (width <= 991px){.herovideo{grid-template-columns:var(--lateral-width) auto min(100% - var(--lateral-width) * 2,var(--container-width)) auto var(--lateral-width);grid-template-rows:3rem auto auto 3rem}}@media (width <= 767px){.herovideo{grid-template-columns:var(--lateral-width) auto min(100% - var(--lateral-width) - (var(--lateral-width-mobile) + 1.5rem),var(--container-width)) auto calc(var(--lateral-width-mobile) + 1.5rem)}}.herovideo:before{background:var(--light-color,#d3d3d3);border-radius:3rem 0 0 3rem;content:"";display:block;grid-column:3/7;grid-row:1/4;place-self:stretch end;width:calc(100% - 6rem)}@media (width <= 991px){.herovideo:before{grid-column:3/6;grid-row:1/5}}.herovideo__media{grid-column:3/4;grid-row:2/3}.herovideo__video{position:relative;width:100%;z-index:1}.herovideo__video .embed_container,.herovideo__video .hs-video-widget,.herovideo__video .oembed_container{border-radius:2rem;overflow:hidden}.herovideo__content{display:flex;flex-direction:column;gap:1.5rem;grid-column:4/5;grid-row:2/3;padding-left:3rem;place-self:center start}@media (width <= 991px){.herovideo__content{grid-column:3/4;grid-row:3/4;margin-top:3rem;padding:0}}.herovideo__text,.herovideo__title{margin:0;width:100%}.herovideo__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;width:100%}