/* Variables */
/* Mixens: */
.eg-block-type-1 {
  position: relative;
  overflow: hidden;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .has-fancy-title {
    border-bottom: 110px solid #fff;
  }
}

.fancy-title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #002857;
  margin: 0;
  border-radius: 0 40px 0 50px;
  border: solid 20px #fff;
  padding: 15px 30px;
  transition: bottom 0.5s ease, width 0.5s ease;
}
@media screen and (max-width: 575px) {
  .fancy-title {
    width: 100%;
    bottom: -110px;
  }
}

.fancy-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border: solid 20px #fff;
  border-top: 0;
  border-right: 0;
}

.page-header-main {
  height: 100%;
  position: relative;
  min-height: 160px;
  align-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-header-main {
    min-height: 200px;
  }
}
@media print {
  .page-header-main {
    min-height: 0;
  }
}

.page-header svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.page-header-img-wrap {
  min-height: 260px;
}