:root {
  --black: black;
  --light-sea-green: #1f63da;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 8%;
  position: relative;
}

.section.bg {
  color: #fff;
  background-color: #272727;
  position: relative;
  overflow: hidden;
}

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

.section.hero {
  background-color: #f8f8f8;
  background-image: linear-gradient(135deg, #fcfcfcfa 47%, #ebebeb8f), url("https://cdn.prod.website-files.com/5ecbd49a4563218c3f5e2b60/5ecec9c3058ffd4f6ee12b9c_man-wearing-blue-dress-shirt-2451566.jpg");
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 70px 10% 0;
  display: flex;
  position: relative;
}

.section.hero.sub {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/5ecbd49a4563218c3f5e2b60/5ee3be76f818f65a43541eb3_architecture-buildings-city-fog-373965.jpg");
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 75vh;
  padding-top: 100px;
}

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

.section.no-pd.bg {
  background-image: linear-gradient(135deg, #1d1d1d9e 22%, #585858), url("https://cdn.prod.website-files.com/5ecbd49a4563218c3f5e2b60/5ee3fa3a79d9b644d02c4b54_white-and-red-car-on-black-concrete-narrow-road-in-between-129830.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.less-pd {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.tint {
  color: var(--black);
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.cta {
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.hero-hd {
  z-index: 1;
  width: 60%;
  max-width: 500px;
  position: relative;
}

.slider {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hidden {
  display: none;
}

.nav {
  background-color: #0000;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-cn {
  color: var(--black);
  min-width: 100%;
}

.nav-lk {
  padding: 25px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}

.nav-lk:hover {
  color: var(--light-sea-green);
}

.nav-lk.w--current {
  color: #000;
}

.nav-lk.last {
  padding-right: 0;
}

.slide {
  padding: 55px 10% 0 38%;
}

.inner-slide {
  height: 100%;
  padding-top: 0;
  padding-bottom: 35px;
  padding-left: 20px;
}

.button {
  background-color: var(--light-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  margin-top: 10px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: all .2s;
  box-shadow: 1px 1px 10px #0006;
}

.button:hover {
  transform: translate(0, -6px);
  box-shadow: 3px 3px 10px #00000080;
}

.button.left {
  color: var(--black);
  background-color: #fff;
  margin-left: 14px;
}

.button.full {
  text-align: center;
  width: 100%;
}

.inner-slider {
  color: #000;
  background-color: #0000;
  height: auto;
}

.slider-hd {
  width: 100%;
  height: 100%;
  padding-left: 70px;
  position: relative;
}

.img-hd {
  width: 70%;
  height: 100%;
}

.img-hd.alt {
  object-fit: contain;
  object-position: 50% 50%;
  width: 85%;
  margin-top: 0;
}

.img-hd.alt.lg {
  width: 100%;
}

.img-person {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-person.alt {
  object-fit: contain;
  object-position: 50% 100%;
  margin-top: 0;
}

.img-person.alt-sz {
  object-fit: cover;
  object-position: 50% 0%;
}

.img-person.alt-sz.contain {
  object-fit: contain;
}

.logo {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.logo.ft {
  margin-top: 0;
}

.logo-ic {
  height: 50px;
  margin-right: 8px;
}

.logo-ic.hight-fx {
  height: auto;
}

.full-top-banner {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  padding-right: 6%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sub-nav-lk {
  color: #000;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.sub-nav-lk.icon {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
}

.sub-nav-lk.icon.phone {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5ecbd49a4563218c3f5e2b60/5ececa1a93d27d42a6aa209a_np_phone_118681_000000.svg");
}

.sub-nav-lk.icon.email {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5ecbd49a4563218c3f5e2b60/5ececa13b60b492597ddab41_np_email_1198069_000000.svg");
  margin-right: 0;
}

.large-hd {
  color: var(--light-sea-green);
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
}

.pg-hd._65 {
  width: 80%;
}

.div-space {
  height: 45px;
}

.div-space.sm {
  height: 25px;
}

.div-space.small {
  height: 12px;
}

.flex-hd {
  justify-content: space-between;
  display: flex;
}

.flex-div {
  flex: 1;
  padding: 0 8px;
}

.flex-div.mid-sep {
  flex: 0 auto;
  width: 25%;
}

.flex-div.right-footer {
  display: flex;
}

.flex-div.first {
  padding-left: 0;
}

.flex-div.first._25 {
  flex-direction: column;
  flex: 0 auto;
  width: 30%;
  display: flex;
}

.flex-div.last {
  padding-right: 0;
}

.flex-div.ho {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.column-bk {
  background-color: #f7f7f7;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.bottom-img {
  height: 300px;
  position: relative;
}

.bg-img {
  z-index: 0;
  width: 100%;
  height: 105%;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #00000080;
}

.header-hd {
  height: 100px;
  overflow: hidden;
}

.footer-cr {
  border-top: 1px solid #a1a1a1;
  justify-content: space-between;
  padding-top: 15px;
  display: flex;
}

.footer-nav {
  margin-bottom: 10px;
}

.footer-tx {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.tx.bold {
  font-size: 14px;
  font-weight: 700;
}

.footer-lk {
  color: var(--black);
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}

.footer-lk:hover {
  color: var(--light-sea-green);
}

.vert-flex {
  flex-direction: column;
  display: flex;
}

.vert-flex.hidden {
  display: none;
}

.small-pg {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.ho-flex {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.ho-flex.no-bt {
  margin-bottom: 0;
}

.text-dark-grey {
  color: #596273;
}

.slider-nav {
  opacity: 1;
  height: 30px;
  font-size: 9px;
  line-height: 16px;
}

.hidden-2 {
  margin-left: 0;
  display: none;
}

.testimonials-v5 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 80px;
}

.review-v5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  display: flex;
}

.testimonials-v5-slide {
  width: 50%;
  padding-left: 4%;
  padding-right: 4%;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.review-v5-logo {
  height: 40px;
  margin-bottom: 16px;
}

.logotypes {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 90px 8px;
  display: flex;
}

.right-hd {
  z-index: 3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.right-hd._55 {
  max-width: 55%;
}

.right-hd._66 {
  flex: 1;
  width: 66%;
  padding-left: 40px;
}

.right-hd._40 {
  justify-content: flex-start;
  width: 40%;
  padding-top: 80px;
}

.lg-heading {
  font-size: 60px;
}

.feature-v1 {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-left: 0;
  margin-right: 12px;
  padding: 22px;
  display: flex;
}

.feature-v1.last {
  margin-right: 0;
}

.circle-icon {
  background-color: #f5f5f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
  display: flex;
}

.circle-icon.small {
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 12px;
}

.text-grey {
  color: #7a8292;
  font-size: 14px;
  line-height: 24px;
}

.lg-1 {
  margin-bottom: 3px;
  font-size: 40px;
}

.lg-2 {
  margin-top: 0;
  font-size: 26px;
}

.alt {
  margin-top: -6px;
}

.tri-hd {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

._33 {
  width: 33.333%;
  padding: 0 12px 25px;
}

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

.icon {
  text-align: center;
  background-color: #f0f0f0;
  margin-right: 12px;
  padding: 6px;
  display: block;
}

.split-div {
  z-index: 10;
  display: flex;
  position: relative;
}

.cta-title {
  display: flex;
}

.form-bk {
  background-color: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  width: 100%;
  padding: 35px 25px;
  box-shadow: 1px 1px 20px #00000069;
}

.tx-field {
  border-radius: 2px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  transition: all .2s;
}

.tx-field:hover {
  transform: translate(0, -4px);
  box-shadow: 1px 1px 11px #00000026;
}

.tx-field.lt {
  margin-right: 10px;
}

.form {
  color: var(--black);
}

.div-rt {
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 5px;
  display: flex;
}

.nav-scroll {
  z-index: 10000;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 20px #0000001a;
}

.slider-nav {
  z-index: 101;
  inset: auto auto 0% 20px;
}

.flex-right {
  justify-content: flex-end;
  display: flex;
}

.inline-lk {
  color: var(--light-sea-green);
}

.tp-bd {
  margin-top: 13px;
  display: block;
}

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

  h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .section.hero {
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav {
    background-color: #f1f1f1;
    box-shadow: 1px 1px 20px #00000045;
  }

  .slide {
    padding-top: 120px;
    padding-left: 0%;
    padding-right: 20%;
  }

  .inner-slide {
    padding-top: 0;
  }

  .img-person.alt-sz {
    display: none;
  }

  .x-bg {
    width: 200px;
    height: 200px;
    display: none;
  }

  .large-hd {
    font-size: 88px;
  }

  .pg-hd._65 {
    width: 80%;
  }

  .flex-hd {
    flex-flow: column wrap;
  }

  .flex-div {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 16px;
  }

  .flex-div.first {
    width: 100%;
    padding-left: 8px;
  }

  .flex-div.first._25 {
    width: 100%;
    margin-bottom: 33px;
  }

  .flex-div.last {
    padding-right: 8px;
  }

  .flex-div.mid-sep {
    display: none;
  }

  .flex-div._33 {
    width: 33%;
  }

  .flex-div.ho {
    width: 100%;
  }

  .menu-bt {
    border-radius: 3px;
    margin-top: 10px;
    padding: 14px;
  }

  .menu-bt.w--open {
    background-color: var(--light-sea-green);
  }

  .bottom-img {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 14px 14px 20px #00000047;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .review-v5 {
    font-size: 15px;
  }

  .testimonials-v5-slide {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .review-v5-logo {
    height: 36px;
  }

  .logo-link {
    margin: 12px;
  }

  .achievement-number {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 32px;
  }

  .lg-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .feature-v1 {
    padding-bottom: 64px;
  }

  .lg-1 {
    line-height: 40px;
  }

  ._33 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hero-hd {
    width: 100%;
    max-width: 100%;
  }

  .slider-hd {
    display: none;
  }

  .large-hd {
    font-size: 70px;
    line-height: 70px;
  }

  .pg-hd._65 {
    width: 75%;
  }

  .flex-div, .flex-div.first._25 {
    width: 100%;
  }

  .flex-div.first._25 {
    width: 100%;
  }

  .flex-div.mid-sep {
    display: none;
  }

  .flex-div._33 {
    width: 33%;
  }

  .menu-bt {
    margin-top: 5px;
  }

  .header-hd {
    height: auto;
  }

  .slider-nav {
    font-size: 8px;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .achievements {
    flex-wrap: wrap;
    width: 83.33%;
  }

  .achievement {
    flex: 0 auto;
    width: 50%;
  }

  .feature-v1 {
    width: 100%;
  }
}

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

  p {
    font-size: 12px;
    line-height: 20px;
  }

  .inner-slide {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.left {
    margin-left: 0;
  }

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

  .sub-nav-lk.mb-hd {
    display: none;
  }

  .large-hd {
    font-size: 56px;
  }

  .pg-hd._65 {
    width: 100%;
  }

  .flex-hd {
    flex-flow: column wrap;
  }

  .flex-div, .flex-div.first._25, .flex-div.last._33 {
    width: 100%;
  }

  .flex-div.first._25, .flex-div.last._33, .flex-div.last._33 {
    width: 100%;
  }

  .flex-div.ho {
    flex-direction: column;
  }

  .menu-bt {
    margin-top: 10px;
  }

  ._70 {
    width: 100%;
  }

  .bg-img {
    height: 100%;
  }

  .footer-cr {
    flex-direction: column;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
  }

  .testimonials-v5-slide {
    width: 100%;
  }

  .logotypes {
    flex-direction: column;
  }

  .achievements, .achievement {
    width: 100%;
  }

  .right-hd._66 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .right-hd._40 {
    width: 100%;
  }

  .feature-v1 {
    margin-bottom: 16px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .button-2.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2.small.ghost {
    font-size: 11px;
  }

  ._33 {
    width: 100%;
  }

  .split-div {
    flex-direction: column;
  }
}
