.hero{isolation:isolate;padding:4.8rem 2rem}.hero__background{inset:0;z-index:-1}.hero__background img{height:100%;object-fit:cover;object-position:bottom;width:100%}.hero__inner{display:grid;grid-gap:var(--gap-md)}.hero__rich-text>:last-child{margin-bottom:0}.hero__buttons{gap:var(--gap);margin-top:2.4rem}.hero__image{display:grid;gap:.8rem}.hero__image img{border-radius:1.6rem;box-shadow:0 24px 48px -12px rgba(11,30,51,.18);height:100%!important;object-fit:cover;width:100%!important}.hero__image--default img{aspect-ratio:1}.hero__image--two_horiz img{aspect-ratio:2/1}.hero__image--four_grid,.hero__image--two_vert{grid-template-columns:1fr 1fr}.hero__image--two_vert img{aspect-ratio:1/2}.hero__image--four_grid{grid-template-rows:repeat(5,1fr);max-height:34rem}.hero__image--four_grid img:first-child{aspect-ratio:29/22;grid-row:1/4}.hero__image--four_grid img:nth-child(2){aspect-ratio:29/36;grid-row:4/6}.hero__image--four_grid img:nth-child(3){aspect-ratio:29/36;grid-row:1/3}.hero__image--four_grid img:nth-child(4){aspect-ratio:29/22;grid-row:3/6}@media (min-width:768px){.hero{padding:8rem 2rem}.hero__background--mobile{display:none}.hero__inner{grid-template-columns:1fr 1fr;grid-gap:10%}.hero__image--four_grid{max-height:53rem}}@media (max-width:767px){.hero__background--desktop{display:none}}