:root {
  --blue-metal: #455067;
  --steel-gray: #6a859c;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --deep-steel: #272b34;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#2e9dff80, #2e9dff38), url('../images/bg_01.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: none;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  font-size: 38px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.section-title-group.services {
  color: #000;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.dropdown-icon {
  display: none;
}

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

.container-1280 {
  max-width: 1340px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.divider {
  background-color: #1e1e2f;
  width: 1px;
  height: 20px;
  margin-top: 37px;
  display: block;
}

.nav-link {
  margin-top: 37px;
  font-weight: 600;
}

.text-block-6 {
  font-weight: 600;
}

.dropdown {
  margin-top: 38px;
}

.navbar {
  background-color: #0000;
  display: none;
}

.logo {
  align-self: center;
  width: 50px;
  height: 50px;
  margin-right: 40px;
  padding-top: 0;
  padding-right: 0;
}

.brand {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-headliner-wrapper {
  align-self: center;
  padding-left: 0;
}

.headliner {
  color: #000;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
}

.headliner-text {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.sub-heading-quote {
  font-size: 14px;
}

.div-block {
  display: none;
}

.what-we-do-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  display: none;
  position: relative;
}

.what-we-do-section.accent {
  background-color: #192024;
}

.services-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.services-section.accent {
  background-color: #192024;
}

.tab-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  display: none;
  position: relative;
}

.tab-section.accent {
  background-color: #192024;
}

.footer-copyright {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-copyright.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-links {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-links.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  padding-right: 60px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.whos-working-for-you-section {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.wwf-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.wwf-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.wwf-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.heading {
  font-size: 32px;
  font-weight: 300;
}

.wwf-image {
  box-shadow: 0 4px 24px #96a3b514;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.section-subheading-two.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading-two.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.column, .column-2 {
  display: none;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.destinationservices-wrapper {
  padding: 108px;
}

.heading-2 {
  font-weight: 300;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-logo-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.small.grey {
  padding-left: 0;
}

.subtitle.white {
  color: #fff;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.logos-headline {
  color: #6e7488;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.horizontal-line {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-2.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.clip {
  background-color: #fff;
}

.section-2.no-top-padding {
  padding-top: 0;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.corporate-clients-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.corporate-clients-section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.corporate-clients-section.no-verticle-padding.clip {
  background-color: #fff;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.button-2 {
  background-color: var(--blue-metal);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-2.grey-outline.small:hover {
  background-color: var(--blue-metal);
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.large-heading {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15em;
}

.large-heading.contact-paragraph {
  color: #fff;
  text-transform: none;
}

.clip {
  position: relative;
  overflow: hidden;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.heading-3 {
  z-index: 10;
  position: relative;
}

.heading-3.steel {
  color: #6a859c;
}

.heading-3.steel.left-aligned {
  align-self: flex-start;
}

.icon {
  z-index: 10;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 4fr .5fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  z-index: 10;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-3.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-3.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.nav-menu-2 {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-cover {
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.left-navbar {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  align-self: flex-start;
  width: 55%;
  min-width: 275px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: #6e7488;
}

.search-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.brand-2 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link-2 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #090b19;
}

.tablet-mobile-nav-links {
  display: none;
}

.search {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

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

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.tablet-mobile-menu {
  display: none;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.mega-menu {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.wrapper-2 {
  z-index: 10;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.wrapper-2.navbar-wrapper {
  background-color: #fff;
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-2.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.full-menu-button {
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-background-image {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.contact-background {
  background-image: url('../images/contact.png');
  background-position: 50% 100%;
}

.hero-background-image.services-hero-background {
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#2e9dff80, #fff), url('../images/bg_01.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 0;
  padding-bottom: 24px;
  display: grid;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
}

.xxl-heading.two {
  font-weight: 300;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.contact-us-section {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.authority-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.authority-section.accent {
  background-color: #192024;
}

.banner-scrolling-wrapper {
  background-color: #f3f6fc;
  width: 100%;
  height: 100%;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: #090b19;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.banner-items {
  white-space: nowrap;
  background-color: #f3f6fc;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.field-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: #ffffffa6;
  border: 1px solid #e2e7f1;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: #6e7488;
}

.text-field.large {
  min-height: 140px;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.project-features {
  padding-top: 80px;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.extra-top-margin {
  flex: 0 auto;
  order: -1;
  grid-template-columns: 1fr;
  padding-top: 40px;
  top: 148px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.submit-button {
  background-color: var(--blue-metal);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.error-message {
  color: #090b19;
  background-color: #e2e7f1;
  margin-top: 0;
  padding: 12px 18px;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #ffffffd9;
  border: 1px solid #e2e7f1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #090b19;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid #e2e7f1;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-content {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15em;
}

.contact-content.contact-paragraph {
  color: #fff;
  text-transform: none;
}

.contact-form {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.contact-form.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form.clip {
  background-color: #fff;
}

.contact-form.no-top-padding {
  padding-top: 0;
}

.contact-scroll {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.contact-scroll.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-scroll.clip {
  background-color: #fff;
}

.contact-scroll.no-top-padding {
  padding-top: 0;
}

.our-services-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.our-services-section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.our-services-section.clip {
  background-color: #fff;
}

.our-services-section.no-top-padding {
  padding-top: 0;
}

.our-mission-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.our-mission-section.accent {
  background-color: #192024;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.services-page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-services-page-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.our-services-page-section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.our-services-page-section.clip {
  background-color: #fff;
}

.our-services-page-section.no-top-padding {
  padding-top: 0;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-4.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-4.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.service-description {
  padding-right: 24px;
}

.large-heading-2 {
  line-height: 1.15em;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  order: -1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-icon {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.process-header {
  padding-top: 40px;
  display: flex;
}

.why-choose-us-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.why-choose-us-wrapper.navbar-wrapper {
  background-color: #fff;
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.why-choose-us-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.why-us-wrapper {
  padding-top: 40px;
  display: flex;
}

.list-heading-wrapper-2 {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.heading_24px {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.company-pillars-section {
  margin: 50px;
  padding-bottom: 0;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #1e1e2f;
  border-radius: 100px;
  min-width: 225px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 37px;
  padding: 21px 30px;
  font-size: 12px;
  transition: background-color .73s;
  display: inline-block;
}

.button-5:hover {
  background-color: #687585;
}

.button-5.pc-orange {
  background-color: #f1592a;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  min-width: 225px;
  margin-top: 25px;
  margin-left: 305px;
  margin-right: 305px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 14px;
  display: flex;
}

.button-5.pb-style {
  background-color: var(--blue-metal);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  min-width: 225px;
  margin-top: 25px;
  margin-left: 305px;
  margin-right: 305px;
  padding: 16px 28px;
  font-size: 11px;
  display: flex;
}

.au-questions-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.paragraph_16px {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  color: #6e7488;
  text-align: left;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.paragraph-4 {
  text-align: left;
  flex-direction: row;
  order: 0;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.pillars-wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pillars-wrapper.grid-3_col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pillars-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.pillar-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pillar-wrapper._48px-right_p {
  justify-content: flex-start;
  padding-right: 0;
}

.pillar-icon {
  text-align: center;
  align-self: flex-start;
  margin-bottom: 24px;
  display: block;
}

.text-block-11 {
  font-size: 40px;
  font-weight: 700;
}

.pillars-header-container {
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.pillars-section-copy {
  background-color: #e2d1d100;
  margin: 50px 0;
  padding-bottom: 0;
}

.pillars-section-copy-02, .pillars-section-copy-02-copy {
  margin: 50px;
  padding-bottom: 0;
}

.why-us {
  margin: 50px 50px 0;
  padding-bottom: 0;
}

.pillars-why-us {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pillars-why-us.grid-3_col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.destination-services {
  background-color: #e2d1d100;
  margin: 0 0 50px;
  padding-bottom: 0;
}

.destination-services-container {
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.dest-wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dest-wrapper.grid-3_col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.dest-wrapper.grid-1-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.bold-text-2 {
  font-weight: 400;
}

.italic-text {
  font-style: normal;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.heading-4, .heading-5, .heading-6 {
  font-size: 16px;
}

.nav-menu_wrapper {
  z-index: 10;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.nav-menu_wrapper.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu_wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-6.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-6.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.left-navbar-2 {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper-2 {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-3 {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper-3.navbar-wrapper {
  background-color: #fff;
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.submit-button-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #455067;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.list-heading-wrapper-3 {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.referrals-page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.referrals-page-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.referrals-page-section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.referrals-page-section.clip {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.referrals-page-section.no-top-padding {
  padding-top: 0;
}

.referrals-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 4fr .5fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.referrals-paragraph-wrapper {
  background-color: #e2d1d100;
  margin: 0 0 50px;
  padding-bottom: 0;
}

.r-wrapper-1, .r-wrapper-2 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.referrals-contact-section {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.referral-button {
  background-color: var(--blue-metal);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 225px;
  min-width: auto;
  margin-left: 40px;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.referral-button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.referral-button.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.referral-button.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.referral-button.grey-outline.small:hover {
  background-color: var(--blue-metal);
}

.candidates-page-hero-copy {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.candidates-page-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.candidates-page-section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.candidates-page-section.clip {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.candidates-page-section.no-top-padding {
  padding-top: 0;
}

.candidate-button {
  background-color: var(--blue-metal);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 225px;
  min-width: auto;
  margin-left: 40px;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.candidate-button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.candidate-button.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.candidate-button.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.candidate-button.grey-outline.small:hover {
  background-color: var(--blue-metal);
}

.destination-services-paragraph {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.destination-services-paragraph._48px-right_p {
  justify-content: flex-start;
  padding-right: 0;
}

.home-menu-button {
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.home-icon {
  align-self: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .hero-heading {
    font-size: 50px;
  }

  .navbar {
    display: none;
  }

  .logo {
    align-self: center;
    min-width: auto;
    max-width: 90%;
    min-height: auto;
    padding: 0;
  }

  .brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-headliner-wrapper {
    padding-left: 0;
  }

  .headliner {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .headliner-text {
    font-size: 12px;
    font-weight: 400;
  }

  .margin-bottom-24px {
    padding-right: 40px;
  }

  .large-heading {
    -webkit-text-stroke-color: var(--steel-gray);
  }

  .card-hover-item {
    padding: 0;
  }

  .left-navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
  }

  .hero-background-image.contact-background {
    background-position: 50% 0;
  }

  .hero-background-image.services-hero-background {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#2e9dff80, #fff), url('../images/bg_01.png');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  }

  .contact-content {
    -webkit-text-stroke-color: var(--steel-gray);
  }

  .quote-wrapper {
    text-align: left;
    align-self: flex-end;
    padding-right: 40px;
  }

  .quote-text {
    text-align: left;
    font-size: 14px;
    font-style: italic;
  }

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

  .signature {
    text-align: right;
    font-size: 12px;
  }

  .home-icon {
    align-self: center;
    min-width: auto;
    max-width: 90%;
    min-height: auto;
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .services-card {
    padding: 48px;
  }

  .wrapper-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-background-image.contact-background {
    background-position: 50%;
  }

  .hero-background-image.services-hero-background {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#2e9dff80, #fff), url('../images/bg_01.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  }

  .service-examples-wrapper {
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
  }

  .why-choose-us-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .au-questions-wrapper {
    margin-top: 60px;
  }

  .why-us {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pillars-why-us.grid-3_col {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu_wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .mobile-button {
    color: #f2f8fa;
    background-color: #1e1e2f;
    border-radius: 100px;
    margin-top: 21px;
    padding: 13px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wwf-container {
    max-width: 728px;
  }

  .wwf-text-wrapper, .wwf-image-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .client-logo-container, .container-3 {
    max-width: 728px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .section-2, .corporate-clients-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-card {
    padding: 36px 24px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .body-display.dark {
    color: #090b19;
  }

  .search-wrapper {
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .left-navbar {
    width: 100%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .nav-link-2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #090b19;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .dropdown-2 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-2.top {
    border-top: 1px solid #e2e7f1;
  }

  .mega-category-list {
    display: none;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .page-info {
    overflow: auto;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-features {
    padding-top: 0;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .project-description {
    padding: 36px 24px;
  }

  .contact-form, .contact-scroll, .our-services-section, .our-services-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection-list, .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .button-5.pc-orange {
    min-width: 225px;
  }

  .button-5.pb-style {
    min-width: 225px;
    margin-left: 0;
    margin-right: 0;
  }

  .au-questions-wrapper {
    padding-top: 42px;
  }

  .paragraph-4 {
    margin-bottom: -12px;
  }

  .pillars-wrapper.grid-3_col, .pillars-why-us.grid-3_col, .dest-wrapper.grid-3_col, .dest-wrapper.grid-1-col {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .left-navbar-2 {
    width: 100%;
  }

  .referrals-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .referrals-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .candidates-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .logo {
    padding-top: 21px;
  }

  .mobile-button {
    margin-top: 21px;
  }

  .hero-heading-left, .whos-working-for-you-section, .features-list, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .section-2, .corporate-clients-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: none;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .brand-2 {
    padding-left: 18px;
  }

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .nav-link-2 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-2.bottom {
    border-bottom-style: none;
  }

  .menu-wrapper {
    display: none;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .wrapper-2.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .page-hero {
    min-height: 550px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .contact-us-section {
    min-height: 550px;
  }

  .page-info {
    height: auto;
  }

  .banner-items {
    height: 80px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .contact-form, .contact-scroll, .our-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-page-hero {
    min-height: 550px;
  }

  .our-services-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .service-examples-wrapper {
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .why-choose-us-wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .button-5 {
    margin-left: 0;
    margin-right: 28px;
    padding: 10px;
  }

  .button-5.pc-orange {
    margin: 30px 160px;
    padding: 20px 35px;
  }

  .button-5.pb-style {
    margin: 30px 0;
    padding: 20px 35px;
  }

  .au-questions-wrapper {
    margin-top: 50px;
  }

  .paragraph-4 {
    margin-bottom: 0;
  }

  .pillars-wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .pillar-wrapper._48px-right_p {
    padding-right: 0;
  }

  .pillars-why-us.grid-3_col, .dest-wrapper.grid-3_col, .dest-wrapper.grid-1-col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .nav-menu_wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .left-navbar-2 {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .wrapper-3.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .referrals-page-hero {
    min-height: 550px;
  }

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

  .referrals-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .referrals-contact-section, .candidates-page-hero-copy {
    min-height: 550px;
  }

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

  .destination-services-paragraph._48px-right_p {
    padding-right: 0;
  }

  .home-icon {
    padding-top: 21px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

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

  .hero-heading {
    font-size: 36px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .logo {
    margin-right: 0;
    padding: 10px;
  }

  .logo-headliner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .headliner {
    letter-spacing: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    line-height: 10px;
    display: block;
  }

  .headliner-text {
    font-size: 10px;
    line-height: 10px;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    padding-right: 0;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .section-subheading-two.center {
    line-height: 30px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .client-logo-container, .container-3 {
    max-width: none;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .section-2, .corporate-clients-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .large-heading {
    font-size: 24px;
  }

  .heading-3.steel {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .brand-2 {
    align-items: stretch;
    padding-left: 18px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .navbar-2 {
    flex-flow: row;
    align-items: center;
    height: 65px;
  }

  .dropdown-list {
    height: auto;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .contact-us-section {
    min-height: 450px;
    padding-top: 89px;
  }

  .list-item-text {
    font-size: 16px;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .sticky-services-menu.extra-top-margin {
    padding-bottom: 40px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.w--current {
    padding-left: 18px;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .contact-content {
    font-size: 36px;
  }

  .contact-content.contact-paragraph {
    font-size: 32px;
  }

  .contact-form, .contact-scroll, .our-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-mission-section.accent {
    padding-bottom: 40px;
  }

  .services-page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .our-services-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading-2 {
    font-size: 36px;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .services-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .why-choose-us-wrapper {
    align-self: auto;
  }

  .list-heading-wrapper-2 {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .company-pillars-section {
    margin-top: 4px;
  }

  .button-5 {
    margin-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-5.pc-orange, .button-5.pb-style {
    margin-top: 41px;
    margin-bottom: 2px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .au-questions-wrapper {
    padding-top: 0;
  }

  .paragraph_16px.light-grey {
    font-size: 16px;
  }

  .pillars-header-wrapper {
    padding-top: 0;
  }

  .text-block-11.heading-style-p2 {
    padding-top: 28px;
    font-size: 2rem;
  }

  .pillars-header-container {
    padding-bottom: 10px;
    display: block;
  }

  .pillars-section-copy, .pillars-section-copy-02, .pillars-section-copy-02-copy {
    margin-top: 4px;
  }

  .why-us {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .pillars-why-us.grid-3_col {
    grid-template-columns: 1.25fr;
  }

  .destination-services {
    margin-top: 4px;
  }

  .destination-services-container {
    padding-bottom: 20px;
    display: block;
  }

  .italic-text {
    font-size: 16px;
  }

  .wrapper-3.navbar-wrapper {
    align-self: auto;
    font-size: 16px;
  }

  .list-heading-wrapper-3 {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .referrals-page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

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

  .referrals-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .referrals-paragraph-wrapper {
    margin-top: 4px;
  }

  .referrals-contact-section {
    min-height: 450px;
    padding-top: 89px;
  }

  .button-wrapper {
    display: flex;
  }

  .referral-button {
    width: 200px;
    margin-left: 0;
  }

  .candidates-page-hero-copy {
    min-height: 450px;
    padding-top: 89px;
  }

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

  .candidate-button {
    width: 200px;
    margin-left: 0;
  }

  .home-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding: 10px;
  }
}

#w-node-ce427936-104d-169d-3475-5741220ed341-31f2dbe5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce427936-104d-169d-3475-5741220ed342-31f2dbe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ce427936-104d-169d-3475-5741220ed346-31f2dbe5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ce427936-104d-169d-3475-5741220ed348-31f2dbe5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ce427936-104d-169d-3475-5741220ed34a-31f2dbe5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ce427936-104d-169d-3475-5741220ed34c-31f2dbe5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a1b32b11-560a-13b0-e8f9-cb952221f214-31f2dbe5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_01db32d5-4881-36ee-3c4e-6af78dc05193-31f2dbe5 {
  align-self: start;
}

#w-node-_01db32d5-4881-36ee-3c4e-6af78dc05195-31f2dbe5 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_01db32d5-4881-36ee-3c4e-6af78dc0519c-31f2dbe5 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_218c63a9-0c04-34eb-4518-42e7019b6044-31f2dbe5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_218c63a9-0c04-34eb-4518-42e7019b6045-31f2dbe5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588c6-31f2dbe5 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588c7-31f2dbe5, #w-node-ac0530e6-fea8-6cd4-b63d-4391967588ca-31f2dbe5, #w-node-a250c668-4efe-6b71-dd46-20440dff02bb-31f2dbe5, #w-node-ac0530e6-fea8-6cd4-b63d-4391967588d3-31f2dbe5, #Email.w-node-ac0530e6-fea8-6cd4-b63d-4391967588d5-31f2dbe5, #w-node-ac0530e6-fea8-6cd4-b63d-4391967588d7-31f2dbe5, #Phone.w-node-ac0530e6-fea8-6cd4-b63d-4391967588d9-31f2dbe5, #w-node-ac0530e6-fea8-6cd4-b63d-4391967588db-31f2dbe5, #LinkedIn.w-node-ac0530e6-fea8-6cd4-b63d-4391967588dd-31f2dbe5, #w-node-ac0530e6-fea8-6cd4-b63d-4391967588df-31f2dbe5, #Message-Field.w-node-ac0530e6-fea8-6cd4-b63d-4391967588e1-31f2dbe5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588e2-31f2dbe5 {
  justify-self: start;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588ec-31f2dbe5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588f7-31f2dbe5 {
  place-self: center start;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588f9-31f2dbe5 {
  place-self: center end;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588fb-31f2dbe5 {
  place-self: center start;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588fd-31f2dbe5 {
  place-self: center end;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588f3-31f2dbe5 {
  place-self: center start;
}

#w-node-ac0530e6-fea8-6cd4-b63d-4391967588f5-31f2dbe5 {
  place-self: center end;
}

#w-node-_1fad3446-2a76-902c-534c-36caeaf035e1-eaf035d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc54295f-ebf2-1849-5546-8e5cd2de2fe1-e04c62cb {
  align-self: start;
}

#w-node-fc54295f-ebf2-1849-5546-8e5cd2de2fe3-e04c62cb {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-fc54295f-ebf2-1849-5546-8e5cd2de2fe7-e04c62cb {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada4a-e04c62cb {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada4b-e04c62cb, #w-node-d9b3b891-68c5-b412-7ca0-04751f3ada4c-e04c62cb {
  justify-self: start;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada50-e04c62cb {
  align-self: center;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada52-e04c62cb {
  place-self: center start;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada55-e04c62cb {
  align-self: center;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada57-e04c62cb {
  place-self: center start;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada5a-e04c62cb {
  align-self: center;
}

#w-node-d9b3b891-68c5-b412-7ca0-04751f3ada5c-e04c62cb {
  place-self: center start;
}

#w-node-e2fcd830-4273-2175-9e09-23a365c02ffa-e04c62cb, #w-node-e2fcd830-4273-2175-9e09-23a365c02ffd-e04c62cb, #w-node-e2fcd830-4273-2175-9e09-23a365c03000-e04c62cb, #w-node-_155f22c8-556b-e4a6-9d21-c2c5261042c1-e04c62cb, #w-node-_155f22c8-556b-e4a6-9d21-c2c5261042c4-e04c62cb, #w-node-_155f22c8-556b-e4a6-9d21-c2c5261042c7-e04c62cb {
  place-self: start center;
}

#w-node-_8a22e250-a312-7356-bb53-4759b0b751fa-e04c62cb, #w-node-_8a22e250-a312-7356-bb53-4759b0b75206-e04c62cb {
  place-self: auto center;
}

#w-node-_1d271054-80de-3d9f-8faf-0b1e6e1eeba5-e04c62cb {
  align-self: center;
}

#w-node-_1d271054-80de-3d9f-8faf-0b1e6e1eeba7-e04c62cb {
  place-self: center start;
}

#w-node-_1d271054-80de-3d9f-8faf-0b1e6e1eebaa-e04c62cb {
  align-self: center;
}

#w-node-_1d271054-80de-3d9f-8faf-0b1e6e1eebac-e04c62cb {
  place-self: center start;
}

#w-node-_1d271054-80de-3d9f-8faf-0b1e6e1eebaf-e04c62cb {
  align-self: center;
}

#w-node-_1d271054-80de-3d9f-8faf-0b1e6e1eebb1-e04c62cb {
  place-self: center start;
}

#w-node-_4dfd25dc-6336-6562-3588-cd3352993073-e04c62cb {
  align-self: start;
}

#w-node-_4dfd25dc-6336-6562-3588-cd3352993075-e04c62cb {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_4dfd25dc-6336-6562-3588-cd3352993079-e04c62cb {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-d333b194-0016-9568-1a58-88cf5d9f5b6f-e04c62cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d333b194-0016-9568-1a58-88cf5d9f5b70-e04c62cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1307-e04c62cb {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1308-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d130b-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1310-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1315-e04c62cb, #Email.w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1317-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1319-e04c62cb, #Phone.w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d131b-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d131d-e04c62cb, #LinkedIn.w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d131f-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1321-e04c62cb, #Message-Field.w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1323-e04c62cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1324-e04c62cb {
  justify-self: start;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d132e-e04c62cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1339-e04c62cb {
  place-self: center start;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d133b-e04c62cb {
  place-self: center end;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d133d-e04c62cb {
  place-self: center start;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d133f-e04c62cb {
  place-self: center end;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1335-e04c62cb {
  place-self: center start;
}

#w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1337-e04c62cb {
  place-self: center end;
}

#w-node-_867b93a2-08d2-9367-26ed-6cf130e0e794-57b76359 {
  align-self: start;
}

#w-node-_867b93a2-08d2-9367-26ed-6cf130e0e796-57b76359 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_867b93a2-08d2-9367-26ed-6cf130e0e79a-57b76359 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_5006e63a-0b29-6a1d-aa4f-92d0ffa953ad-57b76359, #w-node-e51a4cde-4762-4d5e-696e-81603dc48460-57b76359 {
  place-self: start center;
}

#w-node-a340290d-3d8c-4139-ca69-4f0252569437-57b76359 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_387bd240-3ec9-091b-3e10-e9367cc8463b-57b76359 {
  align-self: start;
}

#w-node-_387bd240-3ec9-091b-3e10-e9367cc8463d-57b76359 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#contact-form.w-node-_387bd240-3ec9-091b-3e10-e9367cc84641-57b76359 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1a4c9b12-62db-887d-b3f2-9ef25fc9c3eb-57b76359 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a4c9b12-62db-887d-b3f2-9ef25fc9c3ec-57b76359 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_27f88192-4236-26f1-f475-41d595930ccd-57b76359 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-_27f88192-4236-26f1-f475-41d595930cce-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930cd1-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930cd6-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930cdb-57b76359, #Email-2.w-node-_27f88192-4236-26f1-f475-41d595930cdd-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930cdf-57b76359, #Phone-2.w-node-_27f88192-4236-26f1-f475-41d595930ce1-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930ce3-57b76359, #LinkedIn-2.w-node-_27f88192-4236-26f1-f475-41d595930ce5-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930ce7-57b76359, #Message-Field-2.w-node-_27f88192-4236-26f1-f475-41d595930ce9-57b76359 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27f88192-4236-26f1-f475-41d595930cea-57b76359 {
  justify-self: start;
}

#w-node-_27f88192-4236-26f1-f475-41d595930cf4-57b76359 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_27f88192-4236-26f1-f475-41d595930cfb-57b76359 {
  place-self: center start;
}

#w-node-_27f88192-4236-26f1-f475-41d595930cfd-57b76359 {
  place-self: center end;
}

#w-node-_27f88192-4236-26f1-f475-41d595930cff-57b76359 {
  place-self: center start;
}

#w-node-_27f88192-4236-26f1-f475-41d595930d01-57b76359 {
  place-self: center end;
}

#w-node-_27f88192-4236-26f1-f475-41d595930d03-57b76359 {
  place-self: center start;
}

#w-node-_27f88192-4236-26f1-f475-41d595930d05-57b76359 {
  place-self: center end;
}

#w-node-bc679e79-e979-361c-c3d1-425c8c4efaa9-3fceb96b {
  align-self: start;
}

#w-node-bc679e79-e979-361c-c3d1-425c8c4efaab-3fceb96b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bc679e79-e979-361c-c3d1-425c8c4efaaf-3fceb96b {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_0c3e42a6-9184-50e0-9b74-d3a6d83434e2-3fceb96b {
  place-self: start center;
}

#w-node-d65a47f7-3424-4085-f582-9ffd5cc1556e-3fceb96b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_6086b98d-3e94-2218-e39a-f976267c7f7f-3fceb96b {
  align-self: start;
}

#w-node-_6086b98d-3e94-2218-e39a-f976267c7f81-3fceb96b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#contact-form.w-node-_6086b98d-3e94-2218-e39a-f976267c7f85-3fceb96b {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-e328532d-c167-cebc-16ea-1c82ffad52d0-3fceb96b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e328532d-c167-cebc-16ea-1c82ffad52d1-3fceb96b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#contact-div.w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec39-3fceb96b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec3a-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec3d-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec42-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec47-3fceb96b, #Email-2.w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec49-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec4b-3fceb96b, #Phone-2.w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec4d-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec4f-3fceb96b, #LinkedIn-2.w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec51-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec53-3fceb96b, #Message-Field-2.w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec55-3fceb96b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec56-3fceb96b {
  justify-self: start;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec60-3fceb96b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec67-3fceb96b {
  place-self: center start;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec69-3fceb96b {
  place-self: center end;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec6b-3fceb96b {
  place-self: center start;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec6d-3fceb96b {
  place-self: center end;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec6f-3fceb96b {
  place-self: center start;
}

#w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec71-3fceb96b {
  place-self: center end;
}

#w-node-d2645755-2a5e-3c13-fbd8-e3018031b1bb-ab42d33a {
  align-self: start;
}

#w-node-d2645755-2a5e-3c13-fbd8-e3018031b1bd-ab42d33a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d2645755-2a5e-3c13-fbd8-e3018031b1c1-ab42d33a {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa06e-ab42d33a {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa06f-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa072-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa077-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa07c-ab42d33a, #Email.w-node-ef59df18-674b-332f-33a8-9a884fbfa07e-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa080-ab42d33a, #Phone.w-node-ef59df18-674b-332f-33a8-9a884fbfa082-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa084-ab42d33a, #LinkedIn.w-node-ef59df18-674b-332f-33a8-9a884fbfa086-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa088-ab42d33a, #Message-Field.w-node-ef59df18-674b-332f-33a8-9a884fbfa08a-ab42d33a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa08b-ab42d33a {
  justify-self: start;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa095-ab42d33a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa09c-ab42d33a {
  place-self: center start;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa09e-ab42d33a {
  place-self: center end;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa0a0-ab42d33a {
  place-self: center start;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa0a2-ab42d33a {
  place-self: center end;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa0a4-ab42d33a {
  place-self: center start;
}

#w-node-ef59df18-674b-332f-33a8-9a884fbfa0a6-ab42d33a {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-a1b32b11-560a-13b0-e8f9-cb952221f20d-31f2dbe5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01db32d5-4881-36ee-3c4e-6af78dc05195-31f2dbe5 {
    grid-column-end: 3;
  }

  #w-node-ac0530e6-fea8-6cd4-b63d-4391967588c6-31f2dbe5 {
    grid-column-end: 2;
  }

  #w-node-ac0530e6-fea8-6cd4-b63d-4391967588ec-31f2dbe5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc54295f-ebf2-1849-5546-8e5cd2de2fe3-e04c62cb {
    grid-column-end: 3;
  }

  #w-node-_1b40544b-9ce1-6f3a-806f-64a65cf9fd5b-e04c62cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9b3b891-68c5-b412-7ca0-04751f3ada4a-e04c62cb {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_4dfd25dc-6336-6562-3588-cd3352993075-e04c62cb {
    grid-column-end: 3;
  }

  #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1307-e04c62cb {
    grid-column-end: 2;
  }

  #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d132e-e04c62cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_867b93a2-08d2-9367-26ed-6cf130e0e796-57b76359 {
    grid-column-end: 3;
  }

  #w-node-_630cf200-f1fd-606c-2da2-2698a5666cbc-57b76359, #w-node-e51a4cde-4762-4d5e-696e-81603dc4845a-57b76359, #w-node-a340290d-3d8c-4139-ca69-4f0252569430-57b76359 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_387bd240-3ec9-091b-3e10-e9367cc8463d-57b76359 {
    grid-column-end: 3;
  }

  #w-node-_27f88192-4236-26f1-f475-41d595930ccd-57b76359 {
    grid-column-end: 2;
  }

  #w-node-_27f88192-4236-26f1-f475-41d595930cf4-57b76359 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bc679e79-e979-361c-c3d1-425c8c4efaab-3fceb96b {
    grid-column-end: 3;
  }

  #w-node-_0c3e42a6-9184-50e0-9b74-d3a6d83434dc-3fceb96b, #w-node-d65a47f7-3424-4085-f582-9ffd5cc15567-3fceb96b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6086b98d-3e94-2218-e39a-f976267c7f81-3fceb96b {
    grid-column-end: 3;
  }

  #contact-div.w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec39-3fceb96b {
    grid-column-end: 2;
  }

  #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec60-3fceb96b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d2645755-2a5e-3c13-fbd8-e3018031b1bd-ab42d33a {
    grid-column-end: 3;
  }

  #w-node-ef59df18-674b-332f-33a8-9a884fbfa06e-ab42d33a {
    grid-column-end: 2;
  }

  #w-node-ef59df18-674b-332f-33a8-9a884fbfa095-ab42d33a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1b32b11-560a-13b0-e8f9-cb952221f20d-31f2dbe5 {
    grid-column: span 1 / span 1;
  }

  #w-node-a1b32b11-560a-13b0-e8f9-cb952221f214-31f2dbe5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_01db32d5-4881-36ee-3c4e-6af78dc05195-31f2dbe5, #w-node-_01db32d5-4881-36ee-3c4e-6af78dc0519c-31f2dbe5 {
    grid-column-end: 2;
  }

  #w-node-ac0530e6-fea8-6cd4-b63d-4391967588ca-31f2dbe5, #w-node-a250c668-4efe-6b71-dd46-20440dff02bb-31f2dbe5 {
    grid-column: span 1 / span 1;
  }

  #w-node-fc54295f-ebf2-1849-5546-8e5cd2de2fe3-e04c62cb, #w-node-fc54295f-ebf2-1849-5546-8e5cd2de2fe7-e04c62cb {
    grid-column-end: 2;
  }

  #w-node-_1b40544b-9ce1-6f3a-806f-64a65cf9fd5b-e04c62cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_4dfd25dc-6336-6562-3588-cd3352993075-e04c62cb, #w-node-_4dfd25dc-6336-6562-3588-cd3352993079-e04c62cb {
    grid-column-end: 2;
  }

  #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d130b-e04c62cb, #w-node-_682af710-b3d0-3ce3-ffb4-cf21a05d1310-e04c62cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_867b93a2-08d2-9367-26ed-6cf130e0e796-57b76359, #w-node-_867b93a2-08d2-9367-26ed-6cf130e0e79a-57b76359 {
    grid-column-end: 2;
  }

  #w-node-_630cf200-f1fd-606c-2da2-2698a5666cbc-57b76359, #w-node-e51a4cde-4762-4d5e-696e-81603dc4845a-57b76359, #w-node-a340290d-3d8c-4139-ca69-4f0252569430-57b76359 {
    grid-column: span 1 / span 1;
  }

  #w-node-a340290d-3d8c-4139-ca69-4f0252569437-57b76359 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_387bd240-3ec9-091b-3e10-e9367cc8463d-57b76359, #contact-form.w-node-_387bd240-3ec9-091b-3e10-e9367cc84641-57b76359 {
    grid-column-end: 2;
  }

  #w-node-_27f88192-4236-26f1-f475-41d595930cd1-57b76359, #w-node-_27f88192-4236-26f1-f475-41d595930cd6-57b76359 {
    grid-column: span 1 / span 1;
  }

  #w-node-bc679e79-e979-361c-c3d1-425c8c4efaab-3fceb96b, #w-node-bc679e79-e979-361c-c3d1-425c8c4efaaf-3fceb96b {
    grid-column-end: 2;
  }

  #w-node-_0c3e42a6-9184-50e0-9b74-d3a6d83434dc-3fceb96b, #w-node-d65a47f7-3424-4085-f582-9ffd5cc15567-3fceb96b {
    grid-column: span 1 / span 1;
  }

  #w-node-d65a47f7-3424-4085-f582-9ffd5cc1556e-3fceb96b {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_6086b98d-3e94-2218-e39a-f976267c7f81-3fceb96b, #contact-form.w-node-_6086b98d-3e94-2218-e39a-f976267c7f85-3fceb96b {
    grid-column-end: 2;
  }

  #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec3d-3fceb96b, #w-node-_8850a27f-2944-85f6-6c4d-2081fcd0ec42-3fceb96b {
    grid-column: span 1 / span 1;
  }

  #w-node-d2645755-2a5e-3c13-fbd8-e3018031b1bd-ab42d33a, #w-node-d2645755-2a5e-3c13-fbd8-e3018031b1c1-ab42d33a {
    grid-column-end: 2;
  }

  #w-node-ef59df18-674b-332f-33a8-9a884fbfa072-ab42d33a, #w-node-ef59df18-674b-332f-33a8-9a884fbfa077-ab42d33a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce427936-104d-169d-3475-5741220ed342-31f2dbe5 {
    grid-column: span 4 / span 4;
  }

  #w-node-ce427936-104d-169d-3475-5741220ed348-31f2dbe5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ce427936-104d-169d-3475-5741220ed34c-31f2dbe5 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-d9b3b891-68c5-b412-7ca0-04751f3ada4a-e04c62cb {
    order: -9999;
  }
}


