.hero{height:260px;position:relative}@media screen and (min-width: 768px){.hero{height:350px}}@media screen and (min-width: 1024px){.hero{height:450px}}@media screen and (min-width: 1280px){.hero{height:550px}}@media screen and (min-width: 1420px){.hero{height:600px}}@media screen and (min-width: 1600px){.hero{height:640px}}.hero__content{background-image:linear-gradient(180deg, rgba(44, 67, 131, 0) 20.36%, rgba(44, 67, 131, 0.85) 100%);color:var(--color-white);position:absolute;left:0;right:0;top:0;bottom:0;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 var(--grid-col-gutter);text-align:center;z-index:1}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover}.hero__title{margin-bottom:2px}.hero__btn{margin-top:10px}@media screen and (min-width: 768px){.hero__btn{margin-top:20px}}.hero__subtitle{display:none}@media screen and (min-width: 768px){.hero__subtitle{display:block}}
