<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#himage {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  max-height: 1000px;
  min-height: 600px;
  z-index: 1; }
  #himage:before {
    content: '';
    width: 120vw;
    height: 280px;
    background: url("/custom_images/header_overlay.svg") no-repeat;
    position: absolute;
    bottom: 0;
    left: -10vw;
    z-index: 99;
    background-size: cover;
    background-position: 30%; }
    @media (min-width: 576px) and (max-width: 767px) {
      #himage:before {
        background-position: 48%; } }
    @media (min-width: 0px) and (max-width: 575px) {
      #himage:before {
        background-position: 48%; } }
  #himage .item {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100% - 100px); }
    #himage .item picture {
      width: 100%;
      height: 100%;
      display: flex; }
      #himage .item picture img {
        object-fit: cover;
        height: auto;
        width: 100%; }
    #himage .item:before, #himage .item:after {
      content: '';
      width: 100%;
      height: 35%;
      position: absolute;
      left: 0;
      z-index: 2;
      opacity: 0.6; }
    #himage .item:before {
      top: 0;
      background: linear-gradient(180deg, var(--primary-colour) 0%, rgba(21, 44, 77, 0) 100%); }
    #himage .item:after {
      bottom: 0;
      background: linear-gradient(0deg, var(--primary-colour) 0%, rgba(21, 44, 77, 0) 100%); }
</pre></body></html>