:root {
  --black: #2a2a2a;
  --blue: #105b99;
  --white: white;
  --blue-dark: #0c4d82;
  --blue-light: #1671bc;
  --blue-ultra-dark: #0a3e68;
  --gray: #d5d5d5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

p {
  margin-bottom: 10px;
  font-weight: 500;
}

.body {
  color: var(--black);
  font-family: Plus Jakarta Sans, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  overflow-x: hidden;
}

.section-hero {
  background-image: linear-gradient(270deg, #fff0 50%, #ffffff40), url('../images/img-hero.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100svh;
  display: flex;
}

.hero-con {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  display: flex;
  position: static;
}

.hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--black);
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  max-width: 480px;
  padding-left: 2rem;
  display: flex;
}

.button-contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-contact:hover {
  background-color: var(--blue-dark);
}

.home-services-con {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  margin-top: 220px;
  margin-bottom: 220px;
  display: flex;
}

.home-services-qs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 50%;
  padding: 0;
}

.section-home-services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-header-left-align {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 2rem;
  display: flex;
}

.home-services-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 2px;
  padding: 2rem;
}

.home-services-cell.light {
  background-color: var(--blue-light);
  padding: 2rem;
}

.home-services-cell.dark {
  background-color: var(--blue-dark);
}

.home-services-cell.ultra-dark {
  background-color: var(--blue-ultra-dark);
}

.buttons-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-gray-services {
  background-color: var(--gray);
  color: var(--black);
  border-radius: 2px;
  padding: 16px;
  font-weight: 600;
  line-height: 1rem;
}

.home-services-txt {
  font-weight: 300;
}

