.hero{padding:6rem 2rem 4rem;position:relative}.hero__wrapper{max-width:1360px;margin:auto;display:flex;gap:100px;flex-flow:column nowrap;align-items:center}.hero__supertitle{font-size:1.2rem;font-weight:700;margin-top:0;color:var(--c_dark)}.hero__text{position:relative;z-index:4;max-width:700px;flex:1}.hero__title{margin-top:0}.hero__subtitle{font-size:1.2rem}.hero__button{margin-top:2rem;justify-content:flex-start;position:relative;z-index:4}.hero__speaker-profile-images{flex:1 150px;position:relative;z-index:1;display:flex;flex-flow:row wrap;justify-content:center}.hero__profile-image{max-width:150px;height:100%;width:100%;aspect-ratio:1/1;z-index:2;border-radius:50%;overflow:hidden;border:10px solid var(--c_primary);box-shadow:0 10px 20px rgba(10,10,10,.28)}.hero__profile-image--1{grid-column:1/4;grid-row:1/4}.hero__profile-image--2{grid-column:3/6;grid-row:1/4}.hero__profile-image--3{grid-column:1/4;grid-row:3/6}.hero__profile-image--4{grid-column:3/6;grid-row:3/6}.hero__profile-image--5{grid-column:1/4;grid-row:5/8}.hero__profile-image--5{grid-column:3/6;grid-row:5/8}.hero__profile-image img{object-fit:cover;object-position:center;width:100%;height:100%}@media (min-width:768px){.hero__wrapper{flex-flow:row nowrap;justify-content:space-between;gap:100px}}@media (min-width:1170px){.hero__speaker-profile-images{flex:1;max-width:600px;display:grid;grid-template-columns:auto auto 50px auto auto}.hero__profile-image{max-width:300px}}