.hero__front{grid-column:1;grid-row:1;color:#fff;max-width:var(--max-width,1370px);padding:5rem var(--inner-gutter,7.5rem);margin-left:auto;margin-right:auto;width:-webkit-fill-available;width:-moz-available;width:stretch;margin-top:auto;display:grid;opacity:1;position:static;grid-gap:1rem;box-sizing:border-box;}@media (min-width:666px){.hero__front{grid-template-columns:auto auto;grid-template-rows:1fr auto auto auto;grid-template-areas:'super image'
      'title image'
      'body image'
      'link image'
      'arrows image';}}@media (max-width:665px){.hero__front{grid-template-rows:auto auto auto auto auto;grid-template-areas:'image' 'super' 'title' 'body' 'link' 'arrows';}}.hero--schema_aqua .hero__front{color:var(--alfa);}.hero__supertitle{grid-area:super;}.hero__front strong{font-weight:inherit;color:#05e7e4;}.hero--schema_aqua .hero__front strong{color:#fff;}.hero__title{margin:auto 0 0;grid-area:title;}.hero__image{grid-area:image;text-align:center;}.hero__arrows{grid-area:arrows;}h1.hero__title,h1 > .hero__title{font-size:2.6rem;line-height:1.3;}@media (max-width:800px){.hero__front{padding:3rem 2rem;}h1.hero__title,h1 > .hero__title{font-size:2.3rem;}}h2.hero__title,h2 > .hero__title{font-size:2rem;}.hero__body{font-size:1.1rem;line-height:1.7;font-weight:600;grid-area:body;margin:auto 0;}.hero__link{grid-area:link;white-space:nowrap;margin:auto 0;}.hero__header{display:contents;}.hero__back{grid-column:1;grid-row:1;overflow:hidden;position:relative;background:var(--dark,#002850);pointer-events:none;z-index:-1;height:100%;width:100%;}.hero__back img{height:100%;width:100%;object-fit:cover;}
