:root {
  --normal-one: #e6e6e6;
  --charcoal-one: #1c1c1c;
  --tealt: #00737dcc;
  --steel-bluet: #0479bfb3;
  --smoke-one: #d5d1d0;
  --cohg_l: #199117;
  --cohb-2: #00737d;
  --coht_l: #f7390a;
  --cohm_l: #ff5a7a;
  --cohy_l: #cee002;
  --asphalt-one: #2c2c30;
  --cohy: #efe70f;
  --cohm: #ff3181;
  --concrete-one: #9b9b9b;
  --cohg: #0ac847;
  --lime-greent: #0ac847b3;
  --forest-green: #199117cc;
  --deep-pinkt: #ff318199;
  --orange-redtrans: #f7390a80;
  --coht: #fe591d;
  --cohb: #0479bf;
  --recommended-one: #5ba4fc;
  --positive-one: #53d769;
  --negative-one: #fc3d39;
  --trasny: #cee002b3;
  --light-coralt: #ff5a7ab3;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Spartan, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

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

p {
  margin-bottom: 10px;
  font-weight: 500;
}

li {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
}

.breadcrumb.smoke {
  color: var(--normal-one);
}

.sectionone {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
}

.sectionone.charcoal {
  background-color: var(--charcoal-one);
}

.sectionone.food {
  background-color: #fea20f;
}

.sectionone.bell-quote {
  background-image: linear-gradient(to bottom, var(--tealt), var(--steel-bluet)), url('../images/1489603428.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.container {
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.headercase-study {
  margin-bottom: 60px;
}

.container.bell {
  max-width: 100%;
}

.paragraph {
  letter-spacing: 1px;
  align-self: flex-start;
  font-size: 22px;
  line-height: 1.6em;
  text-decoration: none;
}

.paragraph.smoke {
  color: var(--normal-one);
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

.paragraph.one {
  font-size: 16px;
  display: flex;
}

.author {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.author.smoke {
  color: var(--normal-one);
}

.heading {
  font-size: 17px;
  line-height: 1.5em;
  text-decoration: none;
}

.heading.smoke {
  color: var(--normal-one);
  font-weight: 600;
}

.max-300px {
  max-width: 300px;
}

.max-600px {
  max-width: 600px;
}

.max-400px {
  max-width: 400px;
}

.max-one {
  max-width: 1200px;
}

.body {
  background-color: #0000;
}

.section-line {
  background-color: var(--smoke-one);
  max-width: 10%;
  height: 5px;
  margin-top: 40px;
}

.section-line._100percent {
  max-width: 100%;
  margin-bottom: 40px;
}

.section-line.article-div {
  max-width: 25%;
  height: 1px;
  margin-bottom: 40px;
}

.section-line-cohgl {
  background-color: var(--cohg_l);
  max-width: 10%;
  height: 5px;
  margin-top: 40px;
}

.section-line-cohgl._80perc {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 25vw;
  height: 2px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.section-line-cohbl {
  background-color: var(--cohb-2);
  max-width: 10%;
  height: 5px;
  margin-top: 40px;
}

.section-line-coht_l {
  background-color: var(--coht_l);
  max-width: 10%;
  height: 5px;
  margin-top: 40px;
}

.section-line-cohm_l {
  background-color: var(--cohm_l);
  max-width: 10%;
  height: 5px;
  margin-top: 40px;
}

.section-line-cohm_l._80perc {
  max-width: 25vw;
  height: 3px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section-line-cohy_l {
  background-color: var(--cohy_l);
  max-width: 10%;
  height: 5px;
  margin-top: 40px;
}

.circle {
  background-color: var(--smoke-one);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.circle.charcoal {
  background-color: var(--asphalt-one);
  margin-right: 20px;
}

.circle.circle-cohg_l {
  margin-right: 20px;
  padding-left: 0;
}

.number {
  color: #fff;
  font-weight: 700;
}

.circle-cohy_l {
  background-color: var(--cohy_l);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.circle-cohm_l {
  background-color: var(--cohm_l);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.circle-coht_l {
  background-color: var(--coht_l);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.circle-cohyb_l {
  background-color: var(--cohb-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.circle-cohg_l {
  background-color: var(--cohg_l);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.div-block-2 {
  background-color: var(--cohb-2);
  color: #0000;
  width: 40vw;
  height: 100vh;
}

.section {
  background-color: var(--cohy);
  padding-top: 100px;
}

.services-child {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.services-child.one {
  border: 1px solid var(--normal-one);
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px;
}

.max-250px {
  max-width: 250px;
  padding-bottom: 20px;
}

.max-250px.prac {
  margin-bottom: 40px;
}

._2-col-flex-parent {
  align-items: center;
  display: flex;
}

._2-col-flex-parent.reverse {
  flex-direction: row-reverse;
}

.width-60 {
  width: 60px;
}

.max-width-50 {
  max-width: 50%;
}

._50-content {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image {
  max-width: 100%;
}

.image.x {
  max-height: 100%;
}

.paragragh-max492 {
  max-width: 492px;
  font-size: 16px;
}

.paragragh-max492.smoke {
  color: var(--normal-one);
}

.one-respond {
  color: var(--normal-one);
  letter-spacing: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1em;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.paragragh-max800 {
  max-width: 800px;
  font-size: 16px;
}

.paragragh-max800.split {
  margin-bottom: 20px;
}

.paragragh-max800.smoke {
  color: var(--normal-one);
  font-weight: 400;
}

.paragragh-max800.smoke.intro {
  border-left: 1px solid var(--cohm);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
}

.paragragh-max800.smoke.poem {
  border-left: 1px solid var(--cohm);
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 60px;
}

.paragragh-max800.smoke.poem.bottom {
  padding-bottom: 40px;
}

.paragragh-max800.smoke.poem.top {
  padding-top: 40px;
}

.paragragh-max800.smoke.break {
  margin-top: 40px;
}

.paragragh-max800.smoke.top {
  padding-bottom: 40px;
}

.paragragh-max800.charcoal {
  color: var(--normal-one);
  font-weight: 400;
}

.paragragh-max800.charcoal.intro {
  border-left: 1px solid var(--cohm);
  color: var(--charcoal-one);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
}

.paragragh-max800.charcoal.poem {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.paragragh-max800.topspace {
  margin-top: 20px;
}

.paragragh-max800.bot-space {
  margin-bottom: 0;
}

.nav-link {
  color: #e6e6e6;
  white-space: normal;
  padding: 20px 10px;
  font-family: Spartan, sans-serif;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--concrete-one);
  font-family: Spartan, sans-serif;
}

.navi-link-wrappper {
  position: relative;
}

.nav-underline {
  background-color: var(--concrete-one);
  perspective-origin: 0%;
  transform-origin: 0%;
  height: 1.5px;
}

.wrapper-hero {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
}

.section-hero {
  background-image: url('../images/spacex-Ptd-iTdrCJM-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-hero.compact {
  background-image: url('../images/jonathan-chng-J5en3TVTOdo-unsplash.jpg');
  height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-hero.compact.connect {
  background-color: var(--cohg);
  background-image: linear-gradient(to bottom, var(--lime-greent), var(--forest-green)), url('../images/ProfileImages08.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-hero.compact.careers {
  background-color: var(--cohy_l);
  background-image: none;
}

.section-hero.compact.provocations-articles {
  background-color: var(--cohm);
  background-image: linear-gradient(to bottom, var(--deep-pinkt), var(--deep-pinkt)), url('../images/CO8Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero.provocations {
  background-color: var(--cohm_l);
  background-image: linear-gradient(to bottom, var(--deep-pinkt), var(--orange-redtrans)), url('../images/CO4Hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
}

.section-hero.about {
  background-color: var(--smoke-one);
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/pawel-czerwinski-95QNbCkVERM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.section-hero.capabilities {
  background-color: var(--coht);
  background-image: linear-gradient(144deg, var(--orange-redtrans) 29%, var(--coht) 93%), url('../images/HQ_DoubleExposure1A.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.column {
  flex-flow: column wrap;
  align-items: center;
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-text {
  color: var(--normal-one);
  align-self: flex-start;
  margin-top: 10px;
  font-size: 5em;
  line-height: 1em;
}

.hero-text.compact {
  font-size: 5em;
}

.hero-text.compact.dark {
  color: var(--normal-one);
  font-size: 4em;
}

.list-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 60px;
}

.list-wrapper {
  border: 1px solid var(--asphalt-one);
}

.list-wrapper.home {
  border-style: none;
}

.list-thumbnails {
  padding-bottom: 20px;
}

.masonry-grid {
  column-count: 3;
  column-gap: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.masonry-child {
  display: inline-block;
}

.masonry-image {
  margin-top: 10px;
}

.heading-2, .heading-3, .heading-4 {
  margin-top: 20px;
}

.button-text {
  color: #9b9b9b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 15px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
}

.button-text.t {
  color: var(--coht);
  padding-top: 0;
}

.button-text.t.read-more {
  color: var(--cohm);
}

.form-block {
  object-fit: contain;
  border: 0 #000;
}

.fine-print {
  color: var(--concrete-one);
  letter-spacing: 1px;
  font-family: Spartan, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.button-main {
  color: #fff;
  letter-spacing: 1.1px;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 10%;
  max-width: 200px;
  height: 60px;
  max-height: 0%;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 5px;
  padding: 15px 10px 20px 0;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  transform: translate(0);
}

.button-main.readmore {
  flex-direction: row;
  align-items: center;
  max-width: 240px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.image-3 {
  background-color: #0000;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-input {
  color: var(--normal-one);
  background-color: #1c1c1c;
  border: 1px #000;
  border-bottom: 1px solid #9b9b9b;
  border-radius: 1px;
  margin-bottom: 40px;
}

.text-field-input.message {
  min-height: 210px;
}

.brand {
  margin-top: 0;
}

.brand.w--current {
  margin-top: 10px;
}

.logo-navi {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navi-menu {
  white-space: normal;
  position: sticky;
}

.navbar {
  border-bottom: 3px solid var(--asphalt-one);
  background-color: #1c1c1cf7;
  position: sticky;
  top: 0;
}

.navi-link {
  letter-spacing: 2px;
  text-transform: none;
  font-size: 11px;
  font-weight: 500;
}

.footer {
  text-align: center;
  background-color: #1c1c1cf7;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

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

.footer-link-2 {
  color: #d5d1d0;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-2.navigation {
  color: #9b9b9b;
}

.fineprint-paragragh {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  font-size: 11px;
  line-height: 14px;
  display: block;
}

.fineprint-paragragh.footer {
  color: #9b9b9b4d;
  letter-spacing: 1px;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 10px;
}

.image-4 {
  margin-top: 0;
}

.line-insection {
  background-color: var(--smoke-one);
  align-items: flex-end;
  max-width: 98%;
  height: 1px;
  margin: 10px auto;
  padding-right: 0;
  display: flex;
}

.container-7 {
  max-width: 1200px;
  padding-left: 20px;
}

.max-1200px {
  max-width: 1200px;
  height: 500px;
  margin-bottom: 100px;
}

.footer-logo-wrapper {
  padding-right: 10px;
}

.foooter-grid-wrapper {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-fineprint-wrapper {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 2px;
}

.footer-grid-col {
  padding-left: 10px;
  padding-right: 10px;
}

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

.articles-child {
  border: 1px solid var(--smoke-one);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.articles-header {
  align-self: flex-start;
  max-width: 250px;
}

.h3articles-header {
  border-top: 1px none var(--concrete-one);
  border-bottom: 1px solid var(--concrete-one);
  height: 200px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

.h3articles-header.smoke {
  color: var(--normal-one);
  margin-bottom: 0;
}

.article-read-button {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.careers-child {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.links_flex {
  flex-wrap: wrap;
  place-content: stretch space-around;
  margin-bottom: 40px;
  display: flex;
}

.links-child {
  box-shadow: 1px 0 2px 0 var(--normal-one);
  border-bottom: 0 solid #000;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 40%;
  margin: 10px 20px;
  padding: 20px 20px 40px;
  display: flex;
}

.links-child.coloura {
  background-color: var(--cohb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.links-child.colourb {
  background-color: var(--cohg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.links-child.colourc {
  background-color: var(--cohm_l);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.links-child.colourd {
  background-color: var(--cohy_l);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.links-heading {
  color: var(--asphalt-one);
}

.article-list {
  max-width: 700px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.list {
  margin-bottom: 40px;
  list-style-type: disc;
}

.wrapper-about-hero {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
}

.hero-h3 {
  color: var(--normal-one);
  font-size: 1.4em;
  font-weight: 500;
}

.text-span, .text-span-2, .text-span-3 {
  font-style: italic;
  font-weight: 600;
}

.thought-leader-photo-copy {
  z-index: 1;
  margin-left: 15px;
  margin-right: 8.68%;
  position: relative;
}

.thought-leader {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper-one {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.thought-leader-info {
  width: 58.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-2 {
  text-align: left;
}

.section-2 {
  direction: ltr;
  flex-flow: wrap;
  display: flex;
}

.section-2.article {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
  position: relative;
}

.section-2.no-padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-5 {
  background-color: #ff6868;
  width: 70px;
  height: 3px;
  margin-bottom: 24px;
}

.subscribe {
  width: 100%;
  padding: 72px 8.33% 64px;
}

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

.social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subcribe-button {
  background-color: var(--cohm_l);
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 28px;
}

.wrapper2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subscribe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.input {
  height: 48px;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 20px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.form {
  color: var(--normal-one);
  margin-top: 40px;
}

.testimonial-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 40px 64px;
}

.name-and-title {
  letter-spacing: .1em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.4em;
}

.name-and-title.smoke {
  color: var(--normal-one);
  font-weight: 300;
}

.client-quote {
  letter-spacing: .1em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4em;
}

.client-quote.smoke {
  color: var(--normal-one);
  font-size: .9em;
  font-weight: 500;
}

.quote-wrapper {
  border-top: 1px solid var(--smoke-one);
  border-bottom: 0px none var(--smoke-one);
  align-items: center;
  padding: 20px 2.33%;
  display: flex;
}

.section-charcoal {
  flex-wrap: wrap;
  display: flex;
}

.section-charcoal.no-padding {
  background-color: var(--asphalt-one);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.super-p {
  color: var(--asphalt-one);
  letter-spacing: .1em;
  font-size: 1.1em;
  line-height: 1.3em;
}

.super-p.smoke {
  color: var(--normal-one);
  font-size: .9em;
  font-weight: 500;
}

.h1-testimonials {
  color: var(--normal-one);
  font-size: 3.7em;
}

.testimonials-header {
  margin-bottom: 40px;
}

.title {
  letter-spacing: .1em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.4em;
}

.title.smoke {
  color: var(--normal-one);
  font-weight: 300;
}

.article-header {
  width: 100%;
}

.in-article-read-button {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.h2-smoke {
  color: var(--normal-one);
}

.header-case-study {
  margin-bottom: 0;
}

.quote {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-7 {
  width: 100%;
}

.client-quote-block {
  background-color: #4f4f4f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 16px 8% 16px 14%;
  display: flex;
}

.client-quote-block.lab {
  background-color: var(--cohy_l);
}

.client-quote-block.colab {
  background-color: var(--cohg_l);
}

.client-quote-block.advisory {
  background-color: var(--coht_l);
}

.client-quote-block.research {
  background-color: var(--cohb-2);
}

.client-quote-2 {
  letter-spacing: .2em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
}

.client-feedback-icon {
  position: absolute;
  top: 0;
  left: -25%;
}

.client-feedback {
  max-width: 470px;
  position: relative;
}

.gallery-lightbox-link {
  background-color: #be4e4e;
  width: 100%;
  display: block;
  position: relative;
}

.sectiononetwo {
  flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
}

.authour-title {
  color: #fff;
  letter-spacing: .1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
}

.gallery-icon {
  z-index: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.client-review-author {
  color: #fff;
  padding-bottom: 5px;
  font-size: 17px;
}

.galleryblock {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.practices {
  color: var(--asphalt-one);
  padding-top: 10px;
}

.image-5 {
  max-width: 50%;
}

.div-block-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  color: var(--concrete-one);
}

.contact.p {
  color: var(--cohg);
}

.faq {
  max-width: 1000px;
}

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

.italic-text-3 {
  font-style: normal;
  text-decoration: none;
}

.poem {
  letter-spacing: 2px;
}

.container-8 {
  color: var(--normal-one);
}

.client-portrait {
  width: 0%;
  min-width: 150px;
  padding: 0 10px 10px;
}

.image-7 {
  border: 1px solid #000;
  border-radius: 100px;
}

.faqs {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.contact-detail-wrapper {
  margin: 40px 20px;
}

.testimonial {
  padding-left: 40px;
}

.services {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-2 {
  color: var(--asphalt-one);
}

.editors {
  color: var(--asphalt-one);
  letter-spacing: 2px;
  column-count: auto;
  font-weight: 500;
}

.editors.spec {
  color: var(--asphalt-one);
  font-weight: 500;
}

.editors.alt, .editors.alt2 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .services-child {
    margin-top: 20px;
  }

  ._2-col-flex-parent {
    flex-direction: column;
  }

  ._2-col-flex-parent.reverse {
    flex-direction: column-reverse;
  }

  .max-width-50 {
    max-width: 100%;
  }

  .image.x {
    max-height: 50%;
  }

  .one-respond {
    font-size: 10vw;
  }

  .nav-link {
    background-color: #1c1c1cf7;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .section-hero.capabilities {
    background-position: 0 0, 75% 0;
  }

  .hero-text {
    font-size: 7vw;
  }

  .hero-text.compact.dark {
    font-size: 3em;
  }

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

  .icon {
    background-color: #0000;
  }

  .navi-link {
    justify-content: flex-start;
    display: flex;
  }

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

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

  .container-7 {
    max-width: 100vw;
    padding-left: 20px;
  }

  .articles-child, .careers-child, .links-child {
    margin-top: 20px;
  }

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

  .thought-leader-photo-copy {
    margin-left: 10px;
    margin-right: 2.5%;
  }

  .thought-leader {
    flex-direction: column;
  }

  .thought-leader-info {
    width: 100%;
  }

  .quote-wrapper {
    flex-direction: column;
  }

  .client-quote-block {
    width: 100%;
  }

  .galleryblock {
    width: 50%;
  }

  .image-6 {
    margin-bottom: 60px;
  }

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

@media screen and (max-width: 767px) {
  .sectionone.charcoal {
    background-position: 0 0, 80% 0;
  }

  .paragraph.smoke {
    font-size: 1.1em;
  }

  .paragragh-max800.split {
    column-count: 1;
  }

  .hero-text {
    font-size: 8vw;
  }

  .hero-text.compact {
    font-size: 6vw;
  }

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

  .masonry-grid {
    column-count: 2;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .container-7 {
    padding-left: 10px;
  }

  .articles-child {
    margin-bottom: 40px;
  }

  .links_flex {
    flex-direction: column;
  }

  .links-child {
    width: 80%;
  }

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

  .section-2.article {
    padding-left: 10px;
    padding-right: 10px;
  }

  .input {
    margin-bottom: 40px;
  }

  .subscribe-form, .quote-wrapper {
    flex-direction: column;
  }

  .bold-text {
    line-height: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .sectionone.charcoal {
    background-position: 0 0, 60% 0;
    background-size: auto, cover;
  }

  .paragraph.smoke {
    font-size: .9em;
  }

  .one-respond {
    width: 300px;
  }

  .section-hero.capabilities {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-text, .hero-text.compact {
    font-size: 8vw;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .fineprint-paragragh {
    color: #9b9b9be6;
  }

  .container-7 {
    padding-left: 5px;
  }

  .footer-logo-wrapper {
    align-self: center;
  }

  .articles-child {
    margin-bottom: 40px;
  }

  .links-heading {
    font-size: 26px;
  }

  .hero-h3 {
    font-size: 1em;
  }

  .paragraph-2 {
    column-count: 1;
  }

  .h1-testimonials {
    font-size: 2.2em;
  }

  .quote {
    flex-direction: column;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .galleryblock {
    width: 100%;
  }

  .bold-text {
    font-size: 10vw;
    line-height: 1.5em;
  }

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

  .bold-text-2 {
    letter-spacing: 0;
    line-height: 1.3em;
  }

  .editors {
    font-size: 14px;
    font-weight: 500;
  }

  .editors.spec {
    font-weight: 700;
  }
}


