:root {
  --color-gold: #DCCE86;
  --color-light-gray: #BFBFC0;
  --color-gray: #797979;
  --color-medium-gray: #5F6062;
  --color-dark-gray: #4A4A4A;
  --color-light-blue: #9CBDD1;
  --color-blue: #71A4C3;
  --color-dark-blue: #41789B;
}

html {
  overflow-x: hidden;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.19rem;
  overflow-x: hidden;
  position: relative;
}
body:not(.home) {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  body:not(.home) {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) {
    padding-top: 80px;
  }
}

.component-news-listing {
  width: 100%;
}
.component-news-listing .news-listing-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-news-listing .news-listing-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-news-listing .news-listing-wrapper {
    padding: 40px 20px;
  }
}
.component-news-listing .news-listing__date {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 0;
}
.component-news-listing .insight-item .insight-content h3 a {
  letter-spacing: 0;
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  .component-news-listing .insight-item .insight-content h3 a {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .component-news-listing .insight-item .insight-content h3 a {
    font-size: 28px;
  }
}
.component-news-listing .projects-filter {
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
}
.component-news-listing .projects-filter__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #949494;
  cursor: pointer;
  text-transform: uppercase;
}
.component-news-listing .projects-filter__toggle:hover {
  color: var(--color-medium-gray);
}
.component-news-listing .projects-filter__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 20px;
  transition: transform 0.3s ease;
}
.component-news-listing .projects-filter__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.component-news-listing .projects-filter__arrow.is-open {
  transform: rotate(180deg);
}
.component-news-listing .projects-filter__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  margin-top: 0;
  border: 1px solid #d9d9d9;
  padding: 16px;
  background: #ffffff;
  min-width: 260px;
  max-width: 720px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  z-index: 10;
  display: none;
}
.component-news-listing .projects-filter__panel[hidden] {
  display: none !important;
}
.component-news-listing .projects-filter__panel.is-open {
  display: block;
}
.component-news-listing .projects-filter__controls {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.component-news-listing .projects-filter__controls .projects-filter__btn {
  background: #2f769e;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.component-news-listing .projects-filter__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 12px 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .component-news-listing .projects-filter__options {
    grid-template-columns: 1fr;
  }
}
.component-news-listing .projects-filter__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--color-medium-gray);
}
.component-news-listing .projects-filter__option input {
  width: 20px;
  height: 20px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
  display: block;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top img {
  display: block;
  width: 63px;
  height: 63px;
}
.back-to-top:hover {
  opacity: 0.8;
}

.header-social,
.footer-social {
  display: flex;
  align-items: center;
  gap: 0;
}
.header-social .social-link,
.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}
.header-social .social-link i,
.footer-social .social-link i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.header-social .social-link .screen-reader-text,
.footer-social .social-link .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-header .header-social {
  gap: 15px;
}
.site-header .header-social .social-link {
  width: 40px;
  height: 40px;
}
.site-header .header-social .social-link i {
  font-size: 40px;
}

.type-page .entry-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-header {
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  z-index: 1000;
}
.site-header.header-home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.site-header.header-home.scrolled {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-header.header-interior {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.site-header.header-interior.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-header .header-container {
  max-width: 1654px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  height: auto;
  min-height: 80px;
  width: 100%;
}
.site-header .site-branding {
  flex: 0 0 auto;
}
.site-header .main-navigation {
  flex: 0 0 auto;
  margin-left: auto;
}
.site-header .site-logo {
  display: block;
  transition: width 0.3s ease;
}
.site-header .site-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header.header-home .site-logo {
  width: 404px;
}
.site-header.header-interior .site-logo {
  width: 294px;
}
.site-header.scrolled .site-logo {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .site-header.header-home .site-logo {
    width: 300px;
  }
  .site-header.header-interior .site-logo {
    width: 220px;
  }
  .site-header.scrolled .site-logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .site-header.header-home .site-logo {
    width: 200px;
  }
  .site-header.header-interior .site-logo {
    width: 150px;
  }
  .site-header.scrolled .site-logo {
    width: 120px;
  }
}
.site-header .main-navigation {
  position: relative;
}
.site-header .main-navigation .menu-overlay {
  position: fixed;
}
.site-header .menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  position: relative;
  z-index: 1001;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-header .menu-toggle .menu-icon {
  position: absolute;
  width: 100%;
  height: auto;
}
.site-header .menu-toggle .menu-open {
  opacity: 1;
  visibility: visible;
}
.site-header .menu-toggle .menu-close {
  opacity: 0;
  visibility: hidden;
}
.site-header .menu-toggle.active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header .menu-overlay .close-menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  z-index: 1002;
}
.site-header .menu-overlay .close-menu-button img {
  width: 100%;
  height: auto;
}
.site-header .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 787px;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  background-color: var(--color-dark-blue);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}
.site-header .menu-overlay.active {
  transform: translateX(0);
}
.site-header .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 156px 40px 127px 177px;
  width: 100%;
}
.site-header .main-navigation ul {
  display: block !important;
  flex-direction: column;
}
.site-header .main-navigation .sub-menu {
  display: block !important;
}
.site-header #primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-header #primary-menu .menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-header #primary-menu .menu-item a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0;
  font-size: 35px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  width: 100%;
  font-weight: 700;
}
.site-header #primary-menu .menu-item a:hover {
  color: var(--color-light-blue);
}
.site-header #primary-menu .menu-item.current-menu-item a, .site-header #primary-menu .menu-item.current_page_item a {
  color: var(--color-light-blue);
}
.site-header #primary-menu .menu-item .sub-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: block !important;
}
.site-header #primary-menu .menu-item .sub-menu .menu-item a {
  font-size: 33px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.19rem;
  color: #ffffff;
}
.site-header #primary-menu .menu-item .sub-menu .menu-item.current-menu-item a, .site-header #primary-menu .menu-item .sub-menu .menu-item.current_page_item a {
  color: var(--color-light-blue);
}
.site-header #primary-menu .menu-item.menu-item-has-children > a {
  justify-content: flex-start;
}
.site-header #primary-menu .menu-item.menu-item-has-children > a .menu-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: auto;
  padding: 8px;
  margin-left: 8px;
  box-sizing: content-box;
  vertical-align: middle;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.site-header #primary-menu .menu-item.menu-item-has-children.active .menu-arrow {
  transform: rotate(180deg);
}
.site-header #primary-menu .menu-item.menu-item-has-children.active .sub-menu {
  max-height: 1000px;
  padding: 10px 0;
}
.site-header .menu-overlay .header-social {
  margin-top: auto;
  padding-top: 40px;
  width: 100%;
  justify-content: flex-start;
}
.site-header .menu-overlay .header-social .social-link {
  color: #ffffff;
}
.site-header .menu-overlay .header-social .social-link:hover {
  opacity: 0.8;
}

.component-banner {
  position: relative;
}
body:not(.home) .component-banner {
  margin-top: 0;
}
body.home .component-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.component-banner img {
  position: relative;
  z-index: 0;
}

