/* ------ Helvetica Neue ------ */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLT-Roman.eot");
  src: url("../../fonts/HelveticaNeueLT-Roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueLT-Roman.woff2") format("woff2"), url("../../fonts/HelveticaNeueLT-Roman.woff") format("woff"), url("../../fonts/HelveticaNeueLT-Roman.svg#HelveticaNeueLT-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ------- Colours & General ------- */
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.hide {
  opacity: 0;
}
.hidden {
  display: none;
}
.header-container .logo {
  z-index: 300;
}
.page-template-template-blog .hero-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-template-template-blog .filter {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.page-template-template-blog .filter li {
  background: #FFFFFF;
  border: 1px solid #365180;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 0 0 16px;
  padding: 7px 23px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #365180;
}
.page-template-template-blog .filter li.active {
  color: #FFFFFF;
  background-color: #365180;
}
.page-template-template-blog .blog-body .first-post-wrapper {
  padding: 0 0 34px;
}
.page-template-template-blog .blog-body .first-post-wrapper a {
  position: sticky;
  top: 200px;
  left: 0;
  position: -webkit-sticky;
  display: block;
  width: 100%;
  max-width: 100%;
}
.page-template-template-single .text-section h1 {
  text-align: center;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page-template-template-single .text-section h1 span {
  font-family: cabrito-didone-normal, serif;
  color: #DCB784;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-height: 1000px) {
  .page-template-template-blog .blog-wrapper .first-post-wrapper .first-blog-post .post-img {
    height: 400px;
  }
}
