.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#mfn-header-template {
  position: fixed !important;
}
#mfn-header-template .mcb-header-section {
  height: 59px !important;
}
body #Wrapper {
  padding-top: 59px !important;
}

@media (max-width: 1023px) {
  #mfn-header-template .mcb-header-section {
    height: 115px !important;
  }
  body #Wrapper {
    padding-top: 115px !important;
  }
}

@media (max-width: 767px) {
  #mfn-header-template .mcb-header-section {
    height: 54px !important;
  }
  body #Wrapper {
    padding-top: 54px !important;
  }
}