@charset "UTF-8";
.hdg-l1__mv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 112px 15px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 5px rgba(14, 45, 96, .6);
}

.hdg-l1__mv .hdg-l1__hdg {
  max-width: 960px;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  color: #fff !important;
  font-size: 4.6rem;
  font-weight: bold !important;
  line-height: normal !important;
}

.hdg-l1__mv.hdg-l1--black .hdg-l1__hdg {
  color: #000 !important;
}
