.hero{position:relative;--bottom-spacing: 56px}@media(min-width: 768px)and (max-width: 1279.98px){.hero{--bottom-spacing: calc(50px + ((100vw - 768px) / ((1280 - 768) / (80 - 50))))}}@media(min-width: 1280px)and (max-width: 1919.98px){.hero{--bottom-spacing: calc(80px + ((100vw - 1280px) / ((1920 - 1280) / (120 - 80))))}}@media(min-width: 1920px){.hero{--bottom-spacing: 120px}}.hero--small{--height: calc( var( --vh, 1vh ) * 50 )}.hero--medium{--height: calc( var( --vh, 1vh ) * 80 )}.hero--large{--height: calc( var( --vh, 1vh ) * 115 );--bottom-spacing: 112px}@media(min-width: 768px)and (max-width: 1279.98px){.hero--large{--bottom-spacing: calc(100px + ((100vw - 768px) / ((1280 - 768) / (160 - 100))))}}@media(min-width: 1280px)and (max-width: 1919.98px){.hero--large{--bottom-spacing: calc(160px + ((100vw - 1280px) / ((1920 - 1280) / (240 - 160))))}}@media(min-width: 1920px){.hero--large{--bottom-spacing: 240px}}.hero__content{color:#fff;grid-area:content;-webkit-margin-after:var(--bottom-spacing);margin-block-end:var(--bottom-spacing);padding-inline:24px;place-self:end center;text-align:center;width:min(100%,960px);z-index:1}.hero__content *{color:inherit}.hero__slide{display:grid;grid-template-areas:"content";height:var(--height);isolation:isolate}.hero__image,.hero__video{grid-area:content}.hero__image::before,.hero__video::before{background:-webkit-gradient(linear, left top, left bottom, color-stop(5.37%, rgba(0, 0, 0, 0.6)), color-stop(38.75%, rgba(0, 0, 0, 0))),-webkit-gradient(linear, left bottom, left top, color-stop(14.96%, rgba(0, 0, 0, 0.5)), color-stop(41.46%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 5.37%, rgba(0, 0, 0, 0) 38.75%),linear-gradient(0deg, rgba(0, 0, 0, 0.5) 14.96%, rgba(0, 0, 0, 0) 41.46%);inset:0;content:"";display:block;position:absolute}.hero .basic-video__control{inset:auto 32px 32px auto;z-index:2;inset:auto 20px 20px auto}.hero__list{list-style:none;margin:0;padding:0}