@charset "UTF-8";
html,
body {
  overflow: auto;
}

body {
  overflow-x: hidden;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 991px) {
  .container {
    width: 90vw;
  }
}

.full-container {
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.v-align {
  align-items: center;
}

.row {
  flex-direction: row;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.space-around {
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
}

@media screen and (max-width: 1440) {
  .col-md-5 {
    width: 5%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-bg-5 {
    width: 5%;
  }
  .col-bg-10 {
    width: 10%;
  }
  .col-bg-15 {
    width: 15%;
  }
  .col-bg-20 {
    width: 20%;
  }
  .col-bg-25 {
    width: 25%;
  }
  .col-bg-30 {
    width: 30%;
  }
  .col-bg-35 {
    width: 35%;
  }
  .col-bg-40 {
    width: 40%;
  }
  .col-bg-45 {
    width: 45%;
  }
  .col-bg-50 {
    width: 50%;
  }
  .col-bg-55 {
    width: 55%;
  }
  .col-bg-60 {
    width: 60%;
  }
  .col-bg-65 {
    width: 65%;
  }
  .col-bg-70 {
    width: 70%;
  }
  .col-bg-75 {
    width: 75%;
  }
  .col-bg-80 {
    width: 80%;
  }
  .col-bg-85 {
    width: 85%;
  }
  .col-bg-90 {
    width: 90%;
  }
  .col-bg-95 {
    width: 95%;
  }
  .col-bg-100 {
    width: 100%;
  }
}
.offset-5 {
  margin-left: 5%;
}

.offset-10 {
  margin-left: 10%;
}

.offset-15 {
  margin-left: 15%;
}

.offset-20 {
  margin-left: 20%;
}

.offset-25 {
  margin-left: 25%;
}

.offset-30 {
  margin-left: 30%;
}

.offset-35 {
  margin-left: 35%;
}

.offset-40 {
  margin-left: 40%;
}

.offset-45 {
  margin-left: 45%;
}

.offset-50 {
  margin-left: 50%;
}

.offset-55 {
  margin-left: 55%;
}

.offset-60 {
  margin-left: 60%;
}

.offset-65 {
  margin-left: 65%;
}

.offset-70 {
  margin-left: 70%;
}

.offset-75 {
  margin-left: 75%;
}

.offset-80 {
  margin-left: 80%;
}

.offset-85 {
  margin-left: 85%;
}

.offset-90 {
  margin-left: 90%;
}

.offset-95 {
  margin-left: 95%;
}

.offset-100 {
  margin-left: 100%;
}

.ml-5 {
  margin-left: 5%;
}

.mr-5 {
  margin-right: 5%;
}

.ml-10 {
  margin-left: 10%;
}

.mr-10 {
  margin-right: 10%;
}

.mb-15 {
  margin-bottom: 15%;
}

@media screen and (max-width: 991px) {
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .clear-offset-sm {
    margin-left: 0;
  }
  .tb1 {
    margin-bottom: 0;
  }
  .tb2 {
    margin-top: 0;
  }
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .hide-sm {
    display: none;
  }
}
.main-navigation {
  position: relative;
}

@media (min-width: 768px) {
  .main-navigation .nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

.main-navigation .mega-menu-parent {
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  .main-navigation .mega-menu-parent {
    position: static;
    align-self: flex-start;
  }
  .main-navigation .mega-menu-parent > a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }
  .main-navigation .mega-menu-parent > a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.85);
  }
  .main-navigation .mega-menu-parent:not(.is-mega-open) > .mega-menu-panel {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden;
    opacity: 0;
  }
  .main-navigation .mega-menu-parent:not(.is-mega-open) > .mega-menu-panel * {
    pointer-events: none !important;
  }
  .main-navigation .mega-menu-parent.is-mega-open > .mega-menu-panel {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.main-navigation .menu-item-has-children:not(.mega-menu-parent) {
  position: relative;
}
.main-navigation .menu-item-has-children:not(.mega-menu-parent) > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.main-navigation .menu-item-has-children:not(.mega-menu-parent) > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.85);
  transition: transform 0.2s ease;
}
.main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .main-navigation .mega-menu-parent > .sub-menu,
  .main-navigation .mega-menu-parent .mega-menu__list > li > .sub-menu,
  .main-navigation .mega-menu-parent .mega-col-link > .sub-menu {
    box-shadow: none !important;
    position: static !important;
    background: none !important;
  }
  .main-navigation .mega-menu-parent .mega-col-link > .sub-menu {
    display: flex;
    flex-direction: column;
  }
  .main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 14rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    padding: 0.65rem 0 0.5rem;
    z-index: 3999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }
  .main-navigation .menu-item-has-children:not(.mega-menu-parent):hover > .sub-menu,
  .main-navigation .menu-item-has-children:not(.mega-menu-parent).focus > .sub-menu,
  .main-navigation .menu-item-has-children:not(.mega-menu-parent):focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.main-navigation .menu-item-has-children:not(.mega-menu-parent):hover > a::after,
.main-navigation .menu-item-has-children:not(.mega-menu-parent).focus > a::after,
.main-navigation .menu-item-has-children:not(.mega-menu-parent).is-sub-open > a::after,
.main-navigation .menu-item-has-children:not(.mega-menu-parent):focus-within > a::after {
  transform: rotate(180deg);
}

.main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu > li > a {
  display: block;
  color: #121212;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  padding: 0.55rem 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu > li > a:hover, .main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu > li > a:focus {
  background-color: rgba(226, 166, 54, 0.12);
  color: #e2a636;
}

