.media__hero{height:95vh;min-height:40rem;position:relative}@media screen and (max-width:769px){.media__hero{height:75vh}}@media screen and (max-height:512px){.media__hero{height:75vh}}.media video,.media__heroimage{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;width:100%}.media__modal{height:100%;left:0;position:fixed;top:0;width:100%;z-index:101}.media__modal ::-moz-selection{background:transparent;color:#feffff}.media__modal ::selection{background:transparent;color:#feffff}.media__modal img,.media__modal picture,.media__modal video{border-radius:.2rem;color:#fff;height:90%;left:5%;-o-object-fit:contain;object-fit:contain;position:absolute;top:5%;width:90%}@media screen and (max-width:769px){.media__modal img,.media__modal picture,.media__modal video{height:auto;top:50%;transform:translateY(-50%)}}@media screen and (max-height:512px){.media__modal img,.media__modal picture,.media__modal video{height:auto;top:50%;transform:translateY(-50%)}}.media__modal_bg{background:rgba(30,52,64,.95);height:100%;left:0;position:absolute;top:0;width:100%}.media__modal_close{cursor:pointer;position:absolute;right:2rem;top:2rem}.media__modal_prev{cursor:pointer;left:2rem;position:absolute;top:50%;transform:translateY(-50%);z-index:3}@media screen and (max-width:769px){.media__modal_prev{left:.6rem}}@media screen and (max-height:512px){.media__modal_prev{left:.6rem}}.media__modal_next{cursor:pointer;position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:3}@media screen and (max-width:769px){.media__modal_next{right:.6rem}}@media screen and (max-height:512px){.media__modal_next{right:.6rem}}.media__modal * svg{color:#feffff;height:2.4rem;width:2.4rem}.media__gallery{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-auto-flow:column dense;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);justify-content:stretch;margin:0 auto;max-width:1440px;padding:80px 40px}@media screen and (max-width:769px){.media__gallery{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;padding:40px 20px}}@media screen and (max-height:512px){.media__gallery{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr}}.media__gallery figure{margin:0;position:relative}.media__gallery figure img,.media__gallery figure picture,.media__gallery figure video{postion:absolute;border-radius:.2rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.media__galleryfirst figure:first-child{grid-column:span 2;grid-row:span 2}.media__gallerysecond{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}