header#main-header {
  position: fixed;
}
section#intro .hl-2 {
  text-transform: none;
  color: #CBA258;
  line-height: 1.2em;
}
@media all and (min-width: 768px) {
  section#intro .hl-2 {
    font-size: 2rem;
  }
}
section#intro .cta {
  margin-top: 1.5em;
}
section#intro .inner-full .inner-wrapper {
  position: absolute;
  width: 1400px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 5em;
}
section#intro .owl-carousel {
  position: relative;
  z-index: 10;
}
section#intro .owl-carousel .owl-dots {
  justify-content: flex-end;
  max-width: 80%;
  margin: 0 auto;
  bottom: 5em;
  position: absolute;
  top: auto;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 8px;
}
@media all and (max-width: 767px) {
  section#intro .owl-carousel .owl-dots {
    position: relative;
    bottom: 50px;
    left: 25px;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding: 12px 0 0 0;
  }
}
section#intro .owl-carousel .owl-dots .owl-dot {
  border-color: #A4BECD;
}
section#intro .owl-carousel .owl-dots .owl-dot.active {
  background: #A4BECD;
}
section#intro .inner-full:before,
section#intro .slide:before {
  content: '';
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, #030D1A, transparent);
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
section#intro .inner-full:before {
  content: '';
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, #030D1A, transparent);
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
section#meta {
  border-bottom: 1px solid #EFEFEF;
}
section#posts .post-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
section#posts .post-category-pill {
  display: inline-block;
  font-family: 'HCo Gotham', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #152F4E;
  background: transparent;
  border: 1.5px solid #152F4E;
  border-radius: 1.5em;
  padding: 7px 18px 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
}
section#posts .post-category-pill:hover,
section#posts .post-category-pill.is-active {
  background: #152F4E;
  color: #FFF;
}