@media (max-width: 767px) {
  .main-navigation .menu-item-has-children:not(.mega-menu-parent) {
    position: static;
  }
  .main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu {
    position: static;
    float: none;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    display: none;
    margin: 0.45rem 0 0;
    padding: 0.5rem 0.75rem;
    border-left: 2px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.22);
    box-shadow: none;
    z-index: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .main-navigation.toggled .menu-item-has-children:not(.mega-menu-parent).focus > .sub-menu,
  .main-navigation.toggled .menu-item-has-children:not(.mega-menu-parent).is-sub-open > .sub-menu,
  .main-navigation.toggled .menu-item-has-children:not(.mega-menu-parent):focus-within > .sub-menu {
    display: flex;
    flex-direction: column;
  }
  .main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu > li > a {
    width: auto;
    color: #fff;
    padding: 0.45rem 0;
    background: transparent;
  }
  .main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu > li > a:hover, .main-navigation .menu-item-has-children:not(.mega-menu-parent) > .sub-menu > li > a:focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: #e2a636;
  }
}
@media (min-width: 768px) {
  .main-navigation .mega-menu-panel {
    position: fixed;
    left: 50%;
    top: var(--mega-panel-top, 82px);
    transform: translateX(-50%);
    width: 80%;
    max-width: 1600px;
    margin-top: 0;
    padding: 0.9rem 1rem 1rem;
    background: white;
    border-radius: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    z-index: 4000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
@media (max-width: 767px) {
  .main-navigation .mega-menu-panel {
    display: none;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.6rem;
    padding: 0.75rem;
    background: #fff;
    border-left: 2px solid rgba(0, 0, 0, 0.08);
    margin-left: 0;
  }
}

.main-navigation .mega-menu__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 767px) {
  .main-navigation .mega-menu__top {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

.main-navigation .mega-menu__featured {
  box-sizing: border-box;
  max-width: 9.5rem;
  padding: 0.375rem 0.35rem 0.26rem 0;
}

.main-navigation .mega-menu__featured-title {
  margin: 0 0 0.225rem;
  font-family: articulat-cf, sans-serif;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.05;
  max-width: 100%;
}

.main-navigation .mega-menu__featured-copy {
  margin: 0 0 0.34rem;
  color: #4f4f4f;
  font-size: 0.75rem;
  line-height: 1.35;
  max-width: 100%;
  overflow-wrap: break-word;
}

.main-navigation .mega-menu__featured-link {
  display: inline-block;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  text-decoration: none;
  overflow-wrap: break-word;
}
.main-navigation .mega-menu__featured-link:hover, .main-navigation .mega-menu__featured-link:focus {
  color: #e2a636;
}

.main-navigation .mega-menu__content {
  min-width: 0;
}

.main-navigation ul.mega-menu__list {
  position: static;
  left: auto;
  top: auto;
  float: none;
  width: auto;
  min-width: 0;
  box-shadow: none;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0.85rem;
}
@media (min-width: 768px) {
  .main-navigation ul.mega-menu__list {
    display: grid;
    grid-template-columns: repeat(var(--mega-col-count, 7), minmax(0, 1fr));
    gap: 0.4rem 0.85rem;
  }
}
@media (max-width: 767px) {
  .main-navigation ul.mega-menu__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

.main-navigation .mega-menu__list > li {
  position: static;
  min-width: 0;
}

.main-navigation .mega-menu__list > li > a {
  display: block;
  padding: 0.1rem 0 0.35rem;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  line-height: 1.15;
  color: #121212;
  border-bottom: none;
  transition: color 0.2s ease;
}
.main-navigation .mega-menu__list > li > a:hover, .main-navigation .mega-menu__list > li > a:focus {
  color: #e2a636;
}

.main-navigation .mega-menu__list > li > .sub-menu {
  position: static;
  left: auto !important;
  top: auto;
  float: none;
  display: block !important;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.main-navigation .mega-menu__list > li:hover > .sub-menu,
.main-navigation .mega-menu__list > li.focus > .sub-menu,
.main-navigation .mega-menu__list > li:focus-within > .sub-menu {
  left: auto !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.main-navigation .mega-menu__list > li > .sub-menu > li > a {
  display: block;
  color: #1e1e1e;
  font-size: 0.72rem;
  line-height: 1.25;
  text-decoration: none;
  padding: 0.12rem 0;
  transition: color 0.2s ease;
}
.main-navigation .mega-menu__list > li > .sub-menu > li > a:hover, .main-navigation .mega-menu__list > li > .sub-menu > li > a:focus {
  color: #e2a636;
}

.main-navigation .mega-menu__list > li.is-mega-hidden {
  display: none;
}

.main-navigation .mega-menu__rail {
  display: block;
  padding: 1.5rem 0;
}

.main-navigation .mega-menu__rail-title {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #121212;
}

.main-navigation .mega-menu__rail-divider {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0 0 1rem;
  background: #e2a636;
}

.main-navigation .mega-menu__rail-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 1200px) {
  .main-navigation .mega-menu__rail-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .main-navigation .mega-menu__rail-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .main-navigation .mega-menu__rail-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.main-navigation .mega-menu__rail-item {
  display: block;
  text-decoration: none;
  color: #161616;
}

.main-navigation .mega-menu__rail-thumb {
  display: block;
  aspect-ratio: 16/6;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.main-navigation .mega-menu__rail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-navigation .mega-menu__rail-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.3;
}

.main-navigation .mega-menu__rail-item:hover .mega-menu__rail-thumb,
.main-navigation .mega-menu__rail-item:focus .mega-menu__rail-thumb,
.main-navigation .mega-menu__rail-item.is-active .mega-menu__rail-thumb {
  border-color: #e2a636;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .main-navigation .mega-menu-parent.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.35rem;
  }
  .main-navigation .mega-menu-parent.menu-item-has-children > a::after {
    content: "";
    flex-shrink: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.85);
    transition: transform 0.2s ease;
  }
  .main-navigation.toggled .mega-menu-parent.is-sub-open > a::after,
  .main-navigation.toggled .mega-menu-parent.focus > a::after,
  .main-navigation.toggled .mega-menu-parent[data-click-open=true] > a::after {
    transform: rotate(180deg);
  }
  #site-navigation.toggled .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0.6rem 0 0;
    padding: 0.25rem 0 0;
  }
  #site-navigation.toggled .nav-menu > li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  #site-navigation.toggled .nav-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0.7rem 0;
  }
  #site-navigation.toggled .header-cta {
    order: 99;
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem !important;
  }
  .main-navigation .mega-menu-panel {
    display: none;
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 0.45rem 0 0;
    padding: 0.25rem 0 0.35rem 0.75rem;
    background: transparent;
    border: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    flex-direction: column;
    gap: 0;
  }
  .main-navigation .mega-menu__top,
  .main-navigation .mega-menu__content {
    display: block;
    min-width: 0;
  }
  .main-navigation .mega-menu__featured,
  .main-navigation .mega-menu__rail {
    display: none !important;
  }
  .main-navigation ul.mega-menu__list {
    display: block;
    padding: 0;
    gap: 0;
  }
  .main-navigation .mega-menu__list > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-navigation .mega-menu__list > li:first-child {
    border-top: 0;
  }
  .main-navigation .mega-menu__list > li.menu-item-has-children > a {
    display: none !important;
    pointer-events: none !important;
  }
  .main-navigation .mega-menu__list > li:not(.menu-item-has-children) > a {
    display: block !important;
  }
  .main-navigation .mega-menu__list > li > .mega-mobile-parent {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0.55rem 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
  }
  .main-navigation .mega-menu__list > li > .mega-mobile-parent::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.85);
    transition: transform 0.2s ease;
  }
  .main-navigation .mega-menu__list > li.is-sub-open > .mega-mobile-parent::after {
    transform: rotate(180deg);
  }
  .main-navigation .mega-menu__list > li > a {
    display: block;
    padding: 0.45rem 0;
    color: #fff;
    font-weight: 600;
    font-size: 0.86rem;
    text-transform: none;
  }
  .main-navigation .mega-menu__list > li > .sub-menu {
    display: none !important;
    margin: 0;
    padding: 0 0 0.35rem 0.75rem;
    border-left: 2px solid rgba(255, 255, 255, 0.14);
    list-style: none;
  }
  .main-navigation.toggled .mega-menu__list > li.is-sub-open > .sub-menu,
  .main-navigation.toggled .mega-menu__list > li.focus > .sub-menu {
    display: block !important;
  }
  .main-navigation .mega-menu__list > li > .sub-menu > li > a {
    display: block;
    min-height: 44px;
    padding: 0.4rem 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.35;
    text-transform: none;
    touch-action: manipulation;
    position: relative;
    z-index: 1;
  }
  .main-navigation.toggled .mega-menu-parent.focus > .mega-menu-panel,
  .main-navigation.toggled .mega-menu-parent:focus-within > .mega-menu-panel,
  .main-navigation.toggled .mega-menu-parent.is-sub-open > .mega-menu-panel {
    display: block;
  }
}
.btn.yellow {
  background-color: #e2a636;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-top: 2rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.btn.yellow:hover {
  background-color: white;
  color: #044a5e;
  border: 1px solid #044a5e;
  transition: all 0.3s ease;
}
.btn.yellow:hover span:not(.screen-reader-text) {
  border: 1px solid #044a5e;
  transform: translateX(5px);
  transition: all 0.3s ease;
}
.btn.yellow:hover svg path {
  fill: #044a5e;
  transition: all 0.3s ease;
}
.btn.yellow span:not(.screen-reader-text) {
  margin-left: 1rem;
  border-radius: 9999px;
  border: 1px solid white;
  display: flex;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.btn.yellow svg {
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.3s ease;
}
.btn.yellow svg path {
  fill: white;
}

.btn.yellow-text {
  background-color: transparent;
  color: #e2a636;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
  font-family: articulat-cf, sans-serif;
  text-decoration: none;
  font-weight: 700;
}
.btn.yellow-text .arrow-container {
  margin-left: 1rem;
  border-radius: 9999px;
  border: 1px solid #e2a636;
  display: flex;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.btn.yellow-text svg {
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.3s ease;
}
.btn.yellow-text svg path {
  fill: #e2a636;
}
.btn.yellow-text:hover {
  color: #e2a636;
  transition: all 0.3s ease;
}
.btn.yellow-text:hover .arrow-container {
  border: 1px solid #e2a636;
  transform: translateX(5px);
  transition: all 0.3s ease;
}

.featured-projects-button .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  width: 1.8rem;
  height: 1.2em;
  padding: 5%;
  transition: all 0.3s ease;
}
.featured-projects-button:hover, .featured-projects-button:focus-visible {
  background-color: white !important;
  color: #044a5e;
  border: 1px solid #044a5e;
  transition: all 0.3s ease;
}
.featured-projects-button:hover span:not(.screen-reader-text), .featured-projects-button:focus-visible span:not(.screen-reader-text) {
  border: 1px solid #044a5e;
  transition: all 0.3s ease;
}
.featured-projects-button:hover svg path, .featured-projects-button:focus-visible svg path {
  fill: #044a5e;
  transition: all 0.3s ease;
}
.featured-projects-button:hover .arrow-container, .featured-projects-button:focus-visible .arrow-container {
  transition: all 0.3s ease;
  border-color: #044a5e !important;
}

.sectors-page .sectors-intro {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: #fafafa;
  position: relative;
}
.sectors-page .sectors-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, 28rem);
  height: 3px;
  background: linear-gradient(90deg, transparent, #e2a636, transparent);
  opacity: 0.85;
}
.sectors-page .sectors-intro__inner {
  max-width: 52rem;
  margin: 0 auto;
}
.sectors-page .sectors-intro .eyebrow {
  color: #e2a636;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.sectors-page .sectors-intro h2.body-2 {
  margin: 0 0 1.25rem;
}
.sectors-page .sectors-intro__lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  color: #3E3E3E;
}
.sectors-page .sectors-intro__tagline {
  margin: 0;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: #044a5e;
}
.sectors-page .sectors-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #044a5e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.sectors-page .sectors-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding: 0.85rem 0;
  justify-content: center;
  align-items: flex-start;
}
.sectors-page .sectors-nav__dropdown {
  position: relative;
}
.sectors-page .sectors-nav__dropdown.is-active .sectors-nav__toggle {
  color: #fff;
  border-bottom-color: #e2a636;
}
.sectors-page .sectors-nav__dropdown.is-active .sectors-nav__chevron {
  transform: rotate(-135deg) translateY(1px);
}
.sectors-page .sectors-nav__dropdown.is-active .sectors-nav__panel {
  display: block;
}
.sectors-page .sectors-nav__toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-family: articulat-cf, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 1.75rem 0.35rem 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.sectors-page .sectors-nav__toggle:hover, .sectors-page .sectors-nav__toggle:focus-visible {
  color: #fff;
}
.sectors-page .sectors-nav__chevron {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.sectors-page .sectors-nav__panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: min(18rem, 90vw);
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  z-index: 30;
}
.sectors-page .sectors-nav__list {
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
}
.sectors-page .sectors-nav__list li {
  margin: 0;
}
.sectors-page .sectors-nav__link {
  display: block;
  padding: 0.55rem 1.25rem;
  color: #044a5e;
  font-family: articulat-cf, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.sectors-page .sectors-nav__link:hover, .sectors-page .sectors-nav__link:focus-visible {
  color: #e2a636;
  background: rgba(4, 74, 94, 0.04);
}
.sectors-page .sectors-nav__link.is-active {
  color: #044a5e;
  border-left-color: #e2a636;
  background: rgba(226, 166, 54, 0.08);
}
.sectors-page .sectors-nav__link--external::after {
  content: "↗";
  margin-left: 0.35rem;
  font-size: 0.75em;
  opacity: 0.55;
}
@media (max-width: 991px) {
  .sectors-page .sectors-nav__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .sectors-page .sectors-nav__dropdown {
    width: 100%;
  }
  .sectors-page .sectors-nav__toggle {
    width: 100%;
    justify-content: space-between;
    padding-right: 0;
  }
  .sectors-page .sectors-nav__panel {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
  }
  .sectors-page .sectors-nav__link {
    color: #fff;
  }
  .sectors-page .sectors-nav__link:hover, .sectors-page .sectors-nav__link:focus-visible, .sectors-page .sectors-nav__link.is-active {
    color: #e2a636;
    background: rgba(255, 255, 255, 0.06);
  }
}
.sectors-page .sectors-sector {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sectors-page .sectors-sector:nth-child(even) {
  background: #fafafa;
}
.sectors-page .sectors-sector:last-child {
  border-bottom: 0;
}
.sectors-page .sectors-split {
  position: relative;
  padding: 5rem 0;
}
.sectors-page .sectors-split__wrap {
  position: relative;
}
.sectors-page .sectors-split__inner {
  gap: clamp(1.5rem, 3vw, 2.5rem);
  flex-wrap: wrap;
}
.sectors-page .sectors-split__body {
  position: relative;
  min-width: min(100%, 280px);
}
.sectors-page .sectors-split__step {
  position: absolute;
  left: 0;
  top: 0;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  line-height: 1;
  color: #e2a636;
  opacity: 0.22;
  user-select: none;
  pointer-events: none;
}
.sectors-page .sectors-split__body-content .eyebrow {
  color: #e2a636;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sectors-page .sectors-split__body-content h2.heading3,
.sectors-page .sectors-split__body-content h3.heading3 {
  margin: 0 0 0.65rem;
  color: #044a5e;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  line-height: 1.15;
}
.sectors-page .sectors-split__body-content .sectors-split__tagline {
  margin: 0 0 1rem;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.35;
  color: #3E3E3E;
}
.sectors-page .sectors-split__body-content p {
  margin: 0 0 1rem;
  color: #3E3E3E;
  line-height: 1.65;
}
.sectors-page .sectors-split__body-content p:last-of-type {
  margin-bottom: 1.25rem;
}
.sectors-page .sectors-split--reverse .sectors-split__body {
  margin-left: auto;
  margin-right: 0;
}
.sectors-page .sectors-split__media {
  min-width: min(100%, 280px);
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  height: 37rem;
}
.sectors-page .sectors-split--reverse .sectors-split__media {
  min-width: min(100%, 280px);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 37rem;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
@media (max-width: 991px) {
  .sectors-page .sectors-split__body {
    margin-left: 0;
    padding-top: 2.75rem;
  }
  .sectors-page .sectors-split__step {
    font-size: 2.25rem;
  }
  .sectors-page .sectors-split__media {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .sectors-page .sectors-split--reverse .sectors-split__media {
    clip-path: none;
  }
}
.sectors-page .sectors-media-frame {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(4, 74, 94, 0.12);
  width: 100%;
  height: 100%;
  min-height: clamp(16rem, 32vw, 22rem);
}
.sectors-page .sectors-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sectors-page .sectors-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: #FD6E22;
  text-decoration: none;
  padding: 0.85rem 1.25rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.sectors-page .sectors-cta:hover, .sectors-page .sectors-cta:focus-visible {
  background: rgb(252.7255605381, 90.1031390135, 3.6744394619);
  transform: translateY(-1px);
}
.sectors-page .sectors-expertise {
  margin: 5rem 0 0;
  padding: 2rem 0;
  background: #fafafa;
  position: relative;
  z-index: 1;
}
.sectors-page .sectors-expertise__title {
  margin: 0 0 1rem;
  font-family: articulat-heavy-cf, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #044a5e;
  text-align: center;
}
.sectors-page .sectors-expertise__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 0.5rem 1.5rem;
}
.sectors-page .sectors-expertise__list li {
  margin: 0;
  padding: 0.35rem 0 0.35rem 1.1rem;
  position: relative;
  color: #3E3E3E;
  line-height: 1.45;
  font-size: 0.95rem;
}
.sectors-page .sectors-expertise__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #e2a636;
  font-weight: 700;
}
.sectors-page .sectors-expertise__list a {
  color: #044a5e;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.sectors-page .sectors-expertise__list a:hover, .sectors-page .sectors-expertise__list a:focus-visible {
  color: #e2a636;
  border-bottom-color: #e2a636;
}
.sectors-page .sectors-related {
  padding: 0 0 clamp(2.5rem, 5vw, 4rem);
}
.sectors-page .sectors-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (max-width: 991px) {
  .sectors-page .sectors-related__grid {
    grid-template-columns: 1fr;
  }
}
.sectors-page .sectors-related__block {
  min-width: 0;
}
.sectors-page .sectors-related__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.sectors-page .sectors-related__head h4 {
  margin: 0;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #044a5e;
}
.sectors-page .sectors-related__link {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #044a5e;
  text-decoration: none;
  border-bottom: 2px solid #e2a636;
  white-space: nowrap;
}
.sectors-page .sectors-related__link:hover, .sectors-page .sectors-related__link:focus-visible {
  color: #e2a636;
}
.sectors-page .sectors-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 991px) {
  .sectors-page .sectors-projects {
    grid-template-columns: 1fr;
  }
}
.sectors-page .sectors-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sectors-page .sectors-project-card:hover, .sectors-page .sectors-project-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(4, 74, 94, 0.14);
}
.sectors-page .sectors-project-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.sectors-page .sectors-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sectors-page .sectors-project-card__title {
  margin: 0;
  padding: 0.85rem 1rem 1rem;
  font-size: 0.92rem;
  line-height: 1.35;
  color: #044a5e;
  font-family: articulat-heavy-cf, sans-serif;
}
.sectors-page .sectors-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.sectors-page .sectors-news-list a {
  display: block;
  text-decoration: none;
  padding: 0.85rem 1rem;
  background: #fff;
  border-left: 3px solid #e2a636;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.sectors-page .sectors-news-list a:hover, .sectors-page .sectors-news-list a:focus-visible {
  border-left-color: #044a5e;
  transform: translateX(4px);
}
.sectors-page .sectors-news-list__meta {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6a6a6a;
  margin-bottom: 0.35rem;
}
.sectors-page .sectors-news-list__title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #044a5e;
  font-weight: 700;
}
.sectors-page .sectors-placeholder {
  padding: 1.25rem 1rem;
  background: rgba(4, 74, 94, 0.04);
  border: 1px dashed rgba(4, 74, 94, 0.18);
  color: #6a6a6a;
  font-size: 0.88rem;
  line-height: 1.5;
}
.sectors-page .sectors-placeholder strong {
  display: block;
  color: #044a5e;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}
.sectors-page .sectors-page-cta {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4rem);
  background: #fff;
}