.site-footer {
  background-color: var(--color-dark-gray);
  color: #ffffff;
  padding: 60px 0 20px;
}
.site-footer .footer-content {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: 214px 428px 303px;
  gap: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .site-footer .footer-main .footer-column-info {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.site-footer .footer-column {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-column-menu .footer-navigation .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-column-menu .footer-navigation .footer-menu .footer-menu-item {
  margin: 0;
  padding: 0;
}
.site-footer .footer-column-menu .footer-navigation .footer-menu .footer-menu-item a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.site-footer .footer-column-menu .footer-navigation .footer-menu .footer-menu-item a:hover {
  color: var(--color-light-blue);
}
.site-footer .footer-column-menu .footer-navigation .footer-menu .footer-menu-item:last-child {
  margin-top: 20px;
}
.site-footer .footer-column-newsletter .newsletter-title {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0.19rem;
}
.site-footer .footer-column-newsletter .newsletter-form .form-field {
  margin-bottom: 15px;
}
.site-footer .footer-column-newsletter .newsletter-form .form-field input {
  width: 100%;
  padding: 12px 15px;
  background-color: var(--color-light-gray);
  border: 1px solid var(--color-gray);
  color: var(--color-dark-gray);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.19rem;
}
.site-footer .footer-column-newsletter .newsletter-form .form-field input::placeholder {
  color: var(--color-gray);
  text-transform: uppercase;
}
.site-footer .footer-column-newsletter .newsletter-form .form-field input:focus {
  outline: none;
  border-color: var(--color-blue);
}
.site-footer .footer-column-newsletter .newsletter-form .newsletter-submit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: var(--color-light-blue);
  border: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.site-footer .footer-column-newsletter .newsletter-form .newsletter-submit:hover {
  background-color: var(--color-blue);
}
.site-footer .footer-column-newsletter .newsletter-form .newsletter-submit .cta-arrow {
  width: auto;
  height: 14px;
  display: block;
}
.site-footer .footer-column-info .footer-logo {
  margin-bottom: 40px;
}
.site-footer .footer-column-info .footer-logo a {
  display: inline-block;
}
.site-footer .footer-column-info .footer-logo img {
  max-width: 100%;
  height: auto;
}
.site-footer .footer-column-info .footer-address {
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.19rem;
}
.site-footer .footer-column-info .footer-address p {
  margin: 0 0 5px 0;
}
.site-footer .footer-column-info .footer-numbers {
  margin-bottom: 20px;
}
.site-footer .footer-column-info .footer-numbers .number-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.site-footer .footer-column-info .footer-numbers .number-item .number-label {
  color: var(--color-light-blue);
  font-weight: 700;
  font-size: 14px;
}
.site-footer .footer-column-info .footer-numbers .number-item a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.19rem;
}
.site-footer .footer-column-info .footer-numbers .number-item a:hover {
  color: var(--color-light-blue);
}
.site-footer .footer-column-info .footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .footer-column-info .footer-social .social-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.site-footer .footer-column-info .footer-social .social-link i {
  font-size: 35px;
}
.site-footer .footer-column-info .footer-social .social-link:hover {
  opacity: 0.8;
}
.site-footer .footer-copyright {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.19rem;
}

.component-body-copy {
  padding: 138px 0;
}
@media screen and (max-width: 1023px) {
  .component-body-copy {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy {
    padding: 40px 0;
  }
}
.component-expertise-content + .component-body-copy {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .component-expertise-content + .component-body-copy {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .component-expertise-content + .component-body-copy {
    padding-top: 0;
  }
}
.component-body-copy .body-copy-container {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .component-body-copy .body-copy-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy .body-copy-container {
    padding: 0 20px;
  }
}
.component-body-copy.bg-white {
  background-color: #ffffff;
}
.component-body-copy.bg-blue {
  background-color: var(--color-dark-blue);
  color: #ffffff;
}
.component-body-copy.bg-blue h1, .component-body-copy.bg-blue h2, .component-body-copy.bg-blue h3, .component-body-copy.bg-blue h4, .component-body-copy.bg-blue h5, .component-body-copy.bg-blue h6 {
  color: var(--color-gold);
}
.component-body-copy.bg-blue .content {
  color: #ffffff;
}
.component-body-copy.bg-blue .content h1, .component-body-copy.bg-blue .content h2, .component-body-copy.bg-blue .content h3, .component-body-copy.bg-blue .content h4, .component-body-copy.bg-blue .content h5, .component-body-copy.bg-blue .content h6 {
  color: #ffffff;
}
.component-body-copy.bg-blue .content a {
  color: var(--color-gold);
}
.component-body-copy.bg-light-gray {
  background-color: var(--color-light-gray);
}
.component-body-copy.bg-gray {
  background-color: var(--color-gray);
}
.component-body-copy.bg-medium-gray {
  background-color: var(--color-medium-gray);
}
.component-body-copy.bg-dark-gray {
  background-color: var(--color-dark-gray);
}
.component-body-copy.bg-gold {
  background-color: rgba(220, 206, 134, 0.2);
}
.component-body-copy .body-copy-content {
  display: flex;
  flex-direction: column;
}
.component-body-copy h2 {
  font-size: 85px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 50px 0;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .component-body-copy h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-body-copy h2 {
    font-size: 60px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.component-body-copy h3 {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 50px 0;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .component-body-copy h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .component-body-copy h3 {
    font-size: 42px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.component-body-copy .body-copy-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 100px;
}
.component-body-copy .body-copy-wrapper .body-image {
  flex: 0 0 auto;
  max-width: 50%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .component-body-copy .body-copy-wrapper .body-image {
    max-width: 500px;
  }
}
@media screen and (min-width: 1441px) {
  .component-body-copy .body-copy-wrapper .body-image {
    max-width: 762px;
  }
}
.component-body-copy .body-copy-wrapper .body-image-small {
  max-width: 326px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .component-body-copy .body-copy-wrapper .body-image-small {
    max-width: 326px !important;
  }
}
@media screen and (min-width: 1441px) {
  .component-body-copy .body-copy-wrapper .body-image-small {
    max-width: 326px !important;
  }
}
.component-body-copy .body-copy-wrapper .body-copy-content {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .component-body-copy .body-copy-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .component-body-copy .body-copy-wrapper .body-image {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy .body-copy-wrapper {
    gap: 15px;
  }
}
.component-body-copy .body-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .component-body-copy .body-image {
    max-width: 500px;
  }
}
@media screen and (min-width: 1441px) {
  .component-body-copy .body-image {
    max-width: 762px;
  }
}
.component-body-copy .body-image-small {
  max-width: 326px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .component-body-copy .body-image-small {
    max-width: 326px !important;
  }
}
@media screen and (min-width: 1441px) {
  .component-body-copy .body-image-small {
    max-width: 326px !important;
  }
}
.component-body-copy .body-copy-container > .body-image {
  margin-bottom: 30px;
}
.component-body-copy .body-copy-container > .body-image:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .component-body-copy .body-copy-container > .body-image {
    margin-bottom: 20px;
  }
  .component-body-copy .body-copy-container > .body-image:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy .body-copy-container > .body-image {
    margin-bottom: 15px;
  }
  .component-body-copy .body-copy-container > .body-image:last-child {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.component-body-copy .content {
  color: var(--color-medium-gray);
  font-size: 45px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.19rem;
}
.component-body-copy .content h3 {
  font-size: 55px;
}
@media screen and (max-width: 1023px) {
  .component-body-copy .content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy .content h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .component-body-copy .content {
    font-size: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .component-body-copy .content {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy .content {
    font-size: 20px;
  }
}
.component-body-copy .content p {
  margin: 0 0 20px 0;
}
.component-body-copy .content p:last-child {
  margin-bottom: 0;
}
.component-body-copy .content h1, .component-body-copy .content h2, .component-body-copy .content h3, .component-body-copy .content h4, .component-body-copy .content h5, .component-body-copy .content h6 {
  color: var(--color-medium-gray);
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.2;
}
.component-body-copy .content h1:first-child, .component-body-copy .content h2:first-child, .component-body-copy .content h3:first-child, .component-body-copy .content h4:first-child, .component-body-copy .content h5:first-child, .component-body-copy .content h6:first-child {
  margin-top: 0;
}
.component-body-copy .content a {
  color: var(--color-blue);
  text-decoration: none;
}
.component-body-copy .content a:hover {
  color: var(--color-dark-blue);
  text-decoration: underline;
}
.component-body-copy .content ul, .component-body-copy .content ol {
  margin: 0 0 20px 0;
  padding-left: 30px;
}
.component-body-copy .content li {
  margin-bottom: 10px;
}
.component-body-copy .content .body-copy-cta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.component-body-copy .content .body-copy-cta:hover {
  transform: translateX(5px);
}
.component-body-copy .content .body-copy-cta .cta-arrow {
  display: block;
  width: 30px;
  height: auto;
}
.component-body-copy.has-image .content {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .component-body-copy.has-image .content {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .component-body-copy.has-image .content {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy.has-image .content {
    font-size: 18px;
  }
}

.component-expertise-content {
  padding: 138px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-expertise-content {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-expertise-content {
    padding: 40px 20px;
  }
}
.component-expertise-content .expertise-headline {
  margin-bottom: 40px;
}
.component-expertise-content .expertise-headline h2 {
  font-size: 85px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1;
}
.component-expertise-content .expertise-headline h2 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.component-expertise-content .expertise-headline h2 a:hover {
  color: var(--color-blue);
}
.component-expertise-content .expertise-headline h2 a:hover .headline-arrow {
  transform: translateX(12px);
}
@media screen and (max-width: 1440px) {
  .component-expertise-content .expertise-headline h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-expertise-content .expertise-headline h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-expertise-content .expertise-headline h2 {
    font-size: 36px;
  }
}
.component-expertise-content .expertise-headline .headline-arrow {
  height: auto;
  width: 40px;
  transition: transform 0.3s ease;
}
.component-expertise-content .featured-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .component-expertise-content .featured-content {
    grid-template-columns: 1fr;
  }
}
.component-expertise-content .featured-item {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  aspect-ratio: 1;
}
.component-expertise-content .featured-item .featured-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.component-expertise-content .featured-item .featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.component-expertise-content .featured-item .image-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  pointer-events: none;
}
.component-expertise-content .featured-item .featured-headline {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .component-expertise-content .featured-item .featured-headline {
    font-size: 40px;
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .component-expertise-content .featured-item .featured-headline {
    font-size: 38px;
    top: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-expertise-content .featured-item .featured-headline {
    font-size: 36px;
    top: 24px;
    left: 24px;
  }
}
.component-expertise-content .featured-item .featured-arrow-icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .component-expertise-content .featured-item .featured-arrow-icon {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .component-expertise-content .featured-item .featured-arrow-icon {
    bottom: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-expertise-content .featured-item .featured-arrow-icon {
    bottom: 24px;
    left: 24px;
  }
}
.component-expertise-content .featured-item .featured-arrow-icon .circle-icon {
  width: 80px;
  height: 80px;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .component-expertise-content .featured-item .featured-arrow-icon .circle-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-expertise-content .featured-item .featured-arrow-icon .circle-icon {
    width: 40px;
    height: 40px;
  }
}
.component-expertise-content .featured-item:hover .featured-image {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.component-expertise-content .featured-item:hover .featured-arrow-icon .circle-icon {
  transform: scale(1.05);
}

.component-horizontal-boxes {
  padding: 0;
}
.component-horizontal-boxes .horizontal-boxes-wrapper {
  padding: 138px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-horizontal-boxes .horizontal-boxes-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-boxes .horizontal-boxes-wrapper {
    padding: 40px 20px;
  }
}
.component-body-copy + .component-horizontal-boxes .horizontal-boxes-wrapper {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .component-body-copy + .component-horizontal-boxes .horizontal-boxes-wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy + .component-horizontal-boxes .horizontal-boxes-wrapper {
    padding-top: 0;
  }
}
.component-horizontal-boxes .boxes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .component-horizontal-boxes .boxes-container {
    grid-template-columns: 1fr;
  }
}
.component-horizontal-boxes .box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 40px;
  color: #ffffff;
  text-decoration: none;
  isolation: isolate;
}
@media screen and (max-width: 1440px) {
  .component-horizontal-boxes .box {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .component-horizontal-boxes .box {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-boxes .box {
    padding: 24px;
  }
}
.component-horizontal-boxes .box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.3s ease;
}
.component-horizontal-boxes .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  z-index: 1;
}
.component-horizontal-boxes .box.no-gradient::after {
  display: none;
}
.component-horizontal-boxes .box h3 {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  right: 40px;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 1440px) {
  .component-horizontal-boxes .box h3 {
    font-size: 40px;
    top: 30px;
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .component-horizontal-boxes .box h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-boxes .box h3 {
    font-size: 36px;
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
.component-horizontal-boxes .box .cta-icon {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("../images/cta-circle.png") no-repeat center center/contain;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: scale(1);
}
@media screen and (max-width: 1440px) {
  .component-horizontal-boxes .box .cta-icon {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .component-horizontal-boxes .box .cta-icon {
    width: 60px;
    height: 60px;
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-boxes .box .cta-icon {
    width: 40px;
    height: 40px;
    left: 24px;
    bottom: 24px;
  }
}
.component-horizontal-boxes .box .cta-icon:hover {
  transform: scale(1.05);
}
.component-horizontal-boxes .box:not(.no-link):hover img {
  transform: scale(1.05);
}
.component-horizontal-boxes .box:not(.no-link):hover .cta-icon {
  transform: scale(1.05);
}

.component-image-background-content {
  position: relative;
  min-height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .component-image-background-content {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .component-image-background-content {
    min-height: 500px;
  }
}
.component-image-background-content .image-side {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.component-image-background-content .image-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.component-image-background-content .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .component-image-background-content .bg-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .component-image-background-content .bg-tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .component-image-background-content .bg-mobile {
    display: block;
  }
}
.component-image-background-content .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 138px 20px;
  z-index: 2;
  max-width: 1654px;
  margin: 0 auto;
  height: 100%;
  min-height: 860px;
}
@media screen and (max-width: 1023px) {
  .component-image-background-content .content-wrapper {
    justify-content: center;
    padding: 60px 20px;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .component-image-background-content .content-wrapper {
    padding: 40px 20px;
    min-height: 400px;
  }
}
.component-image-background-content .content-inner {
  position: relative;
  z-index: 2;
  max-width: 678px;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .component-image-background-content .content-inner {
    max-width: 100%;
  }
}
.component-image-background-content h2 {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 60px 0;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .component-image-background-content h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-image-background-content h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-image-background-content h2 {
    font-size: 36px;
  }
}
.component-image-background-content .content {
  font-size: 40px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-image-background-content .content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-image-background-content .content {
    font-size: 18px;
  }
}
.component-image-background-content .content p {
  margin: 0 0 20px 0;
  text-align: right;
  font-weight: 700;
}
.component-image-background-content .content p:last-child {
  margin-bottom: 0;
}
.component-image-background-content .content span {
  color: var(--color-gold);
}
.component-image-background-content .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 40px;
  margin-left: auto;
}
.component-image-background-content .cta-button .cta-circle {
  width: 80px;
  height: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .component-image-background-content .cta-button .cta-circle {
    width: 50px;
    height: 50px;
  }
}
.component-image-background-content .cta-button:hover {
  transform: scale(1.1);
}

.component-projects-slideshow {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow {
    padding: 40px 20px;
  }
}
.component-projects-slideshow .projects-headline {
  margin-bottom: 40px;
  max-width: 1654px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow .projects-headline {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow .projects-headline {
    padding: 0 20px;
  }
}
.component-projects-slideshow .projects-headline h2 {
  font-size: 85px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1;
}
.component-projects-slideshow .projects-headline h2 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.component-projects-slideshow .projects-headline h2 a:hover {
  color: var(--color-blue);
}
.component-projects-slideshow .projects-headline h2 a:hover .headline-arrow {
  transform: translateX(12px);
}
@media screen and (max-width: 1440px) {
  .component-projects-slideshow .projects-headline h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow .projects-headline h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow .projects-headline h2 {
    font-size: 36px;
  }
}
.component-projects-slideshow .projects-headline .headline-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
}
.component-projects-slideshow .projects-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.component-projects-slideshow .projects-slideshow .swiper-wrapper {
  display: flex;
}
.component-projects-slideshow .projects-slideshow .swiper-slide {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.component-projects-slideshow .projects-slideshow .project-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.component-projects-slideshow .projects-slideshow .project-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.component-projects-slideshow .projects-slideshow .project-item .project-background {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.component-projects-slideshow .projects-slideshow .project-item .project-content {
  background-color: rgba(191, 191, 192, 0.19);
  padding: 30px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow .projects-slideshow .project-item .project-content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow .projects-slideshow .project-item .project-content {
    padding: 15px;
  }
}
.component-projects-slideshow .projects-slideshow .project-item .project-client {
  color: var(--color-dark-gray);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow .projects-slideshow .project-item .project-client {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow .projects-slideshow .project-item .project-client {
    font-size: 20px;
  }
}
.component-projects-slideshow .projects-slideshow .project-item .project-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.component-projects-slideshow .projects-slideshow .project-item .project-title {
  color: var(--color-medium-gray);
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow .projects-slideshow .project-item .project-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow .projects-slideshow .project-item .project-title {
    font-size: 16px;
  }
}
.component-projects-slideshow .projects-slideshow .project-item .project-title-arrow {
  width: 36px;
  height: auto;
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.component-projects-slideshow .projects-slideshow .project-item:hover .project-title-arrow {
  transform: translateX(12px);
}
.component-projects-slideshow .projects-slideshow .swiper-button-prev,
.component-projects-slideshow .projects-slideshow .swiper-button-next {
  width: 117px;
  height: 117px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .component-projects-slideshow .projects-slideshow .swiper-button-prev,
  .component-projects-slideshow .projects-slideshow .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-slideshow .projects-slideshow .swiper-button-prev,
  .component-projects-slideshow .projects-slideshow .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.component-projects-slideshow .projects-slideshow .swiper-button-prev::after,
.component-projects-slideshow .projects-slideshow .swiper-button-next::after {
  display: none;
}
.component-projects-slideshow .projects-slideshow .swiper-button-prev img,
.component-projects-slideshow .projects-slideshow .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.component-projects-slideshow .projects-slideshow .swiper-button-prev {
  left: 20px;
}
.component-projects-slideshow .projects-slideshow .swiper-button-prev img {
  transform: rotate(180deg);
}
.component-projects-slideshow .projects-slideshow .swiper-button-next {
  right: 20px;
}
.component-projects-slideshow .projects-slideshow .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.project-single .project-banner {
  width: 100%;
}
.project-single .project-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.project-single .project-content-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .project-single .project-content-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .project-single .project-content-wrapper {
    padding: 40px 20px;
  }
}
.project-single .project-container {
  max-width: 1654px;
  margin: 0 auto;
}
.project-single .back-to-projects {
  margin-bottom: 40px;
}
.project-single .back-to-projects a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-medium-gray);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.project-single .back-to-projects a:hover {
  color: var(--color-dark-gray);
}
.project-single .back-to-projects a:hover .back-arrow {
  transform: translateX(-8px) rotate(180deg);
}
.project-single .back-to-projects .back-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.project-single .back-to-projects span {
  letter-spacing: 0;
}
.project-single .project-main-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .project-single .project-main-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.project-single .project-left-column .entry-header {
  margin-bottom: 30px;
}
.project-single .project-left-column .entry-header .entry-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .project-single .project-left-column .entry-header .entry-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .project-single .project-left-column .entry-header .entry-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .project-single .project-left-column .entry-header .entry-title {
    font-size: 36px;
  }
}
.project-single .project-left-column .project-first-body-copy {
  font-size: 36px;
  line-height: 1.6;
  color: var(--color-medium-gray);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .project-single .project-left-column .project-first-body-copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project-single .project-left-column .project-first-body-copy {
    font-size: 18px;
  }
}
.project-single .project-left-column .project-first-body-copy h2, .project-single .project-left-column .project-first-body-copy h3, .project-single .project-left-column .project-first-body-copy h4, .project-single .project-left-column .project-first-body-copy h5, .project-single .project-left-column .project-first-body-copy h6 {
  margin-bottom: 0;
}
.project-single .project-left-column .project-first-body-copy p {
  margin: 0 0 24px 0;
}
.project-single .project-left-column .project-first-body-copy p:last-child {
  margin-bottom: 0;
}
.project-single .project-info {
  background-color: rgba(191, 191, 192, 0.15);
  padding: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .project-single .project-info {
    padding: 30px 20px;
  }
}
.project-single .project-info .info-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.project-single .project-info .info-item:last-child {
  margin-bottom: 0;
}
.project-single .project-info .info-item strong {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.project-single .project-info .info-item span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .project-single .project-info .info-item span {
    font-size: 16px;
  }
}
.project-single .project-info .info-item.info-item-image {
  margin-top: 10px;
}
.project-single .project-info .info-item.info-item-image .awards-image {
  width: 166px;
  height: auto;
  display: block;
  max-width: 100%;
}
.project-single .project-full-width-components {
  width: 100%;
}
.project-single .project-full-width-components .component-images,
.project-single .project-full-width-components .component-quote,
.project-single .project-full-width-components .component-gallery {
  width: 100%;
}

.news-single .news-banner {
  width: 100%;
}
.news-single .news-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.news-single .news-content-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .news-single .news-content-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-single .news-content-wrapper {
    padding: 40px 20px;
  }
}
.news-single .news-container {
  max-width: 1654px;
  margin: 0 auto;
}
.news-single .back-to-news {
  margin-bottom: 40px;
}
.news-single .back-to-news a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-medium-gray);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.news-single .back-to-news a:hover {
  color: var(--color-dark-gray);
}
.news-single .back-to-news a:hover .back-arrow {
  transform: translateX(-8px) rotate(180deg);
}
.news-single .back-to-news .back-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.news-single .back-to-news span {
  letter-spacing: 0;
}
.news-single .entry-header {
  margin-bottom: 20px;
}
.news-single .entry-header .entry-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .news-single .entry-header .entry-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .news-single .entry-header .entry-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-single .entry-header .entry-title {
    font-size: 36px;
  }
}
.news-single .news-single__date {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-medium-gray);
  letter-spacing: 0;
  text-transform: uppercase;
}
.news-single .news-post-components {
  width: 100%;
}
.news-single .news-post-components .component-body-copy > .content {
  font-size: 28px;
  line-height: 1.6;
  color: var(--color-medium-gray);
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 1023px) {
  .news-single .news-post-components .component-body-copy > .content {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news-single .news-post-components .component-body-copy > .content {
    font-size: 18px;
  }
}
.news-single .news-post-components .component-body-copy:not(.bg-white):not(.bg-blue):not(.bg-light-gray):not(.bg-gray):not(.bg-medium-gray):not(.bg-dark-gray) {
  padding: 0;
}
.news-single .news-post-components .component-images,
.news-single .news-post-components .component-quote,
.news-single .news-post-components .component-gallery {
  width: 100%;
}
.news-single .news-full-width-components {
  width: 100%;
}
.news-single .news-full-width-components .component-images,
.news-single .news-full-width-components .component-quote,
.news-single .news-full-width-components .component-gallery {
  width: 100%;
}

.service-page .service-banner {
  width: 100%;
}
.service-page .service-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.service-page .service-content-wrapper {
  padding: 80px 20px 0 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .service-page .service-content-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-content-wrapper {
    padding: 40px 20px;
  }
}
.service-page .service-content-wrapper .component-body-copy {
  padding-top: 0;
}
.service-page .service-container {
  max-width: 1654px;
  margin: 0 auto;
}
.service-page .back-to-services {
  margin-bottom: 40px;
}
.service-page .back-to-services a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-medium-gray);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.service-page .back-to-services a:hover {
  color: var(--color-dark-gray);
}
.service-page .back-to-services a:hover .back-arrow {
  transform: translateX(-8px) rotate(180deg);
}
.service-page .back-to-services .back-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.service-page .back-to-services span {
  letter-spacing: 0;
}
.service-page .entry-header {
  margin-bottom: 30px;
}
.service-page .entry-header .entry-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .service-page .entry-header .entry-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .service-page .entry-header .entry-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .entry-header .entry-title {
    font-size: 36px;
  }
}
.service-page .entry-content ul, .service-page .entry-content ol {
  font-size: 36px;
  margin-top: 60px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .service-page .entry-content ul, .service-page .entry-content ol {
    font-size: 28px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .entry-content ul, .service-page .entry-content ol {
    font-size: 20px;
    margin-top: 40px;
  }
}
.service-page .entry-content ul li, .service-page .entry-content ol li {
  margin-bottom: 0;
}
.service-page .component-horizontal-boxes {
  background-color: rgba(191, 191, 192, 0.19);
}
.service-page .component-horizontal-boxes .box {
  aspect-ratio: 16/9;
}

.person-single .person-content-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .person-single .person-content-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .person-single .person-content-wrapper {
    padding: 40px 20px;
  }
}
.person-single .person-container {
  max-width: 1654px;
  margin: 0 auto;
}
.person-single .back-to-people {
  margin-bottom: 40px;
}
.person-single .back-to-people a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-medium-gray);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.person-single .back-to-people a:hover {
  color: var(--color-dark-gray);
}
.person-single .back-to-people a:hover .back-arrow {
  transform: translateX(-8px) rotate(180deg);
}
.person-single .back-to-people .back-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.person-single .back-to-people span {
  letter-spacing: 0;
}
.person-single .person-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .person-single .person-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.person-single .person-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.person-single .person-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.person-single .person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.person-single .person-social {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.person-single .person-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.person-single .person-social .social-link:hover {
  opacity: 0.8;
}
.person-single .person-social .social-link i {
  font-size: 32px;
  color: #000000;
}
.person-single .person-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark-gray);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 16px 0;
}
.person-single .person-contact .person-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.person-single .person-contact .person-contact-item {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 14px;
  color: var(--color-medium-gray);
  font-weight: 400;
  line-height: 1.4;
}
.person-single .person-contact .person-contact-item .contact-type {
  font-weight: 400;
}
.person-single .person-contact .person-contact-item a {
  color: var(--color-medium-gray);
  text-decoration: none;
}
.person-single .person-contact .person-contact-item a:hover {
  color: var(--color-dark-gray);
  text-decoration: underline;
}
.person-single .person-projects .person-projects-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.person-single .person-projects li {
  font-size: 14px;
  color: var(--color-medium-gray);
  font-weight: 400;
  line-height: 1.4;
}
.person-single .person-projects li a {
  color: var(--color-medium-gray);
  text-decoration: none;
}
.person-single .person-projects li a:hover {
  color: var(--color-dark-gray);
  text-decoration: underline;
}
.person-single .person-links .person-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.person-single .person-links li {
  font-size: 14px;
  color: var(--color-medium-gray);
  font-weight: 400;
  line-height: 1.4;
}
.person-single .person-links li a {
  color: var(--color-medium-gray);
  text-decoration: none;
}
.person-single .person-links li a:hover {
  color: var(--color-dark-gray);
  text-decoration: underline;
}
.person-single .person-main .entry-header {
  margin-bottom: 20px;
}
.person-single .person-main .entry-header .entry-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .person-single .person-main .entry-header .entry-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .person-single .person-main .entry-header .entry-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .person-single .person-main .entry-header .entry-title {
    font-size: 36px;
  }
}
.person-single .person-main .person-job-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-dark-blue);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .person-single .person-main .person-job-title {
    font-size: 24px;
  }
}
.person-single .person-main .person-post-components {
  width: 100%;
  margin-bottom: 100px;
}
.person-single .person-main .person-post-components .component-body-copy > .content {
  font-size: 28px;
  line-height: 1.6;
  color: var(--color-medium-gray);
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 1023px) {
  .person-single .person-main .person-post-components .component-body-copy > .content {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .person-single .person-main .person-post-components .component-body-copy > .content {
    font-size: 18px;
  }
}
.person-single .person-main .person-post-components .component-body-copy:not(.bg-white):not(.bg-blue):not(.bg-light-gray):not(.bg-gray):not(.bg-medium-gray):not(.bg-dark-gray) {
  padding: 0;
}
.person-single .person-main .person-post-components .component-images,
.person-single .person-main .person-post-components .component-quote,
.person-single .person-main .person-post-components .component-gallery {
  width: 100%;
}

.career-single .career-banner {
  width: 100%;
}
.career-single .career-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.career-single .career-content-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .career-single .career-content-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .career-single .career-content-wrapper {
    padding: 40px 20px;
  }
}
.career-single .career-container {
  max-width: 1654px;
  margin: 0 auto;
}
.career-single .back-to-careers {
  margin-bottom: 40px;
}
.career-single .back-to-careers a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-medium-gray);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.career-single .back-to-careers a:hover {
  color: var(--color-dark-gray);
}
.career-single .back-to-careers a:hover .back-arrow {
  transform: translateX(-8px) rotate(180deg);
}
.career-single .back-to-careers .back-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.career-single .back-to-careers span {
  letter-spacing: 0;
}
.career-single .entry-header {
  margin-bottom: 30px;
}
.career-single .entry-header .entry-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .career-single .entry-header .entry-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .career-single .entry-header .entry-title {
    font-size: 36px;
  }
}
.career-single .career-post-components {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .career-single .career-post-components {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .career-single .career-post-components {
    margin-bottom: 24px;
  }
}
.career-single .career-post-components .component-body-copy:first-child {
  padding-top: 0;
}
.career-single .career-post-components .component-body-copy:last-child {
  padding-bottom: 40px;
}
.career-single .career-info {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .career-single .career-info {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.career-single .career-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark-gray);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 16px 0;
}
.career-single .career-info-block {
  margin-bottom: 40px;
}
.career-single .career-info-block:last-child {
  margin-bottom: 0;
}
.career-single .career-info-content {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-medium-gray);
  letter-spacing: 0;
}
.career-single .career-info-content a {
  color: var(--color-medium-gray);
  text-decoration: underline;
}
.career-single .career-info-content a:hover {
  color: var(--color-dark-gray);
}
.career-single .career-info-content p {
  margin: 0 0 16px 0;
}
.career-single .career-info-content p:last-child {
  margin-bottom: 0;
}
.career-single .career-info-content ul, .career-single .career-info-content ol {
  margin: 16px 0 0 0;
  padding-left: 20px;
}
.career-single .career-info-content li {
  margin-bottom: 6px;
  line-height: 1.6;
}
.career-single .career-info-right .gform_wrapper {
  width: 100%;
}

.insight-single .insight-banner {
  width: 100%;
}
.insight-single .insight-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.insight-single .insight-content-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .insight-single .insight-content-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .insight-single .insight-content-wrapper {
    padding: 40px 20px;
  }
}
.insight-single .insight-container {
  max-width: 1654px;
  margin: 0 auto;
}
.insight-single .back-to-insights {
  margin-bottom: 40px;
}
.insight-single .back-to-insights a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-medium-gray);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.insight-single .back-to-insights a:hover {
  color: var(--color-dark-gray);
}
.insight-single .back-to-insights a:hover .back-arrow {
  transform: translateX(-8px) rotate(180deg);
}
.insight-single .back-to-insights .back-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.insight-single .back-to-insights span {
  letter-spacing: 0;
}
.insight-single .entry-header {
  margin-bottom: 30px;
}
.insight-single .entry-header .entry-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .insight-single .entry-header .entry-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .insight-single .entry-header .entry-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .insight-single .entry-header .entry-title {
    font-size: 36px;
  }
}
.insight-single .insight-post-components {
  width: 100%;
}
.insight-single .insight-post-components .component-body-copy > .content {
  font-size: 28px;
  line-height: 1.6;
  color: var(--color-medium-gray);
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 1023px) {
  .insight-single .insight-post-components .component-body-copy > .content {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .insight-single .insight-post-components .component-body-copy > .content {
    font-size: 18px;
  }
}
.insight-single .insight-post-components .component-body-copy:not(.bg-white):not(.bg-blue):not(.bg-light-gray):not(.bg-gray):not(.bg-medium-gray):not(.bg-dark-gray) {
  padding: 0;
}
.insight-single .insight-post-components .component-images,
.insight-single .insight-post-components .component-quote,
.insight-single .insight-post-components .component-gallery {
  width: 100%;
}

.component-gallery {
  width: 100%;
  padding: 40px 0;
}
.component-gallery .gallery-grid {
  display: grid;
  gap: 24px;
}
.component-gallery .gallery-grid--1-col {
  grid-template-columns: 1fr;
}
.component-gallery .gallery-grid--2-col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .component-gallery .gallery-grid--2-col {
    grid-template-columns: 1fr;
  }
}
.component-gallery .gallery-grid--3-col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .component-gallery .gallery-grid--3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .component-gallery .gallery-grid--3-col {
    grid-template-columns: 1fr;
  }
}
.component-gallery .gallery-grid__item {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.component-gallery .gallery-grid__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.component-gallery .mosaic-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.component-gallery .mosaic-row {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.component-gallery .mosaic-row--half-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  grid-auto-rows: 1fr;
  min-height: 520px;
}
.component-gallery .mosaic-row--half-stack > * {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .component-gallery .mosaic-row--half-stack {
    min-height: 0;
    grid-template-columns: 1fr;
  }
}
.component-gallery .mosaic-quarter-stack {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .component-gallery .mosaic-quarter-stack {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
.component-gallery .mosaic-item {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  margin: 0;
}
.component-gallery .mosaic-item .mosaic-image {
  width: 100%;
  height: 100%;
}
.component-gallery .mosaic-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-gallery .mosaic-item--full {
  width: 100%;
}
.component-gallery .mosaic-row--single.mosaic-row--half .mosaic-item--half {
  width: 100%;
  max-width: 1200px;
}
.component-gallery .mosaic-row--single.mosaic-row--quarter .mosaic-item--quarter {
  width: 50%;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .component-gallery .mosaic-row--single.mosaic-row--quarter .mosaic-item--quarter {
    width: 100%;
    min-width: 0;
  }
}
.component-gallery .mosaic-row--quarter-pair .mosaic-item--quarter {
  width: 50%;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .component-gallery .mosaic-row--quarter-pair .mosaic-item--quarter {
    width: 100%;
    min-width: 0;
  }
}
.component-gallery .mosaic-row--half-stack .mosaic-item--half .mosaic-image {
  height: 100%;
}
.component-gallery .mosaic-row--half-stack .mosaic-item--half {
  height: 100%;
}
.component-gallery .mosaic-row--half-stack .mosaic-item--quarter,
.component-gallery .mosaic-row--half-stack .mosaic-item--quarter .mosaic-image,
.component-gallery .mosaic-row--half-stack .mosaic-item--quarter img {
  height: 100%;
}
.component-gallery .mosaic-quarter-stack .mosaic-item--quarter {
  height: 100%;
}
.component-gallery .mosaic-item--quote {
  padding: 32px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: left;
}
.component-gallery .mosaic-item--quote blockquote {
  margin: 0 0 12px 0;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.component-gallery .mosaic-item--quote cite {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .component-gallery .mosaic-item--quote {
    padding: 24px;
  }
  .component-gallery .mosaic-item--quote blockquote {
    font-size: 36px;
  }
}
.component-gallery .mosaic-row--single .mosaic-item--quote {
  width: 100%;
}
.component-gallery .mosaic-item--quote.color-blue {
  background-color: var(--color-dark-blue);
}
.component-gallery .mosaic-item--quote.color-gold {
  background-color: var(--color-gold);
  color: var(--color-dark-gray);
}

.related-projects {
  background-color: rgba(191, 191, 192, 0.19);
  padding: 80px 20px;
}
@media screen and (max-width: 1023px) {
  .related-projects {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .related-projects {
    padding: 40px 20px;
  }
}
.related-projects__inner {
  max-width: 1654px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.related-projects__heading {
  font-size: 55px;
  font-weight: 700;
  color: var(--color-medium-gray);
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .related-projects__heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .related-projects__heading {
    font-size: 32px;
  }
}
.related-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .related-projects__grid {
    grid-template-columns: 1fr;
  }
}
.related-projects__card {
  background: #ffffff;
  transition: transform 0.2s ease;
}
.related-projects__link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.related-projects__image {
  width: 100%;
  overflow: hidden;
  background: #e0e0e0;
}
.related-projects__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-projects__card:hover .related-projects__image img {
  transform: scale(1.03);
}
.related-projects__meta {
  padding: 20px 24px 24px;
}
.related-projects__client {
  font-size: 41px;
  font-weight: 700;
  color: var(--color-dark-gray);
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .related-projects__client {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .related-projects__client {
    font-size: 26px;
  }
}
.related-projects__title {
  font-size: 32px;
  font-weight: 400;
  color: var(--color-medium-gray);
  line-height: 1.3;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .related-projects__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .related-projects__title {
    font-size: 20px;
  }
}

.component-projects-listing {
  padding: 0 20px 80px 20px;
}
@media screen and (max-width: 1023px) {
  .component-projects-listing {
    padding: 0 20px 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-listing {
    padding: 0 20px 40px 20px;
  }
}
.component-projects-listing .projects-listing__inner {
  max-width: 1654px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px;
}
.component-projects-listing .projects-filter {
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
}
.component-projects-listing .projects-filter__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #949494;
  cursor: pointer;
  text-transform: uppercase;
}
.component-projects-listing .projects-filter__toggle:hover {
  color: var(--color-medium-gray);
}
.component-projects-listing .projects-filter__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 20px;
  transition: transform 0.3s ease;
}
.component-projects-listing .projects-filter__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.component-projects-listing .projects-filter__arrow.is-open {
  transform: rotate(180deg);
}
.component-projects-listing .projects-filter__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  margin-top: 0;
  border: 1px solid #d9d9d9;
  padding: 16px;
  background: #ffffff;
  min-width: 260px;
  max-width: 720px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  z-index: 10;
  display: none;
}
.component-projects-listing .projects-filter__panel[hidden] {
  display: none !important;
}
.component-projects-listing .projects-filter__panel.is-open {
  display: block;
}
.component-projects-listing .projects-filter__controls {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.component-projects-listing .projects-filter__controls .projects-filter__btn {
  background: #2f769e;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.component-projects-listing .projects-filter__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 12px 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .component-projects-listing .projects-filter__options {
    grid-template-columns: 1fr;
  }
}
.component-projects-listing .projects-filter__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--color-medium-gray);
}
.component-projects-listing .projects-filter__option input {
  width: 20px;
  height: 20px;
}
.component-news-listing .component-projects-listing .projects-filter {
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
}
.component-news-listing .component-projects-listing .projects-filter__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #949494;
  cursor: pointer;
  text-transform: uppercase;
}
.component-news-listing .component-projects-listing .projects-filter__toggle:hover {
  color: var(--color-medium-gray);
}
.component-news-listing .component-projects-listing .projects-filter__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 20px;
  transition: transform 0.3s ease;
}
.component-news-listing .component-projects-listing .projects-filter__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.component-news-listing .component-projects-listing .projects-filter__arrow.is-open {
  transform: rotate(180deg);
}
.component-news-listing .component-projects-listing .projects-filter__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  margin-top: 0;
  border: 1px solid #d9d9d9;
  padding: 16px;
  background: #ffffff;
  min-width: 260px;
  max-width: 720px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  z-index: 10;
  display: none;
}
.component-news-listing .component-projects-listing .projects-filter__panel[hidden] {
  display: none !important;
}
.component-news-listing .component-projects-listing .projects-filter__panel.is-open {
  display: block;
}
.component-news-listing .component-projects-listing .projects-filter__controls {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.component-news-listing .component-projects-listing .projects-filter__controls .projects-filter__btn {
  background: #2f769e;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.component-news-listing .component-projects-listing .projects-filter__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 12px 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .component-news-listing .component-projects-listing .projects-filter__options {
    grid-template-columns: 1fr;
  }
}
.component-news-listing .component-projects-listing .projects-filter__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--color-medium-gray);
}
.component-news-listing .component-projects-listing .projects-filter__option input {
  width: 20px;
  height: 20px;
}
.component-projects-listing .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .component-projects-listing .projects-grid {
    grid-template-columns: 1fr;
  }
}
.component-projects-listing .projects-card {
  background: #ffffff;
  border: none;
}
.component-projects-listing .projects-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.component-projects-listing .projects-card__image {
  width: 100%;
  overflow: hidden;
  background: #e0e0e0;
  aspect-ratio: 3/2;
}
.component-projects-listing .projects-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.component-projects-listing .projects-card:hover .projects-card__image img {
  transform: scale(1.03);
}
.component-projects-listing .projects-card__meta {
  padding: 20px 24px 24px;
}
.component-projects-listing .projects-card__client {
  font-size: 41px;
  font-weight: 700;
  color: var(--color-medium-gray);
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .component-projects-listing .projects-card__client {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-listing .projects-card__client {
    font-size: 26px;
  }
}
.component-projects-listing .projects-card__title {
  font-size: 32px;
  font-weight: 400;
  color: var(--color-medium-gray);
  line-height: 1.3;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .component-projects-listing .projects-card__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .component-projects-listing .projects-card__title {
    font-size: 20px;
  }
}

.component-key-projects {
  padding: 80px 20px;
  background-color: rgba(191, 191, 192, 0.19);
}
@media screen and (max-width: 1023px) {
  .component-key-projects {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-key-projects {
    padding: 40px 20px;
  }
}
.component-key-projects > h2 {
  font-size: 80px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 auto 50px auto;
  line-height: 1.2;
  text-align: left;
  max-width: 1654px;
  padding: 0 20px;
}
@media screen and (max-width: 1440px) {
  .component-key-projects > h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-key-projects > h2 {
    font-size: 60px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-key-projects > h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.component-key-projects .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .component-key-projects .projects-grid {
    grid-template-columns: 1fr;
  }
}
.component-key-projects .project-item {
  background: #ffffff;
  border: none;
}
.component-key-projects .project-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.component-key-projects .project-item .project-item__image {
  width: 100%;
  overflow: hidden;
  background: #e0e0e0;
  aspect-ratio: 3/2;
}
.component-key-projects .project-item .project-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.component-key-projects .project-item:hover .project-item__image img {
  transform: scale(1.03);
}
.component-key-projects .project-item .project-item__meta {
  padding: 20px 24px 24px;
  background-color: #ffffff;
}
.component-key-projects .project-item .project-item__client {
  font-size: 41px;
  font-weight: 700;
  color: var(--color-medium-gray);
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .component-key-projects .project-item .project-item__client {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-key-projects .project-item .project-item__client {
    font-size: 26px;
  }
}
.component-key-projects .project-item .project-item__title {
  font-size: 32px;
  font-weight: 400;
  color: var(--color-medium-gray);
  line-height: 1.3;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .component-key-projects .project-item .project-item__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .component-key-projects .project-item .project-item__title {
    font-size: 20px;
  }
}

.component-people-listing {
  padding: 0 20px 100px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-people-listing {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-people-listing {
    padding: 40px 20px;
  }
}
.component-people-listing .people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .component-people-listing .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .component-people-listing .people-grid {
    grid-template-columns: 1fr;
  }
}
.component-people-listing .person-item {
  position: relative;
  width: 100%;
}
.component-people-listing .person-item .person-item__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.component-people-listing .person-item .person-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e0e0e0;
}
.component-people-listing .person-item .person-item__image > img:not(.person-item__arrow) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.component-people-listing .person-item:hover .person-item__image > img:not(.person-item__arrow) {
  transform: scale(1.03);
}
.component-people-listing .person-item .person-item__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.component-people-listing .person-item .person-item__arrow img {
  display: block;
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}
.component-people-listing .person-item .person-item__arrow .person-item__arrow-active {
  display: none;
}
.component-people-listing .person-item:hover .person-item__arrow .person-item__arrow-default {
  display: none;
}
.component-people-listing .person-item:hover .person-item__arrow .person-item__arrow-active {
  display: block;
}
.component-people-listing .person-item .person-item__info {
  padding: 20px 0 0 0;
}
.component-people-listing .person-item .person-item__name {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-dark-gray);
  margin: 0 0 4px 0;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-people-listing .person-item .person-item__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-people-listing .person-item .person-item__name {
    font-size: 18px;
  }
}
.component-people-listing .person-item .person-item__title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dark-gray);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .component-people-listing .person-item .person-item__title {
    font-size: 12px;
  }
}
.component-people-listing .person-item .person-item__arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}

