body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #4b5563;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d2a93d;
  border-radius: 6px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button.nav-cta-button {
  margin-left: 12px;
  transition: background-color .2s;
}

.button.nav-cta-button:hover {
  background-color: #6d91a3;
}

.button.form-button {
  height: 80px;
  transition: background-color .2s;
}

.button.form-button:hover {
  background-color: #6d91a3;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-container {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-logo {
  margin-right: auto;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.nav-link.w--current {
  color: #d2a93d;
}

.section {
  padding: 75px 50px;
  position: relative;
}

.section.home-hero-section {
  padding-top: 210px;
  padding-bottom: 130px;
}

.section.footer-section {
  background-color: #000;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.about-hero-section {
  padding-top: 280px;
  padding-bottom: 130px;
}

.section.grey-bg {
  background-color: #f9fafb;
}

.section.services-hero, .section.industries-hero-section, .section.contact-hero {
  padding-top: 300px;
  padding-bottom: 150px;
}

.section.hide {
  display: none;
}

.wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.full-width {
  max-width: none;
}

.section-bg-image {
  z-index: -2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-image.testimonial-bg-image {
  height: 77%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-overlay {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-overlay.home-hero-overlay {
  opacity: .95;
  background-image: linear-gradient(135deg, #6d91a3, #d2a93d);
}

.section-bg-overlay.about-hero-overlay {
  opacity: .95;
  background-color: rgba(0, 0, 0, .9);
}

.section-bg-overlay.testimonial-overlay {
  height: 77%;
  opacity: .8;
  background-image: linear-gradient(135deg, #6d91a3, #d2a93d);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-image.round {
  border-radius: 1000px;
}

.section-title-block.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-button.cta-button {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.white-text {
  color: #fff;
}

.video-container {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
  position: relative;
}

.video-bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-video {
  z-index: 1;
}

.home-content-container {
  grid-column-gap: 10%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-content-block-left {
  width: 100%;
}

.home-content-block-right {
  width: 100%;
  grid-row-gap: 45px;
  flex-direction: column;
  display: flex;
}

.gold-text {
  color: #d2a93d;
}

.blue-text {
  color: #6d91a3;
}

.intro-image-block {
  width: 100%;
  margin-top: 40px;
}

.inline-link {
  color: #d2a93d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.full-width-image {
  width: 100%;
}

.cta-container {
  grid-column-gap: 6%;
  grid-row-gap: 20px;
  background-color: #d2a93d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 115px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-content-block {
  z-index: 1;
  width: 100%;
  position: relative;
}

.large-inline-link {
  color: #d2a93d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.large-inline-link.white-text {
  color: #fff;
  text-decoration: none;
}

.footer-container {
  flex-direction: column;
  display: flex;
}

.footer-content-top {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.footer-content-bottom {
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-disclaimer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.footer-nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.navbar-bg {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-container {
  margin-top: 100px;
}

.team-image-block {
  width: 45%;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-image-container {
  width: 400px;
  height: 400px;
  min-height: 400px;
  min-width: 400px;
  background-image: linear-gradient(137deg, rgba(114, 195, 236, .5), #4b5563);
  border-radius: 1000px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.team-content {
  width: 45%;
}

.team-image {
  z-index: 2;
  width: 450px;
  height: 450px;
  box-shadow: none;
  background-color: rgba(109, 145, 163, .03);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 6.5%;
  display: flex;
  position: relative;
}

.team-block {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-block:nth-child(2n+1) {
  flex-direction: row;
}

.team-block:nth-child(2n) {
  flex-direction: row-reverse;
}

.team-name {
  color: #d2a93d;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.team-title {
  color: #4b5563;
  margin-bottom: 16px;
}

.team-list {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.rich-text-block li {
  color: #4b5563;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 1.75;
}

.rich-text-block ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.strategy-container {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.strategy-block {
  width: 307px;
  height: 307px;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.strategy-block._1 {
  background-color: #6d91a3;
  margin-top: 60px;
}

.strategy-block._2 {
  background-color: #4c6572;
}

.strategy-block._3 {
  background-color: #d2a93d;
  margin-top: 60px;
}

.strategy-block._4 {
  background-color: #b18c2a;
}

.strategy-icon {
  margin-bottom: 16px;
}

.strategy-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.strategy-description {
  color: #fff;
  display: none;
}

.services-container {
  margin-top: 100px;
}

.service-image-container {
  width: 400px;
  height: 400px;
  min-height: 400px;
  min-width: 400px;
  background-image: linear-gradient(137deg, rgba(114, 195, 236, .5), #4b5563);
  border-radius: 1000px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.service-image-container._2 {
  background-image: linear-gradient(137deg, rgba(114, 195, 236, .5), #d2a93d);
}

.services-list {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.services-block {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-block:nth-child(2n+1) {
  flex-direction: row;
}

.services-block:nth-child(2n) {
  flex-direction: row-reverse;
}

.services-content {
  width: 45%;
}

.industries-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.industry-block {
  width: 262px;
  height: 262px;
  min-height: 262px;
  min-width: 262px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  border-radius: 6px;
  padding: 9% 6%;
  position: relative;
  box-shadow: 0 0 60px rgba(0, 0, 0, .15);
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  padding-left: 66px;
  padding-right: 66px;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  width: 66px;
  height: 66px;
  min-height: 66px;
  min-width: 66px;
  border: 2px solid #000;
  border-radius: 50px;
}

.icon-2 {
  color: #000;
  font-size: 15px;
  font-weight: 800;
}

.slide-content {
  height: 100%;
  max-width: 810px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.slide-body {
  color: #5b5b5b;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
}

.slide-signature {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-name {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
}

.slide-role {
  color: #5b5b5b;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.quote-icon {
  width: 13%;
  max-width: 183px;
  margin-top: -6%;
  margin-left: 6%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-form-container {
  margin-top: 12px;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-container {
  max-width: 770px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  height: 80px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #231f20;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.text-area {
  min-height: 200px;
}

.contact-details-block {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 64px;
  display: flex;
}

.services-block-2 {
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.services-block-2._2 {
  flex-direction: row-reverse;
}

.success-message {
  color: #000;
  background-color: #d2a93d;
}

.video-block {
  width: 100%;
  overflow: hidden;
}

.team-image-caption {
  color: #d2a93d;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

  .button.nav-cta-button {
    width: 100%;
    margin-left: 0;
  }

  .navbar {
    padding: 15px 30px;
  }

  .navbar-logo {
    max-width: 140px;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: #d2a93d;
  }

  .section {
    padding: 60px 30px;
  }

  .section.home-hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.about-hero-section {
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .section.services-hero, .section.industries-hero-section, .section.contact-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section-button.cta-button {
    text-decoration: none;
  }

  .video-container {
    padding: 40px;
  }

  .inline-link {
    transition: color .2s;
  }

  .inline-link:hover {
    color: #000;
  }

  .cta-container {
    align-items: flex-start;
    padding: 70px 7%;
  }

  .large-inline-link.white-text {
    font-size: 20px;
  }

  .footer-logo {
    max-width: 170px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .icon {
    color: #000;
    font-size: 30px;
  }

  .about-container {
    margin-top: 50px;
  }

  .team-image-container {
    width: 280px;
    height: 280px;
    min-height: 280px;
    min-width: 280px;
    padding: 15px;
  }

  .team-image {
    width: 300px;
    height: 300px;
    padding: 4%;
  }

  .team-block {
    align-items: flex-start;
  }

  .strategy-container, .services-container {
    margin-top: 50px;
  }

  .service-image-container {
    width: 350px;
    height: 350px;
    min-height: 350px;
    min-width: 350px;
    padding: 15px;
  }

  .industry-block {
    grid-row-gap: 15px;
  }

  .industry-icon {
    max-height: 60px;
  }

  .testimonial-slider {
    height: 100%;
    margin-top: 20px;
  }

  .slider-arrow {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .slide-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-body {
    font-size: 18px;
  }

  .slide-name {
    font-size: 20px;
  }

  .services-block-2 {
    grid-column-gap: 50px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .team-image-caption {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    padding: 50px 25px;
  }

  .section.home-hero-section {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .section.footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.services-hero, .section.industries-hero-section, .section.contact-hero {
    padding-bottom: 75px;
  }

  .section-button.cta-button {
    justify-content: flex-end;
  }

  .video-container {
    padding: 25px;
  }

  .home-content-container {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .intro-image-block {
    display: none;
  }

  .cta-container {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-content-top {
    max-width: 590px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content-bottom {
    justify-content: center;
  }

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

  .about-container {
    margin-top: 30px;
  }

  .team-image-block {
    width: 100%;
    align-items: flex-start;
  }

  .team-image-container {
    width: 240px;
    height: 240px;
    min-height: 240px;
    min-width: 240px;
  }

  .team-content {
    width: 100%;
  }

  .team-image {
    width: auto;
    height: auto;
    padding: 0%;
  }

  .team-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .team-block:nth-child(2n+1), .team-block:nth-child(2n) {
    flex-direction: column;
  }

  .strategy-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .strategy-block._1, .strategy-block._3 {
    margin-top: 0;
  }

  .strategy-title {
    font-size: 18px;
  }

  .services-container {
    margin-top: 30px;
  }

  .service-image-container {
    width: 250px;
    height: 250px;
    min-height: 250px;
    min-width: 250px;
  }

  .services-block {
    align-items: flex-start;
  }

  .services-content {
    width: 100%;
  }

  .industry-block {
    width: 210px;
    height: 210px;
    min-height: 210px;
    min-width: 210px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-container {
    padding: 70px 15px;
  }

  .testimonial-slider {
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-arrow {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .slide-content {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .contact-container {
    max-width: 470px;
  }

  .contact-details-block {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .services-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .services-block-2._2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-image-caption {
    margin-top: 0;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.about-hero-section {
    padding-bottom: 45px;
  }

  .section.services-hero, .section.industries-hero-section, .section.contact-hero {
    padding-bottom: 50px;
  }

  .section-button.cta-button {
    justify-content: center;
  }

  .video-container {
    padding: 5px;
  }

  .cta-container {
    text-align: center;
    align-items: center;
  }

  .large-inline-link.white-text {
    font-size: 18px;
  }

  .footer-menu {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-disclaimer {
    line-height: 1.5;
  }

  .team-image-block {
    width: 100%;
    order: -1;
  }

  .team-content {
    width: auto;
    order: 1;
  }

  .team-block {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .team-block:nth-child(2n+1), .team-block:nth-child(2n) {
    flex-direction: column;
  }

  .strategy-icon {
    max-width: 50px;
  }

  .services-list {
    grid-row-gap: 30px;
  }

  .services-block {
    flex-direction: column;
  }

  .services-content {
    width: auto;
  }

  .industries-grid {
    margin-top: 30px;
  }

  .testimonial-container {
    padding-bottom: 50px;
  }

  .testimonial-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-block-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .services-block-2._2 {
    flex-direction: column;
  }
}

#field.w-node-ab0b0b23-4332-add8-2067-135fcbedb4b7-84aa4e8d, #w-node-d5360010-5299-9e99-c070-9bd8cd08e2ff-84aa4e8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #First-Name.w-node-d5360010-5299-9e99-c070-9bd8cd08e2fe-84aa4e8d, #Last-Name.w-node-_4d1c856e-3487-a62e-fe1b-f8c25e79035c-84aa4e8d, #Email-Address.w-node-d74cfc6d-abcb-8bd7-3b51-aedfaa475b4c-84aa4e8d, #Phone.w-node-_8f6e9701-09f0-fbfa-1534-a0042e98a1bb-84aa4e8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