.shape-the-future-bar {
  background: #e2a636;
  margin: 0.5rem 0;
}
.shape-the-future-bar .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shape-the-future-bar__cta {
  min-height: 6rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: clamp(0.8rem, 1.5vw, 10rem);
  font-weight: 700;
}

.shape-the-future-bar__icon {
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}
.shape-the-future-bar__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.post, .page {
  margin: 0;
  padding: 0;
}

span.yellow {
  color: #e2a636;
}

span.grey {
  color: #3E3E3E;
}

body {
  font-family: articulat-cf, sans-serif;
}

.entry-content.container {
  padding: 5rem 0;
}

a {
  color: #e2a636;
  text-decoration: none;
}
a:hover {
  color: #e2a636;
  text-decoration: underline;
}

a:visited {
  color: #044a5e;
}

a:hover {
  color: #044a5e;
  text-decoration: underline;
}

div.overlay1,
div.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
  pointer-events: none;
}

div.overlay1 {
  background-color: #e2a636;
  z-index: 1001;
}

div.overlay2 {
  background-color: #044a5e;
  z-index: 1002;
}

div.overlay1.is-active,
div.overlay2.is-active {
  transform: translate3d(0, 0, 0);
}

html.is-transitioning,
html.is-transitioning body {
  cursor: wait;
}

p {
  font-size: clamp(0.8rem, 0.9rem + 0.4vw, 1rem);
  font-weight: 500;
}

ul,
li,
ol {
  font-size: 16px;
}

button {
  font-family: articulat-heavy-cf, sans-serif;
}

h1, h2 {
  font-size: clamp(24px, 5vw, 75px);
  font-weight: bold;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
@media screen and (max-width: 48em) {
  h1, h2 {
    font-size: clamp(1.5rem, 8vw, 75px);
  }
}

#internal-header,
.internal-header {
  background-size: cover;
  background-position: center;
  height: 40rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#internal-header .overlay,
.internal-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#internal-header .text-container,
.internal-header .text-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#internal-header .text-container h1,
.internal-header .text-container h1 {
  color: white;
  text-align: center;
  font-family: articulat-heavy-cf, sans-serif;
}
#internal-header .text-container .eyebrow,
.internal-header .text-container .eyebrow {
  color: #e2a636;
  text-align: center;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}
#internal-header .text-container .entry-header-meta,
.internal-header .text-container .entry-header-meta {
  margin: 1rem 0 0;
  color: #fff;
  font-family: articulat-cf, sans-serif;
  text-align: center;
}
#internal-header .text-container .entry-header-meta--post,
.internal-header .text-container .entry-header-meta--post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
#internal-header .text-container .entry-header-meta__date,
.internal-header .text-container .entry-header-meta__date {
  color: #fff;
  font-weight: 500;
}
#internal-header .text-container .entry-header-meta__sep,
.internal-header .text-container .entry-header-meta__sep {
  color: rgba(255, 255, 255, 0.55);
}
#internal-header .text-container .entry-header-meta__categories a,
.internal-header .text-container .entry-header-meta__categories a {
  color: #e2a636;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
#internal-header .text-container .entry-header-meta__categories a:hover, #internal-header .text-container .entry-header-meta__categories a:focus-visible,
.internal-header .text-container .entry-header-meta__categories a:hover,
.internal-header .text-container .entry-header-meta__categories a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
#internal-header .text-container .entry-header-meta--project .entry-header-meta__list,
.internal-header .text-container .entry-header-meta--project .entry-header-meta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}
#internal-header .text-container .entry-header-meta__item,
.internal-header .text-container .entry-header-meta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 7rem;
}
#internal-header .text-container .entry-header-meta__label,
.internal-header .text-container .entry-header-meta__label {
  color: #e2a636;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: articulat-heavy-cf, sans-serif;
}
#internal-header .text-container .entry-header-meta__value,
.internal-header .text-container .entry-header-meta__value {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}
#internal-header .text-container p,
.internal-header .text-container p {
  color: white;
  text-align: center;
  font-family: articulat-cf, sans-serif;
}

main.projects-page .shape-the-future-bar {
  background: #e2a636;
  margin: 0.5rem 0;
}
main.projects-page .shape-the-future-bar .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main.projects-page .shape-the-future-bar__cta {
  min-height: 6rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: clamp(1.5rem, 1.5vw, 10rem);
  font-weight: 700;
}
main.projects-page .shape-the-future-bar__icon {
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}
main.projects-page .shape-the-future-bar__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

#internal-header h1,
.internal-header h1,
#internal-header h2,
.internal-header h2 {
  position: relative;
  display: inline-block;
  --underline-scale: 0;
}

#internal-header h1::after,
.internal-header h1::after,
#internal-header h2::after,
.internal-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: 4px;
  background: #e2a636;
  transform: scaleX(var(--underline-scale));
  transform-origin: left;
}
@media screen and (max-width: 48em) {
  #internal-header h1::after,
  .internal-header h1::after,
  #internal-header h2::after,
  .internal-header h2::after {
    bottom: -1.5rem;
  }
}

#projects-intro,
.tb-intro-split-block {
  padding: 5rem 0;
}
@media screen and (max-width: 48em) {
  #projects-intro .container,
  .tb-intro-split-block .container {
    gap: 2rem;
  }
}
#projects-intro .left-image,
.tb-intro-split-block .left-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
#projects-intro .right-image,
.tb-intro-split-block .right-image {
  width: 45%;
  height: 100%;
  object-fit: cover;
}
#projects-intro .eyebrow,
.tb-intro-split-block .eyebrow {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

#projects-intro-2,
.tb-split-intro-right-image {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#projects-intro-2 .bg-image,
.tb-split-intro-right-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: background-position, clip-path;
}
#projects-intro-2 .eyebrow,
.tb-split-intro-right-image .eyebrow {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

#projects-intro-4 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#projects-intro-4 .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: background-position, clip-path;
}
#projects-intro-4 .eyebrow {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

#projects-intro-3,
.tb-split-intro-left-image {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#projects-intro-3 .container,
.tb-split-intro-left-image .container {
  justify-content: flex-end;
}
#projects-intro-3 .bg-image,
.tb-split-intro-left-image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: background-position, clip-path;
}
#projects-intro-3 .eyebrow,
.tb-split-intro-left-image .eyebrow {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

@media (max-width: 767px) {
  #projects-intro-2,
  #projects-intro-3,
  #projects-intro-4,
  #projects-intro-5,
  .tb-split-intro-right-image,
  .tb-split-intro-left-image {
    display: flex;
    flex-direction: column;
    padding: 0 0 3rem;
    overflow: visible;
  }
  #projects-intro-2 .bg-image,
  #projects-intro-3 .bg-image,
  #projects-intro-4 .bg-image,
  #projects-intro-5 .bg-image,
  .tb-split-intro-right-image .bg-image,
  .tb-split-intro-left-image .bg-image {
    position: relative;
    order: -1;
    top: auto;
    left: auto !important;
    right: auto !important;
    width: 100%;
    height: auto;
    min-height: clamp(14rem, 48vw, 22rem);
    aspect-ratio: 4/3;
    background-attachment: scroll !important;
  }
  #projects-intro-2 .container,
  #projects-intro-3 .container,
  #projects-intro-4 .container,
  #projects-intro-5 .container,
  .tb-split-intro-right-image .container,
  .tb-split-intro-left-image .container {
    order: 2;
    justify-content: flex-start !important;
    padding-top: 2rem;
  }
  #projects-intro-2 .col-45,
  #projects-intro-3 .col-45,
  #projects-intro-4 .col-45,
  #projects-intro-5 .col-45,
  .tb-split-intro-right-image .col-45,
  .tb-split-intro-left-image .col-45 {
    width: 100%;
    max-width: none;
  }
}
#projects-intro-5 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#projects-intro-5 .container {
  justify-content: flex-end;
}
#projects-intro-5 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: background-position, clip-path;
}
#projects-intro-5 .eyebrow {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

#projects-intro .left-image,
#projects-intro .right-image,
.tb-intro-split-block .left-image,
.tb-intro-split-block .right-image {
  will-change: clip-path, transform, opacity;
}

h2.body {
  font-size: clamp(0.8rem, 2.5vw, 10rem);
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 48em) {
  h2.body {
    font-size: clamp(1.5rem, 4.5vw, 80px);
  }
}

h2.body-2 {
  font-size: clamp(1.3rem, 2vw, 8rem);
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 48em) {
  h2.body-2 {
    font-size: clamp(1.5rem, 4vw, 80px);
  }
}

.hr-section {
  padding: 2rem 0;
}
.hr-section hr {
  width: 70%;
  height: 2px;
  background-color: #e2a636;
  border: none;
  transform: scaleX(0);
  transform-origin: center;
}

.heading3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

header {
  background-color: #044a5e;
  width: 98%;
  margin: 1rem auto;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  position: fixed;
  z-index: 3000;
  overflow: visible; /* keeps your spacing from top */
  left: 50%; /* center anchor */
  transform: translateX(-50%); /* 👈 true centering */
}
@media screen and (max-width: 48em) {
  header .container {
    gap: 1rem;
  }
}
header .site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  min-width: 3rem;
  max-width: 8rem;
}
@media screen and (max-width: 48em) {
  header .site-branding {
    align-items: flex-start;
  }
}
header .site-branding .custom-logo-link img {
  display: block;
  height: auto;
  max-height: 2.5rem;
  width: auto;
}
header .main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  gap: 0.75rem 1.25rem;
  padding: 0;
  background: transparent;
  overflow: visible;
}

@media screen and (min-width: 48em) {
  #site-navigation .nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.25rem clamp(0.6rem, 1.2vw, 1.25rem);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    margin-left: 2rem;
  }
  #site-navigation .nav-menu > li > a {
    font-weight: 700;
    font-size: clamp(0.8rem, 1.05vw, 1rem);
    white-space: nowrap;
  }
}
@media screen and (min-width: 48em) {
  #site-navigation .menu-toggle {
    display: none !important;
  }
}
.header-cta {
  margin-top: 0 !important;
  padding: 0.55rem 1rem !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
  flex-shrink: 0;
}
.header-cta span {
  margin-left: 0.5rem !important;
  padding: 0.35rem !important;
}
.header-cta svg {
  width: 0.45rem !important;
  height: 0.55rem !important;
  display: block;
}

.menu-toggle {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0.4rem;
  cursor: pointer;
  color: #fff;
  flex-shrink: 0;
  line-height: 0;
}
.menu-toggle .menu-toggle__bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.4rem;
  height: 0.95rem;
}
.menu-toggle .menu-toggle__bars span {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
}

