.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Inter, sans-serif;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #ffa600;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.link-block {
  margin-right: 20px;
  padding: 10px 20px;
  text-decoration: none;
}

.text-block {
  font-family: Inter, sans-serif;
  color: #fff;
}

.section {
  height: 780px;
  background-image: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 40px 20px;
  background-color: transparent;
}

.container {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link-2 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.nav-link-2:focus {
  color: #fff;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link-3 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  height: 780px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 13px;
  background-image: url('../images/Landing-page-BG2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.grid {
  margin-top: 101px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  width: 650px;
  margin-left: 40px;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  color: #b0bbd3;
  font-weight: 600;
  letter-spacing: 3px;
}

.heading {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 53px;
  font-weight: 600;
}

.line-1 {
  position: relative;
  left: 268px;
  top: 171px;
  width: 223px;
  height: 4px;
  background-color: #ffa600;
}

.line-2 {
  position: relative;
  left: 3px;
  top: 227px;
  width: 348.5px;
  height: 4px;
  background-color: #ffa600;
}

.div-block-4 {
  display: inline-block;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #2a426f;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.grid-wrap-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-about {
  position: relative;
  left: auto;
  top: -5px;
  width: 70px;
  height: 4px;
  background-color: #ffa600;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  position: relative;
  top: 104px;
  display: inline-block;
}

.section-2 {
  height: auto;
  margin-top: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.line-services {
  position: relative;
  left: auto;
  top: -5px;
  width: 150px;
  height: 4px;
  background-color: #ffa600;
}

.paragraph {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.para-2 {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.div-block-7 {
  display: block;
  width: 422.73px;
  height: 385.67px;
  margin-top: -7px;
  padding-top: 60px;
  padding-right: 62px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/About-one-BG.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-8 {
  width: 346.93px;
  height: 346.93px;
  margin-top: 0px;
  margin-bottom: -37px;
  padding-top: 87px;
  padding-left: 33px;
  background-image: url('../images/about-2-BG.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-9 {
  width: 422.73px;
  height: 385.67px;
  margin-top: -15px;
  padding-top: 73px;
  padding-right: 36px;
  padding-left: 1px;
  background-image: url('../images/About-3-BG.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  font-family: Inter, sans-serif;
  color: #2a426f;
  font-size: 30px;
  line-height: 32px;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.values-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para-values {
  font-family: Inter, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.div-block-11 {
  height: auto;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#dedede));
  background-image: linear-gradient(180deg, #fdfdfd, #dedede);
}

.div-block-12 {
  position: relative;
  top: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27457d), to(#2c416a));
  background-image: linear-gradient(180deg, #27457d, #2c416a);
}

.grid-3 {
  display: none;
  -ms-grid-columns: 2.25fr;
  grid-template-columns: 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  display: none;
  width: 260px;
  height: 400px;
  padding-bottom: 14px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#071127)), url('../images/AdobeStock_2808741672x.png');
  background-image: linear-gradient(180deg, transparent, #071127), url('../images/AdobeStock_2808741672x.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pic-2 {
  display: none;
  width: 260px;
  height: 400px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#071127)), url('../images/AdobeStock_2089115862x.png');
  background-image: linear-gradient(180deg, transparent, #071127), url('../images/AdobeStock_2089115862x.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pic-3 {
  display: none;
  width: 260px;
  height: 400px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#071127)), url('../images/AdobeStock_3019649112x.png');
  background-image: linear-gradient(180deg, transparent, #071127), url('../images/AdobeStock_3019649112x.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pic-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/health-care2x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  color: #dedede;
  font-size: 10px;
  line-height: 10px;
}

.heading-4 {
  margin-top: 5px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  margin-left: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-3 {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.paragraph-3--2 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.services-block {
  display: none;
  margin-top: 55px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-white {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.para-3 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.div-block-16 {
  display: none;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-2 {
  margin-top: 0px;
}

.section-3 {
  height: auto;
  margin-top: 0px;
  padding-top: 42px;
  padding-bottom: 40px;
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-b {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #2a426f;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.div-block-17 {
  position: relative;
  top: auto;
  display: none;
  height: 40vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/section-new2x.png');
  background-position: 50% 0%;
  background-size: cover;
}

.grid-4 {
  width: 70%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.image-3 {
  margin-right: 8px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  font-family: Inter, sans-serif;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 24px;
}

.img-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-section {
  padding-top: 27px;
}

.line-contact {
  position: relative;
  left: auto;
  top: -5px;
  width: 100px;
  height: 4px;
  background-color: #ffa600;
}

.div-block-21 {
  margin-top: 0px;
  padding-top: 108px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-4 {
  position: relative;
  top: auto;
  display: block;
}

.image-5 {
  position: relative;
  top: auto;
  right: 288px;
  display: block;
}

.mob-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 40px 20px;
  background-color: transparent;
}

.mob-slider {
  display: none;
}

.line-2--mob {
  position: relative;
  left: 3px;
  top: 227px;
  display: none;
  width: 348.5px;
  height: 4px;
  background-color: #ffa600;
}

.line-1--mob {
  position: relative;
  left: 268px;
  top: 171px;
  display: none;
  width: 223px;
  height: 4px;
  background-color: #ffa600;
}

.image-7 {
  display: none;
}

.mob-img {
  display: none;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  margin-right: 8px;
}

.mob-slider-small {
  display: none;
}

.div-block-25 {
  padding-right: 71px;
}

.div-block-26 {
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 244, 244, 0)), to(#f2f2f2));
  background-image: linear-gradient(180deg, rgba(246, 244, 244, 0), #f2f2f2);
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.consulting-link {
  display: none;
  font-family: Inter, sans-serif;
  color: #fff;
}

.consulting-link:focus {
  color: #fff;
  font-weight: 700;
}

.consulting-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link-2-copy {
  font-family: Inter, sans-serif;
  color: #fff;
}

.nav-link-2-copy:focus {
  color: #fff;
  font-weight: 700;
}

.nav-link-2-copy.w--current {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    margin-top: 10px;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link-2 {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #000;
    font-weight: 400;
  }

  .nav-link-2:focus {
    color: #000;
  }

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

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 13px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f4f4f4;
  }

  .div-block-2 {
    height: 150vh;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-5 {
    margin-top: 25px;
  }

  .section-2 {
    padding-top: 45px;
  }

  .div-block-8 {
    margin-top: 7px;
  }

  .div-block-9 {
    margin-top: 76px;
    padding-top: 75px;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    top: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-3 {
    display: none;
  }

  .pic-2 {
    margin-left: 0px;
  }

  .div-block-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .div-block-17 {
    padding-left: 0px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-18 {
    width: 40vw;
  }

  .about-section {
    margin-top: 264px;
    padding-top: 99px;
  }

  .contact-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-21 {
    padding-top: 116px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-4 {
    left: 0px;
    display: block;
  }

  .image-5 {
    right: auto;
    display: block;
  }

  .mob-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu {
    margin-top: 0px;
  }

  .menu:hover {
    background-color: transparent;
  }

  .menu:focus {
    background-color: transparent;
  }

  .menu.w--open {
    background-color: transparent;
  }

  .mob-slider {
    display: none;
    width: auto;
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    width: 260px;
  }

  .slide-2 {
    width: 260px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .slide-nav {
    top: 458px;
    font-size: 8px;
  }

  .slide-3 {
    width: 260px;
    margin-right: 40px;
  }

  .slide-4 {
    width: 260px;
  }

  .mask {
    width: 560px;
  }

  .mob-slider-small {
    display: none;
    width: auto;
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .div-block-26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-28 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-29 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .consulting-link {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #000;
    font-weight: 400;
  }

  .consulting-link:focus {
    color: #000;
  }

  .consulting-link.w--current {
    color: #000;
  }

  .nav-link-2-copy {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #000;
    font-weight: 400;
  }

  .nav-link-2-copy:focus {
    color: #000;
  }

  .nav-link-2-copy.w--current {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .button-2 {
    margin-right: 0px;
    margin-left: 20px;
  }

  .div-block-2 {
    height: 1100px;
    background-image: url('../images/Mob-Landing-BG2x.png');
  }

  .grid {
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .div-block-3 {
    width: 500px;
    margin-left: 10px;
  }

  .heading {
    font-size: 35px;
    line-height: 37px;
  }

  .line-1 {
    display: none;
  }

  .line-2 {
    top: 170px;
    display: none;
  }

  .section-2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-7 {
    width: 430px;
    height: 390px;
    padding-left: 53px;
  }

  .div-block-9 {
    width: 390px;
    height: 385px;
    padding-right: 14px;
    padding-left: 51px;
  }

  .div-block-11 {
    margin-top: 154px;
  }

  .div-block-13 {
    top: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pic-4 {
    padding-top: 185px;
    padding-right: 7px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .section-3 {
    margin-top: 0px;
  }

  .container-2 {
    margin-top: 0px;
  }

  .div-block-17 {
    top: auto;
  }

  .grid-4 {
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .div-block-18 {
    width: 60vw;
  }

  .div-block-19 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .img-2 {
    display: none;
  }

  .about-section {
    margin-top: 188px;
    padding-top: 49px;
  }

  .mob-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob-slider {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    margin-right: 7px;
    margin-left: 21px;
  }

  .slide-2 {
    margin-right: 32px;
    margin-left: 8px;
  }

  .slide-3 {
    margin-right: 14px;
    margin-left: 17px;
  }

  .mask {
    width: 100vw;
  }

  .line-2--mob {
    top: 165px;
    display: block;
    width: 260px;
  }

  .line-1--mob {
    left: 199px;
    top: 125px;
    display: block;
    width: 170px;
  }

  .div-block-23 {
    margin-top: 62px;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: block;
  }

  .mob-slider-small {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-26 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .button-2 {
    width: 130px;
    margin-top: 20px;
    padding: 12px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    margin-top: 0px;
    box-shadow: 0 1px 20px 0 rgba(9, 19, 39, 0.51);
  }

  .div-block-2 {
    height: 872px;
    margin-right: 8px;
    margin-left: 8px;
  }

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

  .div-block-3 {
    width: 290px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading {
    font-size: 26px;
    line-height: 32px;
  }

  .grid-2 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .line-about {
    width: 80px;
  }

  .div-block-5 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-2 {
    height: auto;
    padding-top: 0px;
  }

  .line-services {
    width: 170px;
  }

  .div-block-7 {
    width: 260px;
    height: 235px;
    margin-top: 0px;
    margin-right: 25px;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 21px;
    background-image: url('../images/mob-vision-bg2x.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-8 {
    width: 262px;
    height: 232px;
    margin-top: 30px;
    margin-bottom: -39px;
    margin-left: 36px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 0px;
    background-image: url('../images/value-Mob2x.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-9 {
    width: 270px;
    height: 245px;
    margin-top: 43px;
    padding-top: 24px;
    padding-right: 28px;
    padding-left: 27px;
    background-image: url('../images/commitment-Mob2x.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-10 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .values-div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .para-values {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
  }

  .div-block-12 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-13 {
    display: none;
    height: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/Mob-Landing-BG2x.png');
    background-position: 0% 100%;
    background-size: cover;
  }

  .div-block-14 {
    width: 67vw;
  }

  .pic-2 {
    width: 67vw;
    height: 400px;
  }

  .pic-3 {
    width: 67vw;
  }

  .pic-4 {
    width: 100%;
    margin-left: 0px;
    padding-top: 105px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-block {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-white {
    font-size: 28px;
    line-height: 32px;
  }

  .section-3 {
    margin-top: 0px;
  }

  .container-2 {
    margin-top: 0px;
  }

  .div-block-17 {
    top: -89px;
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-4 {
    justify-items: start;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .div-block-18 {
    width: auto;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .div-block-19 {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 27px;
  }

  .about-section {
    margin-top: -6px;
  }

  .contact-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-21 {
    padding-top: 45px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mob-nav {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 12px;
    padding-left: 5px;
  }

  .mob-slider {
    display: none;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slide {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .slide-2 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-3 {
    width: auto;
    margin-right: 0px;
    margin-left: 20px;
  }

  .slide-4 {
    position: relative;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .mask {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .line-2--mob {
    left: 39px;
    top: 148px;
    width: 232px;
  }

  .line-1--mob {
    left: -1px;
    top: 176px;
    width: 87px;
  }

  .div-block-23 {
    margin-top: 87px;
  }

  .mob-img {
    display: inline-block;
  }

  .image-8 {
    display: none;
  }

  .icon {
    top: auto;
    margin-bottom: 170px;
  }

  .icon-2 {
    margin-bottom: 0px;
  }

  .div-block-24 {
    width: 25px;
    margin-right: 8px;
  }

  .slide-5 {
    margin-left: 30px;
  }

  .mob-slider-small {
    display: none;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide-6 {
    margin-left: 20px;
  }

  .div-block-27 {
    width: 70vw;
  }

  .div-block-28 {
    width: 25px;
    margin-right: 8px;
  }

  .div-block-29 {
    width: 25px;
    margin-right: 8px;
  }
}

#w-node-f24b2742-42c8-e346-523b-c1ea9d204b3a-f56028b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9b3d53c0-0308-531c-be29-2799aae0e4de-f56028b7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2970d18f-21f8-5af6-c0c9-1356e53d13ce-f56028b7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a75b33a3-89fb-d7cf-42f1-0d6d596dd07e-f56028b7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4bb7f51-8e44-15a9-eb64-dc2a50a8fd6c-f56028b7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9ce1342e-c89c-3aa3-ac63-e79177e48c14-f56028b7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-aa96af7f-977f-b558-7f7c-ae78326cc217-f56028b7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_64290aea-3c10-16e7-0943-1185c4e0f931-f56028b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50b7b598-8bda-a822-45c4-98746bbc4cf6-f56028b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9b3d53c0-0308-531c-be29-2799aae0e4de-f56028b7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4bb7f51-8e44-15a9-eb64-dc2a50a8fd6c-f56028b7 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

