@media (min-width: 1400px) {
  .page-content {
    padding-top: 420px !important;
  }
}
@media (min-width: 992px) {
  .page-content {
    padding-top: 275px;
    margin-left: 13%;
    min-height: calc(100vh - 143px);
  }
}
@media (max-width: 991.98px) {
  .page-content {
    padding-top: 20%;
    min-height: calc(100vh - 235px);
  }
}

nav {
  position: fixed !important;
  width: 100%;
  z-index: 10;
}

.pill-content {
  position: fixed;
  z-index: 1;
  height: 275px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 5%;
  padding-bottom: 3%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0.9374343487) 90%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1400px) {
  .pill-content {
    height: 330px;
  }
}
@media (max-width: 991.98px) {
  .pill-content {
    display: none;
  }
}

.bgr-img-wrapper {
  pointer-events: none;
  position: fixed;
  top: 75px;
  left: 0;
  max-height: calc(100vh - 75px);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .bgr-img-wrapper {
    display: none;
  }
}
.bgr-img-wrapper img {
  width: 100%;
}

@media (min-width: 992px) {
  body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}

/*# sourceMappingURL=content-shift.css.map */