@media screen and (max-width: 47.9375em) {
  .main-navigation {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  #site-navigation .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  #site-navigation .nav-menu {
    display: none;
    width: 100%;
    flex-basis: 100%;
  }
  #site-navigation.toggled .nav-menu {
    display: flex;
  }
  #site-navigation .header-cta {
    display: none !important;
  }
}
.text-container {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.text-container h1 {
  color: white;
}

.bg-image {
  width: 100vw;
  height: 50rem;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.header-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 90dvh;
  overflow: hidden;
}
.header-container h1, .header-container h2 {
  color: white;
}

.hero-swiper {
  width: 100%;
  height: 100vh;
  height: 90dvh;
  margin: 0;
}

.hero-swiper .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 90dvh;
  display: flex;
  align-items: stretch;
}

.hero-slide__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.hero-slide__media video.hero-slide__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.hero-slide__media .hero-slide__media-fallback {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide__media .hero-slide__video {
    display: none !important;
  }
  .hero-slide__media .hero-slide__media-fallback {
    display: block !important;
  }
}
.hero-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(2, 32, 42, 0.82) 0%, rgba(2, 32, 42, 0.35) 42%, rgba(2, 32, 42, 0.2) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-slide__text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 10vh;
  pointer-events: none;
}
.hero-slide__text .hero-slide__text-inner {
  pointer-events: auto;
}
.hero-slide__text .eye-brow p {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.hero-slide__text-inner {
  max-width: 50%;
}
@media screen and (max-width: 48em) {
  .hero-slide__text-inner {
    max-width: 100%;
    width: 100%;
  }
}

.hero-slide__text .header-text {
  margin: 0 0 1rem;
  line-height: 0.95;
  font-size: clamp(24px, 6vw, 80px);
  font-family: articulat-heavy-cf, sans-serif;
}
@media screen and (max-width: 48em) {
  .hero-slide__text .header-text {
    font-size: clamp(1.5rem, 8vw, 80px);
  }
}
.hero-slide__text .header-text .highlight-underline {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.hero-slide__text .header-text .highlight-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 0.08em;
  background: #e2a636;
  z-index: -1;
}

.hero-slide__kicker {
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding: 1rem 0;
  color: rgb(255, 255, 255);
  margin: 2rem 0;
  font-weight: 700;
  font-family: articulat-cf, sans-serif;
}

.hero-swiper-pagination {
  bottom: clamp(1.25rem, 4vh, 2.5rem) !important;
  z-index: 5;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: transform 0.25s ease, background 0.25s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

.hero-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.hero-swiper-button::after {
  font-size: 5.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.hero-swiper-button:hover {
  background: transparent;
  border-color: unset;
}
.hero-swiper-button.hero-swiper-button-prev {
  left: clamp(0.75rem, 3vw, 2rem);
}
.hero-swiper-button.hero-swiper-button-prev::after {
  content: "‹";
}
.hero-swiper-button.hero-swiper-button-next {
  right: clamp(0.75rem, 3vw, 2rem);
}
.hero-swiper-button.hero-swiper-button-next::after {
  content: "›";
}

@media (max-width: 767px) {
  .hero-swiper-button {
    display: none;
  }
}
hr.yellow {
  background-color: #e2a636;
  height: 0.4rem;
}

.pagination-container {
  background: #fafafa;
  padding: 2rem 0;
}

.hero-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.hero-swiper-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-swiper-button {
  position: relative;
  inset: auto;
  transform: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
.hero-swiper-button svg {
  width: 0.85rem;
  height: 0.85rem;
  position: relative;
  z-index: 2;
}
.hero-swiper-button svg path {
  fill: #e2a636;
  transition: fill 0.3s ease;
}
.hero-swiper-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(#e2a636 0deg, #e2a636 var(--progress, 0deg), transparent var(--progress, 0deg));
  z-index: 0;
}
.hero-swiper-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: #fafafa;
  z-index: 1;
}
.hero-swiper-button:hover {
  border-color: #e2a636;
}
.hero-swiper-button:hover svg path {
  fill: #fff;
}
.hero-swiper-button:hover::after {
  background: #e2a636;
}

.hero-swiper-button-prev {
  transform: rotate(180deg);
}

.custom-swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 220px;
}

.custom-swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 220px;
}

.custom-pagination-item {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  align-items: center;
  gap: 10px;
  color: #9D9F9E;
}

.custom-pagination-item.is-active {
  opacity: 1;
}

.pagination-bar {
  height: 2px;
  background: #9D9F9E;
  position: relative;
  overflow: hidden;
}

.pagination-bar-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: #000;
}

.custom-pagination-item.is-active .pagination-bar-fill {
  animation: fillBar var(--slide-duration) linear forwards;
}

@keyframes fillBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#news-insights,
.tb-news-insights-intro-block {
  padding: 2.5rem 0;
}
#news-insights .eye-brow p,
.tb-news-insights-intro-block .eye-brow p {
  color: #e2a636;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: articulat-cf, sans-serif;
  will-change: transform, opacity;
}

#news-insights-content,
.tb-news-insights-split-block {
  position: relative;
  height: 40rem;
  overflow: hidden;
  background: #fff;
  will-change: transform, opacity;
}
#news-insights-content .news-panel,
.tb-news-insights-split-block .news-panel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 53%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.45s ease, transform 0.45s ease;
  will-change: transform, opacity;
}
#news-insights-content .news-panel::before,
.tb-news-insights-split-block .news-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
}
#news-insights-content .news-panel:hover,
.tb-news-insights-split-block .news-panel:hover {
  transition: background-size 0.45s ease, transform 0.45s ease;
}
#news-insights-content .left-panel,
.tb-news-insights-split-block .left-panel {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  will-change: transform, opacity;
}
#news-insights-content .right-panel,
.tb-news-insights-split-block .right-panel {
  right: 0;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  will-change: transform, opacity;
}
#news-insights-content .panel-content-layer,
.tb-news-insights-split-block .panel-content-layer {
  position: relative;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
#news-insights-content .panel-content,
.tb-news-insights-split-block .panel-content {
  position: absolute;
  bottom: 3rem;
  color: #fff;
  text-decoration: none;
  max-width: 30rem;
  pointer-events: auto;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
#news-insights-content .panel-content:hover .arrow-container,
.tb-news-insights-split-block .panel-content:hover .arrow-container {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
#news-insights-content .panel-content .panel-title,
.tb-news-insights-split-block .panel-content .panel-title {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: articulat-heavy-cf, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
#news-insights-content .panel-content .text-container,
.tb-news-insights-split-block .panel-content .text-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s ease;
}
#news-insights-content .panel-content .arrow-container,
.tb-news-insights-split-block .panel-content .arrow-container {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 1px solid #fff;
  padding: 0.5rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform, opacity;
}
#news-insights-content .panel-content .arrow-container .arrow,
.tb-news-insights-split-block .panel-content .arrow-container .arrow {
  width: 0.8rem;
  height: 0.8rem;
}
#news-insights-content .panel-content p,
.tb-news-insights-split-block .panel-content p {
  margin: 0;
}
#news-insights-content .left-content,
.tb-news-insights-split-block .left-content {
  left: 0;
}
#news-insights-content .right-content,
.tb-news-insights-split-block .right-content {
  right: 8vw;
}
#news-insights-content .news-panel,
.tb-news-insights-split-block .news-panel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 53%;
  overflow: hidden;
}
#news-insights-content .news-panel::before,
.tb-news-insights-split-block .news-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  z-index: 2;
  pointer-events: none;
}
#news-insights-content .news-panel .panel-bg,
.tb-news-insights-split-block .news-panel .panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform, opacity;
  transform: scale(1.04);
}
@media (max-width: 767px) {
  #news-insights-content,
  .tb-news-insights-split-block {
    height: auto;
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr;
  }
  #news-insights-content .news-panel,
  .tb-news-insights-split-block .news-panel {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    width: 100%;
    height: auto;
    min-height: clamp(18rem, 52vw, 24rem);
    clip-path: none;
    grid-column: 1;
  }
  #news-insights-content .left-panel,
  .tb-news-insights-split-block .left-panel {
    grid-row: 1;
  }
  #news-insights-content .right-panel,
  .tb-news-insights-split-block .right-panel {
    grid-row: 2;
  }
  #news-insights-content .panel-content-layer,
  .tb-news-insights-split-block .panel-content-layer {
    display: contents;
    height: auto;
  }
  #news-insights-content .panel-content,
  .tb-news-insights-split-block .panel-content {
    position: relative;
    bottom: auto;
    left: auto !important;
    right: auto !important;
    max-width: none;
    width: 100%;
    padding: 1.25rem 1rem 1.5rem;
    box-sizing: border-box;
    grid-column: 1;
    align-self: end;
    z-index: 4;
    margin-top: calc(-1 * clamp(5.5rem, 22vw, 8rem));
    pointer-events: auto;
  }
  #news-insights-content .left-content,
  .tb-news-insights-split-block .left-content {
    grid-row: 1;
  }
  #news-insights-content .right-content,
  .tb-news-insights-split-block .right-content {
    grid-row: 2;
  }
}

#news-insights-content .news-panel,
#news-insights-content .panel-content,
#news-insights-content .arrow-container,
.tb-news-insights-split-block .news-panel,
.tb-news-insights-split-block .panel-content,
.tb-news-insights-split-block .arrow-container {
  will-change: transform, opacity, clip-path;
}

#news-insights-grid,
.tb-news-insights-grid-block {
  padding: 3.5rem 0;
}
#news-insights-grid .eyebrow,
.tb-news-insights-grid-block .eyebrow {
  color: #9D9F9E;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  font-family: articulat-cf, sans-serif;
  margin-bottom: 0.5rem;
}
#news-insights-grid .grid-item-title,
.tb-news-insights-grid-block .grid-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: articulat-heavy-cf, sans-serif;
  text-transform: uppercase;
  margin-top: 0rem;
  color: #000;
}
#news-insights-grid p,
.tb-news-insights-grid-block p {
  margin: 0;
}
#news-insights-grid .parent,
.tb-news-insights-grid-block .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 48em) {
  #news-insights-grid .parent,
  .tb-news-insights-grid-block .parent {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

#engineering-services {
  position: relative;
  height: 50rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  display: none;
}
#engineering-services .logo-bg {
  position: absolute;
  bottom: -5rem;
  left: -0.5rem;
  width: 30rem;
  height: 30rem;
  z-index: 2;
  opacity: 0.2;
}
#engineering-services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#engineering-services video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
#engineering-services .container {
  position: relative;
  z-index: 3;
  justify-content: flex-end;
}
#engineering-services .specialties-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  margin-top: 3rem;
}
#engineering-services .specialties-grid h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: articulat-heavy-cf, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #e2a636;
  margin: 0;
}
#engineering-services .specialties-grid h3 hr {
  height: 2px;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 80%;
  background-color: #e2a636;
}
#engineering-services .specialties-grid h3 p {
  font-weight: 700;
  font-family: articulat-cf, sans-serif;
  color: #fff;
  margin: 0;
}
#engineering-services video,
#engineering-services .overlay,
#engineering-services .logo-bg,
#engineering-services .eye-brow,
#engineering-services h2,
#engineering-services .col-90 > p,
#engineering-services .specialty-item,
#engineering-services .specialty-item h3 hr {
  will-change: transform, opacity;
}
#engineering-services .specialty-item h3 hr {
  transform-origin: left center;
}
#engineering-services {
  color: white;
}
#engineering-services .eye-brow p {
  color: #e2a636;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: articulat-cf, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

