.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

a {
  text-decoration: underline;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  padding: 20px;
  -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;
  background-color: #00274c;
}

.footer.mobile-static-footer {
  display: none;
}

.footer.desktop-tablet-static-footer {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-paragraph {
  max-width: 512px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Futura book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1.25fr 1fr 0.75fr;
  grid-template-columns: 1.25fr 1fr 0.75fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.link {
  margin-top: 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Futura book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.link:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.link.social-media {
  margin-top: 15px;
  margin-bottom: 15px;
}

.link.social-media.no-move:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.footer-links {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-links.hide {
  display: none;
}

.div-block {
  height: 1px;
  margin-top: 30px;
  padding-top: 0px;
  background-color: #fff;
}

.div-block.page-links-div {
  margin-top: 6px;
}

.social-icon-link {
  margin-right: 20px;
  -webkit-transition: opacity 325ms ease;
  transition: opacity 325ms ease;
}

.social-icon-link:hover {
  opacity: 0.4;
}

.policy-footer-info {
  font-family: 'Futura book', sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

.policy-footer-info.dr-term {
  color: #fff;
  text-align: left;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.email-collector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 430px;
  max-height: 430px;
  padding: 80px;
  -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;
  border-top: 0.5px solid #f5f5f5;
  background-color: #fff;
}

.email-collector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.h-1-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  color: #00274c;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.h-1-heading.industries-heading {
  max-width: 750px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 68px;
  line-height: 82px;
  font-weight: 700;
}

.h-1-heading.industries-heading.global-think-head {
  font-size: 2.8em;
  line-height: 1em;
  font-weight: 700;
}

.h-1-heading.industries-heading.white-heading {
  max-width: 600px;
  color: #fff;
}

.h-1-heading.industries-heading.home-version {
  max-width: 950px;
  font-size: 72px;
}

.h-1-heading.red-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e61428;
  font-size: 26px;
}

.h-1-heading.red-heading.position {
  margin-top: 0px;
  font-family: 'Futura book', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.h-1-heading.red-heading.position.featured-in {
  display: none;
  margin-top: 20px;
  font-family: futura-pt, sans-serif;
}

.h-1-heading.red-heading.position.featured-in.name-feature {
  display: none;
  margin-top: 5px;
  font-family: 'Futura book', sans-serif;
  color: #00274c;
  font-size: 20px;
}

.h-1-heading.red-heading.position.information-anil {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.paragraph {
  max-width: none;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Futura book', sans-serif;
  color: #00274c;
  font-size: 1.4em;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.text-field {
  width: auto;
  height: 52px;
  min-width: 380px;
  margin-right: 30px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: #f7f7f7;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 16px;
}

.submit-button {
  width: 150px;
  height: 52px;
  padding-top: 10px;
  border: 2px solid #e61428;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: futura-pt, sans-serif;
  color: #e61428;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button:hover {
  opacity: 0.6;
}

.industries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 80px;
  -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;
  background-color: #fafafa;
}

.industries-content-wrapper {
  display: block;
  width: 850px;
  height: 450px;
  margin-left: 190px;
  background-image: url('../images/Home-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.industries-content-wrapper.mobile-industries {
  display: none;
}

.industries-text {
  position: static;
  left: 163.5px;
  top: 3961px;
  z-index: 1;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: -130px;
}

.industries-text.mobile-industries-text {
  display: none;
}

.paragraph-2 {
  max-width: 480px;
  margin-bottom: 25px;
  font-family: 'Futura book', sans-serif;
  color: #00274c;
  font-size: 1.4em;
  line-height: 1.6em;
  letter-spacing: 0.5px;
}

.arrow-button-red {
  margin-top: 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.arrow-button-red:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.global-thinker {
  width: 100%;
  height: auto;
  padding: 100px 50px 100px 180px;
  border-top: 1px solid #f5f5f5;
}

.global-thinker.bio-panel {
  padding-left: 120px;
}

.global-thinker-wrapper {
  width: 100%;
  height: 100%;
}

.section-top {
  display: block;
  margin-bottom: 100px;
  -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;
}

.section-middle {
  display: none;
}

.section-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.section-bottom:hover {
  opacity: 1;
}

.section-bottom._2nd-mobile-version {
  display: none;
}

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

.paragraph-3 {
  width: auto;
  max-width: 450px;
  min-width: auto;
  margin-top: auto;
  font-family: 'Futura book', sans-serif;
  color: #00274c;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.paragraph-3.holded {
  width: 700px;
  max-width: none;
}

.image-2 {
  max-width: 100%;
}

.our-approach {
  width: 100%;
  height: auto;
  padding: 100px 0px 50px;
  background-color: #e61428;
}

.top-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-bottom: 100px;
  padding-left: 81px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading {
  margin-top: 0px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 2.8em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.paragraph-4 {
  max-width: 650px;
  margin-bottom: 0px;
  font-family: 'Futura book', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

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

.image-3 {
  margin-left: 0px;
}

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-2heading {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 2.8em;
  line-height: 1em;
  font-weight: 700;
}

.h-2heading.blue-version {
  display: block;
  max-width: 550px;
  margin-top: 0px;
  color: #00274c;
  line-height: 1.2em;
  letter-spacing: 1px;
}

.h-2heading.blue-version.white-colored {
  color: #fff;
}

.h-2heading.blue-version.white-colored.commercial-version.typical-client-headline {
  margin-top: 30px;
}

.h-2heading.blue-version.white-colored.commercial-version.typical-client-headline.white-styled {
  color: #00274c;
}

.h-2heading.blue-version.contact-version {
  margin-bottom: 90px;
}

.h-2heading.blue-version.we-help-title {
  display: none;
}

.h-2heading.blue-version.large-style {
  max-width: 450px;
}

.h-2heading.white-text {
  color: #fff;
  letter-spacing: 1px;
}

.h-2heading.deleted-subtitle {
  height: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-5 {
  max-width: 480px;
  font-family: 'Futura book', sans-serif;
  color: #000;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 1px;
}

.paragraph-5.spaced-top {
  margin-top: 65px;
}

.paragraph-5.spaced-top.blue-version.wehelp-style-2 {
  margin-top: 0px;
}

.paragraph-5.blue-version {
  max-width: 490px;
  color: #00274c;
}

.paragraph-5.blue-version.white-headline-hero {
  max-width: 570px;
  color: #fff;
}

.paragraph-5.blue-version.expansion-paragraph-style {
  max-width: 600px;
}

.paragraph-5.blue-version.expansion-paragraph-style.diligence-version {
  max-width: 800px;
}

.paragraph-5.blue-version.expansion-paragraph-style.contact-version {
  margin-top: 30px;
  margin-bottom: 0px;
}

.paragraph-5.blue-version.expansion-paragraph-style.contact-version.tiny-version {
  margin-top: 30px;
  margin-bottom: 35px;
  color: #868686;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-5.blue-version.white-colored {
  color: #fff;
}

.paragraph-5.blue-version.white-colored.commercial-version {
  max-width: none;
}

.paragraph-5.blue-version.white-colored.commercial-version.white-styled {
  color: #00274c;
}

.paragraph-5.blue-version.white-colored.commercial-version.white-styled.logo-section {
  max-width: 820px;
}

.paragraph-5.white-version {
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  height: 100%;
}

.div-block-5 {
  width: 450px;
  height: 100%;
  background-color: #00274c;
}

.div-block-5.img-added {
  background-image: url('../images/home-blue.png');
  background-position: 28% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(116%);
  filter: brightness(116%);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -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;
}

.home-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 131px;
  -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;
  background-image: url('../images/Mask-Group.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-top.blue-hero {
  background-image: url('../images/Internal-1---About-Us.1.png');
}

.home-top.blue-hero.red-hero {
  background-image: url('../images/Group-12.png');
}

.home-top.blue-hero.blue-3 {
  padding-top: 283px;
  padding-bottom: 35px;
  background-image: url('../images/Group-2-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  margin-top: 140px;
  margin-bottom: 140px;
  margin-left: 70px;
}

.div-block-9 {
  padding-right: 0px;
}

.div-block-9._2nd-paragraph {
  max-width: none;
  margin-right: 25px;
}

.div-block-9._2nd-paragraph.end-paragraph-wrapper {
  max-width: none;
  margin-right: 0px;
}

.navbar-desktop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 80px;
  height: 100vh;
  min-height: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.navbar-desktop.mobile-version-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 80px;
}

.brand {
  position: static;
  margin-top: 30px;
}

.brand.mobile-version-menu {
  margin-top: 0px;
}

.image-4 {
  display: block;
  margin-bottom: auto;
}

.menu-nav-container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0.1px solid #f7f7f7;
  background-color: #fff;
}

.menu-nav-container.mobile-version-menu {
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 280px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00274c;
  opacity: 0.9;
}

.menu-button {
  z-index: 5;
  margin-bottom: 15px;
  background-color: transparent;
}

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

.menu-button.mobile-version-menu {
  margin-bottom: 0px;
}

.div-block-12 {
  width: 22px;
  height: 3px;
  margin-bottom: 4px;
  border-radius: 20px;
  background-color: #e61428;
}

.div-block-12.short-bar {
  width: 15px;
}

.div-block-12.short-bar-2 {
  width: 22px;
}

.div-block-12.short-bar-3 {
  width: 15px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  margin-left: 150px;
  -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;
}

.nav-link {
  position: static;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  -webkit-transition: color 300ms ease, -webkit-transform 225ms ease;
  transition: color 300ms ease, -webkit-transform 225ms ease;
  transition: color 300ms ease, transform 225ms ease;
  transition: color 300ms ease, transform 225ms ease, -webkit-transform 225ms ease;
  font-family: Futura;
  color: #fff;
  font-size: 62px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: #e61428;
}

.nav-link:focus {
  color: #e61428;
}

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

.about-us-internal {
  display: none;
  width: 100%;
  height: 100vh;
}

.column-4 {
  height: 100vh;
  background-image: url('../images/agreement-black-and-white-businesspeople-1282173.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #fff;
}

.quote-wrapper-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  background-color: #e61428;
}

.heading-2 {
  max-width: 800px;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.1em;
  text-align: center;
}

.paragraph-6 {
  max-width: 480px;
  font-family: 'Futura book', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.5px;
}

.our-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-right: 50px;
  padding-bottom: 100px;
  -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;
  background-color: #f8f8f8;
}

.grid-4 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.25fr auto auto;
  grid-template-columns: 0.25fr auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  width: 600px;
  height: 450px;
  background-image: url('../images/Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-experience {
  display: none;
  width: 100%;
  height: auto;
  -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;
}

.top-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  min-height: 60vh;
  padding: 50px 365px 50px 40px;
  -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;
  background-image: url('../images/Group-13-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 80px 50px;
  -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;
  border-top: 1px solid #f1f1f1;
}

.image-5 {
  max-width: 70%;
  min-width: 70%;
}

.image-6 {
  display: none;
}

.pharma {
  overflow: hidden;
  width: 100%;
  height: 850px;
  padding-top: 300px;
  padding-bottom: 100px;
  padding-left: 785px;
  background-image: url('../images/microscope_man.png');
  background-position: -50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-7 {
  display: none;
}

.div-block-15.white-text {
  margin-top: 60px;
  margin-right: 120px;
  margin-left: auto;
}

.div-block-15.spaced {
  display: block;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.medtech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -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-color: #00274c;
}

.medtech-image-wrapper {
  width: 90%;
  margin-right: auto;
}

.biotech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1100px;
  -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;
}

.divider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  -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;
}

.divider-right {
  width: 50%;
  height: 100%;
  background-image: url('../images/digitization-makes-inroads-into-laboratory-operations-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.healthcare-section {
  width: 100%;
  height: auto;
}

.column-6 {
  height: 950px;
  background-image: url('../images/Conférences-Fondamental.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 950px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e61428;
}

.healthcare-wrapper {
  margin-left: 80px;
}

.ideation {
  width: 100%;
  height: auto;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding: 80px 80px 80px 150px;
  -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;
}

.column-9 {
  height: 850px;
  max-height: none;
  min-height: auto;
  background-image: url('../images/microscope_man-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-17.flying-div-wrap {
  position: relative;
  left: -67px;
}

.div-block-17.flying-div-wrap.commercial-version {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
}

.mobile-columns {
  display: none;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.expansion {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 900px;
}

.expansion.diligence-version {
  display: none;
  background-color: #f9f9f9;
}

.expansion.growth {
  display: none;
  height: auto;
}

.expansion.international-expansion {
  display: none;
}

.div-block-18 {
  width: 100%;
  height: 50%;
  background-image: url('../images/Group-12-1.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-18.diligence-version {
  background-image: url('../images/agreement-arms-business-1081228.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-18.growth {
  height: 450px;
  background-image: url('../images/Group-14-1.png');
}

.div-top-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding: 70px 80px 20px 60px;
  -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;
  border-top: 1px solid #f0f0f0;
}

.div-top-view.diligence-version {
  padding-top: 40px;
  padding-left: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-top-view.growth {
  padding-right: 60px;
  padding-left: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.scoping {
  display: none;
  overflow: visible;
  width: 100%;
  height: 900px;
  -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;
  background-color: #f7f7f7;
}

.div-block-19 {
  width: 900px;
  height: 100%;
  margin-right: auto;
  margin-left: 50px;
  background-image: url('../images/microscope_man-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.market-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 100px 80px 40px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-20.image-div {
  height: 90vh;
  padding: 0px;
  background-image: url('../images/Group-13-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.div-block-20.market-scoping {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.assessment {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: #00274c;
}

.assessment.particular-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -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;
}

.div-block-21.large-div {
  width: 60%;
}

.div-block-21.commercial-version {
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1200px;
  padding: 150px 100px 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  opacity: 1;
}

.section.contact-1 {
  height: auto;
  padding-bottom: 150px;
}

.form-wrapper-contain {
  width: 550px;
  max-width: 550px;
  margin-top: 40px;
}

.text-field-2 {
  margin-bottom: 30px;
  border-radius: 2px;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.text-field-3 {
  margin-bottom: 30px;
  border-radius: 2px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field-4 {
  position: static;
  margin-bottom: 30px;
  border-radius: 2px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field-5 {
  margin-bottom: 30px;
  border-radius: 2px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.textarea {
  border-radius: 2px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.bold-text {
  color: #000;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.recaptcha {
  margin-top: 15px;
  margin-bottom: 0px;
}

.main {
  position: static;
  z-index: -1;
}

.text-block {
  position: relative;
  left: 123%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  font-family: futura-pt, sans-serif;
  color: #e61428;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.success-message {
  background-color: #fff;
}

.text-block-2 {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.market-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.image-11 {
  display: none;
}

.success-message-2 {
  background-color: #00274c;
}

.text-block-3 {
  font-family: 'Futura book', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.error-message {
  background-color: #e61428;
}

.text-block-4 {
  font-family: 'Futura book', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.text-block-5 {
  font-family: 'Futura book', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.error-message-2 {
  background-color: #e61428;
}

.navbar {
  z-index: 10;
}

.navbar-2 {
  z-index: 10;
}

.navbar-3 {
  z-index: 10;
}

.div-block-23 {
  height: 100%;
  background-image: url('../images/microscope_man-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-12 {
  height: auto;
}

.bio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-26 {
  width: auto;
  max-width: 280px;
  min-width: 250px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: auto;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-13 {
  width: auto;
}

.link-4 {
  color: #a8a8a8;
  text-decoration: none;
}

.image-14 {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
  }
  .footer.desktop-tablet-static-footer {
    overflow: hidden;
  }
  .footer-paragraph {
    font-size: 18px;
  }
  .grid {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 32px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.25fr 1fr 0.75fr;
    grid-template-columns: 1.25fr 1fr 0.75fr;
  }
  .link {
    font-size: 18px;
  }
  .social-icon-link {
    margin-right: 10px;
  }
  .policy-footer-info {
    display: block;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .policy-footer-info.dr-term {
    display: block;
    -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;
    font-size: 16px;
  }
  .email-collector {
    overflow: hidden;
    height: 350px;
    max-height: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .email-collector-wrapper {
    -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;
  }
  .h-1-heading {
    margin-bottom: 10px;
  }
  .h-1-heading.red-heading.position.featured-in.name-feature {
    margin-bottom: 25px;
  }
  .paragraph {
    margin-bottom: 50px;
  }
  .industries {
    overflow: hidden;
    height: auto;
    padding: 0px 80px 80px;
  }
  .industries-content-wrapper {
    display: none;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .industries-content-wrapper.mobile-industries {
    display: block;
    height: 450px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .industries-text {
    position: static;
    margin-top: 75px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .industries-text.mobile-industries-text {
    display: block;
  }
  .paragraph-2 {
    max-width: none;
  }
  .global-thinker {
    overflow: hidden;
    padding-right: 80px;
    padding-left: 80px;
  }
  .grid-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;
  }
  .paragraph-3 {
    margin-bottom: 50px;
  }
  .paragraph-3.holded {
    width: auto;
  }
  .image-profile-wrapper {
    margin-bottom: 30px;
  }
  .our-approach {
    overflow: hidden;
    padding-top: 60px;
  }
  .top-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .image-3 {
    max-width: 150%;
    margin-left: -256px;
  }
  .about-us {
    overflow: hidden;
    -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;
  }
  .h-2heading.blue-version {
    max-width: none;
  }
  .paragraph-5 {
    max-width: none;
  }
  .paragraph-5.spaced-top.blue-version.wehelp-style-2 {
    margin-top: 15px;
  }
  .paragraph-5.blue-version {
    max-width: none;
  }
  .paragraph-5.blue-version.expansion-paragraph-style {
    max-width: none;
  }
  .div-block-3 {
    width: auto;
    height: auto;
    margin-left: 50px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-4 {
    display: none;
  }
  .div-block-5 {
    width: 200px;
  }
  .div-block-5.img-added {
    width: 100%;
  }
  .div-block-7 {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .div-block-7.we-help-style {
    margin-bottom: 0px;
  }
  .home-top {
    overflow: hidden;
    padding: 65px;
  }
  .home-top.blue-hero.blue-3 {
    height: auto;
    padding-top: 80px;
  }
  .div-block-8 {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0px;
  }
  .div-block-9._2nd-paragraph {
    max-width: none;
    margin-right: 0px;
  }
  .navbar-desktop {
    display: none;
  }
  .navbar-desktop.mobile-version-menu {
    display: block;
    width: auto;
  }
  .menu-nav-container.mobile-version-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu.mobile-version-menu {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button.mobile-version-menu {
    z-index: 10;
  }
  .div-block-13 {
    margin-right: auto;
    margin-left: 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;
    text-align: center;
  }
  .nav-link {
    margin-right: 0px;
  }
  .column-5 {
    height: auto;
    padding-right: 100px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .our-story {
    padding-right: 50px;
    padding-left: 50px;
  }
  .grid-4 {
    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;
  }
  .div-block-14 {
    width: 680px;
  }
  .top-experience {
    padding: 80px;
  }
  .bottom-experience {
    padding: 20px;
  }
  .image-5 {
    max-width: 100%;
  }
  .pharma {
    height: auto;
    padding: 0px 0px 80px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .image-7 {
    display: block;
    margin-bottom: 60px;
  }
  .div-block-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-15.white-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-15.spaced {
    padding-right: 0px;
    padding-left: 0px;
  }
  .medtech {
    overflow: hidden;
  }
  .biotech {
    overflow: hidden;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .divider-left {
    width: auto;
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .divider-right {
    width: 100%;
    height: 500px;
  }
  .div-block-16 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .healthcare-section {
    overflow: hidden;
  }
  .healthcare-wrapper {
    margin-left: 25px;
    padding-right: 25px;
  }
  .ideation {
    overflow: hidden;
    height: auto;
  }
  .column-8 {
    height: 350px;
    padding-left: 80px;
    background-image: url('../images/microscope_man-1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .column-9 {
    height: auto;
    padding-right: 80px;
    padding-left: 80px;
    background-image: none;
  }
  .div-block-17 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .div-block-17.flying-div-wrap {
    position: static;
  }
  .mobile-columns {
    display: block;
  }
  .columns-2 {
    display: none;
  }
  .expansion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .expansion.growth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-top-view {
    border-top: 1px none hsla(0, 0%, 90.7%, 0);
  }
  .div-top-view.diligence-version {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-top-view.growth {
    padding-left: 60px;
    border-bottom: 1px solid #e4e4e4;
    border-top-style: none;
    border-top-width: 0px;
  }
  .scoping {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .scoping-wrapper-content {
    padding-right: 80px;
    padding-left: 60px;
  }
  .market-entry {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-20 {
    width: auto;
    height: auto;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-20.image-div {
    width: 100%;
    height: 450px;
    min-height: 450px;
  }
  .assessment {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-21.large-div {
    width: 100%;
    height: 350px;
    background-image: url('../images/Business-partners-working-at-home-iStock-533839688.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-block-21.commercial-version {
    width: auto;
    height: auto;
    margin-right: 50px;
    margin-left: 50px;
    padding-right: 0px;
  }
  .image-10 {
    display: none;
    height: 500px;
  }
  .market-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-11 {
    display: none;
  }
  .bio-section {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-25 {
    width: auto;
    margin-left: 0px;
  }
  .div-block-26 {
    margin-bottom: 50px;
  }
  .div-block-27 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .footer.mobile-static-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer.desktop-tablet-static-footer {
    display: none;
  }
  .grid.static-footer {
    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-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;
  }
  .link {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .image {
    margin-bottom: 30px;
  }
  .email-collector {
    height: auto;
    max-height: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .email-collector-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h-1-heading.industries-heading.home-version {
    font-size: 45px;
    line-height: 50px;
  }
  .h-1-heading.red-heading.position.featured-in {
    display: none;
  }
  .form {
    -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;
  }
  .text-field {
    margin-bottom: 20px;
  }
  .industries {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .section-bottom {
    display: none;
  }
  .section-bottom._2nd-mobile-version {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
  }
  .grid-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;
  }
  .image-profile-wrapper {
    margin-bottom: 20px;
  }
  .image-2 {
    display: block;
  }
  .our-approach {
    padding-bottom: 60px;
  }
  .top-content-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .image-3 {
    max-width: 200%;
    margin-left: -481px;
  }
  .about-us {
    height: 850px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-3 {
    width: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-5 {
    width: 50px;
  }
  .div-block-6 {
    margin-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-top {
    height: auto;
    padding: 30px 60px;
  }
  .div-block-8 {
    margin-left: 0px;
  }
  .nav-link {
    margin-bottom: 10px;
    font-size: 42px;
  }
  .about-us-internal {
    overflow: hidden;
  }
  .quote {
    overflow: hidden;
    height: auto;
  }
  .quote-wrapper-back {
    height: auto;
  }
  .our-story {
    overflow: hidden;
    padding-top: 50px;
  }
  .div-block-14 {
    width: 480px;
  }
  .our-experience {
    overflow: hidden;
    height: auto;
  }
  .top-experience {
    padding-right: 50px;
    padding-left: 50px;
  }
  .bottom-experience {
    padding-top: 20px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: block;
    max-width: 50%;
  }
  .div-block-15.white-text {
    margin-right: 0px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-15.spaced {
    padding-right: 20px;
    padding-left: 0px;
  }
  .div-block-15.spaced.diligence-version {
    padding-left: 0px;
  }
  .medtech {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .image-8 {
    max-width: 150%;
  }
  .biotech {
    overflow: hidden;
    height: auto;
  }
  .divider-left {
    height: auto;
  }
  .divider-right {
    height: 450px;
  }
  .column-6 {
    height: 500px;
    background-position: 50% 100%;
  }
  .column-7 {
    height: auto;
    padding: 70px 80px 70px 40px;
  }
  .ideation {
    height: auto;
  }
  .expansion.growth {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-18.growth {
    height: 250px;
  }
  .div-top-view {
    padding-right: 50px;
  }
  .div-top-view.diligence-version {
    padding-left: 50px;
  }
  .div-top-view.growth {
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .scoping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-19 {
    width: 100%;
    margin-left: auto;
  }
  .div-block-20.image-div {
    height: 300px;
    min-height: 300px;
  }
  .div-block-20.market-scoping {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .assessment.particular-sec {
    padding-top: 0px;
  }
  .section {
    height: auto;
    padding-bottom: 100px;
  }
  .form-wrapper-contain {
    width: auto;
  }
  .footer-links-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-11 {
    display: block;
    max-width: 50%;
    margin-top: 60px;
  }
  .div-block-22 {
    margin-bottom: 20px;
  }
  .bio-section {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .footer.mobile-static-footer {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .link {
    text-align: center;
  }
  .email-collector {
    height: auto;
    max-height: none;
    padding-right: 40px;
    padding-left: 40px;
  }
  .email-collector-wrapper {
    width: auto;
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h-1-heading {
    text-align: left;
  }
  .h-1-heading.industries-heading {
    max-width: none;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
  }
  .h-1-heading.industries-heading.white-heading.about-head-spaced {
    margin-top: 90px;
  }
  .h-1-heading.industries-heading.home-version {
    margin-top: 70px;
    font-size: 45px;
    line-height: 48px;
  }
  .h-1-heading.red-heading {
    text-align: left;
  }
  .h-1-heading.red-heading.position.featured-in {
    display: none;
    text-align: left;
  }
  .form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph {
    margin-bottom: 15px;
    text-align: left;
  }
  .text-field {
    width: auto;
    min-width: 250px;
    margin-right: 0px;
  }
  .industries {
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }
  .industries-text {
    margin-top: 50px;
  }
  .global-thinker {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-top {
    margin-bottom: 40px;
  }
  .our-approach {
    padding-bottom: 0px;
  }
  .top-content-wrapper {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .image-holder {
    margin-bottom: 0px;
  }
  .image-3 {
    max-width: none;
    margin-right: auto;
    margin-left: -680px;
  }
  .about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-2heading.blue-version.contact-version {
    margin-bottom: 50px;
  }
  .paragraph-5 {
    width: auto;
    height: auto;
    max-width: none;
    margin-bottom: 30px;
  }
  .paragraph-5.spaced-top {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-5.blue-version.expansion-paragraph-style.contact-version {
    margin-top: 0px;
  }
  .paragraph-5.blue-version.white-colored.commercial-version {
    margin-bottom: 0px;
  }
  .div-block-3 {
    width: auto;
    height: auto;
    margin-left: 0px;
  }
  .div-block-4 {
    display: none;
    width: 100%;
    height: 50px;
  }
  .div-block-5.img-added {
    width: 100%;
    height: 400px;
    margin-top: 0px;
  }
  .div-block-6 {
    display: block;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-7 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-7.about-home {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-7.about-first-head-type {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-top {
    padding: 18px;
  }
  .home-top.blue-hero.blue-3 {
    padding-top: 76px;
  }
  .div-block-8 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .div-block-13 {
    width: auto;
  }
  .about-us-internal {
    height: auto;
  }
  .column-4 {
    height: 250px;
  }
  .column-5 {
    height: auto;
    padding: 30px 20px;
  }
  .quote {
    height: auto;
  }
  .quote-wrapper-back {
    padding-right: 20px;
    padding-left: 20px;
  }
  .our-story {
    padding: 0px 0px 50px;
  }
  .div-block-14 {
    width: 100%;
    height: 300px;
  }
  .our-experience {
    height: auto;
  }
  .top-experience {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-6 {
    max-width: 100%;
  }
  .image-7 {
    height: auto;
    margin-bottom: 30px;
  }
  .div-block-15 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-15.spaced {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-15.spaced.contact-version {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-8 {
    max-width: 200%;
    min-width: 200%;
    margin-left: -14px;
  }
  .divider-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-16 {
    padding-left: 20px;
  }
  .column-7 {
    padding: 40px 20px;
  }
  .healthcare-wrapper {
    margin-left: 0px;
  }
  .column-8 {
    height: 250px;
  }
  .column-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-17.flying-div-wrap.commercial-version {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .mobile-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .expansion.diligence-version {
    height: auto;
  }
  .expansion.international-expansion {
    height: auto;
  }
  .div-block-18 {
    height: 250px;
  }
  .div-block-18.diligence-version {
    height: 250px;
  }
  .div-block-18.growth {
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-top-view {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-top-view.diligence-version {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-top-view.growth {
    padding-right: 0px;
    padding-left: 0px;
  }
  .scoping {
    height: auto;
  }
  .div-block-19 {
    height: 300px;
  }
  .scoping-wrapper-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-20 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-20.image-div {
    height: 250px;
  }
  .assessment.particular-sec {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-21.commercial-version {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section {
    padding: 100px 20px 50px;
  }
  .footer-links-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-11 {
    max-width: 85%;
  }
  .bio-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-26 {
    width: auto;
    min-width: 250px;
  }
  .div-block-27 {
    padding-right: 0px;
  }
}

#w-node-2b9cb5b8595a-b5b85956 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-2b9cb5b85965-b5b85956 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2b9cb5b85976-b5b85956 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-2b9cb5b85978-b5b85956 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-2b9cb5b8597a-b5b85956 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-2b9cb5b8597e-b5b85956 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-2b9cb5b8597a-b5b85956 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Futura book';
  src: url('../fonts/Futura-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}