.component-featured-insights {
  width: 100%;
}
.component-featured-insights.bg-gray {
  background-color: rgba(191, 191, 192, 0.19);
}
.component-featured-insights .featured-insights-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-featured-insights .featured-insights-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-featured-insights .featured-insights-wrapper {
    padding: 40px 20px;
  }
}
.component-featured-insights .insights-headline {
  margin-bottom: 40px;
}
.component-featured-insights .insights-headline h2 {
  font-size: 85px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1;
}
.component-featured-insights .insights-headline h2 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.component-featured-insights .insights-headline h2 a:hover {
  color: var(--color-blue);
}
.component-featured-insights .insights-headline h2 a:hover .headline-arrow {
  transform: translateX(12px);
}
@media screen and (max-width: 1440px) {
  .component-featured-insights .insights-headline h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-featured-insights .insights-headline h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-featured-insights .insights-headline h2 {
    font-size: 36px;
  }
}
.component-featured-insights .insights-headline .headline-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
}
.component-featured-insights .insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .component-featured-insights .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .component-featured-insights .insights-grid {
    grid-template-columns: 1fr;
  }
}
.component-featured-insights .insight-item .insight-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  display: block;
  background: #e0e0e0;
}
.component-featured-insights .insight-item .insight-image a {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
}
.component-featured-insights .insight-item .insight-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.component-featured-insights .insight-item .insight-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.component-featured-insights .insight-item .insight-content h3 {
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.component-featured-insights .insight-item .insight-content h3 a {
  color: var(--color-medium-gray);
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
  transition: opacity 0.3s ease;
  padding-right: 16px;
}
@media screen and (max-width: 1023px) {
  .component-featured-insights .insight-item .insight-content h3 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-featured-insights .insight-item .insight-content h3 a {
    font-size: 18px;
  }
}
.component-featured-insights .insight-item .insight-content .insight-arrow {
  width: 30px;
  height: auto;
  display: block;
  align-self: flex-start;
  transition: transform 0.3s ease;
}
.component-featured-insights .insight-item .insight-content a {
  text-decoration: none;
}
.component-featured-insights .insight-item:hover .insight-image img {
  transform: scale(1.05);
}
.component-featured-insights .insight-item:hover .insight-content h3 a {
  opacity: 0.7;
}
.component-featured-insights .insight-item:hover .insight-content .insight-arrow {
  transform: translateX(12px);
}

.component-insights-listing {
  width: 100%;
}
.component-insights-listing .insights-listing-wrapper {
  padding: 80px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-insights-listing .insights-listing-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-insights-listing .insights-listing-wrapper {
    padding: 40px 20px;
  }
}
.component-insights-listing .insights-headline {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.component-insights-listing .insights-subheadline {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-medium-gray);
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .component-insights-listing .insights-subheadline {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .component-insights-listing .insights-subheadline {
    font-size: 22px;
  }
}

.component-recent-news {
  width: 100%;
  padding: 138px 0;
  background-color: rgba(191, 191, 192, 0.19);
}
@media screen and (max-width: 1023px) {
  .component-recent-news {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .component-recent-news {
    padding: 40px 0;
  }
}
.component-recent-news .news-headline,
.component-recent-news .news-grid {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
}
.component-recent-news .news-headline {
  margin-bottom: 40px;
}
.component-recent-news .news-headline h2 {
  font-size: 85px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1;
}
.component-recent-news .news-headline h2 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.component-recent-news .news-headline h2 a:hover {
  color: var(--color-blue);
}
.component-recent-news .news-headline h2 a:hover .headline-arrow {
  transform: translateX(12px);
}
@media screen and (max-width: 1440px) {
  .component-recent-news .news-headline h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-recent-news .news-headline h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-recent-news .news-headline h2 {
    font-size: 36px;
  }
}
.component-recent-news .news-headline .headline-arrow {
  height: auto;
  width: 30px;
  transition: transform 0.3s ease;
}
.component-recent-news .news-grid {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .component-recent-news .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .component-recent-news .news-grid {
    grid-template-columns: 1fr;
  }
}
.component-recent-news .news-item .news-image {
  width: 100%;
  overflow: hidden;
}
.component-recent-news .news-item .news-image a {
  display: block;
  text-decoration: none;
}
.component-recent-news .news-item .news-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.component-recent-news .news-item .news-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.component-recent-news .news-item .news-content .news-date {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-medium-gray);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.component-recent-news .news-item .news-content h3 {
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.component-recent-news .news-item .news-content h3 a {
  color: var(--color-medium-gray);
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
  transition: opacity 0.3s ease;
  padding-right: 16px;
}
@media screen and (max-width: 1023px) {
  .component-recent-news .news-item .news-content h3 a {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .component-recent-news .news-item .news-content h3 a {
    font-size: 18px;
  }
}
.component-recent-news .news-item .news-content .news-arrow {
  width: 30px;
  height: auto;
  display: block;
  align-self: flex-start;
  transition: transform 0.3s ease;
}
.component-recent-news .news-item .news-content a {
  text-decoration: none;
}
.component-recent-news .news-item:hover .news-image img {
  transform: scale(1.05);
}
.component-recent-news .news-item:hover .news-content h3 a {
  opacity: 0.7;
}
.component-recent-news .news-item:hover .news-content .news-arrow {
  transform: translateX(12px);
}

.component-contact-section {
  background-color: var(--color-dark-blue);
  padding: 138px 20px;
}
@media screen and (max-width: 1023px) {
  .component-contact-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-contact-section {
    padding: 40px 20px;
  }
}
.component-contact-section .contact-container {
  max-width: 1654px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .component-contact-section .contact-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-contact-section .contact-container {
    gap: 40px;
  }
}
.component-contact-section .contact-left {
  color: #ffffff;
}
.component-contact-section .contact-left .contact-headline {
  font-size: 85px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .component-contact-section .contact-left .contact-headline {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-contact-section .contact-left .contact-headline {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-contact-section .contact-left .contact-headline {
    font-size: 36px;
  }
}
.component-contact-section .contact-left .contact-content {
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 1023px) {
  .component-contact-section .contact-left .contact-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-contact-section .contact-left .contact-content {
    font-size: 18px;
  }
}
.component-contact-section .contact-left .contact-content p {
  margin: 0;
}
.component-contact-section .contact-right .contact-form .form-field {
  margin-bottom: 15px;
}
.component-contact-section .contact-right .contact-form .form-field input,
.component-contact-section .contact-right .contact-form .form-field textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #ffffff;
  border: 1px solid var(--color-gray);
  color: var(--color-dark-gray);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.19rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.component-contact-section .contact-right .contact-form .form-field input::placeholder,
.component-contact-section .contact-right .contact-form .form-field textarea::placeholder {
  color: var(--color-gray);
  text-transform: uppercase;
}
.component-contact-section .contact-right .contact-form .form-field input:focus,
.component-contact-section .contact-right .contact-form .form-field textarea:focus {
  outline: none;
  border-color: var(--color-blue);
}
.component-contact-section .contact-right .contact-form .form-field textarea {
  resize: vertical;
  min-height: 120px;
}
.component-contact-section .contact-right .contact-form .submit-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: var(--color-light-blue);
  border: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.19rem;
  margin-top: 10px;
}
.component-contact-section .contact-right .contact-form .submit-button:hover {
  background-color: var(--color-blue);
}
.component-contact-section .contact-right .contact-form .submit-button .submit-arrow {
  width: auto;
  height: 14px;
  display: block;
}

.component-horizontal-scrolling-cards {
  position: relative;
  width: 100%;
  overflow: visible;
}
.component-horizontal-scrolling-cards .scrolling-cards-wrapper {
  max-width: 1654px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .component-horizontal-scrolling-cards .scrolling-cards-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .scrolling-cards-wrapper {
    padding: 40px 20px;
  }
}
.component-horizontal-scrolling-cards h2, .component-horizontal-scrolling-cards h3 {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 60px 0;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .component-horizontal-scrolling-cards h2, .component-horizontal-scrolling-cards h3 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-horizontal-scrolling-cards h2, .component-horizontal-scrolling-cards h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards h2, .component-horizontal-scrolling-cards h3 {
    font-size: 36px;
  }
}
.component-horizontal-scrolling-cards h4 {
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: var(--color-medium-gray);
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .component-horizontal-scrolling-cards h4 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-horizontal-scrolling-cards h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards h4 {
    font-size: 36px;
  }
}
.component-horizontal-scrolling-cards .content {
  margin-bottom: 40px;
  color: var(--color-medium-gray);
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 1440px) {
  .component-horizontal-scrolling-cards .content {
    font-size: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .component-horizontal-scrolling-cards .content {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .content {
    font-size: 20px;
  }
}
.component-horizontal-scrolling-cards .cards-track-wrapper {
  position: relative;
  padding: 40px 0;
  overflow: visible;
}
.component-horizontal-scrolling-cards .cards-container {
  display: flex;
  gap: 30px;
  align-items: stretch;
  overflow: visible;
  will-change: transform;
}
.component-horizontal-scrolling-cards .card {
  flex: 0 0 auto;
  width: 600px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card {
    width: 300px;
  }
}
.component-horizontal-scrolling-cards .card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card .card-body {
    padding: 20px;
  }
}
.component-horizontal-scrolling-cards .card h2, .component-horizontal-scrolling-cards .card h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 20px 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card h2, .component-horizontal-scrolling-cards .card h3 {
    font-size: 24px;
  }
}
.component-horizontal-scrolling-cards .card .card-content {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card .card-content {
    font-size: 18px;
  }
}
.component-horizontal-scrolling-cards .card .card-content p {
  margin: 0 0 15px 0;
}
.component-horizontal-scrolling-cards .card .card-content p:last-child {
  margin-bottom: 0;
}
.component-horizontal-scrolling-cards .card .card-image-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}
.component-horizontal-scrolling-cards .card .card-image-wrapper.full-width .card-image {
  width: 100%;
}
.component-horizontal-scrolling-cards .card .card-image-wrapper.has-image-content .card-image {
  flex: 0 0 auto;
  width: 40%;
  max-width: 300px;
}
.component-horizontal-scrolling-cards .card .card-image-wrapper.has-image-content .card-image-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card .card-image-wrapper.has-image-content {
    flex-direction: column;
  }
  .component-horizontal-scrolling-cards .card .card-image-wrapper.has-image-content .card-image {
    width: 100%;
    max-width: 100%;
  }
}
.component-horizontal-scrolling-cards .card .card-image {
  overflow: hidden;
  text-align: left;
}
.component-horizontal-scrolling-cards .card .card-image img {
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .component-horizontal-scrolling-cards .card .card-image img {
    max-height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card .card-image img {
    max-height: 200px;
  }
}
.component-horizontal-scrolling-cards .card .card-image-content {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .component-horizontal-scrolling-cards .card .card-image-content {
    font-size: 18px;
  }
}
.component-horizontal-scrolling-cards .card .card-image-content p {
  margin: 0 0 15px 0;
}
.component-horizontal-scrolling-cards .card .card-image-content p:last-child {
  margin-bottom: 0;
}
.component-horizontal-scrolling-cards .card.card-type-key {
  background-color: rgba(220, 206, 134, 0.2);
  color: var(--color-dark-gray);
}
.component-horizontal-scrolling-cards .card.card-type-key h2, .component-horizontal-scrolling-cards .card.card-type-key h3 {
  color: var(--color-dark-blue);
}
.component-horizontal-scrolling-cards .card.card-type-multi {
  background-color: var(--color-dark-blue);
  color: #ffffff;
}
.component-horizontal-scrolling-cards .card.card-type-multi h2, .component-horizontal-scrolling-cards .card.card-type-multi h3 {
  color: #ffffff;
}
.component-horizontal-scrolling-cards .card.card-type-multi .card-body {
  justify-content: center;
}

.component-labelled-icons {
  width: 100%;
  padding: 138px 0;
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons {
    padding: 40px 0;
  }
}
.component-labelled-icons h2 {
  max-width: 1654px;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-size: 85px;
  font-weight: 700;
  color: var(--color-dark-blue);
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .component-labelled-icons h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.component-labelled-icons .icons-list {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 172px;
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons .icons-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons .icons-list {
    gap: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .component-labelled-icons .icons-list.icons-6-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item {
    width: 225px;
    flex: 0 0 225px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item img {
    width: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 1440px) {
  .component-labelled-icons .icons-list.icons-6-wide {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item {
    width: 180px;
    flex: 0 0 180px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons .icons-list.icons-6-wide {
    gap: 40px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item {
    width: 180px;
    flex: 0 0 180px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons .icons-list.icons-6-wide {
    gap: 30px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item {
    width: 120px;
    flex: 0 0 120px;
  }
  .component-labelled-icons .icons-list.icons-6-wide .icon-item img {
    width: 120px;
    height: 120px;
  }
}
.component-labelled-icons .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  width: 225px;
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons .icon-item {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons .icon-item {
    width: 120px;
  }
}
.component-labelled-icons .icon-item img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons .icon-item img {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons .icon-item img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }
}
.component-labelled-icons .icon-item .label {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-medium-gray);
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .component-labelled-icons .icon-item .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-labelled-icons .icon-item .label {
    font-size: 16px;
  }
}
.component-labelled-icons.bg-white {
  background-color: #ffffff;
}
.component-labelled-icons.bg-white .icon-item .label {
  color: var(--color-medium-gray);
}
.component-labelled-icons.bg-light-gray {
  background-color: var(--color-light-gray);
}
.component-labelled-icons.bg-light-gray .icon-item .label {
  color: var(--color-medium-gray);
}
.component-labelled-icons.bg-gray {
  background-color: rgba(191, 191, 192, 0.19);
}
.component-labelled-icons.bg-gray .icon-item .label {
  color: var(--color-medium-gray);
}
.component-labelled-icons.bg-medium-gray {
  background-color: var(--color-medium-gray);
}
.component-labelled-icons.bg-medium-gray .icon-item .label {
  color: #ffffff;
}
.component-labelled-icons.bg-dark-gray {
  background-color: var(--color-dark-gray);
}
.component-labelled-icons.bg-dark-gray .icon-item .label {
  color: #ffffff;
}
.component-labelled-icons.bg-blue {
  background-color: var(--color-dark-blue);
}
.component-labelled-icons.bg-blue h2 {
  color: #ffffff;
}
.component-labelled-icons.bg-blue .icon-item .label {
  color: #ffffff;
}

.component-logo-row {
  width: 100%;
  padding: 138px 0;
}
@media screen and (max-width: 1023px) {
  .component-logo-row {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .component-logo-row {
    padding: 40px 0;
  }
}
.component-logo-row.bg-white {
  background-color: #ffffff;
}
.component-logo-row.bg-gray {
  background-color: rgba(191, 191, 192, 0.19);
}
.component-logo-row.remove-top-padding {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .component-logo-row.remove-top-padding {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .component-logo-row.remove-top-padding {
    padding-top: 0;
  }
}
.component-logo-row .description {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-dark-gray);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .component-logo-row .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.component-logo-row .logos-container {
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .component-logo-row .logos-container {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .component-logo-row .logos-container {
    gap: 30px;
  }
}
.component-logo-row .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-logo-row .logo-item img {
  max-width: 240px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1440px) {
  .component-logo-row .logo-item img {
    max-width: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .component-logo-row .logo-item img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .component-logo-row .logo-item img {
    max-width: 80px;
  }
}
.component-logo-row .logos-container.logo-count-2 .logo-item img {
  max-width: 487px;
}
@media screen and (max-width: 1440px) {
  .component-logo-row .logos-container.logo-count-2 .logo-item img {
    max-width: 365px;
  }
}
@media screen and (max-width: 1023px) {
  .component-logo-row .logos-container.logo-count-2 .logo-item img {
    max-width: 243px;
  }
}
@media screen and (max-width: 767px) {
  .component-logo-row .logos-container.logo-count-2 .logo-item img {
    max-width: 162px;
  }
}
.component-logo-row .logos-container.logo-count-3 .logo-item img {
  max-width: 365px;
}
@media screen and (max-width: 1440px) {
  .component-logo-row .logos-container.logo-count-3 .logo-item img {
    max-width: 274px;
  }
}
@media screen and (max-width: 1023px) {
  .component-logo-row .logos-container.logo-count-3 .logo-item img {
    max-width: 182px;
  }
}
@media screen and (max-width: 767px) {
  .component-logo-row .logos-container.logo-count-3 .logo-item img {
    max-width: 121px;
  }
}

.component-accordion-section {
  padding: 0 20px 140px 20px;
  max-width: 1654px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section {
    padding: 0 20px 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section {
    padding: 0 20px 60px 20px;
  }
}
.component-accordion-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.component-accordion-section .accordion-item {
  border-bottom: 1px solid #707070;
}
.component-accordion-section .accordion-item:first-child {
  border-top: 1px solid #707070;
}
.component-accordion-section + .component-accordion-section .accordion-item:first-child {
  border-top: none;
}
.component-accordion-section .accordion-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 30px 0;
  cursor: pointer;
  text-align: left;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-title {
    padding: 20px 0;
  }
}
.component-accordion-section .accordion-title .accordion-title-text {
  font-size: 60px;
  font-weight: 700;
  color: var(--color-medium-gray);
  line-height: 1.2;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-title .accordion-title-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-title .accordion-title-text {
    font-size: 36px;
  }
}
.component-accordion-section .accordion-title .accordion-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.component-accordion-section .accordion-title .accordion-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.component-accordion-section .accordion-title:hover .accordion-title-text {
  color: var(--color-dark-gray);
}
.component-accordion-section .accordion-item.is-open .accordion-arrow {
  transform: rotate(180deg);
}
.component-accordion-section .accordion-arrow.is-open {
  transform: rotate(180deg);
}
.component-accordion-section .accordion-content {
  padding-bottom: 40px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-content {
    padding-bottom: 30px;
  }
}
.component-accordion-section .accordion-content[hidden] {
  display: none;
}
.component-accordion-section .accordion-content-inner {
  color: var(--color-medium-gray);
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-content-inner {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-content-inner {
    font-size: 20px;
    line-height: 28px;
  }
}
.component-accordion-section .accordion-content-inner p {
  margin: 0 0 20px 0;
}
.component-accordion-section .accordion-content-inner p:last-child {
  margin-bottom: 0;
}
.component-accordion-section .accordion-content-inner ul, .component-accordion-section .accordion-content-inner ol {
  margin: 40px 0 0 0;
  padding-left: 40px;
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-content-inner ul, .component-accordion-section .accordion-content-inner ol {
    padding-left: 30px;
  }
}
.component-accordion-section .accordion-content-inner ul {
  list-style-type: disc;
}
.component-accordion-section .accordion-content-inner ol {
  list-style-type: decimal;
}
.component-accordion-section .accordion-content-inner li {
  margin-bottom: 0;
  line-height: 1.25;
}
.component-accordion-section .accordion-content-inner li:last-child {
  margin-bottom: 0;
}
.component-accordion-section .accordion-content-inner li ul, .component-accordion-section .accordion-content-inner li ol {
  margin-top: 12px;
  margin-bottom: 12px;
}
.component-accordion-section .accordion-content-inner strong {
  font-weight: 700;
}
.component-accordion-section .accordion-content-inner em {
  font-style: italic;
}
.component-accordion-section .accordion-content-inner small {
  font-size: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-content-inner small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-content-inner small {
    font-size: 16px;
  }
}
.component-accordion-section .accordion-content-inner h1, .component-accordion-section .accordion-content-inner h2, .component-accordion-section .accordion-content-inner h3, .component-accordion-section .accordion-content-inner h4, .component-accordion-section .accordion-content-inner h5, .component-accordion-section .accordion-content-inner h6 {
  margin: 30px 0 20px 0;
  font-weight: 700;
  color: var(--color-dark-gray);
  line-height: 1.2;
}
.component-accordion-section .accordion-content-inner h1:first-child, .component-accordion-section .accordion-content-inner h2:first-child, .component-accordion-section .accordion-content-inner h3:first-child, .component-accordion-section .accordion-content-inner h4:first-child, .component-accordion-section .accordion-content-inner h5:first-child, .component-accordion-section .accordion-content-inner h6:first-child {
  margin-top: 0;
}
.component-accordion-section .accordion-content-inner h2 {
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-content-inner h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-content-inner h2 {
    font-size: 28px;
  }
}
.component-accordion-section .accordion-content-inner h3 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-content-inner h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-content-inner h3 {
    font-size: 24px;
  }
}
.component-accordion-section .accordion-content-inner a {
  color: var(--color-medium-gray);
  text-decoration: none;
}
.component-accordion-section .accordion-content-inner a:hover {
  color: var(--color-dark-gray);
}
.component-accordion-section .accordion-quote {
  margin-top: 40px;
  padding: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-quote {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.component-accordion-section .accordion-quote--blue {
  background-color: var(--color-dark-blue);
  color: #ffffff;
}
.component-accordion-section .accordion-quote--blue blockquote {
  color: var(--color-gold);
}
.component-accordion-section .accordion-quote--blue cite {
  color: #ffffff;
}
.component-accordion-section .accordion-quote--gold {
  background-color: var(--color-gold);
  color: var(--color-dark-gray);
}
.component-accordion-section .accordion-quote--gold blockquote {
  color: var(--color-dark-gray);
}
.component-accordion-section .accordion-quote--gold cite {
  color: var(--color-dark-gray);
}
.component-accordion-section .accordion-quote--gray {
  background-color: var(--color-dark-gray);
  color: #ffffff;
}
.component-accordion-section .accordion-quote--gray blockquote {
  color: var(--color-gold);
}
.component-accordion-section .accordion-quote--gray cite {
  color: #ffffff;
}
.component-accordion-section .accordion-quote blockquote {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-quote blockquote {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-quote blockquote {
    font-size: 22px;
  }
}
.component-accordion-section .accordion-quote cite {
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .component-accordion-section .accordion-quote cite {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-accordion-section .accordion-quote cite {
    font-size: 18px;
  }
}
.component-accordion-section .accordion-quote blockquote:only-child {
  margin-bottom: 0;
}

.component-careers-accordion {
  padding-top: 138px;
}
@media screen and (max-width: 1023px) {
  .component-careers-accordion {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-careers-accordion {
    padding-top: 40px;
  }
}
.component-careers-accordion .careers-accordion-headline {
  margin-bottom: 80px;
}
.component-careers-accordion .careers-accordion-headline h2 {
  font-size: 70px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .component-careers-accordion .careers-accordion-headline h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .component-careers-accordion .careers-accordion-headline h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .component-careers-accordion .careers-accordion-headline h2 {
    font-size: 32px;
  }
}
.component-careers-accordion .accordion-title-text {
  font-size: 60px;
  color: var(--color-medium-gray);
}
@media screen and (max-width: 1023px) {
  .component-careers-accordion .accordion-title-text {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .component-careers-accordion .accordion-title-text {
    font-size: 32px;
  }
}
.component-careers-accordion .accordion-title:hover .accordion-title-text {
  color: var(--color-dark-gray);
}
.component-careers-accordion .accordion-content-inner {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .component-careers-accordion .accordion-content-inner {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .component-careers-accordion .accordion-content-inner {
    font-size: 22px;
  }
}
.component-careers-accordion .career-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 18px 24px;
  border: 1px solid var(--color-gray);
  color: var(--color-medium-gray);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.component-careers-accordion .career-link:hover {
  color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
}
.component-careers-accordion .career-link img {
  width: 26px;
  height: auto;
  display: block;
}

.component-quote-box {
  width: 100%;
}
.component-quote-box .quote-box-wrapper {
  padding: 0 20px;
  max-width: 1654px;
  margin: 0 auto;
}
.component-body-copy:not(.bg-white) + .component-quote-box .quote-box-wrapper, .component-expertise-content + .component-quote-box .quote-box-wrapper, .component-featured-insights.bg-gray + .component-quote-box .quote-box-wrapper, .component-horizontal-boxes + .component-quote-box .quote-box-wrapper, .component-labelled-icons:not(.bg-white) + .component-quote-box .quote-box-wrapper, .component-logo-row:not(.bg-white) + .component-quote-box .quote-box-wrapper {
  padding-top: 138px;
}
@media screen and (max-width: 1023px) {
  .component-body-copy:not(.bg-white) + .component-quote-box .quote-box-wrapper, .component-expertise-content + .component-quote-box .quote-box-wrapper, .component-featured-insights.bg-gray + .component-quote-box .quote-box-wrapper, .component-horizontal-boxes + .component-quote-box .quote-box-wrapper, .component-labelled-icons:not(.bg-white) + .component-quote-box .quote-box-wrapper, .component-logo-row:not(.bg-white) + .component-quote-box .quote-box-wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .component-body-copy:not(.bg-white) + .component-quote-box .quote-box-wrapper, .component-expertise-content + .component-quote-box .quote-box-wrapper, .component-featured-insights.bg-gray + .component-quote-box .quote-box-wrapper, .component-horizontal-boxes + .component-quote-box .quote-box-wrapper, .component-labelled-icons:not(.bg-white) + .component-quote-box .quote-box-wrapper, .component-logo-row:not(.bg-white) + .component-quote-box .quote-box-wrapper {
    padding-top: 40px;
  }
}
.component-quote-box .quote-box-container {
  padding: 60px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .component-quote-box .quote-box-container {
    padding: 30px 20px;
  }
}
.component-quote-box .quote-box-container.color-gold {
  background-color: var(--color-gold);
  color: var(--color-dark-gray);
}
.component-quote-box .quote-box-container.color-gold blockquote {
  color: var(--color-dark-gray);
}
.component-quote-box .quote-box-container.color-gold cite {
  color: var(--color-dark-gray);
}
.component-quote-box .quote-box-container.color-gray {
  background-color: var(--color-dark-gray);
  color: #ffffff;
}
.component-quote-box .quote-box-container.color-gray blockquote {
  color: var(--color-gold);
}
.component-quote-box .quote-box-container.color-gray cite {
  color: #ffffff;
}
.component-quote-box .quote-box-container blockquote {
  font-size: 51px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0;
}
.component-quote-box .quote-box-container blockquote p {
  margin: 0 0 20px 0;
}
.component-quote-box .quote-box-container blockquote strong, .component-quote-box .quote-box-container blockquote b {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .component-quote-box .quote-box-container blockquote {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .component-quote-box .quote-box-container blockquote {
    font-size: 22px;
  }
}
.component-quote-box .quote-box-container cite {
  font-style: normal;
  font-size: 25px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.component-quote-box .quote-box-container cite strong, .component-quote-box .quote-box-container cite b {
  font-weight: 700;
}
.component-quote-box .quote-box-container cite .mdash,
.component-quote-box .quote-box-container cite .author-text {
  display: inline;
}
.component-quote-box .quote-box-container cite .mdash {
  font-size: 25px;
  font-weight: 300;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .component-quote-box .quote-box-container cite .mdash {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-quote-box .quote-box-container cite .mdash {
    font-size: 18px;
  }
}
.component-quote-box .quote-box-container cite .author-text {
  font-size: 25px;
  font-weight: 300;
}
.component-quote-box .quote-box-container cite .author-text p {
  display: inline;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .component-quote-box .quote-box-container cite .author-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-quote-box .quote-box-container cite .author-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .component-quote-box .quote-box-container cite {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .component-quote-box .quote-box-container cite {
    font-size: 18px;
  }
}
.component-quote-box .quote-box-container blockquote:only-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