#our-people,
.tb-our-people-block {
  padding: 5rem 0;
  background: #fff;
}
#our-people .people-header,
.tb-our-people-block .people-header {
  margin-bottom: 4rem;
}
#our-people .people-header h2,
.tb-our-people-block .people-header h2 {
  margin-bottom: 0.5rem;
}
#our-people .people-layout,
.tb-our-people-block .people-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 5rem;
  align-items: center;
}
#our-people .featured-person,
.tb-our-people-block .featured-person {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}
#our-people .featured-image-wrap,
.tb-our-people-block .featured-image-wrap {
  overflow: hidden;
}
#our-people .featured-image,
.tb-our-people-block .featured-image {
  width: 100%;
  height: auto;
  display: block;
}
#our-people .featured-content .quote,
.tb-our-people-block .featured-content .quote {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
#our-people .featured-content h3,
.tb-our-people-block .featured-content h3 {
  margin: 0;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#our-people .featured-content .role,
.tb-our-people-block .featured-content .role {
  margin-top: 0.25rem;
}
#our-people .people-list,
.tb-our-people-block .people-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#our-people .people-view-all,
.tb-our-people-block .people-view-all {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
#our-people .person-card,
.tb-our-people-block .person-card {
  appearance: none;
  border: none;
  background: transparent;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.25rem;
  align-items: center;
  text-align: left;
  padding: 0 0 1.25rem 0;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#our-people .person-card::before,
.tb-our-people-block .person-card::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  width: 4px;
  height: calc(100% - 0.5rem);
  background: #e2a636;
  opacity: 0;
  transform: scaleY(0.6);
  transform-origin: top;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
#our-people .person-card::after,
.tb-our-people-block .person-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e2a636;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.45s ease;
}
#our-people .person-card img,
.tb-our-people-block .person-card img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  filter: grayscale(1);
  border-radius: 50%;
  transition: transform 0.35s ease, filter 0.35s ease;
}
#our-people .person-card span,
.tb-our-people-block .person-card span {
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
  transition: opacity 0.3s ease;
}
#our-people .person-card strong,
.tb-our-people-block .person-card strong {
  display: block;
  font-family: articulat-heavy-cf, sans-serif;
  text-transform: uppercase;
}
#our-people .person-card em,
.tb-our-people-block .person-card em {
  color: #e2a636;
  font-style: normal;
}
#our-people .person-card:hover,
.tb-our-people-block .person-card:hover {
  transform: translateX(0.35rem);
}
#our-people .person-card:hover::after,
.tb-our-people-block .person-card:hover::after {
  transform: scaleX(0.25);
}
#our-people .person-card:hover img,
.tb-our-people-block .person-card:hover img {
  transform: scale(1.04);
}
#our-people .person-card.is-active,
.tb-our-people-block .person-card.is-active {
  opacity: 0.3;
  transform: translateX(0.5rem);
}
#our-people .person-card.is-active::after,
.tb-our-people-block .person-card.is-active::after {
  transform: scaleX(1);
}
#our-people .person-card.is-active img,
.tb-our-people-block .person-card.is-active img {
  transform: scale(1.06);
  filter: grayscale(0.15);
}
#our-people .person-card.is-active span,
.tb-our-people-block .person-card.is-active span {
  opacity: 1;
}
#our-people .person-card:not(.is-active),
.tb-our-people-block .person-card:not(.is-active) {
  opacity: 0.65;
}
@media (max-width: 991px) {
  #our-people .people-layout,
  #our-people .featured-person,
  .tb-our-people-block .people-layout,
  .tb-our-people-block .featured-person {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #our-people .people-list,
  .tb-our-people-block .people-list {
    margin-top: 2rem;
  }
}

#about-us,
.tb-about-tabs-block {
  padding: 8rem 0;
}

/* Style the tab (legacy #about-us + ACF .tb-about-tabs-block) */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0 14px 0;
  margin-right: 1rem;
  transition: 0.3s;
  font-size: 1rem;
  border-radius: 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #e2a636;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e2a636;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #e2a636;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e2a636;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0;
  border: none;
  border-top: none;
}

img.experience {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.number-container {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.number-container h2 {
  margin-top: 0;
}

.tb-about-tabs__features {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.tb-about-tabs__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.tb-about-tabs__check {
  color: #e2a636;
  flex-shrink: 0;
  font-weight: 700;
}

#sectors-we-serve,
.tb-sectors-slider-block {
  background-color: #044a5e;
  min-height: 20rem;
  margin: 0rem auto;
  position: relative;
  padding: 5rem 0;
}
#sectors-we-serve .container,
.tb-sectors-slider-block .container {
  position: relative;
  z-index: 3;
}
#sectors-we-serve .logo-bg,
.tb-sectors-slider-block .logo-bg {
  position: absolute;
  bottom: -3rem;
  left: -0.5rem;
  width: 20rem;
  height: 20rem;
  z-index: 0;
  opacity: 0.2;
}
#sectors-we-serve .eye-brow,
.tb-sectors-slider-block .eye-brow {
  margin: 1rem 0;
  padding: 0;
  margin-bottom: 2rem;
}
#sectors-we-serve .eye-brow p,
.tb-sectors-slider-block .eye-brow p {
  color: #e2a636;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: articulat-cf, sans-serif;
}
#sectors-we-serve .sectors-grid,
.tb-sectors-slider-block .sectors-grid {
  display: flex;
  color: white;
}
#sectors-we-serve .sectors-gallery,
.tb-sectors-slider-block .sectors-gallery {
  display: flex;
  align-items: center;
}
#sectors-we-serve .js-sectors-slider,
.tb-sectors-slider-block .js-sectors-slider {
  position: relative;
}
#sectors-we-serve .js-sectors-slider .button-container,
.tb-sectors-slider-block .js-sectors-slider .button-container {
  top: 40%;
  position: absolute;
  right: -18%;
  background: transparent;
}
@media screen and (max-width: 48em) {
  #sectors-we-serve .js-sectors-slider .button-container,
  .tb-sectors-slider-block .js-sectors-slider .button-container {
    right: 0;
  }
}
#sectors-we-serve .js-sectors-slider .button-container button,
.tb-sectors-slider-block .js-sectors-slider .button-container button {
  background: transparent;
  border: none;
  cursor: pointer;
}
#sectors-we-serve .js-sectors-slider .button-container button .arrow-container,
.tb-sectors-slider-block .js-sectors-slider .button-container button .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1rem;
  min-width: 4rem;
  min-height: 4rem;
}
#sectors-we-serve .js-sectors-slider .button-container svg,
.tb-sectors-slider-block .js-sectors-slider .button-container svg {
  width: 2rem;
  height: 2rem;
}
#sectors-we-serve .sectors-slider,
.tb-sectors-slider-block .sectors-slider {
  width: 100%;
}
#sectors-we-serve .sectors-slider__viewport,
.tb-sectors-slider-block .sectors-slider__viewport {
  overflow: hidden;
  width: 100%;
}
#sectors-we-serve .sectors-slider__track,
.tb-sectors-slider-block .sectors-slider__track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.35s ease;
  will-change: transform;
}
#sectors-we-serve .sectors-slide,
.tb-sectors-slider-block .sectors-slide {
  flex: 0 0 calc((100% - 2.5rem) / 3);
  color: white;
}
#sectors-we-serve .sectors-slide__title,
.tb-sectors-slider-block .sectors-slide__title {
  margin: 0 0 0.75rem;
  font-family: articulat-cf, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  color: white;
  min-height: 2.2em;
}
#sectors-we-serve .sectors-slide__media,
.tb-sectors-slider-block .sectors-slide__media {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#sectors-we-serve .sectors-slide__media::before,
.tb-sectors-slider-block .sectors-slide__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
#sectors-we-serve .sectors-slide__cta,
.tb-sectors-slider-block .sectors-slide__cta {
  position: absolute;
  bottom: 1.25rem;
  z-index: 2;
  border: 2px solid #e2a636;
  background: transparent;
  color: white;
  font-family: articulat-cf, sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 0.9rem 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  cursor: pointer;
  text-decoration: none;
  z-index: 3;
}
#sectors-we-serve .sectors-slide__cta-icon,
.tb-sectors-slider-block .sectors-slide__cta-icon {
  font-size: 1.2rem;
  line-height: 1;
}
#sectors-we-serve .sectors-slide.is-active .sectors-slide__cta,
.tb-sectors-slider-block .sectors-slide.is-active .sectors-slide__cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#sectors-we-serve .sectors-slide__cta:hover,
#sectors-we-serve .sectors-slide__cta:focus-visible,
.tb-sectors-slider-block .sectors-slide__cta:hover,
.tb-sectors-slider-block .sectors-slide__cta:focus-visible {
  background: rgba(0, 0, 0, 0.55);
}
#sectors-we-serve .sectors-slide__media img,
.tb-sectors-slider-block .sectors-slide__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  min-height: 415px;
}
#sectors-we-serve .sectors-slider__thumbs,
.tb-sectors-slider-block .sectors-slider__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 48em) {
  #sectors-we-serve .sectors-slider__thumbs,
  .tb-sectors-slider-block .sectors-slider__thumbs {
    justify-content: flex-start;
    gap: 2rem !important;
  }
}
#sectors-we-serve .sectors-slider__thumbs--mobile,
.tb-sectors-slider-block .sectors-slider__thumbs--mobile {
  display: none;
}
#sectors-we-serve .sectors-slider__thumb,
.tb-sectors-slider-block .sectors-slider__thumb {
  appearance: none;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  border-radius: 0;
  color: white;
  font-family: articulat-cf, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 0 0.4rem;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, color 0.2s ease;
  justify-content: space-between;
  opacity: 0.7;
  transition: all 0.2s ease;
  max-width: 145px;
}
#sectors-we-serve .sectors-slider__thumb.is-active, #sectors-we-serve .sectors-slider__thumb:hover, #sectors-we-serve .sectors-slider__thumb:focus-visible,
.tb-sectors-slider-block .sectors-slider__thumb.is-active,
.tb-sectors-slider-block .sectors-slider__thumb:hover,
.tb-sectors-slider-block .sectors-slider__thumb:focus-visible {
  border-bottom-color: #e2a636;
  opacity: 1;
}
@media (max-width: 1024px) {
  #sectors-we-serve .sectors-slide,
  .tb-sectors-slider-block .sectors-slide {
    flex-basis: calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 767px) {
  #sectors-we-serve .sectors-grid,
  .tb-sectors-slider-block .sectors-grid {
    flex-direction: column;
    gap: 2rem;
  }
  #sectors-we-serve .sectors-gallery,
  .tb-sectors-slider-block .sectors-gallery {
    display: none;
  }
  #sectors-we-serve .sectors-slider__thumbs--desktop,
  .tb-sectors-slider-block .sectors-slider__thumbs--desktop {
    display: none;
  }
  #sectors-we-serve .sectors-slider__thumbs--mobile,
  .tb-sectors-slider-block .sectors-slider__thumbs--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 1.5rem;
  }
  #sectors-we-serve .sectors-slider__thumb-link,
  #sectors-we-serve .sectors-slider__thumb-text,
  .tb-sectors-slider-block .sectors-slider__thumb-link,
  .tb-sectors-slider-block .sectors-slider__thumb-text {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 1;
    font-size: 1.1rem;
  }
  #sectors-we-serve .sectors-slider__thumb-link:last-child,
  #sectors-we-serve .sectors-slider__thumb-text:last-child,
  .tb-sectors-slider-block .sectors-slider__thumb-link:last-child,
  .tb-sectors-slider-block .sectors-slider__thumb-text:last-child {
    border-bottom: 0;
  }
  #sectors-we-serve a.sectors-slider__thumb-link,
  .tb-sectors-slider-block a.sectors-slider__thumb-link {
    text-decoration: none;
    color: white;
    touch-action: manipulation;
  }
  #sectors-we-serve a.sectors-slider__thumb-link:hover, #sectors-we-serve a.sectors-slider__thumb-link:focus-visible,
  .tb-sectors-slider-block a.sectors-slider__thumb-link:hover,
  .tb-sectors-slider-block a.sectors-slider__thumb-link:focus-visible {
    color: #e2a636;
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }
  #sectors-we-serve .sectors-slider__thumb-text,
  .tb-sectors-slider-block .sectors-slider__thumb-text {
    opacity: 0.65;
  }
  #sectors-we-serve .sectors-slide,
  .tb-sectors-slider-block .sectors-slide {
    flex-basis: 100%;
  }
  #sectors-we-serve .sectors-slide__title,
  .tb-sectors-slider-block .sectors-slide__title {
    font-size: 1.5rem;
  }
  #sectors-we-serve .sectors-slide__cta,
  .tb-sectors-slider-block .sectors-slide__cta {
    font-size: 1.1rem;
    padding: 0.7rem 0.9rem;
  }
}

#sectors-we-serve .eye-brow,
#sectors-we-serve .col-40 h2,
#sectors-we-serve .div3,
#sectors-we-serve .sectors-slide,
#sectors-we-serve .sectors-slider__thumb,
#sectors-we-serve .logo-bg,
.tb-sectors-slider-block .eye-brow,
.tb-sectors-slider-block .col-40 h2,
.tb-sectors-slider-block .div3,
.tb-sectors-slider-block .sectors-slide,
.tb-sectors-slider-block .sectors-slider__thumb,
.tb-sectors-slider-block .logo-bg {
  will-change: transform, opacity;
}

.home-slider {
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.home-slider p {
  color: white;
  padding-top: 0;
  margin-top: 0;
}

.jumbotron {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 30vw;
  width: 100%;
  padding-top: 22vw;
}
.jumbotron .overlay {
  height: 30vw;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 0;
  top: 0;
}
.jumbotron .page-title {
  background: white;
  width: 60vw;
  padding: 2%;
  z-index: 1;
  position: absolute;
}
.jumbotron .page-title h1 {
  font-size: clamp(30px, 4.3vw, 65px);
  padding-top: 0;
  margin-top: -1.5%;
}

.slick-dots {
  bottom: -75px;
}

.slick-dots li button:before {
  font-size: 15px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animated {
  border-bottom: 5px solid transparent;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #EB4838, #F59220 50%, #CE3F00);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 200%;
  background-position: 0 0, 0 100%;
  background-origin: padding-box, border-box;
  animation: highlight 1s infinite alternate;
}

@keyframes highlight {
  100% {
    background-position: 0 0, 0 0;
  }
}
section.services {
  background-image: url("/wp-content/uploads/2021/03/mountains-services@2x-scaled.jpg");
  height: 1000px;
  position: relative;
  padding-top: 5vw;
  padding-left: 10vw;
}
section.services .sideline {
  position: absolute;
  left: 5%;
  top: 25vw;
}
section.services .services-cards .card {
  width: 549px;
  border-radius: 5px;
  height: 494px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  text-align: center;
  padding: 0.5%;
  margin-right: 0.25%;
}
section.services .services-cards .card .services-icon {
  margin: auto;
}
section.services .slick-prev {
  left: 0px;
  top: -35px;
}
section.services .slick-prev:before,
section.services .slick-next:before {
  font-size: 35px;
  opacity: 1;
  color: #FD6E22;
}
section.services .slick-next {
  left: 35px;
  top: -35px;
}

.cta.who-we-are {
  height: 835px;
  width: 100%;
  background-size: cover;
  display: flex;
}

section#cta {
  height: 835px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#cta h2 {
  color: white;
  margin: 0;
}
section#cta .play-button {
  cursor: pointer;
  transition: all 1s;
}
section#cta .play-button:hover {
  transform: scale(1.1);
  transition: all 1s;
}

section#vision {
  background-color: white;
  background-size: contain;
  background-blend-mode: difference;
  padding: 10% 0;
}
section#vision h2 {
  color: #3E3E3E;
  margin: 0;
}
section#vision .img-right {
  padding-top: 10%;
  display: flex;
  align-items: center;
}
section#vision .img-left {
  display: flex;
  align-items: center;
}