.home-services-txt-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-services-txt-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.cta-banner.portfolio {
  background-image: url('../images/img-gallery-cta.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.cta-banner.services {
  background-image: url('../images/img-services-cta.jpg');
  background-position: 50%;
  background-size: cover;
}

.cta-banner-con {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.cta-banner-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  max-width: 500px;
  display: flex;
}

.button-portfolio {
  background-color: var(--blue);
  border-radius: 2px;
  padding: 12px 16px;
  transition: background-color .3s;
}

.button-portfolio:hover {
  background-color: var(--blue-dark);
}

.section-about {
  margin-top: 220px;
  margin-bottom: 220px;
}

.con {
  width: 80vw;
  max-width: 1200px;
}

.contact-con {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80svw;
  max-width: 1200px;
  display: flex;
}

.section-contact {
  margin-top: 220px;
  margin-bottom: 220px;
}

.contact-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.form-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.contact-field-label {
  font-weight: 500;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.form-field-wrapper {
  align-self: stretch;
  width: 100%;
}

.text-field {
  border: 1px solid var(--black);
  color: var(--black);
}

.text-field.message {
  height: 240px;
}

.form-field-stretch {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 2px;
  padding: 12px 16px;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--blue-dark);
}

.contact-terms-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.checkbox-label {
  font-weight: 500;
}

.checkbox-label-link {
  color: var(--black);
}

.footer {
  background-color: var(--blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-main-con {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80vw;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.footer-inner-wrap {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-brand-link {
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.footer-social-link {
  color: var(--white);
  font-family: Plus Jakarta Sans, Tahoma, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-social-link:hover {
  color: var(--gray);
}

.footer-divider {
  background-color: var(--white);
  align-self: stretch;
  width: 100%;
  padding-top: 1px;
}

.footer-credits {
  color: var(--white);
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.2rem;
  text-decoration: none;
}

.navbar {
  z-index: 10;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.transparent {
  z-index: 10;
  background-color: #fff;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.navbar-bramd-img {
  width: 100%;
  height: auto;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--blue);
  font-family: Plus Jakarta Sans, Tahoma, sans-serif;
  font-weight: 700;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--blue-ultra-dark);
}

.nav-link.w--current {
  color: var(--blue);
}

.section-subpage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
}

.subpage-bg-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subpage-header-con {
  z-index: 2;
  border-left: 1px solid var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.subpage-header-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 600px;
  display: flex;
}

.services-main-con {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  height: auto;
  margin-top: 100px;
  margin-bottom: 220px;
  display: flex;
}

.centered-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
}

.services-content-main-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.services-content-wrap {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.services-txt-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--blue);
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: 350px;
  padding: 2rem;
  display: flex;
}

.services-cover-img {
  object-fit: cover;
  flex: 1;
  width: 50%;
  height: 350px;
}

.partnering-con {
  width: 80vw;
  max-width: 1200px;
  height: auto;
  padding-bottom: 140px;
}

.partnering-qs {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding: 0;
}

.partnering-header-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  block-size: -moz-fit-content;
  block-size: fit-content;
  padding-left: 2rem;
}

.partnering-benefits-wrap-cell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.partnering-benefits-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.portfolio-qs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: auto;
  padding: 0;
}

.portfolio-lightbox {
  width: 100%;
  height: 300px;
}

.portfolio-img {
  object-fit: cover;
  width: 400px;
  max-width: 500px;
  height: 100%;
}

.button-services {
  background-color: var(--blue);
  border-radius: 2px;
  padding: 12px 16px;
  transition: background-color .3s;
}

.button-services:hover {
  background-color: var(--blue-dark);
}

.contact-cta-con {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  height: auto;
  padding-top: 220px;
  padding-bottom: 40px;
  display: flex;
}

.privacy-policy-con {
  width: 80vw;
  max-width: 1200px;
  padding-top: 220px;
  padding-bottom: 140px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.button-404 {
  background-color: var(--blue);
}

.contact-side-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.contact-icon-style {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-hero {
    justify-content: center;
    align-items: center;
    height: 95svh;
  }

  .hero-con {
    margin-top: 100px;
  }

  .hero-wrapper {
    width: 80%;
    max-width: 600px;
  }

  .home-services-con {
    flex-flow: column;
  }

  .home-services-qs, .section-header-left-align {
    width: 100%;
  }

  .cta-banner-wrap {
    width: 75%;
  }

  .contact-con {
    flex-flow: column;
  }

  .footer-main-con {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-inner-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 20px;
  }

  .language-link, .nav-link {
    justify-content: flex-end;
    align-items: center;
    padding-right: 10vw;
    display: flex;
  }

  .subpage-header-wrap {
    width: 75%;
  }

  .services-txt-wrap {
    height: auto;
  }

  .services-cover-img {
    align-self: stretch;
    height: auto;
  }

  .partnering-benefits-wrap {
    padding-left: 2rem;
  }

  .portfolio-lightbox {
    width: 100%;
    height: 100%;
  }

  .portfolio-img {
    width: 100%;
    height: 35vw;
  }

  .contact-cta-con {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-icon {
    color: var(--black);
    font-size: 40px;
  }

  .menu-button-2 {
    background-color: #0000;
    font-size: 2rem;
  }

  .menu-button-2.w--open {
    color: var(--black);
    background-color: #0000;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .hero-con {
    width: 90vw;
  }

  .hero-wrapper {
    width: 100%;
    padding-left: 1rem;
  }

  .home-services-con {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 90vw;
  }

  .section-header-left-align {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .buttons-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-banner.portfolio {
    background-position: 85%;
  }

  .cta-banner.services {
    background-position: 100%;
  }

  .cta-banner-con {
    width: 90vw;
  }

  .cta-banner-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .con {
    width: 90vw;
  }

  .contact-con {
    width: 90svw;
  }

  .section-contact {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .form-field-stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .contact-terms-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .checkbox-label {
    line-height: 1.3rem;
  }

  .footer-main-con, .footer-inner-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-bramd-img {
    width: 75%;
  }

  .section-subpage {
    height: 80vh;
  }

  .subpage-bg-img {
    opacity: .75;
  }

  .subpage-header-con {
    width: 90vw;
    margin-top: 20px;
    padding-left: 1rem;
  }

  .services-main-con {
    width: 90vw;
  }

  .centered-header-wrapper {
    width: 100%;
  }

  .services-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .services-txt-wrap, .services-cover-img {
    width: 100%;
  }

  .services-cover-img.mobile-order {
    order: 2;
  }

  .partnering-con {
    width: 90vw;
  }

  .partnering-qs {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .partnering-header-cell {
    padding-left: 1rem;
  }

  .partnering-benefits-wrap {
    border-left: 1px solid var(--black);
    padding-left: 1rem;
  }

  .portfolio-img {
    height: 90vw;
  }

  .contact-cta-con {
    width: 90vw;
  }

  .menu-button-2 {
    font-size: 1.5rem;
  }

  .checkbox {
    margin-top: 0;
    margin-left: 0;
  }
}

#w-node-_0585f46b-dfb9-f09c-69b9-0c1074ec2667-19fd8870 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7c37c2af-a45c-4631-eaa0-875e22567aa2-22567aa1, #w-node-_7c37c2af-a45c-4631-eaa0-875e22567aa3-22567aa1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6a93c950-f668-6bf6-252c-1fd0f00ee8a0-19fd8872 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7c37c2af-a45c-4631-eaa0-875e22567aa3-22567aa1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6a93c950-f668-6bf6-252c-1fd0f00ee8a0-19fd8872 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a93c950-f668-6bf6-252c-1fd0f00ee8a0-19fd8872 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans Italic';
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}