* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  background: #fff;
  color: #102132;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
a,
.accordion-toggle {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

main {
  background: #fff;
}
@media (min-width: 1025px) {
  main {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  main {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  * {
    max-width: 100%;
  }
}
.hero {
  height: 100vh;
  background: url("assets/images/header.jpg") center center/cover no-repeat;
  background-color: #001428;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.hero::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 20, 40, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 80px;
  margin: auto 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
}

.highlight {
  color: #55c5e9;
}

@media (min-width: 1025px) {
  .hero--home .hero-content {
    padding-left: 195px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    flex: 0 0 auto;
  }
  .hero--home .hero-content h1 {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1024px) {
  .hero::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .hero-content {
    padding: 0 40px;
    margin: auto 0;
  }
  .hero-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .hero-content {
    padding: 0 60px;
    margin: auto 0;
  }
  .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 100vh;
    min-height: 600px;
  }
  .hero::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .hero-content {
    padding: 0 40px;
    margin: auto 0;
  }
  .hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .arrow-link {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .hero-content {
    padding: 0 32px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
}
.nav {
  width: 100%;
  padding: 68px 80px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav--white {
  background: #fff;
}
.nav--white .logo {
  color: #202A44;
}
.nav--white .logo img,
.nav--white .logo svg {
  height: 24px !important;
  width: auto !important;
  max-width: none !important;
  display: block;
}
.nav--white .menu-toggle span {
  background: #202A44;
}
.nav--white .nav-links a {
  color: rgba(32, 42, 68, 0.85);
}
.nav--white .nav-links a:hover {
  color: #202A44;
}
.nav--white .nav-links a.active {
  color: #02635E;
}
.nav--white .nav-links a.active::after {
  background-color: #02635E;
}
.nav--white .contact-btn {
  color: #202A44;
  border-color: #202A44;
}
.nav--white .contact-btn:hover {
  background: #202A44;
  color: #fff;
}
@media (max-width: 1024px) {
  .nav--white .contact-btn {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .nav--white .nav-links {
    background: #fff;
  }
  .nav--white .nav-links a {
    color: rgba(32, 42, 68, 0.85);
  }
  .nav--white .nav-links a:hover {
    color: #202A44;
  }
  .nav--white .nav-links a.active {
    color: #02635E;
  }
  .nav--white .mobile-divider {
    background: #d0d0d0;
  }
}

.logo {
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.logo img,
.logo svg {
  height: 24px !important;
  width: auto !important;
  max-width: none !important;
  display: block;
}
.logo a {
  display: flex;
  align-items: center;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  position: relative;
  width: 25px;
  height: 25px;
}
.menu-toggle span {
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  display: block;
}
.menu-toggle.active span {
  display: none;
}
.menu-toggle.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.974236 16.562L17.5362 -8.04087e-08L18.1019 0.565685L0.565685 18.1019L0.974236 16.562Z' fill='%237DCAD8'/%3E%3Cpath d='M1.53993 0.974236L18.1019 17.5362L17.5363 18.1019L3.66322e-06 0.565685L1.53993 0.974236Z' fill='%237DCAD8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
}
.nav-links .mobile-logo,
.nav-links .mobile-divider,
.nav-links .mobile-contact {
  display: none;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 18px;
  line-height: 38px;
  transition: 0.2s;
  position: relative;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links a.active {
  color: #7DCAD8;
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #7DCAD8;
}

.contact-btn {
  padding: 10px 28px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 2px;
  transition: 0.3s ease;
}
.contact-btn:hover {
  background: #fff;
  color: #001428;
}

.arrow {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  width: 19px;
  height: 16px;
  flex-shrink: 0;
}
.arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .nav {
    padding: 40px 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .logo img,
  .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
  .nav--white .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .nav--white .logo img,
  .nav--white .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .nav-links {
    display: flex !important;
    position: static !important;
    background: transparent !important;
    flex-direction: row !important;
    padding: 0 !important;
    gap: 30px !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    top: auto !important;
    transition: none !important;
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav-links > li:not(.mobile-contact):not(.mobile-divider):not(.mobile-logo) {
    border-bottom: none !important;
  }
  .nav-links a {
    font-size: 18px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mobile-divider,
  .mobile-contact,
  .mobile-logo {
    display: none !important;
  }
  .menu-toggle {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .contact-btn {
    display: none !important;
  }
  .hero--services .nav .contact-btn,
  .hero--services .contact-btn {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav {
    padding: 40px 60px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: 60px !important;
    text-align: left !important;
  }
  .logo img,
  .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
  .nav--white .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .nav--white .logo img,
  .nav--white .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
  .logo {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1002 !important;
  }
  .nav.menu-open {
    position: relative !important;
    z-index: 1001 !important;
  }
  .nav.menu-open .nav-links {
    top: 0 !important;
    opacity: 1 !important;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.2s !important;
  }
  .nav.menu-open .nav-links > li:not(.mobile-contact):not(.mobile-divider):not(.mobile-logo) {
    opacity: 1 !important;
    transition: opacity 0.3s ease 0.2s !important;
  }
  .nav.menu-open .nav-links .mobile-contact,
  .nav.menu-open .nav-links .mobile-divider,
  .nav.menu-open .nav-links .mobile-logo {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav:not(.menu-open) .nav-links {
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.2s ease !important;
  }
  .nav:not(.menu-open) .nav-links > li:not(.mobile-contact):not(.mobile-divider):not(.mobile-logo) {
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
  }
  .menu-toggle {
    display: flex !important;
    order: 2 !important;
    position: relative !important;
    z-index: 1002 !important;
  }
  .nav-links {
    display: flex !important;
    position: fixed !important;
    top: -100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #1f2d47 !important;
    flex-direction: column !important;
    padding: 150px 60px 0 !important;
    gap: 5px !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: 100vh !important;
    z-index: 1000 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    opacity: 0 !important;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0.3s ease 0.2s !important;
  }
  .nav-links > li:not(.mobile-contact):not(.mobile-divider):not(.mobile-logo) {
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
    border-bottom: none !important;
  }
  .nav-links a {
    font-family: "Roboto", sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 56px !important;
    padding: 8px 0 !important;
    display: block !important;
    color: #fff !important;
    text-decoration: none !important;
  }
  .mobile-divider {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 1px !important;
    background: #02635E !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    position: relative !important;
    left: -60px !important;
    width: calc(100% + 120px) !important;
    max-width: 100vw !important;
  }
  .mobile-contact {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 20px 0 0 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .mobile-contact .contact-btn-mobile {
    opacity: 1 !important;
    visibility: visible !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #9CB7B2 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    width: 100% !important;
    white-space: nowrap !important;
    padding-right: 0 !important;
  }
  .mobile-contact .contact-btn-mobile .contact-text {
    flex: 0 0 auto !important;
    color: #9CB7B2 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .mobile-contact .contact-btn-mobile .contact-arrow {
    position: absolute !important;
    right: 60px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    z-index: 10 !important;
    flex: 0 0 auto !important;
    visibility: visible !important;
    max-width: calc(100% - 120px) !important;
    opacity: 1 !important;
  }
  .mobile-contact .contact-btn-mobile .button-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) saturate(100%) invert(67%) sepia(8%) saturate(1000%) hue-rotate(130deg) brightness(95%) contrast(85%) !important;
  }
  .mobile-contact .contact-btn-mobile .contact-arrow .button-arrow,
  .contact-btn-mobile .contact-arrow .button-arrow {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(67%) sepia(8%) saturate(1000%) hue-rotate(130deg) brightness(95%) contrast(85%) !important;
  }
  .mobile-logo {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 87px !important;
    position: relative !important;
    left: -60px !important;
    width: calc(100% + 120px) !important;
    max-width: 100vw !important;
    z-index: 0 !important;
    opacity: 1 !important;
  }
  .nav.menu-open .nav-links .mobile-logo {
    display: block !important;
    opacity: 1 !important;
  }
  .mobile-logo-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    opacity: 0.4 !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .contact-btn {
    display: none !important;
  }
  .hero--services .nav .contact-btn,
  .hero--services .contact-btn {
    display: none !important;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-width: 768px) {
  .nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .logo img,
  .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
  .nav--white .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .nav--white .logo img,
  .nav--white .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
  .menu-toggle {
    display: none !important;
  }
  .nav-links {
    display: flex !important;
    position: static !important;
    background: transparent !important;
    flex-direction: row !important;
    padding: 0 !important;
    gap: 30px !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    top: auto !important;
    transition: none !important;
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 auto !important;
  }
  .nav-links > li:not(.mobile-contact):not(.mobile-divider):not(.mobile-logo) {
    border-bottom: none !important;
  }
  .nav-links a {
    font-size: 18px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .mobile-divider,
  .mobile-contact,
  .mobile-logo {
    display: none !important;
  }
  .contact-btn {
    display: none !important;
  }
  .hero--services .nav .contact-btn,
  .hero--services .contact-btn {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .nav {
    padding: 24px 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .nav.menu-open {
    position: relative;
    z-index: 1001;
  }
  .nav.menu-open .nav-links {
    top: 0;
    opacity: 1;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.2s;
  }
  .nav.menu-open .nav-links > * {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .nav:not(.menu-open) .nav-links {
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.2s ease;
  }
  .nav:not(.menu-open) .nav-links > * {
    transition: opacity 0.2s ease;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-toggle {
    display: flex;
    order: 2;
    position: relative;
    z-index: 1002;
  }
  .contact-btn {
    display: none !important;
  }
  .nav-links {
    display: flex;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f2d47;
    flex-direction: column;
    padding: 150px 30px 0;
    gap: 5px;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0.3s ease 0.2s;
  }
  .nav-links > * {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .nav-links > li:not(.mobile-contact):not(.mobile-divider):not(.mobile-logo) {
    border-bottom: none;
  }
  .nav-links a {
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 56px;
    padding: 8px 0;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .nav-links .mobile-logo {
    display: none;
  }
  .nav-links .mobile-divider {
    display: block;
  }
  .nav-links .mobile-contact {
    display: block;
  }
  .mobile-divider {
    height: 1px;
    background: #02635E;
    margin: 0;
    padding: 0;
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    max-width: 100vw;
  }
  .nav--white .mobile-divider {
    background: #02635E;
  }
  .mobile-contact {
    padding: 20px 0 0 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .nav--white .mobile-contact .contact-btn-mobile {
    color: #202A44;
    border-color: #202A44;
  }
  .nav--white .mobile-contact .contact-btn-mobile .contact-arrow .button-arrow {
    filter: brightness(0) !important;
  }
  .nav--white .mobile-contact .contact-btn-mobile:hover {
    background: #202A44;
    color: #fff;
  }
  .nav--white .mobile-contact .contact-btn-mobile:hover .button-arrow {
    filter: brightness(0) invert(1) !important;
  }
  .mobile-contact .contact-btn-mobile {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #9CB7B2;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding-right: 0;
  }
  .mobile-contact .contact-btn-mobile .contact-text {
    flex: 0 0 auto;
    color: #9CB7B2;
  }
  .mobile-contact .contact-btn-mobile .contact-arrow {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex !important;
    align-items: center;
    z-index: 10;
    flex: 0 0 auto;
    visibility: visible !important;
    max-width: calc(100% - 80px);
  }
  .mobile-contact .contact-btn-mobile .contact-arrow .button-arrow,
  .contact-btn-mobile .contact-arrow .button-arrow {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(67%) sepia(8%) saturate(1000%) hue-rotate(130deg) brightness(95%) contrast(85%) !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .nav-links .mobile-logo {
    display: none;
    padding: 0;
    margin: 0;
    margin-top: 87px;
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    max-width: 100vw;
    z-index: 0;
  }
  .nav.menu-open .nav-links .mobile-logo {
    display: block;
  }
  .mobile-logo-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 0.4;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .nav--white .mobile-logo-img {
    opacity: 0.4;
  }
}
@media (max-width: 768px) {
  .logo {
    order: 1;
    position: relative;
    z-index: 1002;
  }
  .logo img,
  .logo svg {
    height: 20px !important;
    width: auto !important;
    max-width: none !important;
  }
  .nav--white .logo img,
  .nav--white .logo svg {
    height: 20px !important;
    width: auto !important;
    max-width: none !important;
  }
}
@media (max-width: 480px) {
  .nav {
    padding: 30px 32px;
  }
  .logo img,
  .logo svg {
    height: 20px !important;
    width: auto !important;
    max-width: none !important;
  }
  .nav--white .logo img,
  .nav--white .logo svg {
    height: 20px !important;
    width: auto !important;
    max-width: none !important;
  }
}
.site-footer {
  background: #202A44;
  color: #fff;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding: 0 80px;
  position: relative;
  z-index: 1;
  justify-items: start;
}

.footer-contact p,
.footer-address p {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 18px;
}
.footer-contact p:last-child,
.footer-address p:last-child {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  margin-left: 32px;
  justify-self: start;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.2s;
  line-height: 1.6;
  min-height: auto;
  min-width: auto;
  display: inline;
}
.footer-links a:hover {
  opacity: 0.7;
}

.footer-divider {
  height: 1px;
  background: #02635E;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 80px;
}
@media (min-width: 1024px) {
  .footer-bottom {
    gap: 20px;
    grid-template-columns: 2fr 0.5fr 1fr;
  }
}

.footer-copyright {
  white-space: nowrap;
}

.footer-copyright p,
.footer-credit p {
  margin: 0;
  color: #9CB7B2;
  font-size: 16px;
}

.footer-logo {
  margin-top: 80px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 0.25;
}

.site-footer--dark.site-footer--standard {
  background: #202A44;
  color: #fff;
}
.site-footer--dark.site-footer--standard .footer-contact,
.site-footer--dark.site-footer--standard .footer-address p {
  color: #fff;
}
.site-footer--dark.site-footer--standard .footer-links a {
  color: #fff;
}
.site-footer--dark.site-footer--standard .footer-divider {
  background: #02635E;
}
.site-footer--dark.site-footer--standard .footer-copyright,
.site-footer--dark.site-footer--standard .footer-credit p {
  color: #9CB7B2;
}
.site-footer--light.site-footer--standard {
  background: #fff;
  color: #202A44;
}
.site-footer--light.site-footer--standard::before {
  display: none;
}
.site-footer--light.site-footer--standard .footer-contact,
.site-footer--light.site-footer--standard .footer-address p {
  color: #202A44;
}
.site-footer--light.site-footer--standard .footer-links a {
  color: #202A44;
}
.site-footer--light.site-footer--standard .footer-links a:hover {
  opacity: 0.7;
}
.site-footer--light.site-footer--standard .footer-divider {
  background: #d0d0d0;
}
.site-footer--light.site-footer--standard .footer-copyright,
.site-footer--light.site-footer--standard .footer-credit p {
  color: #7a8796;
}
.site-footer--light.site-footer--standard .footer-logo {
  opacity: 0.2;
}
.site-footer--light.site-footer--standard .footer-logo img {
  filter: brightness(0);
}

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom > div:empty {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 0 60px;
  }
  .footer-bottom {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 0 60px;
  }
  .footer-bottom > div:empty {
    display: block;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding-top: 40px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  .footer-links {
    margin-left: 0;
  }
  .footer-divider {
    margin: 30px 20px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
  .footer-bottom > div:empty {
    display: none;
  }
  .footer-copyright {
    white-space: normal;
  }
  .footer-copyright p,
  .footer-copyright .footer-credit p {
    font-size: 14px;
  }
  .footer-logo {
    margin-top: 40px;
    padding: 0 20px;
  }
  .footer-logo img {
    width: 100%;
  }
}
.button, .contact-btn, .service-button, .link-button,
.projects-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  padding: 12px 20px;
  border: 1px solid transparent;
  background: transparent;
  color: #000;
  transition: all 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.button:hover, .contact-btn:hover, .service-button:hover, .link-button:hover,
.projects-button:hover {
  background-color: #202A44;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.button:hover .button-arrow, .contact-btn:hover .button-arrow, .service-button:hover .button-arrow, .link-button:hover .button-arrow,
.projects-button:hover .button-arrow {
  filter: brightness(0) invert(1);
  transform: translateX(4px);
}
.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  flex-shrink: 0;
}
.button__icon .icon-arrow, .button__icon .button-arrow {
  width: 19px;
  height: 16px;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.button--sm {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
}
.button--lg {
  padding: 20px 24px;
  font-size: 20px;
}
.button--primary, .link-button,
.projects-button {
  border-color: #9CB7B2;
  background: #fff;
  color: #000;
}
.button--primary:hover, .link-button:hover,
.projects-button:hover {
  background: #202A44;
  color: #fff;
}
.button--primary:hover .button__icon .icon-arrow, .button--primary:hover .button__icon .button-arrow, .link-button:hover .button__icon .icon-arrow, .link-button:hover .button__icon .button-arrow,
.projects-button:hover .button__icon .icon-arrow,
.projects-button:hover .button__icon .button-arrow {
  filter: brightness(0) invert(1);
}
.button--secondary, .service-button {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
}
.button--secondary:hover, .service-button:hover {
  background: #fff;
  color: #202A44;
}
.button--secondary:hover .button__icon .icon-arrow, .button--secondary:hover .button__icon .button-arrow, .service-button:hover .button__icon .icon-arrow, .service-button:hover .button__icon .button-arrow {
  filter: brightness(0);
}
.button--outline, .contact-btn {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.button--outline:hover, .contact-btn:hover {
  background: #fff;
  color: #001428;
}
.button--ghost {
  border-color: transparent;
  background: transparent;
  color: #000;
}
.button--ghost:hover {
  background: rgba(0, 0, 0, 0.05);
}
.button--dark.button--primary, .button--dark.link-button,
.button--dark.projects-button {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
}
.button--dark.button--primary:hover, .button--dark.link-button:hover,
.button--dark.projects-button:hover {
  background: #fff;
  color: #202A44;
}
.button--full {
  width: 100%;
  justify-content: space-between;
}
.button:not(:has(.button__icon)), .contact-btn:not(:has(.button__icon)), .service-button:not(:has(.button__icon)), .link-button:not(:has(.button__icon)),
.projects-button:not(:has(.button__icon)) {
  justify-content: center;
}

.card, .service-card, .news-card, .project-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e5eb;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.card__image {
  width: 100%;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card__content {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.card__eyebrow {
  font-size: 14px;
  color: #02635E;
  margin: 0;
  font-weight: 400;
}
.card__title {
  font-size: 24px;
  color: #1a2b3c;
  margin: 0;
  font-weight: 400;
}
.card__text {
  font-size: 16px;
  color: #102132;
  margin: 0;
  line-height: 1.6;
}
.card__meta {
  color: #7a8796;
  font-size: 18px;
  margin: 0;
}
.card__location {
  color: #1a2b3c;
  font-size: 22px;
  margin: 0;
  font-weight: 300;
}
.card__status {
  font-weight: 400;
}
.card__link {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a8796;
  transition: color 0.3s ease;
}
.card__arrow svg {
  width: 19px;
  height: 16px;
}
.card:hover, .service-card:hover, .news-card:hover, .project-card:hover {
  transform: translateY(-4px);
}
.card:hover .card__image img, .service-card:hover .card__image img, .news-card:hover .card__image img, .project-card:hover .card__image img {
  transform: scale(1.05);
}
.card:hover .card__eyebrow, .service-card:hover .card__eyebrow, .news-card:hover .card__eyebrow, .project-card:hover .card__eyebrow,
.card:hover .card__title,
.service-card:hover .card__title,
.news-card:hover .card__title,
.project-card:hover .card__title,
.card:hover .card__arrow,
.service-card:hover .card__arrow,
.news-card:hover .card__arrow,
.project-card:hover .card__arrow {
  color: #fff;
}
.card--project, .project-card {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 50px;
  padding-left: 100px;
  border-bottom: 1px solid #e0e5eb;
  align-items: center;
  gap: 20px;
  border: none;
  border-bottom: 1px solid #e0e5eb;
}
.card--project:hover, .project-card:hover {
  background: #202A44;
  transform: none;
}
.card--project:hover .card__meta, .project-card:hover .card__meta,
.card--project:hover .card__location,
.project-card:hover .card__location,
.card--project:hover .card__arrow,
.project-card:hover .card__arrow {
  color: #fff;
}
.card--project:last-child, .project-card:last-child {
  border-bottom: none;
}
.card--news, .news-card {
  width: 630px;
  height: 630px;
  min-height: 630px;
  overflow: hidden;
}
.card--news .card__arrow, .news-card .card__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.card--news:hover, .news-card:hover {
  background: #202A44;
}
.card--news:hover .card__eyebrow, .news-card:hover .card__eyebrow,
.card--news:hover .card__title,
.news-card:hover .card__title,
.card--news:hover .card__arrow,
.news-card:hover .card__arrow {
  color: #fff;
}
@media (max-width: 768px) {
  .card--news, .news-card {
    width: 100%;
    height: auto;
    min-height: 400px;
  }
  .card--news .card__arrow, .news-card .card__arrow {
    position: static;
    margin-top: 20px;
    align-self: flex-end;
  }
}
.card--service, .service-card {
  background: transparent;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  min-height: 200px;
}
.card--dark {
  background: #202A44;
  border-color: rgba(255, 255, 255, 0.2);
}
.card--dark .card__eyebrow {
  color: rgba(255, 255, 255, 0.7);
}
.card--dark .card__title {
  color: #fff;
}
.card--dark .card__text {
  color: rgba(255, 255, 255, 0.85);
}
.card--dark .card__arrow {
  color: rgba(255, 255, 255, 0.7);
}
.card--dark:hover {
  background: rgba(255, 255, 255, 0.1);
}

.icon, .button-arrow {
  display: inline-block;
  flex-shrink: 0;
  color: currentColor;
  transition: color 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}
.icon-arrow, .button-arrow {
  width: 19px;
  height: 16px;
}
.icon-arrow--left {
  transform: rotate(180deg);
}
.icon-arrow--up {
  transform: rotate(-90deg);
}
.icon-arrow--down {
  transform: rotate(90deg);
}
.icon-close {
  width: 44px;
  height: 44px;
}
.icon-plus {
  width: 44px;
  height: 44px;
}
.icon-minus {
  width: 44px;
  height: 44px;
}
.icon--sm {
  width: 19px;
  height: 19px;
}
.icon--md {
  width: 44px;
  height: 44px;
}
.icon--lg {
  width: 24px;
  height: 24px;
}

.accordion {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  min-height: 100%;
}
.accordion__item {
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  transition: background 0.3s ease;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__item.active {
  background: #fff;
}
.accordion__item.active .accordion__header {
  background: #202A44;
}
.accordion__item.active .accordion__header p {
  color: #fff;
}
.accordion__item.active .accordion__toggle {
  color: #fff;
}
.accordion__item.active .accordion__content {
  max-height: 2000px;
  padding: 24px 32px 24px;
  background: #fff;
}
.accordion__item:not(.active) {
  background: #fff;
}
.accordion__item:not(.active) .accordion__header {
  background: #fff;
}
.accordion__item:not(.active) .accordion__header:hover {
  background: #202A44 !important;
}
.accordion__item:not(.active) .accordion__header:hover p {
  color: #fff;
}
.accordion__item:not(.active) .accordion__header:hover .accordion__toggle {
  color: #fff;
}
.accordion__item:not(.active) .accordion__content {
  background: #fff;
}
.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
.accordion__header p {
  color: #202A44;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  transition: color 0.3s ease;
}
.accordion__header:hover {
  background: #202A44;
}
.accordion__header:hover p {
  color: #fff;
}
.accordion__header:hover .accordion__toggle {
  color: #fff;
}
.accordion__toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: #202A44;
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  line-height: 1;
}
.accordion__toggle:hover {
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 32px;
  background: #fff;
}
.accordion__content p {
  color: #02635E;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .accordion {
    border-left: none;
    border-right: none;
  }
  .accordion__header {
    padding: 20px;
  }
  .accordion__header p {
    font-size: 18px;
  }
  .accordion__content {
    padding: 0 20px;
  }
  .accordion__item.active .accordion__content {
    padding: 20px;
  }
}
.intro {
  max-width: 64vw;
  margin: 80px auto 40px;
  padding: 0;
  font-size: 28px;
  font-weight: 300;
  color: #202A44;
}
.intro--light {
  background: #fff;
  color: #202A44;
}
.intro--dark {
  background: #202A44;
  color: #fff;
  position: relative;
}
@media (min-width: 1920px) {
  .intro--dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #202A44;
    z-index: -1;
  }
}

@media (min-width: 1025px) {
  .intro {
    max-width: 1059px;
    margin-top: 140px;
    margin-bottom: 116px;
  }
}
@media (max-width: 1024px) {
  .intro {
    max-width: 85vw;
    padding: 60px 40px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro {
    max-width: 80vw;
    padding: 60px 60px;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro {
    position: relative;
    margin-top: 0;
    clear: both;
  }
}
@media (max-width: 768px) {
  .intro {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    font-size: 24px;
    line-height: 1.6;
    color: #02635E;
  }
}
@media (max-width: 480px) {
  .intro {
    font-size: 24px;
    padding: 30px 20px;
    color: #02635E;
  }
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  align-items: stretch;
  border-top: 1px solid #d0d0d0;
  position: relative;
}
@media (min-width: 1920px) {
  .feature {
    border-top: none;
  }
  .feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #d0d0d0;
    z-index: 0;
  }
  .feature.feature--dark::before {
    display: none;
  }
}

.feature__image,
.feature-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
  grid-column: 1;
  grid-row: 1;
}
.feature__image img,
.feature-image img {
  max-width: 522px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.feature__copy,
.feature-copy {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
}
.feature__copy > p:not(.feature-eyebrow):not(.feature__eyebrow),
.feature-copy > p:not(.feature-eyebrow):not(.feature__eyebrow) {
  margin-bottom: 24px;
  color: #02635E;
  font-size: 16px;
  line-height: 1.6;
  max-width: 410px;
}
.feature__copy .link-button,
.feature-copy .link-button {
  color: #000;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #9CB7B2;
  background: #fff;
  padding: 12px 20px;
  transition: color 0.3s ease;
  max-width: 300px;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.feature__copy .link-button:hover,
.feature-copy .link-button:hover {
  background-color: #202A44;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.feature__copy .link-button:hover .button-arrow,
.feature-copy .link-button:hover .button-arrow {
  filter: brightness(0) invert(1);
  transform: translateX(4px);
}

.feature__eyebrow,
.feature-eyebrow {
  font-size: 24px;
  color: #202A44;
  margin-bottom: 24px;
  font-weight: 400;
}

.feature--light {
  background: #fff;
  border-top-color: #d0d0d0;
}
.feature--light .feature__copy,
.feature--light .feature-copy {
  background: #fff;
}
.feature--light .feature__copy > p:not(.feature-eyebrow):not(.feature__eyebrow),
.feature--light .feature-copy > p:not(.feature-eyebrow):not(.feature__eyebrow) {
  color: #02635E;
}
.feature--light .feature__copy .link-button,
.feature--light .feature-copy .link-button {
  background: #fff;
  border-color: #9CB7B2;
  color: #000;
}
.feature--light .feature__eyebrow,
.feature--light .feature-eyebrow {
  color: #202A44;
}
.feature--dark {
  background: #202A44;
  border-top-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
@media (min-width: 1920px) {
  .feature--dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #202A44;
    z-index: -1;
  }
  .feature--dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
  }
}
.feature--dark .feature__copy,
.feature--dark .feature-copy {
  background: #202A44;
}
.feature--dark .feature__copy > p:not(.feature-eyebrow):not(.feature__eyebrow),
.feature--dark .feature-copy > p:not(.feature-eyebrow):not(.feature__eyebrow) {
  color: rgba(255, 255, 255, 0.85);
}
.feature--dark .feature__copy .link-button,
.feature--dark .feature-copy .link-button {
  background: #202A44;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.feature--dark .feature__copy .link-button:hover,
.feature--dark .feature-copy .link-button:hover {
  background: #fff;
  color: #202A44;
}
.feature--dark .feature__eyebrow,
.feature--dark .feature-eyebrow {
  color: #fff;
}
.feature--services .feature__image,
.feature--services .feature-image {
  grid-column: 2;
}
.feature--services .feature__copy,
.feature--services .feature-copy {
  grid-column: 1;
}

@media (max-width: 1024px) {
  .feature {
    grid-template-columns: 1fr;
  }
  .feature__image, .feature-image {
    padding: 60px 40px;
  }
  .feature__copy, .feature-copy {
    padding: 60px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .feature {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .feature {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .feature__eyebrow,
  .feature-eyebrow {
    font-size: 22px;
  }
}
.projects {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid #d0d0d0;
  align-items: stretch;
  position: relative;
}
@media (min-width: 1920px) {
  .projects {
    border-top: none;
  }
  .projects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #d0d0d0;
    z-index: 0;
  }
}

.projects-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px;
  width: 405px;
  max-width: 405px;
  flex: 0 0 405px;
  border-right: 1px solid #d0d0d0;
}
.projects-left h2 {
  font-size: 56px;
  font-weight: 400;
  color: #1a2b3c;
  margin: 0;
}

.projects-button {
  color: #202A44;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #9CB7B2;
  background: #fff;
  padding: 0 22px;
  height: 57px;
  width: 305px;
  max-width: 305px;
  box-sizing: border-box;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.projects-button:hover {
  background-color: #202A44;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.projects-button:hover .button-arrow {
  filter: brightness(0) invert(1);
  transform: translateX(4px);
}
.projects-button .button-arrow {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.projects-index__list {
  border: 1px solid #e0e5eb;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card {
  display: flex;
  align-items: center;
  padding: 50px;
  padding-left: 100px;
  border-bottom: 1px solid #e0e5eb;
  transition: background 0.3s ease;
  cursor: pointer;
  flex: 1;
  min-height: 0;
  position: relative;
  gap: 0;
}
.project-card:hover:not(.project-card--index) {
  background: #202A44;
}
.project-card:hover:not(.project-card--index) .project-card__meta,
.project-card:hover:not(.project-card--index) .project-card__location,
.project-card:hover:not(.project-card--index) .project-card__arrow {
  color: #fff;
}
.project-card:last-child {
  border-bottom: none;
}

.project-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  box-sizing: border-box;
}

.project-card__meta {
  color: #7a8796;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.project-status {
  color: #02635E;
}

.project-card__location {
  font-size: 28px;
  color: #1a2b3c;
  margin: 0;
}
.project-card__location br {
  display: none;
}
.project-card__location {
  font-weight: 400;
}

.project-card__arrow {
  color: #7a8796;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
}
.project-card__arrow svg {
  width: 100%;
  height: 100%;
}

.projects--light.projects--standard {
  background: #fff;
  border-top-color: #d0d0d0;
}
.projects--light.projects--standard .projects-left h2 {
  color: #1a2b3c;
}
.projects--light.projects--standard .projects-button {
  background: #fff;
  border-color: #9CB7B2;
  color: #000;
}
.projects--light.projects--standard .projects-index__list {
  border-color: #e0e5eb;
}
.projects--light.projects--standard .project-card {
  border-bottom-color: #e0e5eb;
}
.projects--light.projects--standard .project-card:hover {
  background: #202A44;
}
.projects--light.projects--standard .project-card:hover .project-meta,
.projects--light.projects--standard .project-card:hover .project-location,
.projects--light.projects--standard .project-card:hover .project-card__arrow {
  color: #fff;
}
.projects--light.projects--standard .project-card__meta {
  color: #7a8796;
}
.projects--light.projects--standard .project-card__location {
  color: #1a2b3c;
}
.projects--light.projects--standard .project-card__arrow {
  color: #7a8796;
}
.projects--dark.projects--standard {
  background: #202A44;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.projects--dark.projects--standard .projects-left h2 {
  color: #fff;
}
.projects--dark.projects--standard .projects-button {
  background: #202A44;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.projects--dark.projects--standard .projects-button:hover {
  background: #fff;
  color: #202A44;
}
.projects--dark.projects--standard .projects-index__list {
  border-color: rgba(255, 255, 255, 0.2);
}
.projects--dark.projects--standard .project-card {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.projects--dark.projects--standard .project-card:hover {
  background: rgba(255, 255, 255, 0.1);
}
.projects--dark.projects--standard .project-card:hover .project-meta,
.projects--dark.projects--standard .project-card:hover .project-location,
.projects--dark.projects--standard .project-card:hover .project-card__arrow {
  color: #fff;
}
.projects--dark.projects--standard .project-card__meta {
  color: rgba(255, 255, 255, 0.7);
}
.projects--dark.projects--standard .project-card__location {
  color: #fff;
}
.projects--dark.projects--standard .project-card__arrow {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1025px) {
  .project-card {
    padding: 72px 80px 53px 72px;
  }
  .project-card .project-card__info {
    width: 847px;
    height: 115px;
    max-width: 847px;
    max-height: 115px;
  }
  .project-card .project-card__arrow {
    position: absolute;
    left: 919px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  .projects {
    grid-template-columns: 1fr;
  }
  .projects-left {
    padding: 60px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .projects {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 768px) {
  .projects {
    display: flex;
    flex-direction: column;
  }
  .projects-left {
    padding: 40px;
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .projects-left h2 {
    font-size: 34px;
    margin-bottom: 24px;
    order: 1;
  }
  .projects-left .projects-button {
    display: none;
  }
  .projects-index__list {
    order: 2;
    border: none;
    border-top: 1px solid #d0d0d0;
  }
  .project-card {
    padding: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .project-card .project-card__info {
    width: 100%;
  }
  .project-card .project-card__location br {
    display: block;
  }
  .project-card .project-card__arrow {
    align-self: flex-end;
    margin-top: auto;
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .project-card:last-child {
    border-bottom: 1px solid #e0e5eb;
  }
  .projects-button-mobile {
    order: 3;
    display: flex !important;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 24px 20px 40px;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #9CB7B2;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  .projects-button-mobile:hover {
    background-color: #202A44;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .projects-button-mobile:hover .button-arrow {
    filter: brightness(0) invert(1);
    transform: translateX(4px);
  }
  .projects--services {
    background: #202A44;
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .projects--services .projects-left h2 {
    color: #fff;
  }
  .projects--services .projects-button-mobile {
    background: #202A44;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  .projects--services .projects-button-mobile:hover {
    background: #fff;
    color: #202A44;
  }
  .projects--services .projects-index__list {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .projects--services .project-card {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .projects--services .project-card:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .projects--services .project-card:hover .project-card__meta,
  .projects--services .project-card:hover .project-card__location,
  .projects--services .project-card:hover .project-card__arrow {
    color: #fff;
  }
  .projects--services .project-card:last-child {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .projects--services .project-card__meta {
    color: rgba(255, 255, 255, 0.7);
  }
  .projects--services .project-status {
    color: #02635E;
  }
  .projects--services .project-card__location {
    color: #fff;
  }
  .projects--services .project-card__arrow {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 480px) {
  .projects-left h2 {
    font-size: 34px;
  }
}
.projects-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  background: rgba(2, 99, 94, 0.05);
  min-height: 100vh;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .projects-index {
    grid-template-columns: 40% 60%;
    margin: 0 clamp(20px, 5vw, 80px) clamp(40px, 5vw, 80px);
    max-width: calc(100vw - clamp(40px, 10vw, 160px));
    width: 100%;
    align-items: start;
  }
}
@media (min-width: 1920px) {
  .projects-index {
    max-width: 1440px;
    margin: 0 auto clamp(40px, 5vw, 80px);
  }
}

.projects-index-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(20px, 4vw, 80px);
  gap: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.projects-index-left h2 {
  font-size: 56px;
  font-weight: 300;
  color: #1a2b3c;
  margin: 0 0 24px 0;
}
.projects-index-left .projects-index-description {
  font-size: 24px;
  color: #7a8796;
  line-height: 1.6;
  margin: 0 0 32px 0;
}
.projects-index-left .projects-filters {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.projects-index-left .projects-index__filter-input-wrapper {
  display: none;
  position: relative;
  width: 100%;
}
.projects-index-left .projects-index__filter-input {
  width: 100%;
  padding: 12px 20px;
  padding-right: 48px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #1a2b3c;
  font-size: 18px;
  font-weight: 300;
  font-family: Roboto;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.projects-index-left .projects-index__filter-input::placeholder {
  color: #7a8796;
}
.projects-index-left .projects-index__filter-input:focus {
  outline: none;
  border-color: #202A44;
}
.projects-index-left .projects-index__filter-clear {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a8796;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.projects-index-left .projects-index__filter-clear.visible {
  opacity: 1;
  pointer-events: all;
}
.projects-index-left .projects-index__filter-clear:hover {
  color: #202A44;
}
.projects-index-left .projects-index__filter-clear svg {
  width: 16px;
  height: 16px;
}
.projects-index-left .projects-index__filters-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: nowrap;
}
.projects-index-left .projects-index__filter {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #1a2b3c;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  padding: 12px clamp(12px, 2vw, 20px);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-family: Roboto;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
}
.projects-index-left .projects-index__filter:hover {
  background: #202A44;
  color: #fff;
  border-color: #202A44;
}
.projects-index-left .projects-index__filter.active {
  background: #202A44;
  color: #fff;
  border-color: #202A44;
}
.projects-index-left .projects-accent-line {
  display: none;
}
.projects-index-left .projects-index__filter-dropdown-wrapper {
  display: none;
  position: relative;
  width: 100%;
}
.projects-index-left .projects-index__filter-dropdown-toggle {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #1a2b3c;
  font-size: 18px;
  font-weight: 300;
  font-family: Roboto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.projects-index-left .projects-index__filter-dropdown-toggle:hover {
  background: #202A44;
  color: #fff;
  border-color: #202A44;
}
.projects-index-left .projects-index__filter-dropdown-toggle:hover .filter-dropdown-arrow {
  color: #fff;
}
.projects-index-left .projects-index__filter-dropdown-toggle .filter-dropdown-text {
  flex: 1;
  text-align: left;
}
.projects-index-left .projects-index__filter-dropdown-toggle .filter-dropdown-arrow {
  width: 16px;
  height: 16px;
  color: currentColor;
  transition: transform 0.3s ease;
}
.projects-index-left .projects-index__filter-dropdown-toggle.active {
  background: #202A44;
  color: #fff;
  border-color: #202A44;
}
.projects-index-left .projects-index__filter-dropdown-toggle.active .filter-dropdown-arrow {
  transform: rotate(180deg);
  color: #fff;
}
.projects-index-left .projects-index__filter-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top: none;
  z-index: 10;
  flex-direction: column;
  margin-top: 0;
}
.projects-index-left .projects-index__filter-dropdown.open {
  display: flex;
}
.projects-index-left .projects-index__filter-dropdown-item {
  padding: 12px 20px;
  padding-left: 48px;
  border: none;
  background: #fff;
  color: #1a2b3c;
  font-size: 18px;
  font-weight: 300;
  font-family: Roboto;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.projects-index-left .projects-index__filter-dropdown-item:last-child {
  border-bottom: none;
}
.projects-index-left .projects-index__filter-dropdown-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #d0d0d0;
  background: #fff;
  transition: all 0.3s ease;
}
.projects-index-left .projects-index__filter-dropdown-item::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.projects-index-left .projects-index__filter-dropdown-item:hover {
  background: rgba(2, 99, 94, 0.1);
}
.projects-index-left .projects-index__filter-dropdown-item.active {
  background: #fff;
  color: #1a2b3c;
}
.projects-index-left .projects-index__filter-dropdown-item.active::before {
  background: #202A44;
  border-color: #202A44;
  opacity: 1;
}
.projects-index-left .projects-index__filter-dropdown-item.active::after {
  opacity: 1;
}

.projects-index-right {
  background: transparent;
  padding: clamp(20px, 4vw, 80px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (min-width: 1025px) {
  .projects-index-right {
    box-sizing: border-box;
    min-width: 0;
  }
}

.projects-index-right .projects-index__list {
  border: none;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .projects-index-right .projects-index__list {
    gap: clamp(30px, 4vw, 40px);
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .projects-index-right .projects-index__list {
    gap: 0;
  }
}

.project-card--index {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr;
  gap: clamp(12px, 2vw, 20px);
  padding: 0;
  border: none;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  background: #fff !important;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.project-card--index .project-card__meta {
  color: #7a8796 !important;
}
.project-card--index .project-status {
  color: #02635E !important;
}
.project-card--index .project-card__location {
  color: #1a2b3c !important;
}
.project-card--index .project-card__arrow {
  color: #7a8796 !important;
}
.project-card--index:not(:hover):not(:focus):not(:focus-visible), .project-card--index:focus, .project-card--index:focus-visible {
  background: #fff !important;
}
.project-card--index:not(:hover):not(:focus):not(:focus-visible) .project-card__meta, .project-card--index:focus .project-card__meta, .project-card--index:focus-visible .project-card__meta {
  color: #7a8796 !important;
}
.project-card--index:not(:hover):not(:focus):not(:focus-visible) .project-status, .project-card--index:focus .project-status, .project-card--index:focus-visible .project-status {
  color: #02635E !important;
}
.project-card--index:not(:hover):not(:focus):not(:focus-visible) .project-card__location, .project-card--index:focus .project-card__location, .project-card--index:focus-visible .project-card__location {
  color: #1a2b3c !important;
}
.project-card--index:not(:hover):not(:focus):not(:focus-visible) .project-card__arrow, .project-card--index:focus .project-card__arrow, .project-card--index:focus-visible .project-card__arrow {
  color: #7a8796 !important;
}
.project-card--index:focus, .project-card--index:focus-visible {
  outline: none;
}
.project-card--index:focus:focus-visible, .project-card--index:focus-visible:focus-visible {
  outline: 2px solid #202A44;
  outline-offset: 2px;
}
.project-card--index {
  background: #fff !important;
}
.project-card--index.active, .project-card--index:hover:not(:focus):not(:focus-visible):not(.active) {
  background: #02635E !important;
}
.project-card--index.active .project-card__meta, .project-card--index:hover:not(:focus):not(:focus-visible):not(.active) .project-card__meta {
  color: rgba(255, 255, 255, 0.8) !important;
}
.project-card--index.active .project-status, .project-card--index:hover:not(:focus):not(:focus-visible):not(.active) .project-status {
  color: rgba(255, 255, 255, 0.9) !important;
}
.project-card--index.active .project-card__location, .project-card--index:hover:not(:focus):not(:focus-visible):not(.active) .project-card__location {
  color: #fff !important;
}
.project-card--index.active .project-card__arrow, .project-card--index:hover:not(:focus):not(:focus-visible):not(.active) .project-card__arrow {
  color: #fff !important;
}
@media (min-width: 1025px) {
  .project-card--index {
    padding: clamp(24px, 3vw, 40px);
    max-width: 100%;
    width: 100%;
    min-height: clamp(300px, 25vw, 350px);
    max-height: clamp(350px, 30vw, 400px);
    height: auto;
    align-self: flex-start;
    align-items: stretch;
    box-sizing: border-box;
  }
  .project-card--index .project-card-image {
    height: 100% !important;
    aspect-ratio: 1/1 !important;
    width: auto !important;
    max-width: 100%;
    align-self: stretch;
  }
}
.project-card--index .project-card-image {
  min-width: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  aspect-ratio: 1/1;
  width: clamp(120px, 15vw, 200px);
  height: auto;
  position: relative;
}
.project-card--index .project-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-card--index .project-card-content {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.5vw, 16px);
  flex: 1;
  position: relative;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
}
.project-card--index .project-card__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-card--index .project-card__meta {
  color: #7a8796 !important;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 400;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}
.project-card--index .project-status {
  color: #02635E !important;
  transition: color 0.3s ease;
}
.project-card--index .project-card__location {
  font-size: clamp(18px, 2vw, 28px);
  color: #1a2b3c !important;
  margin: 0;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
  transition: color 0.3s ease;
  white-space: normal;
  hyphens: auto;
}
.project-card--index .project-card__location br {
  display: block;
}
@media (min-width: 1025px) {
  .project-card--index .project-card-content .project-card__location {
    font-size: clamp(18px, 2vw, 26px);
    max-width: 100%;
  }
}
.project-card--index .project-card__arrow {
  color: #7a8796 !important;
  width: clamp(40px, 4vw, 48px);
  height: clamp(40px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* background: rgba(0, 0, 0, 0.05); */
  border-radius: 50%;
  position: absolute;
  bottom: clamp(16px, 2vw, 24px);
  right: clamp(16px, 2vw, 24px);
  transition: color 0.3s ease;
}
.project-card--index .project-card__arrow svg {
  width: clamp(16px, 1.5vw, 19px);
  height: clamp(14px, 1.5vw, 16px);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .projects-index {
    grid-template-columns: 40% 60%;
    margin: 0 clamp(15px, 3vw, 60px) clamp(30px, 4vw, 60px);
    background: rgba(2, 99, 94, 0.05);
    max-width: calc(100vw - clamp(30px, 6vw, 120px));
    align-items: start;
  }
  .projects-index-left {
    padding: clamp(15px, 3vw, 60px);
    gap: clamp(20px, 2.5vw, 32px);
  }
  .projects-index-left h2 {
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 300;
  }
  .projects-index-left .projects-index-description {
    font-size: clamp(18px, 2vw, 22px);
  }
  .projects-index-left .projects-filters {
    flex-direction: row;
    gap: 16px;
  }
  .projects-index-left .projects-index__filters-buttons {
    flex-direction: row;
    gap: 16px;
  }
  .projects-index-left .projects-index__filter {
    text-align: center;
  }
  .projects-index-left .projects-accent-line {
    display: none;
  }
  .projects-index-right {
    padding: clamp(15px, 3vw, 60px);
    overflow: hidden;
  }
  .projects-index-right .projects-index__list {
    gap: clamp(20px, 2.5vw, 35px);
    align-items: flex-start;
  }
  .project-card--index {
    padding: clamp(18px, 2.5vw, 32px);
    max-width: 100%;
    width: 100%;
    min-height: clamp(250px, 20vw, 300px);
    max-height: clamp(300px, 25vw, 350px);
    height: auto;
    align-self: flex-start;
    align-items: stretch;
    box-sizing: border-box;
  }
  .project-card--index .project-card-image {
    height: 100% !important;
    aspect-ratio: 1/1 !important;
    width: auto !important;
    max-width: 100%;
    align-self: stretch;
  }
  .project-card--index .project-card-content {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 1.2vw, 14px);
    flex: 1;
    position: relative;
    min-height: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .project-card--index .project-card__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .project-card--index .project-card__meta {
    font-size: clamp(13px, 1.3vw, 15px);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .project-card--index .project-card__location {
    font-size: clamp(16px, 1.8vw, 24px);
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
    white-space: normal;
    hyphens: auto;
  }
}
@media (max-width: 768px) {
  .projects-index {
    background: rgba(2, 99, 94, 0.05);
    min-height: auto;
  }
  .projects-index-left {
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 16px;
    min-height: auto;
    height: auto;
    position: relative;
    z-index: 10;
  }
  .projects-index-left h2 {
    font-size: 34px;
    font-weight: 300;
    margin: 0;
    padding-top: 0;
  }
  .projects-index-left .projects-index-description {
    display: none;
  }
  .projects-index-left .projects-filters {
    gap: 0;
    margin: 0;
    margin-bottom: 0;
  }
  .projects-index-left .projects-index__filter-input-wrapper {
    display: none;
  }
  .projects-index-left .projects-index__filters-buttons {
    display: none;
  }
  .projects-index-left .projects-index__filter-dropdown-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    position: relative;
  }
  .projects-index-left .projects-index__filter-dropdown-toggle {
    flex: 1;
    min-width: 0;
    position: relative;
  }
  .projects-index-left .projects-index__filter-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 38px - 16px);
    max-width: calc(100% - 38px - 16px);
    right: auto;
    box-sizing: border-box;
  }
  .projects-index-left .projects-index__filter-clear-mobile {
    display: flex;
    width: 40px;
    min-width: 40px;
    height: 100%;
    padding: 0;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #1a2b3c;
    border-radius: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    opacity: 0.4;
    box-sizing: border-box;
  }
  .projects-index-left .projects-index__filter-clear-mobile svg {
    width: 16px;
    height: 16px;
  }
  .projects-index-left .projects-index__filter-clear-mobile.visible {
    opacity: 1;
    cursor: pointer;
  }
  .projects-index-left .projects-index__filter-clear-mobile.visible:hover {
    background: #202A44;
    color: #fff;
    border-color: #202A44;
  }
  .projects-index-left .projects-index__filter-clear-mobile:not(.visible) {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .projects-index-left .projects-index__filter-clear-mobile:not(.visible):hover {
    background: #fff;
    color: #1a2b3c;
    border-color: #d0d0d0;
  }
  .projects-index-left .projects-accent-line {
    display: none !important;
  }
  .projects-index-left * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .projects-index-left > * + * {
    margin-top: 16px;
  }
  .projects-index-right {
    padding: 20px 0 20px 16px;
    position: relative;
    margin-top: 0;
    z-index: 1;
  }
  .projects-index-right .projects-index__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 550px;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #02635E rgba(2, 99, 94, 0.1);
  }
  .projects-index-right .projects-index__list::-webkit-scrollbar {
    width: 8px;
    -webkit-appearance: none;
  }
  .projects-index-right .projects-index__list::-webkit-scrollbar-track {
    background: rgba(2, 99, 94, 0.1);
    border-radius: 4px;
  }
  .projects-index-right .projects-index__list::-webkit-scrollbar-thumb {
    background: #02635E;
    border-radius: 4px;
    -webkit-appearance: none;
  }
  .projects-index-right .projects-index__list::-webkit-scrollbar-thumb:hover {
    background: rgb(1.495049505, 74.004950495, 70.2673267327);
  }
  .projects-index-right .projects-index__list::-webkit-scrollbar-thumb:active {
    background: rgb(0.9900990099, 49.0099009901, 46.5346534653);
  }
  .project-card--index {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: none;
    background: #fff !important;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 550px !important;
    height: 550px !important;
    max-height: 550px !important;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
    align-items: stretch;
  }
  .project-card--index .project-card-image {
    width: calc(100% - 40px);
    height: 200px !important;
    margin: 20px 20px 16px 20px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
  }
  .project-card--index .project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .project-card--index .project-card-content {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 20px 60px 20px !important;
    gap: 16px;
    flex: 1 1 auto;
    position: relative;
    min-height: 0;
    overflow: visible !important;
    width: 100%;
    box-sizing: border-box;
  }
  .project-card--index .project-card__info {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
    visibility: visible !important;
  }
  .project-card--index .project-card__meta {
    display: block !important;
    visibility: visible !important;
    font-size: 14px !important;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #7a8796 !important;
    margin: 0;
    padding: 0;
  }
  .project-card--index .project-card__location {
    display: block !important;
    visibility: visible !important;
    font-size: 20px !important;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #1a2b3c !important;
    margin: 0;
    padding: 0;
  }
  .project-card--index .project-card__arrow {
    display: flex !important;
    visibility: visible !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    z-index: 1;
  }
}
.news {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 80px;
  border-top: 1px solid #d0d0d0;
  position: relative;
}
@media (min-width: 1920px) {
  .news {
    border-top: none;
  }
  .news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #d0d0d0;
    z-index: 0;
  }
}

.news-card {
  border: 1px solid #e0e5eb;
  background: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 630px;
  height: 630px;
  min-height: 630px;
  position: relative;
}
.news-card:hover {
  background: #202A44;
  transform: translateY(-4px);
}
.news-card:hover .news-eyebrow,
.news-card:hover .news-title,
.news-card:hover .news-arrow {
  color: #fff;
}
.news-card img {
  width: 590px;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 10px auto;
}

.news-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.news-eyebrow {
  font-size: 14px;
  color: #02635E;
  margin: 0;
  font-weight: 400;
}

.news-title {
  font-size: 28px;
  color: #1a2b3c;
  margin: 0;
  font-weight: 400;
}

.news-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  color: #7a8796;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.news-arrow svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .news-arrow {
    width: 48px;
    height: 48px;
  }
  .news-eyebrow {
    width: 522px;
    height: 52px;
    max-width: 522px;
    max-height: 52px;
  }
}
.news--light.news--standard {
  background: #fff;
  border-top-color: #d0d0d0;
}
.news--light.news--standard .news-card {
  background: #fff;
  border-color: #e0e5eb;
}
.news--light.news--standard .news-card:hover {
  background: #202A44;
}
.news--light.news--standard .news-card:hover .news-eyebrow,
.news--light.news--standard .news-card:hover .news-title,
.news--light.news--standard .news-card:hover .news-arrow {
  color: #fff;
}
.news--light.news--standard .news-eyebrow {
  color: #02635E;
}
.news--light.news--standard .news-title {
  color: #1a2b3c;
}
.news--light.news--standard .news-arrow {
  color: #7a8796;
}
.news--dark.news--standard {
  background: #202A44;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.news--dark.news--standard .news-card {
  background: #202A44;
  border-color: rgba(255, 255, 255, 0.2);
}
.news--dark.news--standard .news-card:hover {
  background: rgba(255, 255, 255, 0.1);
}
.news--dark.news--standard .news-card:hover .news-eyebrow,
.news--dark.news--standard .news-card:hover .news-title,
.news--dark.news--standard .news-card:hover .news-arrow {
  color: #fff;
}
.news--dark.news--standard .news-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}
.news--dark.news--standard .news-title {
  color: #fff;
}
.news--dark.news--standard .news-arrow {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .news {
    grid-template-columns: 1fr;
    padding: 60px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news {
    grid-template-columns: 1fr 1fr;
    padding: 60px 60px;
  }
}
@media (max-width: 768px) {
  .news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 20px;
  }
  .news-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 400px;
  }
  .news-card img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
  .news-content {
    padding: 24px 20px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .news-title {
    margin-bottom: 20px;
  }
  .news-arrow {
    position: static;
    display: flex;
    margin-top: 20px;
    align-self: flex-end;
    width: 22px;
    height: 22px;
  }
  .news-eyebrow {
    font-size: 14px;
  }
  .news-title {
    font-size: 24px;
  }
}
.approach-section {
  background: #202A44;
  color: #fff;
  border-top: 1px solid #d0d0d0;
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr auto 2fr;
  grid-template-rows: 1fr;
}
@media (min-width: 1920px) {
  .approach-section {
    border-top: none;
  }
  .approach-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
  }
}
.approach-section .approach-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  min-width: 20px;
  height: 10px;
  background: #02635E;
  transition: width 0.1s ease-out, left 0.1s ease-out;
  z-index: 101;
  cursor: grab;
  user-select: none;
}
.approach-section .approach-progress:active {
  cursor: grabbing;
}
.approach-section .approach-left {
  position: sticky;
  left: 0;
  top: 0;
  padding: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  z-index: 5;
  background: #202A44;
}
.approach-section .approach-left .approach-title {
  display: flex;
  flex-direction: column;
  font-size: 56px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
.approach-section .approach-left .approach-title span {
  display: block;
}
.approach-section .approach-divider {
  width: 1px;
  background: #9CB7B2;
  position: sticky;
  left: 0;
  z-index: 4;
  align-self: stretch;
}
.approach-section .approach-container {
  display: flex;
  flex-direction: column;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100vh;
  width: 100%;
  position: relative;
  min-width: 0;
  grid-column: 3;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.approach-section .approach-container::-webkit-scrollbar {
  display: none;
}
.approach-section .approach-page {
  flex: 0 0 100vh;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  position: relative;
  scroll-snap-align: start;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
.approach-section .approach-right {
  padding: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.approach-section .approach-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #02635E;
  z-index: 1;
}
.approach-section .approach-right .approach-heading {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 24px 0;
}
.approach-section .approach-right .approach-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  max-width: 303px;
  margin: 0 0 auto 0;
}
.approach-section .approach-right .approach-number {
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 200px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .approach-section .approach-right .approach-number {
    font-size: 120px;
    top: 40px;
    right: 40px;
  }
}
.approach-section .approach-right .approach-icon-wrapper {
  position: absolute;
  bottom: 80px;
  right: 80px;
  width: 180px;
  height: 180px;
}
@media (min-width: 1024px) {
  .approach-section .approach-right .approach-icon-wrapper {
    width: 500px;
    height: 500px;
  }
}
.approach-section .approach-right .approach-icon-wrapper .approach-icon {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.approach-section .approach-nav {
  display: none;
}
.approach-section--dark.approach-section--standard {
  background: #202A44;
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.approach-section--dark.approach-section--standard .approach-left {
  background: #202A44;
}
.approach-section--dark.approach-section--standard .approach-left .approach-title {
  color: #fff;
}
.approach-section--dark.approach-section--standard .approach-divider {
  background: rgba(255, 255, 255, 0.2);
}
.approach-section--dark.approach-section--standard .approach-right .approach-heading {
  color: #fff;
}
.approach-section--dark.approach-section--standard .approach-right .approach-text {
  color: rgba(255, 255, 255, 0.85);
}
.approach-section--dark.approach-section--standard .approach-right .approach-number {
  color: #fff;
}
.approach-section--dark.approach-section--standard .approach-right::after {
  background: rgba(255, 255, 255, 0.2);
}
.approach-section--dark.approach-section--standard .approach-progress {
  background: #02635E;
}
.approach-section--light.approach-section--standard {
  background: #fff;
  color: #202A44;
  border-top-color: #d0d0d0;
}
.approach-section--light.approach-section--standard .approach-left {
  background: #fff;
}
.approach-section--light.approach-section--standard .approach-left .approach-title {
  color: #202A44;
}
.approach-section--light.approach-section--standard .approach-divider {
  background: #d0d0d0;
}
.approach-section--light.approach-section--standard .approach-right .approach-heading {
  color: #202A44;
}
.approach-section--light.approach-section--standard .approach-right .approach-text {
  color: #102132;
}
.approach-section--light.approach-section--standard .approach-right .approach-number {
  color: #1a2b3c;
}
.approach-section--light.approach-section--standard .approach-right::after {
  background: #d0d0d0;
}
.approach-section--light.approach-section--standard .approach-progress {
  background: #02635E;
}

@media (max-width: 768px) {
  .approach-section {
    height: auto;
    min-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    overflow: visible;
    position: relative;
  }
  .approach-section .approach-left {
    padding: 40px;
    height: auto;
    position: relative;
    grid-row: 1;
    grid-column: 1;
  }
  .approach-section .approach-left .approach-title {
    font-size: 40px;
  }
  .approach-section .approach-left .approach-title span {
    display: inline;
  }
  .approach-section .approach-divider {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    height: 1px;
    background: #9CB7B2;
    position: relative;
    align-self: stretch;
  }
  .approach-section .approach-container {
    grid-column: 1;
    grid-row: 3;
    max-height: 706px;
    height: 706px;
    overflow: hidden;
    overflow-y: hidden;
    scroll-snap-type: none;
  }
  .approach-section .approach-page {
    max-height: 706px;
    height: 706px;
    overflow: hidden;
  }
  .approach-section .approach-right {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .approach-section .approach-heading {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    width: 100%;
    padding-right: 80px;
  }
  .approach-section .approach-number {
    position: absolute !important;
    top: 0 !important;
    right: 40px !important;
    font-size: 60px !important;
    line-height: 1;
    margin: 0;
    padding-top: 0.35em;
    pointer-events: none;
  }
  .approach-section .approach-text {
    max-width: 100%;
    text-align: left;
    margin: 0 0 24px 0;
  }
  .approach-section .approach-icon-wrapper {
    width: 350px !important;
    height: 350px !important;
    bottom: auto;
    right: auto;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  .approach-section .approach-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px 40px;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    background: #202A44;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .approach-section .approach-nav button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .approach-section .approach-nav button svg {
    width: 19px;
    height: 16px;
    display: block !important;
    visibility: visible !important;
  }
  .approach-section .approach-nav button:hover:not(.disabled) {
    opacity: 0.7;
  }
  .approach-section .approach-nav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}
.hero--home {
  height: 100vh;
  background: url("assets/images/header.jpg") center center/cover no-repeat;
  background-color: #001428;
}
.hero--home::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 20, 40, 0.55);
}

.hero--about {
  height: 664px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.hero--about::before {
  display: none;
}
.hero--about::after {
  content: "";
  position: absolute;
  top: -500px;
  bottom: 0;
  right: 0;
  left: 60%;
  width: 40%;
  height: calc(100% + 500px);
  background: #02635E;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 0;
}
.hero--about .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 80px 0 100px;
  margin: auto 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero--about .hero-content h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 75px;
  position: relative;
  z-index: 1;
}

.hero--services {
  background: #202A44;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .hero--services {
    height: 922px;
  }
}
.hero--services::before {
  display: none;
}
.hero--services .nav {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
@media (min-width: 1024px) {
  .hero--services .nav {
    flex-shrink: 0;
    padding: 68px 80px !important;
  }
}
.hero--services .nav .logo img,
.hero--services .nav .logo svg {
  height: 24px !important;
  width: auto !important;
  max-width: none !important;
}
.hero--services .nav .nav-links a {
  font-size: 18px !important;
  line-height: 38px !important;
}
.hero--services .nav .contact-btn {
  padding: 10px 28px !important;
  font-size: 15px !important;
}
@media (max-width: 768px) {
  .hero--services .nav {
    padding: 24px 40px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 480px) {
  .hero--services .nav {
    padding: 20px 32px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
.hero--services .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 80px 0 100px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  background: #202A44;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .hero--services .hero-content {
    height: 146px;
    min-height: 146px;
  }
}
.hero--services .hero-content h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 75px;
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: left;
}
.hero--services .hero-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  flex-shrink: 0;
  max-height: 100%;
}
@media (min-width: 1024px) {
  .hero--services .hero-image {
    height: 428px;
    max-height: 428px;
  }
}
.hero--services .hero-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

.hero--light.hero--home {
  background: url("assets/images/header.jpg") center center/cover no-repeat;
  background-color: #001428;
}
.hero--light.hero--home .hero-content h1 {
  color: #fff;
}
.hero--light.hero--home .highlight {
  color: #55c5e9;
}
.hero--light.hero--about {
  background: #fff;
}
.hero--light.hero--about .hero-content h1 {
  color: #202A44;
}
.hero--light.hero--about::after {
  background: #02635E;
}
.hero--light.hero--services {
  background: #fff;
}
.hero--light.hero--services .hero-content {
  background: #fff;
}
.hero--light.hero--services .hero-content h1 {
  color: #202A44;
}
.hero--light.hero--services .hero-image {
  background: #fff;
}

.hero--dark.hero--home {
  background: url("assets/images/header.jpg") center center/cover no-repeat;
  background-color: #001428;
}
.hero--dark.hero--home .hero-content h1 {
  color: #fff;
}
.hero--dark.hero--home .highlight {
  color: #55c5e9;
}
.hero--dark.hero--about {
  background: #202A44;
}
.hero--dark.hero--about .hero-content h1 {
  color: #fff;
}
.hero--dark.hero--about::after {
  background: #02635E;
}
.hero--dark.hero--services {
  background: #202A44;
}
.hero--dark.hero--services .hero-content {
  background: #202A44;
}
.hero--dark.hero--services .hero-content h1 {
  color: #fff;
}
.hero--dark.hero--services .hero-image {
  background: #fff;
}

.hero--dark:not(.hero--home):not(.hero--about):not(.hero--services) {
  height: 664px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  background: #202A44;
}
.hero--dark:not(.hero--home):not(.hero--about):not(.hero--services)::before {
  display: none;
}
.hero--dark:not(.hero--home):not(.hero--about):not(.hero--services)::after {
  content: "";
  position: absolute;
  top: -500px;
  bottom: 0;
  right: 0;
  left: 60%;
  width: 40%;
  height: calc(100% + 500px);
  background: #02635E;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 0;
}
.hero--dark:not(.hero--home):not(.hero--about):not(.hero--services) .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 80px 0 100px;
  margin: auto 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero--dark:not(.hero--home):not(.hero--about):not(.hero--services) .hero-content h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 75px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero--services {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 540px;
    min-height: 540px;
    max-height: 540px;
  }
  .hero--services .nav {
    flex-shrink: 0;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .hero--services .nav .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .hero--services .nav .logo img,
  .hero--services .nav .logo svg {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }
  .hero--services .nav .nav-links {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 auto !important;
  }
  .hero--services .nav .nav-links a {
    font-size: 18px !important;
    line-height: 38px !important;
  }
  .hero--services .nav .contact-btn {
    display: none !important;
  }
  .hero--services .hero-content {
    order: 1;
    flex-shrink: 0;
    min-height: 200px;
    height: 200px;
    padding: 40px 40px;
  }
  .hero--services .hero-image {
    position: relative;
    order: 2;
    flex-shrink: 0;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
  }
  .hero--services .hero-image img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .hero--services {
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hero--services .hero-content {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    flex-shrink: 1 !important;
    padding: 16px 40px 16px;
    margin: 0;
    justify-content: flex-start;
  }
  .hero--services .hero-content h1 {
    font-size: 36px;
    margin: 0;
    padding-left: 0;
    line-height: 1.2;
  }
  .hero--services .hero-image {
    width: 100%;
    min-height: 200px;
    height: 50vh;
    margin: 0;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
  }
  .hero--services .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .hero--dark,
  .hero-dark {
    overflow: visible;
    max-height: 701px;
    width: 100%;
    max-width: 100%;
  }
  .hero--dark .nav,
  .hero-dark .nav {
    position: relative;
    z-index: 1002;
    width: 100%;
    max-width: 100%;
  }
  .hero--dark .nav.menu-open,
  .hero-dark .nav.menu-open {
    position: relative;
    z-index: 1001;
  }
  .hero--dark .nav.menu-open .nav-links,
  .hero-dark .nav.menu-open .nav-links {
    top: 0;
  }
  .hero--dark .menu-toggle,
  .hero-dark .menu-toggle {
    display: flex;
    order: 2;
    position: relative;
    z-index: 1002;
  }
  .hero--dark .logo,
  .hero-dark .logo {
    order: 1;
    position: relative;
    z-index: 1002;
  }
  .hero--dark .nav-links,
  .hero-dark .nav-links {
    width: 100%;
    max-width: 100vw;
    left: 0;
    right: 0;
    overflow-x: hidden;
    opacity: 0;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0.3s ease 0.2s;
  }
  .hero--dark .nav-links > *,
  .hero-dark .nav-links > * {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .hero--dark .nav-links .mobile-contact,
  .hero-dark .nav-links .mobile-contact {
    display: block !important;
    margin-right: 0;
    padding-right: 20px;
  }
  .hero--dark .nav-links .mobile-contact .contact-arrow,
  .hero-dark .nav-links .mobile-contact .contact-arrow {
    display: inline-flex !important;
    visibility: visible !important;
    right: 40px !important;
  }
  .hero--dark .nav-links .mobile-logo,
  .hero-dark .nav-links .mobile-logo {
    display: none;
  }
  .hero--dark .nav-links .mobile-logo .mobile-logo-img,
  .hero-dark .nav-links .mobile-logo .mobile-logo-img {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
  .hero--dark .nav.menu-open .nav-links,
  .hero-dark .nav.menu-open .nav-links {
    opacity: 1;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.2s;
  }
  .hero--dark .nav.menu-open .nav-links > *,
  .hero-dark .nav.menu-open .nav-links > * {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .hero--dark .nav:not(.menu-open) .nav-links,
  .hero-dark .nav:not(.menu-open) .nav-links {
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.2s ease;
  }
  .hero--dark .nav:not(.menu-open) .nav-links > *,
  .hero-dark .nav:not(.menu-open) .nav-links > * {
    transition: opacity 0.2s ease;
  }
  .hero--dark .nav.menu-open .nav-links .mobile-logo,
  .hero-dark .nav.menu-open .nav-links .mobile-logo {
    display: block !important;
  }
  .hero--dark .contact-arrow .button-arrow,
  .hero-dark .contact-arrow .button-arrow {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hero--dark .mobile-contact,
  .hero-dark .mobile-contact {
    margin-right: 0 !important;
    overflow: hidden;
  }
  .hero--dark::after,
  .hero-dark::after {
    top: 0;
    bottom: -30px;
    right: -100px;
    left: 0;
    width: calc(100% + 100px);
    height: 100%;
    clip-path: polygon(0 60%, 100% 100%, 0 100%);
  }
  .hero--dark .hero-content,
  .hero-dark .hero-content {
    justify-content: flex-start;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
  .hero--dark .hero-content h1,
  .hero-dark .hero-content h1 {
    padding-left: 0;
    text-align: left;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
    width: 311px;
    height: 173px;
  }
  .hero--dark .hero-content h1 .highlight,
  .hero-dark .hero-content h1 .highlight {
    color: #fff;
  }
}
.intro--standard {
  max-width: 64vw;
  margin: 80px auto 40px;
  padding: 80px 80px;
  font-size: 28px;
  font-weight: 300;
}

.intro--about {
  max-width: none !important;
  width: 100% !important;
  margin: 80px auto 40px;
  padding: 80px;
  font-size: 28px;
  font-weight: 300;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .intro--about p {
    width: 1059px !important;
    max-width: 1059px !important;
    min-width: 1059px !important;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .intro--about p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .intro--about {
    padding: 40px 20px;
    font-size: 16px;
    margin: 0 auto;
  }
}

.intro--services {
  max-width: none !important;
  width: 100% !important;
  margin: 0;
  padding: 80px;
  font-size: 28px;
  font-weight: 300;
}
.intro--services p {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .intro--services {
    font-size: 24px;
    padding: 40px 20px;
  }
}

.intro--light.intro--standard {
  background: #fff;
  color: #202A44;
}
.intro--light.intro--about {
  color: #02635E;
}
.intro--light.intro--services {
  background: #fff;
  color: #202A44;
}

.intro--dark {
  position: relative;
}
@media (min-width: 1920px) {
  .intro--dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #202A44;
    z-index: -1;
  }
}
.intro--dark.intro--standard {
  background: #202A44;
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 80px;
  font-size: 28px;
}
.intro--dark.intro--standard p {
  max-width: 64vw;
  margin: 0 auto;
}
.intro--dark.intro--about {
  color: #fff;
  background: #202A44;
}
.intro--dark.intro--services {
  background: #202A44;
  color: #fff;
}

.feature--team, .team-feature {
  background: #fff;
  border-top: 1px solid #d0d0d0;
}
.feature--team .feature__image, .team-feature .feature__image,
.feature--team .feature-image,
.team-feature .feature-image {
  background: #fff;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature--team .feature__image img, .team-feature .feature__image img,
.feature--team .feature-image img,
.team-feature .feature-image img {
  max-width: 522px;
  max-height: 522px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.feature--team .feature__copy, .team-feature .feature__copy,
.feature--team .feature-copy,
.team-feature .feature-copy {
  background: #fff;
  padding: 80px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature--team .feature__copy .team-heading, .team-feature .feature__copy .team-heading,
.feature--team .feature-copy .team-heading,
.team-feature .feature-copy .team-heading {
  font-size: 32px;
  font-weight: 400;
  color: #202A44;
  margin: 0 0 24px 0;
}
.feature--team .feature__copy > p, .team-feature .feature__copy > p,
.feature--team .feature-copy > p,
.team-feature .feature-copy > p {
  color: #102132;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  max-width: none;
}
.feature--team .feature__copy .feature__eyebrow, .team-feature .feature__copy .feature__eyebrow,
.feature--team .feature__copy .feature-eyebrow,
.team-feature .feature__copy .feature-eyebrow,
.feature--team .feature-copy .feature__eyebrow,
.team-feature .feature-copy .feature__eyebrow,
.feature--team .feature-copy .feature-eyebrow,
.team-feature .feature-copy .feature-eyebrow {
  color: #202A44;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.feature--team .feature__copy .team-button, .team-feature .feature__copy .team-button,
.feature--team .feature-copy .team-button,
.team-feature .feature-copy .team-button {
  background: #fff;
  color: #102132;
  border: 1px solid #e0e5eb;
  padding: 12px 20px;
  max-width: 300px;
}
.feature--team .feature__copy .team-button .button-arrow, .team-feature .feature__copy .team-button .button-arrow,
.feature--team .feature-copy .team-button .button-arrow,
.team-feature .feature-copy .team-button .button-arrow {
  filter: brightness(0);
  transform: rotate(-45deg);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.feature--team .feature__copy .team-button, .team-feature .feature__copy .team-button,
.feature--team .feature-copy .team-button,
.team-feature .feature-copy .team-button {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.feature--team .feature__copy .team-button:hover, .team-feature .feature__copy .team-button:hover,
.feature--team .feature-copy .team-button:hover,
.team-feature .feature-copy .team-button:hover {
  background-color: #202A44;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.feature--team .feature__copy .team-button:hover .button-arrow, .team-feature .feature__copy .team-button:hover .button-arrow,
.feature--team .feature-copy .team-button:hover .button-arrow,
.team-feature .feature-copy .team-button:hover .button-arrow {
  filter: brightness(0) invert(1);
  transform: translateX(4px);
}
.feature--team .feature__copy .team-button:hover, .team-feature .feature__copy .team-button:hover,
.feature--team .feature-copy .team-button:hover,
.team-feature .feature-copy .team-button:hover {
  background-color: #202A44;
  color: #fff;
}
.feature--team .feature__copy .team-button:hover .button-arrow, .team-feature .feature__copy .team-button:hover .button-arrow,
.feature--team .feature-copy .team-button:hover .button-arrow,
.team-feature .feature-copy .team-button:hover .button-arrow {
  filter: brightness(0) invert(1) !important;
  transform: translateX(4px) rotate(-45deg);
}

.feature--light.feature--standard {
  background: #fff;
  border-top-color: #d0d0d0;
}
.feature--light.feature--standard .feature__copy,
.feature--light.feature--standard .feature-copy {
  background: #fff;
}
.feature--light.feature--standard .feature__copy > p:not(.feature-eyebrow):not(.feature__eyebrow),
.feature--light.feature--standard .feature-copy > p:not(.feature-eyebrow):not(.feature__eyebrow) {
  color: #02635E;
}
.feature--light.feature--standard .feature__copy .link-button,
.feature--light.feature--standard .feature-copy .link-button {
  background: #fff;
  border-color: #9CB7B2;
  color: #000;
}
.feature--light.feature--standard .feature__eyebrow,
.feature--light.feature--standard .feature-eyebrow {
  color: #202A44;
}
.feature--light.feature--team, .feature--light.team-feature {
  background: #fff;
  border-top-color: #d0d0d0;
}
.feature--light.feature--team .feature__image, .feature--light.team-feature .feature__image,
.feature--light.feature--team .feature-image,
.feature--light.team-feature .feature-image {
  background: #fff;
}
.feature--light.feature--team .feature__copy, .feature--light.team-feature .feature__copy,
.feature--light.feature--team .feature-copy,
.feature--light.team-feature .feature-copy {
  background: #fff;
}
.feature--light.feature--team .feature__copy .team-heading, .feature--light.team-feature .feature__copy .team-heading,
.feature--light.feature--team .feature-copy .team-heading,
.feature--light.team-feature .feature-copy .team-heading {
  color: #202A44;
}
.feature--light.feature--team .feature__copy > p, .feature--light.team-feature .feature__copy > p,
.feature--light.feature--team .feature-copy > p,
.feature--light.team-feature .feature-copy > p {
  color: #102132;
}
.feature--light.feature--team .feature__copy .feature__eyebrow, .feature--light.team-feature .feature__copy .feature__eyebrow,
.feature--light.feature--team .feature__copy .feature-eyebrow,
.feature--light.team-feature .feature__copy .feature-eyebrow,
.feature--light.feature--team .feature-copy .feature__eyebrow,
.feature--light.team-feature .feature-copy .feature__eyebrow,
.feature--light.feature--team .feature-copy .feature-eyebrow,
.feature--light.team-feature .feature-copy .feature-eyebrow {
  color: #202A44;
}
.feature--light.feature--team .feature__copy .team-button, .feature--light.team-feature .feature__copy .team-button,
.feature--light.feature--team .feature-copy .team-button,
.feature--light.team-feature .feature-copy .team-button {
  background: #fff;
  color: #102132;
  border-color: #e0e5eb;
}

.feature--dark {
  position: relative;
}
@media (min-width: 1920px) {
  .feature--dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #202A44;
    z-index: -1;
  }
  .feature--dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
  }
}
.feature--dark.feature--standard {
  background: #202A44;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.feature--dark.feature--standard .feature__copy,
.feature--dark.feature--standard .feature-copy {
  background: #202A44;
}
.feature--dark.feature--standard .feature__copy > p:not(.feature-eyebrow):not(.feature__eyebrow),
.feature--dark.feature--standard .feature-copy > p:not(.feature-eyebrow):not(.feature__eyebrow) {
  color: rgba(255, 255, 255, 0.85);
}
.feature--dark.feature--standard .feature__copy .link-button,
.feature--dark.feature--standard .feature-copy .link-button {
  background: #202A44;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.feature--dark.feature--standard .feature__copy .link-button:hover,
.feature--dark.feature--standard .feature-copy .link-button:hover {
  background: #fff;
  color: #202A44;
}
.feature--dark.feature--standard .feature__eyebrow,
.feature--dark.feature--standard .feature-eyebrow {
  color: #fff;
}
.feature--dark.feature--team, .feature--dark.team-feature {
  background: #202A44;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.feature--dark.feature--team .feature__image, .feature--dark.team-feature .feature__image,
.feature--dark.feature--team .feature-image,
.feature--dark.team-feature .feature-image {
  background: #202A44;
}
.feature--dark.feature--team .feature__copy, .feature--dark.team-feature .feature__copy,
.feature--dark.feature--team .feature-copy,
.feature--dark.team-feature .feature-copy {
  background: #202A44;
}
.feature--dark.feature--team .feature__copy .team-heading, .feature--dark.team-feature .feature__copy .team-heading,
.feature--dark.feature--team .feature-copy .team-heading,
.feature--dark.team-feature .feature-copy .team-heading {
  color: #fff;
}
.feature--dark.feature--team .feature__copy > p, .feature--dark.team-feature .feature__copy > p,
.feature--dark.feature--team .feature-copy > p,
.feature--dark.team-feature .feature-copy > p {
  color: rgba(255, 255, 255, 0.85);
}
.feature--dark.feature--team .feature__copy .feature__eyebrow, .feature--dark.team-feature .feature__copy .feature__eyebrow,
.feature--dark.feature--team .feature__copy .feature-eyebrow,
.feature--dark.team-feature .feature__copy .feature-eyebrow,
.feature--dark.feature--team .feature-copy .feature__eyebrow,
.feature--dark.team-feature .feature-copy .feature__eyebrow,
.feature--dark.feature--team .feature-copy .feature-eyebrow,
.feature--dark.team-feature .feature-copy .feature-eyebrow {
  color: #fff;
}
.feature--dark.feature--team .feature__copy .team-button, .feature--dark.team-feature .feature__copy .team-button,
.feature--dark.feature--team .feature-copy .team-button,
.feature--dark.team-feature .feature-copy .team-button {
  background: #202A44;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.feature--dark.feature--team .feature__copy .team-button:hover, .feature--dark.team-feature .feature__copy .team-button:hover,
.feature--dark.feature--team .feature-copy .team-button:hover,
.feature--dark.team-feature .feature-copy .team-button:hover {
  background: #fff;
  color: #202A44;
}

.testimonial-section {
  background: #fff;
  border-top: 1px solid #d0d0d0;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr auto 2fr;
  grid-template-rows: 1fr;
}
@media (min-width: 1024px) {
  .testimonial-section {
    height: 514px;
    min-height: 514px;
  }
}
.testimonial-section .testimonial-left {
  position: sticky;
  left: 0;
  top: 0;
  padding: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100vh;
  z-index: 5;
  background: #fff;
}
@media (min-width: 1024px) {
  .testimonial-section .testimonial-left {
    min-height: 514px;
    height: 514px;
  }
}
.testimonial-section .testimonial-divider {
  width: 1px;
  background: #9CB7B2;
  position: sticky;
  left: 0;
  z-index: 4;
  align-self: stretch;
}
.testimonial-section .testimonial-right {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .testimonial-section .testimonial-right {
    height: 514px;
    max-height: 514px;
    padding: 80px 80px 80px 60px;
  }
}
.testimonial-section .testimonial-right .testimonial-item {
  display: none !important;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.testimonial-section .testimonial-right .testimonial-item:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonial-section .testimonial-right .testimonial-item.active {
  display: flex !important;
  opacity: 1;
  position: relative;
}
.testimonial-section .testimonial-right .testimonial-item:nth-child(2) {
  position: relative !important;
}
.testimonial-section .testimonial-right .testimonial-item blockquote {
  font-size: 48px;
  font-weight: 300;
  color: #202A44;
  margin: 0;
  font-style: italic;
  line-height: 1.4;
  max-width: 900px;
  flex-shrink: 1;
  overflow: hidden;
  padding: 0 20px;
  display: inline;
}
@media (min-width: 1024px) {
  .testimonial-section .testimonial-right .testimonial-item blockquote {
    display: block;
  }
}
.testimonial-section .testimonial-right .testimonial-item .testimonial-author {
  font-size: 18px;
  font-weight: 400;
  color: #7a8796;
  margin: 0;
  flex-shrink: 0;
  display: inline;
  margin-left: 16px;
}
@media (min-width: 1024px) {
  .testimonial-section .testimonial-right .testimonial-item .testimonial-author {
    margin-top: 24px;
    margin-left: 0;
    padding-left: 20px;
    display: block;
  }
}
.testimonial-section .testimonial-right .testimonial-item .testimonial-author .testimonial-company {
  color: #02635E;
}

.testimonial-nav {
  display: flex;
  gap: 20px;
}
.testimonial-nav button {
  background: transparent;
  border: 1px solid #d0d0d0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonial-nav button:hover:not(.disabled) {
  background: #202A44;
  border-color: #202A44;
}
.testimonial-nav button:hover:not(.disabled) svg {
  color: #fff;
}
.testimonial-nav button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonial-nav button svg {
  width: 19px;
  height: 16px;
  color: #7a8796;
  transition: color 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-section .testimonial-right {
    height: 500px !important;
    min-height: 500px;
    max-height: 500px;
    padding: 60px 24px;
  }
  .testimonial-section .testimonial-right .testimonial-item blockquote {
    font-size: 32px;
    line-height: 1.4;
    padding: 0 24px;
  }
  .testimonial-section .testimonial-right .testimonial-item .testimonial-author {
    font-size: 20px;
    margin-top: 20px;
  }
  .testimonial-section .testimonial-left {
    padding: 24px 20px;
  }
}
@media (max-width: 768px) {
  .accordion--page ~ .testimonial-section {
    display: none !important;
  }
  .testimonial-section {
    display: flex;
    flex-direction: column;
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .testimonial-section .testimonial-right {
    order: 1;
    padding: 40px 20px;
    min-height: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .testimonial-section .testimonial-right .testimonial-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .testimonial-section .testimonial-right .testimonial-item.active {
    opacity: 1;
    z-index: 1;
  }
  .testimonial-section .testimonial-right .testimonial-item blockquote {
    font-size: 24px;
    line-height: 1.4;
    padding: 0;
  }
  .testimonial-section .testimonial-right .testimonial-item .testimonial-author {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }
  .testimonial-section .testimonial-divider {
    order: 2;
    position: relative;
    width: 100%;
    height: 1px;
    background: #9CB7B2;
  }
  .testimonial-section .testimonial-left {
    order: 3;
    position: relative;
    min-height: auto;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
  }
}
.accordion--services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  position: relative;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 1920px) {
  .accordion--services {
    border-top: none;
  }
  .accordion--services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #d0d0d0;
    z-index: 0;
  }
  .accordion--services.accordion--dark::before {
    display: none;
  }
}
.accordion--services.has-active-accordion .accordion--services__card {
  justify-content: space-between;
}
.accordion--services__left {
  border-right: 1px solid #d0d0d0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-sizing: border-box;
}
.accordion--services__right {
  display: flex;
  align-items: stretch;
}
.accordion--services__card {
  background: transparent;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding-right: 60px;
  min-height: 200px;
  width: 100%;
  height: 100%;
  transition: justify-content 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  overflow: hidden;
}
.accordion--services__card .eyebrow {
  text-transform: none;
  font-size: 24px;
  color: #202A44;
  line-height: 1.5;
  font-weight: 400;
  width: 305px;
  max-width: 305px;
}
.accordion--services__card .button, .accordion--services__card .link-button,
.accordion--services__card .projects-button, .accordion--services__card .service-button, .accordion--services__card .contact-btn {
  width: 300px;
}
.accordion--services .link-button-offset {
  margin-left: 40px;
}
.accordion--services .accordion {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  min-height: 100%;
}
.accordion--services .accordion__content .accordion--services__button {
  color: #000;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #9CB7B2;
  background: #fff;
  padding: 12px 20px;
  transition: color 0.3s ease;
  max-width: 300px;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.accordion--services .accordion__content .accordion--services__button:hover {
  background-color: #202A44;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.accordion--services .accordion__content .accordion--services__button:hover .button-arrow {
  filter: brightness(0) invert(1);
  transform: translateX(4px);
}

.accordion--page {
  display: grid;
  grid-template-columns: calc(10% + 30px) 1fr;
  gap: 0;
  background: #202A44;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1920px) {
  .accordion--page {
    border-top: none;
  }
}
.accordion--page__left {
  background: transparent;
}
.accordion--page__right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion--page .accordion {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
}
.accordion--page .accordion__item {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion--page .accordion__item:last-child {
  border-bottom: none;
}
.accordion--page .accordion__item.active .accordion__header {
  background: transparent !important;
}
.accordion--page .accordion__item.active .accordion__content {
  max-height: 2000px;
  padding: 24px 80px 24px;
  background: transparent !important;
}
.accordion--page .accordion__header {
  padding: 24px 80px;
  background: transparent !important;
}
.accordion--page .accordion__header p {
  color: #fff;
}
.accordion--page .accordion__header:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}
.accordion--page .accordion__toggle {
  color: #fff;
}
.accordion--page .accordion__content {
  padding: 0 80px;
  background: transparent !important;
}
.accordion--page .accordion__content > p {
  color: rgba(255, 255, 255, 0.85);
}
.accordion--page__content-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: start;
}
.accordion--page__content-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.accordion--page__content-text .service-text-preview {
  display: block;
}
.accordion--page__content-text .service-text-full {
  display: block;
}
.accordion--page__content-text .service-read-more {
  display: none;
}
.accordion--page__content-image {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.accordion--page__content-image img {
  width: 416px;
  height: 416px;
  max-width: 416px;
  max-height: 416px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.accordion--page__button {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 12px 20px;
  transition: all 0.3s ease;
  width: 416px;
  max-width: 416px;
  box-sizing: border-box;
}
.accordion--page__button.accordion--page__button-mobile {
  display: none !important;
}
.accordion--page__button.accordion--page__button-desktop {
  display: flex !important;
}
.accordion--page__button:hover {
  background: #fff;
  color: #202A44;
}
.accordion--page__button:hover .icon-arrow, .accordion--page__button:hover .button-arrow {
  filter: brightness(0);
}
.accordion--page__button .icon-arrow, .accordion--page__button .button-arrow {
  width: 19px;
  height: 16px;
  flex-shrink: 0;
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}

.accordion--dark {
  position: relative;
}
@media (min-width: 1920px) {
  .accordion--dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #202A44;
    z-index: -1;
  }
  .accordion--dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
  }
}
.accordion--dark.accordion--services {
  background: #202A44;
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1920px) {
  .accordion--dark.accordion--services {
    border-top: none;
  }
}
.accordion--dark.accordion--services .accordion--services__left {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.accordion--dark.accordion--services .accordion--services__card {
  border-color: rgba(255, 255, 255, 0.2);
}
.accordion--dark.accordion--services .accordion--services__card .eyebrow {
  color: #fff;
}
.accordion--dark.accordion--services .accordion--services__card .button, .accordion--dark.accordion--services .accordion--services__card .link-button,
.accordion--dark.accordion--services .accordion--services__card .projects-button, .accordion--dark.accordion--services .accordion--services__card .service-button, .accordion--dark.accordion--services .accordion--services__card .contact-btn {
  background: #202A44;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.accordion--dark.accordion--services .accordion--services__card .button:hover, .accordion--dark.accordion--services .accordion--services__card .link-button:hover,
.accordion--dark.accordion--services .accordion--services__card .projects-button:hover, .accordion--dark.accordion--services .accordion--services__card .service-button:hover, .accordion--dark.accordion--services .accordion--services__card .contact-btn:hover {
  background: #fff;
  color: #202A44;
}
.accordion--dark.accordion--services .accordion__item {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background: transparent !important;
}
.accordion--dark.accordion--services .accordion__item .accordion__header {
  background: transparent !important;
}
.accordion--dark.accordion--services .accordion__item .accordion__header p {
  color: #fff;
}
.accordion--dark.accordion--services .accordion__item .accordion__header:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.accordion--dark.accordion--services .accordion__item .accordion__header:hover p {
  color: #fff;
}
.accordion--dark.accordion--services .accordion__item .accordion__header:hover .accordion__toggle {
  color: #fff;
}
.accordion--dark.accordion--services .accordion__item.active .accordion__header {
  background: rgba(255, 255, 255, 0.15) !important;
}
.accordion--dark.accordion--services .accordion__item.active .accordion__header p {
  color: #fff;
}
.accordion--dark.accordion--services .accordion__item:not(.active) .accordion__header {
  background: transparent !important;
}
.accordion--dark.accordion--services .accordion__content {
  background: transparent !important;
}
.accordion--dark.accordion--services .accordion__content p {
  color: rgba(255, 255, 255, 0.85);
}
.accordion--dark.accordion--services .accordion__toggle {
  color: #fff;
}
.accordion--dark.accordion--services .accordion__toggle:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .accordion--services {
    grid-template-columns: 1fr 1fr;
  }
  .accordion--services__card {
    justify-content: flex-start !important;
    gap: 24px !important;
    position: relative !important;
    overflow: visible !important;
  }
  .accordion--services__card .eyebrow {
    order: 1 !important;
    margin-bottom: 0 !important;
  }
  .accordion--services__card .button, .accordion--services__card .link-button,
  .accordion--services__card .projects-button, .accordion--services__card .service-button, .accordion--services__card .contact-btn {
    order: 2 !important;
    margin-top: 0 !important;
    align-self: flex-start !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 300px !important;
    max-width: 300px !important;
  }
  .accordion--services__card .button.link-button-mobile, .accordion--services__card .link-button-mobile.link-button,
  .accordion--services__card .link-button-mobile.projects-button, .accordion--services__card .link-button-mobile.service-button, .accordion--services__card .link-button-mobile.contact-btn {
    order: 2 !important;
    margin: 0 !important;
    width: 300px !important;
    max-width: 300px !important;
  }
  .accordion--page {
    grid-template-columns: calc(10% + 30px) 1fr !important;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 1920px) {
  .accordion--page {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .accordion--page__left {
    display: block !important;
  }
  .accordion--page__right {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 100%;
  }
  .accordion--page .accordion__header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px 40px;
  }
  .accordion--page .accordion__content {
    padding: 0 !important;
    overflow: hidden;
  }
  .accordion__item:not(.active) .accordion--page .accordion__content {
    max-height: 0 !important;
  }
  .accordion__item.active .accordion--page .accordion__content {
    padding: 0 !important;
    max-height: 2000px !important;
  }
  .accordion--page__content-wrapper {
    display: none;
  }
  .accordion__item.active .accordion--page__content-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    padding: 0 40px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .accordion--page__content-image {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
  }
  .accordion--page__content-image img {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    object-fit: cover;
  }
  .accordion--page__content-image .accordion--page__button-desktop {
    display: none !important;
  }
  .accordion--page__content-text {
    order: 2;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .accordion--page__content-text .service-text-preview {
    display: block;
    width: 100%;
  }
  .accordion--page__content-text .service-text-full {
    display: none;
  }
  .accordion--page__content-text .service-text-full.expanded {
    display: block;
  }
  .accordion--page__content-text .service-read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    color: #7DCAD8;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
    order: 2;
  }
  .accordion--page__content-text .service-read-more:hover {
    opacity: 0.7;
  }
  .accordion--page__content-text .service-read-more .read-more-text {
    flex: 1;
    text-align: left;
    color: #7DCAD8;
  }
  .accordion--page__content-text .service-read-more .read-more-icon {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
    color: #7DCAD8;
  }
  .accordion--page__content-text .service-read-more.expanded .read-more-icon {
    transform: rotate(45deg);
  }
  .accordion--page__content-text .accordion--page__button-mobile {
    display: flex !important;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .accordion--services {
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .accordion--services__left {
    order: 1;
    border-right: none;
  }
  .accordion--services__right {
    order: 2;
  }
  .accordion--services__card {
    padding: 0 16px;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    border-left: none;
    border-right: none;
  }
  .accordion--services__card .eyebrow {
    font-size: 22px;
    order: 1;
    padding: 0 16px;
  }
  .accordion--services__card .button, .accordion--services__card .link-button,
  .accordion--services__card .projects-button, .accordion--services__card .service-button, .accordion--services__card .contact-btn {
    display: none;
  }
  .accordion--services .accordion {
    order: 2;
    border-left: none;
    border-right: none;
  }
  .link-button-mobile {
    order: 3;
    display: flex !important;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 24px 20px 40px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #9CB7B2;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  .link-button-mobile:hover {
    background-color: #202A44;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .link-button-mobile:hover .button-arrow {
    filter: brightness(0) invert(1);
    transform: translateX(4px);
  }
}
@media (max-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .accordion--services__card .button, .accordion--services__card .link-button,
  .accordion--services__card .projects-button, .accordion--services__card .service-button, .accordion--services__card .contact-btn {
    position: relative !important;
    order: 2 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .link-button-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .accordion--page {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .accordion--page__left {
    display: none;
  }
  .accordion--page__right {
    border-left: none;
  }
  .accordion--page .accordion__header {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media (max-width: 768px) and (orientation: landscape) and (max-width: 768px) {
  .accordion--page .accordion__header {
    width: 100%;
    max-width: 100%;
  }
  .accordion__item.active .accordion--page__content-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .accordion--page__content-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 768px) {
  .accordion--page .accordion__content {
    padding: 0 !important;
    overflow: hidden;
  }
  .accordion__item:not(.active) .accordion--page .accordion__content {
    max-height: 0 !important;
  }
  .accordion__item.active .accordion--page .accordion__content {
    padding: 0 !important;
    max-height: 2000px !important;
  }
  .accordion--page__content-wrapper {
    display: none;
  }
  .accordion__item.active .accordion--page__content-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
  .accordion--page__content-image {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
  }
  .accordion--page__content-image img {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    object-fit: cover;
  }
  .accordion--page__content-image .accordion--page__button-desktop {
    display: none !important;
  }
  .accordion--page__content-text {
    order: 2;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .accordion--page__content-text .service-text-preview {
    display: block;
    width: 100%;
  }
  .accordion--page__content-text .service-text-full {
    display: none;
  }
  .accordion--page__content-text .service-text-full.expanded {
    display: block;
  }
  .accordion--page__content-text .service-read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    color: #7DCAD8;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
    order: 2;
  }
  .accordion--page__content-text .service-read-more:hover {
    opacity: 0.7;
  }
  .accordion--page__content-text .service-read-more .read-more-text {
    flex: 1;
    text-align: left;
    color: #7DCAD8;
  }
  .accordion--page__content-text .service-read-more .read-more-icon {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
    color: #7DCAD8;
  }
  .accordion--page__content-text .service-read-more.expanded .read-more-icon {
    transform: rotate(45deg);
  }
  .accordion--page__content-text .accordion--page__button-mobile {
    display: flex !important;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .accordion--services__card .eyebrow {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .accordion--services__card .button, .accordion--services__card .link-button,
  .accordion--services__card .projects-button, .accordion--services__card .service-button, .accordion--services__card .contact-btn {
    position: relative !important;
    order: 2 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
    align-self: flex-start !important;
  }
  .accordion--services__card .button.link-button-mobile, .accordion--services__card .link-button-mobile.link-button,
  .accordion--services__card .link-button-mobile.projects-button, .accordion--services__card .link-button-mobile.service-button, .accordion--services__card .link-button-mobile.contact-btn {
    position: relative !important;
    order: 2 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
    align-self: flex-start !important;
  }
  .link-button-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .accordion--services__card .button, .accordion--services__card .link-button,
  .accordion--services__card .projects-button, .accordion--services__card .service-button, .accordion--services__card .contact-btn {
    position: relative !important;
    order: 2 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
    align-self: flex-start !important;
  }
  .accordion--services__card .button.link-button-mobile, .accordion--services__card .link-button-mobile.link-button,
  .accordion--services__card .link-button-mobile.projects-button, .accordion--services__card .link-button-mobile.service-button, .accordion--services__card .link-button-mobile.contact-btn {
    position: relative !important;
    order: 2 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
    align-self: flex-start !important;
  }
  .link-button-mobile {
    display: none !important;
  }
}

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