section#testimonials {
  height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
}
section#testimonials h2.heading3 {
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
section#testimonials p {
  color: white;
}
section#testimonials p.testimonial {
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
}
section#testimonials .thumb {
  cursor: pointer;
}
section#testimonials .slider-nav-thumbnails .slick-slide {
  max-width: 8%;
  margin-right: 5%;
  opacity: 0.5;
}
section#testimonials .slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
}

section#affiliates h2 {
  margin-bottom: 1%;
}

section#latest-news {
  padding: 5% 0;
}
section#latest-news h2 {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 5%;
  text-align: center;
  padding-bottom: 5%;
}
section#latest-news .blog-card {
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.7);
  padding-bottom: 10%;
  height: 100%;
}
section#latest-news .blog-card .text-container {
  padding: 5%;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
section#latest-news .blog-card .text-container h2.heading4 {
  font-size: 22px;
  text-align: left;
}
section#latest-news .blog-card .text-container p {
  text-align: left;
}
section#latest-news .blog-card .text-container p.excerpt {
  margin-bottom: 10%;
}
section#latest-news .blog-card .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
}
section#latest-news a {
  text-align: center;
}

#featured-projects,
.tb-featured-projects-slider {
  padding: 5rem 0;
}
#featured-projects .featured-projects-head,
.tb-featured-projects-slider .featured-projects-head {
  margin: 0 auto 2rem;
  text-align: left;
}
#featured-projects .featured-projects-head h2,
.tb-featured-projects-slider .featured-projects-head h2 {
  margin-bottom: 2rem;
}
#featured-projects .featured-projects-head p,
.tb-featured-projects-slider .featured-projects-head p {
  margin-top: 0.75rem;
  color: #5a5a5a;
}
#featured-projects .featured-projects-filters,
.tb-featured-projects-slider .featured-projects-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: flex-start;
  padding: 0.9rem 0;
  margin-bottom: 1.75rem;
  width: fit-content;
}
#featured-projects .featured-project-filter,
.tb-featured-projects-slider .featured-project-filter {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: articulat-cf, sans-serif;
  padding: 0.25rem 0;
  border-bottom: none;
  font-weight: 600;
  color: #3e3e3e;
}
#featured-projects .featured-projects-filters,
.tb-featured-projects-slider .featured-projects-filters {
  position: relative;
}
#featured-projects .featured-project-filter.is-active,
#featured-projects .featured-project-filter:hover,
.tb-featured-projects-slider .featured-project-filter.is-active,
.tb-featured-projects-slider .featured-project-filter:hover {
  color: #e2a636;
}
#featured-projects .featured-projects-filters::after,
.tb-featured-projects-slider .featured-projects-filters::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: var(--underline-width, 0);
  background: #e2a636;
  transform: translateX(var(--underline-x, 0));
  transition: transform 0.3s ease, width 0.3s ease;
}
#featured-projects .featured-project-filter.is-active,
#featured-projects .featured-project-filter:hover,
.tb-featured-projects-slider .featured-project-filter.is-active,
.tb-featured-projects-slider .featured-project-filter:hover {
  color: #e2a636;
  border-bottom-color: #e2a636;
}
#featured-projects .featured-project-card,
.tb-featured-projects-slider .featured-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
#featured-projects .featured-project-card .overlay,
.tb-featured-projects-slider .featured-project-card .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
#featured-projects .featured-project-card .overlay:hover,
.tb-featured-projects-slider .featured-project-card .overlay:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
#featured-projects .featured-project-card:hover .featured-project-card__meta,
.tb-featured-projects-slider .featured-project-card:hover .featured-project-card__meta {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}
#featured-projects .featured-project-card__media,
.tb-featured-projects-slider .featured-project-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
#featured-projects .featured-project-card__media img,
.tb-featured-projects-slider .featured-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#featured-projects .featured-project-card__meta,
.tb-featured-projects-slider .featured-project-card__meta {
  margin-top: 0.75rem;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 2rem;
  padding-left: 2.5rem;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
  text-align: left;
}
#featured-projects .featured-project-card__meta h3,
.tb-featured-projects-slider .featured-project-card__meta h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
}
#featured-projects .featured-project-card__terms,
.tb-featured-projects-slider .featured-project-card__terms {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  color: #e2a636;
  font-weight: 700;
}
#featured-projects .featured-projects-controls,
.tb-featured-projects-slider .featured-projects-controls {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#featured-projects .featured-projects-nav,
.tb-featured-projects-slider .featured-projects-nav {
  display: flex;
  gap: 0.35rem;
}
#featured-projects .featured-projects-button,
.tb-featured-projects-slider .featured-projects-button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0;
  background: #e2a636;
  border: 1px solid #e2a636;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}
#featured-projects .featured-projects-button:hover,
.tb-featured-projects-slider .featured-projects-button:hover {
  background-color: white;
  color: #044a5e;
  border: 1px solid #044a5e;
  transition: all 0.3s ease;
}
#featured-projects .featured-projects-button .arrow-container,
.tb-featured-projects-slider .featured-projects-button .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  width: 1.8rem;
  height: 1.2em;
  padding: 5%;
}
#featured-projects .featured-projects-button .arrow,
.tb-featured-projects-slider .featured-projects-button .arrow {
  width: 0.5rem;
  height: 0.5em;
}
#featured-projects .featured-projects-button-prev,
.tb-featured-projects-slider .featured-projects-button-prev {
  transform: rotate(180deg);
}
#featured-projects .featured-projects-swiper,
.tb-featured-projects-slider .featured-projects-swiper {
  padding-bottom: 0.5rem;
}

#featured-projects,
.tb-featured-projects-slider {
  overflow: hidden;
}
#featured-projects .featured-projects-bleed,
.tb-featured-projects-slider .featured-projects-bleed {
  width: calc(100vw - (100vw - min(1440px, 80vw)) / 2);
  margin-right: calc(-1 * (100vw - min(1440px, 80vw)) / 2);
}
#featured-projects .featured-projects-swiper,
.tb-featured-projects-slider .featured-projects-swiper {
  overflow: visible;
}

@media (max-width: 991px) {
  #featured-projects .featured-projects-bleed,
  .tb-featured-projects-slider .featured-projects-bleed {
    width: 95vw;
    margin-right: -5vw;
  }
}
#featured-projects .featured-projects-head,
#featured-projects .featured-projects-filters,
#featured-projects .featured-projects-bleed,
#featured-projects .featured-projects-controls,
.tb-featured-projects-slider .featured-projects-head,
.tb-featured-projects-slider .featured-projects-filters,
.tb-featured-projects-slider .featured-projects-bleed,
.tb-featured-projects-slider .featured-projects-controls {
  will-change: transform, opacity;
}
#featured-projects .featured-project-slide.is-hidden,
.tb-featured-projects-slider .featured-project-slide.is-hidden {
  display: none !important;
}

#featured-projects-page {
  padding: 5rem 0;
}
#featured-projects-page .featured-projects-head {
  margin: 0 auto 2rem;
  text-align: center;
}
#featured-projects-page .featured-projects-head h2 {
  margin-bottom: 2rem;
}
#featured-projects-page .featured-projects-head p {
  margin-top: 0.75rem;
  color: #5a5a5a;
}
#featured-projects-page .featured-projects-head__intro {
  margin-top: 0.75rem;
  color: #5a5a5a;
  text-align: center;
}
#featured-projects-page .featured-projects-head__intro p:first-child {
  margin-top: 0;
}
#featured-projects-page .featured-projects-head__intro p:last-child {
  margin-bottom: 0;
}
#featured-projects-page .featured-projects-acf-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin: 0 auto 1.75rem;
  max-width: 72rem;
}
#featured-projects-page .featured-projects-acf-filters__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
#featured-projects-page .featured-projects-acf-filters__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3e3e3e;
}
#featured-projects-page .featured-projects-acf-filter {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  color: #3e3e3e;
  font: inherit;
  padding: 0.85rem 1rem;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%), linear-gradient(135deg, #3e3e3e 50%, transparent 50%);
  background-position: calc(100% - 1.1rem) calc(50% + 0.15rem), calc(100% - 0.8rem) calc(50% + 0.15rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
}
#featured-projects-page .featured-projects-acf-filter:focus-visible {
  outline: 2px solid #e2a636;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  #featured-projects-page .featured-projects-acf-filters {
    grid-template-columns: 1fr;
  }
}
#featured-projects-page .featured-projects-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: flex-start;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.9rem 0;
  margin: auto;
  margin-bottom: 1.75rem;
  width: fit-content;
}
#featured-projects-page .featured-project-filter {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: articulat-cf, sans-serif;
  padding: 0.25rem 0;
  border-bottom: none;
  font-weight: 600;
  color: #3e3e3e;
}
#featured-projects-page .featured-projects-filters {
  position: relative;
}
#featured-projects-page .featured-project-filter.is-active,
#featured-projects-page .featured-project-filter:hover {
  color: #e2a636;
}
#featured-projects-page .featured-projects-filters::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: var(--underline-width, 0);
  background: #e2a636;
  transform: translateX(var(--underline-x, 0));
  transition: transform 0.3s ease, width 0.3s ease;
}
#featured-projects-page .featured-project-filter.is-active,
#featured-projects-page .featured-project-filter:hover {
  color: #e2a636;
  border-bottom-color: #e2a636;
}
#featured-projects-page .featured-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
#featured-projects-page .featured-project-card .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
#featured-projects-page .featured-project-card .overlay:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
#featured-projects-page .featured-project-card:hover .featured-project-card__meta {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
  text-align: left;
}
#featured-projects-page .featured-project-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
#featured-projects-page .featured-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#featured-projects-page .featured-project-card__meta {
  margin-top: 0.75rem;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 2rem;
  padding-left: 2.5rem;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
}
#featured-projects-page .featured-project-card__meta h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
}
#featured-projects-page .featured-project-card__terms {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  color: #e2a636;
  font-weight: 700;
}
#featured-projects-page .featured-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
#featured-projects-page .featured-project-slide {
  min-width: 0;
}
#featured-projects-page .featured-project-slide.news-insights-card div.overlay {
  display: block;
  opacity: 1;
}
#featured-projects-page .featured-project-slide.news-insights-card:hover div.overlay {
  opacity: 0;
}
#featured-projects-page .featured-project-slide.news-insights-card:hover .featured-project-card__meta {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
}
#featured-projects-page .featured-project-slide.news-insights-card .featured-project-card__meta {
  bottom: 1rem;
}
#featured-projects-page .featured-project-slide.news-insights-card .featured-project-card__meta {
  margin-top: 0.75rem;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 2rem;
  padding-left: 2.5rem;
  opacity: 1;
  transform: translateY(15px);
  transition: all 0.3s ease;
}
#featured-projects-page .featured-project-slide.news-insights-card .featured-project-card__meta h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
}
#featured-projects-page .featured-project-slide.is-hidden {
  display: none;
}
@media (max-width: 1200px) {
  #featured-projects-page .featured-projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  #featured-projects-page .featured-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  #featured-projects-page .featured-projects-grid {
    grid-template-columns: 1fr;
  }
}

