.page-hero__container{display:grid;justify-items:center}.page-hero--one .page-hero__container,.page-hero--two .page-hero__container{grid-template-rows:80vw;grid-template-rows:calc(110vw - var(--global-padding-x) * 2)}.page-hero--two .page-hero__container,.page-hero--three .page-hero__container{grid-template-columns:1fr 1fr;grid-gap:var(--global-grid-gap)}@media screen and (min-width: 1024px){.page-hero--one .page-hero__container,.page-hero--two .page-hero__container{grid-template-rows:50vw}}@media screen and (min-width: 1155px){.page-hero--one .page-hero__container,.page-hero--two .page-hero__container{grid-template-rows:45vw}}@media screen and (min-width: 768px){.page-hero--three .page-hero__container{grid-template-columns:2fr 1fr;grid-template-rows:40vw 40vw}}@media screen and (min-width: 1024px){.page-hero--three .page-hero__container{grid-template-columns:1fr 2fr 1fr;grid-template-rows:50vw}}@media screen and (min-width: 1155px){.page-hero--three .page-hero__container{grid-template-rows:45vw}}.hero-image{width:100%;position:relative;background-color:var(--colour-warm-offwhite);border-radius:var(--image-border-radius);overflow:hidden}@media screen and (max-width: 767px){.page-hero--three .hero-image:nth-of-type(1){grid-column:1/3;grid-row:1/2}.page-hero--three .hero-image:nth-of-type(2){grid-column:1/2}.page-hero--three .hero-image:nth-of-type(3){grid-column:2/3}}@media screen and (min-width: 768px){.page-hero--three .hero-image:nth-of-type(1){grid-column:1/2;grid-row:1/3}.page-hero--three .hero-image:nth-of-type(2){grid-column:2/3;grid-row:1/2}.page-hero--three .hero-image:nth-of-type(3){grid-column:2/3;grid-row:2/3}}@media screen and (min-width: 1024px){.page-hero--three .hero-image{grid-row:1/2}.page-hero--three .hero-image:nth-of-type(1){grid-column:2/3;grid-row:1/2}.page-hero--three .hero-image:nth-of-type(2){grid-column:1/2;grid-row:1/2}.page-hero--three .hero-image:nth-of-type(3){grid-column:3/4;grid-row:1/2}}.hero-image__img{height:100%}