#featured-projects-page {
  overflow: hidden;
}
#featured-projects-page .featured-projects-bleed {
  width: calc(100vw - (100vw - min(1440px, 80vw)) / 2);
  margin-right: calc(-1 * (100vw - min(1440px, 80vw)) / 2);
}
#featured-projects-page .featured-projects-swiper {
  overflow: visible;
}

#featured-projects-page .featured-projects-head,
#featured-projects-page .featured-projects-filters,
#featured-projects-page .featured-project-slide,
#featured-projects-page .featured-projects-controls {
  will-change: transform, opacity;
}

#featured-projects-page .featured-projects-head,
#featured-projects-page .featured-projects-filters,
#featured-projects-page .featured-project-slide,
#featured-projects-page h2,
#featured-projects-page .video-container,
#featured-projects-page .shape-the-future-bar__cta,
#featured-projects-page .shape-the-future-bar__icon,
#everywhere .featured-projects-head,
#everywhere .featured-projects-filters,
#everywhere .featured-project-slide,
#everywhere h2,
#everywhere .video-container,
#everywhere .shape-the-future-bar__cta,
#everywhere .shape-the-future-bar__icon,
.shape-the-future-bar .featured-projects-head,
.shape-the-future-bar .featured-projects-filters,
.shape-the-future-bar .featured-project-slide,
.shape-the-future-bar h2,
.shape-the-future-bar .video-container,
.shape-the-future-bar .shape-the-future-bar__cta,
.shape-the-future-bar .shape-the-future-bar__icon {
  will-change: transform, opacity;
}

#everywhere h2.body {
  text-align: center;
}
#everywhere video {
  margin-top: 2rem;
  width: 100%;
  height: 50rem;
  object-fit: cover;
}

#posts {
  padding: 5rem 0 6rem;
  background: #f5f5f5;
  display: none;
}
#posts .posts-head {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 2rem;
}
#posts .posts-head .eye-brow {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #3e3e3e;
}
#posts .posts-head h2 {
  margin-bottom: 0.7rem;
}
#posts .posts-head p {
  margin: 0;
  color: #5f6368;
}
#posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#posts .post-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#posts .post-card__image {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#posts .post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#posts .post-card__content {
  padding: 1rem 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#posts .post-card__content h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  min-height: 4.4rem;
  font-family: articulat-cf, sans-serif;
}
#posts .post-card__content h3 a {
  color: #3E3E3E;
  text-decoration: none;
}
#posts .post-card__meta {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: #7a7a7a;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
#posts .post-card__read-more {
  margin-top: auto;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #3E3E3E;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.8rem;
}
@media (max-width: 1024px) {
  #posts .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #posts .posts-grid {
    grid-template-columns: 1fr;
  }
}

#shape-the-future {
  margin-top: 0rem;
  position: relative;
}
#shape-the-future .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 0;
}
#shape-the-future .title-container {
  position: relative;
  z-index: 3;
}
#shape-the-future .shape-the-future-main {
  background: #032633 url("../img/thing.jpg") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  z-index: 2;
}
#shape-the-future .shape-the-future-main h2 {
  color: #fff;
  margin: 0;
  text-align: left;
}
#shape-the-future .shape-the-future-main .logo-bg {
  position: absolute;
  bottom: -3rem;
  left: -0.5rem;
  width: 20rem;
  height: 20rem;
  z-index: 0;
  opacity: 0.2;
}
#shape-the-future .shape-the-future-content {
  display: flex;
  gap: 8rem;
  min-height: 23rem;
  padding-top: 5.75rem;
  justify-content: flex-end;
}
#shape-the-future .shape-the-future-headshot {
  position: relative;
}
#shape-the-future .shape-the-future-headshot img {
  width: 100%;
  height: auto;
  display: block;
}
#shape-the-future .shape-the-future-body {
  padding: 1.25rem 0 3rem;
}
#shape-the-future .shape-the-future-body h2 {
  color: #fff;
  margin: 2px 0 3.5rem;
  text-align: left;
}
#shape-the-future .shape-the-future-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 69rem;
}
#shape-the-future .shape-card {
  background: #fff;
  padding: 1.1rem 1.1rem 0;
  min-height: 15rem;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}
#shape-the-future .shape-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
#shape-the-future .shape-card:hover .arrow-container {
  transform: translateX(6px);
}
#shape-the-future .shape-card h3 {
  margin: 1.85rem 0 1.85rem;
  text-transform: uppercase;
  color: #e2a636;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 0 2rem;
}
#shape-the-future .shape-card p {
  line-height: 1.3;
  margin: 0;
  color: #2f2f2f;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
#shape-the-future .shape-card a {
  margin-top: auto;
  background: #e2a636;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin: 0 2rem;
  position: relative;
  padding: 0.8rem 1rem 0.8rem 1rem;
  width: fit-content;
}
#shape-the-future .shape-card a .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  margin-left: 1rem;
  padding: 0.45rem;
  transition: transform 0.35s ease;
}
#shape-the-future .shape-card a .arrow {
  width: 0.8rem;
  height: 0.8em;
}
#shape-the-future .shape-the-future-bar {
  background: #e2a636;
  margin: 1rem 0;
  padding: 1rem 0;
}
#shape-the-future .shape-the-future-bar .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#shape-the-future .shape-the-future-bar__cta {
  min-height: 6rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: clamp(1.5rem, 1.5vw, 10rem);
  font-weight: 700;
}
#shape-the-future .shape-the-future-bar__icon {
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}
#shape-the-future .shape-the-future-bar__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
@media (max-width: 1024px) {
  #shape-the-future .shape-the-future-content {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 2.25rem;
  }
  #shape-the-future .shape-the-future-headshot {
    max-width: 19rem;
  }
  #shape-the-future .shape-the-future-body {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #shape-the-future .shape-the-future-cards {
    grid-template-columns: 1fr;
  }
  #shape-the-future .shape-the-future-bar__cta {
    min-height: 4.75rem;
    font-size: 1.5rem;
    gap: 1rem;
  }
  #shape-the-future .shape-the-future-bar__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

section#values,
.tb-our-values-block {
  position: relative;
  padding: 5rem 0;
}
section#values img,
.tb-our-values-block img {
  width: 50%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 0;
  height: 100%;
  object-fit: cover;
}
section#values .overlay,
.tb-our-values-block .overlay {
  position: absolute;
  background: #24485c;
  opacity: 0.8;
  z-index: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
section#values .container,
.tb-our-values-block .container {
  position: relative;
  z-index: 2;
}
section#values .featured-values,
.tb-our-values-block .featured-values {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section#values .featured-values h2,
.tb-our-values-block .featured-values h2 {
  color: #fff;
}
section#values .featured-values p,
.tb-our-values-block .featured-values p {
  color: white;
}
section#values .values-image,
.tb-our-values-block .values-image {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 0.65s ease;
}
section#values .values-image.is-active,
.tb-our-values-block .values-image.is-active {
  opacity: 1;
  transform: scale(1);
}
section#values .overlay,
.tb-our-values-block .overlay {
  position: absolute;
  inset: 0 auto 0 0;
  background: #24485c;
  opacity: 0.8;
  width: 50%;
  height: 100%;
  z-index: 1;
}
section#values .values-content,
.tb-our-values-block .values-content {
  cursor: pointer;
}
section#values .values-content hr,
.tb-our-values-block .values-content hr {
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 0.35s ease, background-color 0.35s ease;
}
section#values .values-content:hover hr, section#values .values-content.is-active hr,
.tb-our-values-block .values-content:hover hr,
.tb-our-values-block .values-content.is-active hr {
  transform: scaleX(1);
  background-color: #e2a636;
}

#feedback,
.tb-client-feedback-block {
  padding: 8rem 0 0;
}
#feedback .feedback-swiper,
.tb-client-feedback-block .feedback-swiper {
  overflow: hidden;
  padding-bottom: 0.5rem;
}
#feedback .feedback-swiper .swiper-slide,
.tb-client-feedback-block .feedback-swiper .swiper-slide {
  height: auto;
}
#feedback .feedback-container,
.tb-client-feedback-block .feedback-container {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#feedback .feedback-slide-content,
.tb-client-feedback-block .feedback-slide-content {
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  flex-wrap: wrap;
}
#feedback .feedback-slide-content-left,
.tb-client-feedback-block .feedback-slide-content-left {
  flex: 0 1 280px;
  max-width: 100%;
}
#feedback .feedback-slide-content-left img,
.tb-client-feedback-block .feedback-slide-content-left img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#feedback .swiper-slide,
.tb-client-feedback-block .swiper-slide {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  max-width: 100% !important;
}
#feedback .swiper-slide:hover,
.tb-client-feedback-block .swiper-slide:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-color: #e2a636;
}
#feedback .feedback-slide-content-right,
.tb-client-feedback-block .feedback-slide-content-right {
  flex: 1 1 280px;
  min-width: 0;
}
#feedback .feedback-swiper-nav,
.tb-client-feedback-block .feedback-swiper-nav {
  margin-top: 1.25rem;
  gap: 0.75rem;
}
#feedback .feedback-swiper-nav button span,
.tb-client-feedback-block .feedback-swiper-nav button span {
  margin-left: 0;
}
#feedback .feedback-swiper-button-prev span,
.tb-client-feedback-block .feedback-swiper-button-prev span {
  display: inline-flex;
  transform: scaleX(-1);
}

#roadmap-scroll,
.tb-roadmap-block {
  position: relative;
  min-height: 150vh;
  background: #f7f7f7;
}

.roadmap-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.roadmap-layout {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 0rem;
  align-items: center;
}

.roadmap-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 48em) {
  .roadmap-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.roadmap-years {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.roadmap-years::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
  background: #d1d1d1;
}

.roadmap-year {
  position: relative;
  border: 0;
  background: transparent;
  padding-left: 2.5rem;
  text-align: left;
  font-size: clamp(1rem, 3vw, 2.5rem);
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
}
.roadmap-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ccc;
  transform: translateY(-50%);
  transition: background 0.3s ease, transform 0.3s ease;
}
.roadmap-year.is-active {
  color: #e2a636;
}
.roadmap-year.is-active::before {
  background: #e2a636;
  transform: translateY(-50%) scale(1.15);
}

.roadmap-media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 450px;
  display: flex;
  align-self: self-start;
}
@media screen and (max-width: 48em) {
  .roadmap-media {
    width: 100%;
  }
}

.roadmap-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
}

.roadmap-content {
  position: relative;
  min-height: 34rem;
}

.roadmap-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
}
.roadmap-panel.is-active {
  pointer-events: auto;
}

.roadmap-date {
  font-size: clamp(5rem, 10vw, 5.5rem);
  line-height: 1;
  margin: 0 0 2rem;
}
@media screen and (max-width: 48em) {
  .roadmap-date {
    font-size: clamp(3rem, 8vw, 5.5rem);
  }
}

.roadmap-panel h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
@media screen and (max-width: 48em) {
  .roadmap-panel h2 {
    font-size: clamp(1.5rem, 2vw, 3rem);
  }
}

.roadmap-panel p:not(.roadmap-date) {
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-form h2 {
  margin-bottom: 0;
}

.site-footer {
  background: #2f3236;
  color: #d7d7d7;
  padding: 4rem 0 0;
}
.site-footer a {
  color: #d7d7d7;
  text-decoration: none;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
}
.site-footer .footer-brand {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 2rem;
}
.site-footer .footer-brand .custom-logo-link img {
  width: 4.5rem;
  height: auto;
}
.site-footer .footer-brand p {
  margin: 1rem 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #bfc2c5;
}
.site-footer .footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #bfc2c5;
}
.site-footer .footer-social {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.6rem;
}
.site-footer .footer-social a {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}
.site-footer .footer-social a svg {
  fill: #fff;
  width: 1rem;
}
.site-footer .footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 1.5rem;
  align-content: start;
}
.site-footer .footer-links h4 {
  color: #fff;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.site-footer .footer-links h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.8rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-links ul li + li {
  margin-top: 0.6rem;
}
.site-footer .footer-newsletter {
  grid-column: 1/-1;
  margin-top: 0.5rem;
}
.site-footer .footer-newsletter label {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.site-footer .footer-newsletter__row {
  display: flex;
  background: #3b3f44;
  border-radius: 4px;
  padding: 0.7rem;
  gap: 0.6rem;
}
.site-footer .footer-newsletter__row input {
  flex: 1;
  background: #2f3236;
  border: 0;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.85rem;
  min-height: 2.7rem;
}
.site-footer .footer-newsletter__row button {
  background: #e2a636;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 0 1.2rem;
  border-radius: 3px;
  cursor: pointer;
  min-height: 2.7rem;
}
.site-footer .footer-badges {
  margin-top: 1.2rem;
  display: flex;
  gap: 1rem;
  display: none;
}
.site-footer .footer-badges span {
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #bfc2c5;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.15;
}
.site-footer .footer-bottom {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}
.site-footer .footer-bottom > div {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.site-footer .footer-bottom p {
  margin: 0;
  color: #bfc2c5;
}
@media (max-width: 1024px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-brand {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-links-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-newsletter__row {
    flex-direction: column;
  }
  .site-footer .footer-newsletter__row input,
  .site-footer .footer-newsletter__row button {
    width: 100%;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.leadership-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.leadership-modal.is-open {
  display: block;
}

.leadership-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.leadership-modal__dialog {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 1440px;
  max-height: 86vh;
  overflow: auto;
  margin: 7vh auto;
  background: #fff;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.leadership-modal__image-wrap {
  min-height: 520px;
  background: #eee;
}

.leadership-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
}

.leadership-modal__content {
  padding: clamp(2rem, 4vw, 4rem);
}

.leadership-modal__title {
  color: #e2a636;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.leadership-modal__name {
  margin-bottom: 2rem;
}

.leadership-modal__bio {
  line-height: 1.7;
}

.leadership-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid #e2a636;
  background: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin: 0;
  margin-top: 0rem;
  color: #e2a636;
}

body.modal-open {
  overflow: hidden;
}

.featured-project-card {
  background: none !important;
  border: none !important;
}

@media (max-width: 767px) {
  .leadership-modal__dialog {
    grid-template-columns: 1fr;
    margin: 4vh auto;
  }
  .leadership-modal__image-wrap {
    min-height: 320px;
  }
}
#contact-form-map {
  padding: 8rem 0;
}
#contact-form-map a {
  color: #e2a636;
  text-decoration: none;
}
#contact-form-map a:hover {
  text-decoration: underline;
}
#contact-form-map .contact-form {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
#contact-form-map input,
#contact-form-map textarea,
#contact-form-map select {
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
#contact-form-map input:focus,
#contact-form-map textarea:focus,
#contact-form-map select:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

#custom-map {
  overflow: hidden;
  will-change: transform, opacity;
}

.tb-dropdown {
  border-bottom: 1px solid rgba(62, 62, 62, 0.25);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.tb-dropdown.in-view {
  opacity: 1;
  transform: translateY(0);
}
.tb-dropdown__trigger {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1.25rem 0;
  color: #044a5e;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
}
.tb-dropdown__icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  border-radius: 9999px;
  background: #e2a636;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.tb-dropdown__icon svg {
  width: 0.55rem;
  height: 0.55rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.tb-dropdown__icon svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}
.tb-dropdown__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.tb-dropdown__inner {
  overflow: hidden;
}
.tb-dropdown__inner p {
  margin: 0;
  padding: 0 0 1.5rem;
  font-family: articulat-cf, sans-serif;
  color: #3E3E3E;
  line-height: 1.6;
}
.tb-dropdown.is-active .tb-dropdown__content {
  grid-template-rows: 1fr;
}
.tb-dropdown.is-active .tb-dropdown__icon {
  background: #044a5e;
}
.tb-dropdown.is-active .tb-dropdown__icon svg {
  transform: rotate(-90deg);
}
.tb-dropdown ul {
  padding-left: 0;
}
.tb-dropdown:hover .tb-dropdown__icon {
  transform: translateX(5px);
}

.health-safety-page .health-safety-intro {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: #fafafa;
  position: relative;
}
.health-safety-page .health-safety-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, 28rem);
  height: 3px;
  background: linear-gradient(90deg, transparent, #e2a636, transparent);
  opacity: 0.85;
}
.health-safety-page .health-safety-intro__inner {
  max-width: 52rem;
  margin: 0 auto;
}
.health-safety-page .health-safety-intro .eyebrow {
  color: #e2a636;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.75rem;
  margin-top: 0rem;
}
.health-safety-page .health-safety-intro h2.body-2 {
  margin: 0 0 1.25rem;
}
.health-safety-page .health-safety-intro__lead {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  color: #3E3E3E;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
.health-safety-page .health-safety-pillars {
  padding: 0 0 clamp(2rem, 5vw, 4rem);
  background: #fff;
}
.health-safety-page .health-safety-split {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.health-safety-page .health-safety-split:last-child {
  border-bottom: 0;
}
.health-safety-page .health-safety-split__wrap {
  position: relative;
  padding-left: clamp(2.5rem, 4vw, 3.75rem);
}
.health-safety-page .health-safety-split__step {
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  line-height: 1;
  color: #e2a636;
  opacity: 0.22;
  user-select: none;
  pointer-events: none;
}
.health-safety-page .health-safety-split__inner {
  gap: clamp(1.5rem, 3vw, 2.5rem);
  flex-wrap: wrap;
}
.health-safety-page .health-safety-split__body {
  min-width: min(100%, 280px);
}
.health-safety-page .health-safety-split__body h3.heading3 {
  margin: 0 0 1rem;
  color: #044a5e;
}
.health-safety-page .health-safety-split__body p {
  margin: 0 0 1rem;
  color: #3E3E3E;
  line-height: 1.6;
}
.health-safety-page .health-safety-split__body p:last-child {
  margin-bottom: 0;
}
.health-safety-page .health-safety-split__media {
  min-width: min(100%, 280px);
}
.health-safety-page .health-safety-split--reverse .health-safety-split__inner {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .health-safety-page .health-safety-split__wrap {
    padding-left: 0;
    padding-top: 2.75rem;
  }
  .health-safety-page .health-safety-split__step {
    top: 0;
    left: 0;
    font-size: 2.25rem;
  }
  .health-safety-page .health-safety-split--reverse .health-safety-split__inner {
    flex-direction: column;
  }
}
.health-safety-page .health-safety-media-frame {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(4, 74, 94, 0.12);
  aspect-ratio: 4/3;
}
.health-safety-page .health-safety-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.health-safety-page .health-safety-logo-card {
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  gap: 0.5rem;
}
.health-safety-page .health-safety-logo-card__mark {
  font-family: articulat-heavy-cf, sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #e2a636;
  line-height: 1;
}
.health-safety-page .health-safety-logo-card__title {
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #044a5e;
}
.health-safety-page .health-safety-logo-card__hint {
  font-size: 0.78rem;
  color: #6a6a6a;
  max-width: 16rem;
}
.health-safety-page .health-safety-logo-card--accent {
  border-color: rgba(253, 110, 34, 0.25);
}
.health-safety-page .health-safety-logo-card--forest .health-safety-logo-card__mark {
  color: rgb(209.04, 146.64, 30.16);
}
.health-safety-page .health-safety-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #044a5e;
  text-decoration: none;
  border-bottom: 2px solid #e2a636;
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.health-safety-page .health-safety-link:hover, .health-safety-page .health-safety-link:focus-visible {
  color: #e2a636;
  border-bottom-color: #044a5e;
}
.health-safety-page .health-safety-hr hr {
  width: 100%;
  max-width: none;
}

.enviro-collage {
  height: 50rem;
  overflow: hidden;
}
.enviro-collage .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.enviro-collage .parent img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}

.enviro-collage img {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.tb-dropdown__inner a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #e2a636;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.tb-dropdown__inner a:hover {
  color: #044a5e;
  text-decoration: underline;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

section#locations h2 {
  margin-bottom: 5rem;
}
section#locations h3 {
  border-bottom: 2px solid #e2a636;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
section#locations {
  padding: 5rem 0;
}
section#locations .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media screen and (max-width: 48em) {
  section#locations .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
section#locations .single-location a {
  color: #044a5e;
  text-decoration: none;
}
section#locations .single-location a:hover {
  text-decoration: underline;
}
section#locations .single-location img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.post-navigation {
  margin: 0;
  padding: 3rem 0 4rem;
  border-top: 1px solid rgba(62, 62, 62, 0.15);
  background: #fafafa;
}
.post-navigation__container {
  padding-top: 0;
  padding-bottom: 0;
}
.post-navigation__inner.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1 1 16rem;
  max-width: 100%;
  margin: 0;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation a {
  display: block;
  height: 100%;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(4, 74, 94, 0.12);
  border-radius: 4px;
  background: #fff;
  color: #3E3E3E;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.post-navigation a:hover, .post-navigation a:focus-visible {
  border-color: #e2a636;
  box-shadow: 0 8px 24px rgba(4, 74, 94, 0.08);
  transform: translateY(-2px);
  outline: none;
}
.post-navigation .nav-next a {
  text-align: right;
}
.post-navigation__link-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post-navigation__link-inner--next {
  justify-content: flex-end;
}
.post-navigation__arrow {
  flex-shrink: 0;
  font-size: 1.35rem;
  line-height: 1;
  color: #e2a636;
  font-weight: 700;
}
.post-navigation__copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.post-navigation .nav-subtitle {
  display: block;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e2a636;
}
.post-navigation .nav-title {
  display: block;
  font-family: articulat-cf, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  color: #044a5e;
}
@media (max-width: 991px) {
  .post-navigation {
    padding: 2rem 0 3rem;
  }
  .post-navigation__inner.nav-links {
    flex-direction: column;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    flex: 1 1 auto;
    text-align: left;
  }
  .post-navigation .nav-next a,
  .post-navigation .nav-next {
    text-align: left;
  }
  .post-navigation__link-inner--next {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}

.tb-section-container {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tb-section-container--pad-none {
  padding: 0;
}
.tb-section-container--pad-sm {
  padding: 2rem 0;
}
.tb-section-container--pad-md {
  padding: 5rem 0;
}
.tb-section-container--pad-lg {
  padding: 8rem 0;
}
.tb-section-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  pointer-events: none;
}
.tb-section-container > .container {
  position: relative;
  z-index: 1;
}

.alignfull.tb-section-container,
.tb-section-container.alignfull {
  max-width: none;
}

.footer-newsletter {
  width: 100%;
}
.footer-newsletter .wpcf7 {
  width: 100% !important;
}

.newsletter-signup {
  width: 100%;
}
.newsletter-signup .wpcf7 {
  width: 100% !important;
}
.newsletter-signup p {
  display: flex;
  width: 100%;
}
.newsletter-signup p .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-signup p .btn {
  margin-top: 0 !important;
  background-color: #e2a636;
  color: white;
}

.newsletter-signup input[type=email] {
  width: 100% !important;
  max-width: 100% !important;
}
