:root {
  --background-tan: #fffbf6;
  --blue-dk: #0a324b;
  --indian-red: #e6645f;
  --blue-med: #466473;
  --gold: #f0be37;
  --white: white;
  --text-color: #515d64;
  --green-med: #829682;
  --green-lite: #becdc3;
  --green-dk: #4b6450;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  background-color: var(--background-tan);
  color: #515d64;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

h1 {
  color: var(--blue-dk);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: utopia-std-display, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--blue-dk);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: utopia-std-display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--blue-dk);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: utopia-std-display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  color: var(--blue-dk);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: utopia-std-display, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: var(--blue-dk);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: utopia-std, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

a {
  color: var(--indian-red);
  text-decoration: underline;
}

strong {
  color: var(--blue-dk);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--indian-red);
  color: var(--indian-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.section.tan {
  background-color: var(--background-tan);
}

._960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section960 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.section960.nav {
  display: block;
  position: relative;
}

.nav-menu-3 {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  display: flex;
  inset: 0% 0% auto auto;
}

.top-nav-link {
  color: var(--blue-dk);
  text-transform: uppercase;
  padding: 18px 16px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.top-nav-link:hover {
  opacity: .77;
  color: var(--blue-med);
}

.top-nav-link.w--current {
  color: var(--indian-red);
}

.top-nav-link.btn {
  padding-left: 22px;
  padding-right: 0;
}

.top-nav-link.hide, .top-nav-link.hidenav, .top-nav-link.hidenav.w--current {
  display: none;
}

.brand {
  align-items: center;
  width: 200px;
  margin-top: 31px;
  margin-bottom: 18px;
  display: flex;
}

.brand.w--current {
  width: 200px;
  margin-top: 30px;
}

.div-block-70 {
  color: #947171;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar {
  background-color: #0000;
  padding-top: 18px;
}

.button-container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.button-container.purple {
  background-color: var(--indian-red);
}

.link-block-3 {
  background-color: #ebebeb;
  padding: 17px;
}

.link-block-3:hover {
  opacity: .9;
}

.div-block-50 {
  padding: 41px 157px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e44f49;
  border-radius: 4px;
  padding: 13px 31px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  filter: brightness(110%);
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.tag {
  background-color: #254e70;
  align-self: flex-start;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.button.white {
  color: var(--indian-red);
  background-color: #fff;
  display: inline-block;
}

.button.yellow {
  background-color: var(--gold);
  color: var(--blue-dk);
}

.body-2 {
  line-height: 1.8;
}

.hero-content-wrapper {
  margin-top: 32px;
}

.heading {
  font-size: 66px;
}

._2-col-wrapper-hero {
  margin-top: 38px;
  display: flex;
}

.col-left-hero {
  flex: 1;
  padding-right: 56px;
}

.col-right-hero {
  width: 51%;
}

.paragraph {
  font-size: 18px;
  line-height: 1.8;
}

.hero-pic-wrapper {
  z-index: 5;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
}

.blue-bg-pattern {
  background-color: var(--blue-dk);
  background-image: url('../images/bg-icon-pattern.webp');
  background-position: 0 0;
  background-size: 220px;
}

.blue-bg-pattern.contact {
  padding: 37px 55px 55px;
}

.blue-bg-pattern.splash {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.strip-pattern {
  background-image: url('../images/pattern.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 37px;
  height: 37px;
}

._2-col-wrapper-whatwedo {
  padding-bottom: 54px;
  display: flex;
}

.col-right-wwd {
  width: 51%;
  margin-top: 126px;
  margin-bottom: -103px;
}

.col-left-wwd {
  color: var(--white);
  flex: 1;
  padding-top: 40px;
  padding-right: 54px;
}

.placement-div-whatwedo {
  margin-top: -232px;
}

.container-graph {
  background-color: var(--white);
  text-align: center;
  margin-top: -43px;
  padding: 99px 29px 0;
  box-shadow: 1px 1px 20px #0a324b14;
}

.container-textgraph {
  margin-bottom: 35px;
}

.text-block-30 {
  color: var(--blue-dk);
  font-family: utopia-std, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.text-block-31 {
  max-width: 320px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 2;
}

.text-block-32 {
  margin-top: 9px;
}

.btn-placement-div {
  margin-top: 33px;
}

.white {
  color: var(--white);
  text-align: left;
}

.white.ctr {
  text-align: center;
  font-size: 51px;
}

.white.ctr.small {
  font-size: 38px;
}

.wrapper-custresdiff {
  margin-top: 105px;
}

.container-custresdiff {
  text-align: center;
  margin: 112px auto;
}

.container-whatsetsapart {
  background-color: var(--white);
  text-align: center;
  margin-bottom: -201px;
  position: relative;
  box-shadow: 1px 1px 22px #0a324b14;
}

.iconscontainer-whatsetsapart {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 58px;
  margin-bottom: -47px;
  display: flex;
}

.iconsolo-container {
  width: 50%;
  margin-bottom: 47px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3 {
  margin-top: 0;
}

.paragraph-2 {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.process-icon-holder {
  background-image: url('../images/process1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 58px;
  display: flex;
  position: relative;
}

.process-icon-holder._2 {
  background-image: url('../images/process2.svg');
}

.process-icon-holder._3 {
  background-image: url('../images/process3.svg');
}

.process-icon-holder._4 {
  background-image: url('../images/process4.svg');
}

.process-icon-holder._5 {
  background-image: url('../images/process5.svg');
}

.process-icon-holder.is-pe {
  margin-top: -45px;
}

.positioning-whatsetsapart {
  padding: 84px;
}

.container-probeinsights {
  color: var(--white);
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 83px;
}

._2-col-probeinsights {
  margin-top: 32px;
  display: flex;
}

.col-left-probeinsights {
  width: 50%;
  padding-left: 44px;
}

.col-right-probeinsights {
  flex: 1;
  padding-left: 44px;
}

.bulletrow_casestudies {
  margin-bottom: 14px;
  display: flex;
}

.bulletrow_col1 {
  margin-top: -3px;
  padding-right: 20px;
}

.bulletrow_col2 {
  flex: 1;
}

.btn-wrapper {
  text-align: center;
  margin-top: 44px;
}

.container-guidingprinc {
  background-color: var(--white);
  text-align: center;
  margin-bottom: -166px;
  position: relative;
  box-shadow: 1px 1px 22px #0a324b14;
}

.heading-5 {
  text-align: center;
  margin-top: 155px;
  margin-bottom: 54px;
  font-size: 58px;
}

.positioning-guidingprinc {
  padding: 40px 40px 83px;
}

.container {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -47px;
  display: flex;
}

.item-solo {
  width: 33%;
  padding-left: 21px;
  padding-right: 21px;
}

.item-solo._30 {
  width: 30%;
}

.item-solo._60 {
  width: 40%;
}

.container-howwework {
  text-align: center;
  padding-top: 133px;
}

.process-icons-container {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 54px;
  display: flex;
}

.heading-6 {
  margin-top: 68px;
  font-size: 38px;
}

.process-icon-solo-container {
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin-bottom: 51px;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
}

.process-stetp-text {
  color: var(--white);
  text-shadow: 1px 1px 8px #00000029;
  margin-top: -11px;
  margin-left: -5px;
  font-family: utopia-std, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.icon-holder {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-holder.b2b {
  width: 64px;
}

.container-case-studies {
  color: var(--white);
  text-align: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 235px;
}

.case-studies-tabs-container {
  margin-top: -201px;
}

.tabs-menu {
  z-index: 5;
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 11px;
  justify-content: center;
  margin-bottom: -40px;
  padding: 7px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 1px 1px 22px #0a324b14;
}

.tab {
  background-color: #0000;
  border-radius: 6px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab:hover {
  background-color: #f6f5f0;
}

.tab.w--current {
  background-color: var(--gold);
}

.tabs {
  text-align: center;
}

.tab-pane {
  background-color: var(--white);
  box-shadow: 1px 1px 22px #0a324b14;
}

.case-study-solo-wrapper {
  justify-content: center;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.case-study-pic-column {
  background-image: url('../images/iStock-1130104948-opt.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.case-study-pic-column._2 {
  background-image: url('../images/iStock-177470402-opt.webp');
}

.case-study-pic-column._3 {
  background-image: url('../images/iStock-654128776-opt.webp');
}

.case-study-pic-column.is-manufacturing {
  background-image: url('../images/manufacturing.jpg');
}

.case-study-pic-column.is-software {
  background-image: url('../images/software.jpg');
}

.case-study-text-column {
  text-align: left;
  flex: 1;
  padding: 49px 49px 49px 46px;
}

.tabs-content {
  box-shadow: 1px 1px 22px #0a324b14;
}

.clients-wrapper {
  margin-top: 153px;
}

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

.client-logos-wrapper {
  margin-top: 30px;
}

.client-logos-container {
  background-color: var(--white);
  flex-wrap: wrap;
  padding: 57px;
  display: flex;
  box-shadow: 1px 1px 22px #0a324b14;
}

.client-logo-holder {
  width: 25%;
  padding: 27px;
}

.client-logo {
  opacity: .8;
  filter: saturate(0%);
  width: 100%;
}

.testimonials-wrapper {
  margin-top: 100px;
}

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

.left-arrow-2 {
  opacity: .33;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.icon-4, .icon-5 {
  display: none;
}

.right-arrow-2 {
  opacity: .33;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  transform: rotate(180deg);
}

.testimonial-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  display: block;
}

.div-block-77 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  font-size: 18px;
}

.text-block-33 {
  opacity: .41;
  color: var(--blue-med);
  font-size: 12px;
}

.mask {
  height: auto;
}

.slide-nav-2 {
  display: none;
  top: 300px;
}

.team-block-position {
  cursor: pointer;
  margin-bottom: 3rem;
}

.team-block-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
  box-shadow: 1px 1px 22px #0a324b14;
}

.text-field {
  color: #2c323d;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field::placeholder {
  color: #848b9978;
}

.text-field.left {
  text-align: left;
  height: 120px;
}

.checkbox {
  float: none;
  background-color: var(--white);
  flex: none;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 7px #00000040;
}

.div-block-119 {
  margin-top: 22px;
}

.checkbox-label {
  flex: 1;
  margin-left: 18px;
}

.text-block-55 {
  opacity: 1;
  color: var(--white);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  text-align: left;
}

.div-block-120 {
  justify-content: flex-start;
  display: flex;
}

.text-field-style-wrapper {
  background-color: #fff;
  margin-top: 26px;
  padding: 12px;
}

.text-field-style-wrapper.checkbox {
  box-shadow: none;
  background-color: #0000;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 14px;
  padding: 0;
  display: flex;
}

.form-block {
  margin-top: 14px;
}

.checkbox-field {
  color: var(--white);
  flex: none;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 15px;
  display: flex;
}

.div-block-121 {
  color: var(--text-color);
  justify-content: center;
  align-items: center;
  padding-top: 87px;
  padding-bottom: 87px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-121:hover {
  filter: saturate(124%);
}

.div-block-122 {
  align-items: center;
  display: flex;
}

.text-block-56 {
  color: var(--blue-dk);
  font-size: 9px;
  font-weight: 700;
}

.image-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.close-btn-wrapper {
  display: none;
  position: fixed;
}

.close-btn-wrapper.contact {
  display: none;
  inset: 5% 5% auto auto;
}

.close-btn {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.slide-hero {
  background-color: #0000;
}

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

.right-arrow-3, .left-arrow-3, .slide-nav-3 {
  display: none;
}

.mask-2 {
  height: auto;
}

.div-block-123 {
  margin-top: 117px;
}

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

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  color: var(--green-med);
  margin-top: 0;
  margin-bottom: 6px;
}

.btn-holder {
  justify-content: center;
  align-items: center;
  margin-top: -1.2rem;
  display: flex;
}

.bio-image {
  width: 100%;
}

.bio-rte {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.padding-div {
  padding: 1.5rem 0 2.5rem;
}

.button-med {
  background-color: var(--blue-dk);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button-med:hover {
  filter: brightness(110%);
  transform: translate(0, -2px);
}

.button-med:active {
  transform: none;
}

.close {
  background-color: var(--blue-dk);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
  display: none;
}

.close:hover {
  filter: brightness(110%);
  transform: translate(0, -2px);
}

.close:active {
  transform: none;
}

.success-message {
  background-color: var(--indian-red);
}

.error-message {
  background-color: red;
}

.div-block-124 {
  background-color: var(--white);
  text-align: center;
  padding: 22px;
}

.heading-11 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.div-block-125 {
  background-color: #062132;
  justify-content: center;
  align-items: center;
  padding: 29px 43px;
  display: flex;
}

.column-contact {
  color: var(--white);
  width: 50%;
  text-decoration: none;
}

.text-block-57 {
  text-align: center;
  margin-bottom: -16px;
}

.bold-testimonials {
  color: var(--gold);
}

.heading-12 {
  font-size: 51px;
}

.heading-13 {
  font-size: 28px;
}

.container-insights {
  margin-top: 154px;
}

.container-insights-interior {
  color: var(--white);
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 52px;
}

.insights-collection-holder {
  text-align: left;
}

.collection-item {
  text-align: left;
  border-top: 1px solid #46647380;
  margin-top: 22px;
  margin-bottom: 20px;
  padding-top: 36px;
  display: flex;
}

.collection-item.vert {
  border-top-style: none;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 40px;
  padding-top: 0;
  padding-right: 22px;
}

.heading-15 {
  color: var(--gold);
  margin-top: 0;
  line-height: 1.2;
}

.div-block-126 {
  align-self: flex-start;
  width: 70%;
}

.text-block-58 {
  line-height: 2;
}

.div-block-127 {
  text-align: right;
  flex: 1;
  padding-top: 12px;
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.full-article-container {
  max-width: 700px;
}

.button-back {
  background-color: var(--white);
  color: var(--blue-dk);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 7px 16px;
  font-weight: 700;
  text-decoration: none;
  display: none;
  box-shadow: 1px 1px 3px #0a324b24;
}

.text-block-59 {
  margin-left: 6px;
  font-size: 13px;
}

.div-block-128 {
  display: flex;
}

.div-block-130 {
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  display: flex;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  margin-left: 14px;
  display: flex;
}

.text-block-60 {
  color: var(--blue-dk);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.text-block-60.subtext {
  color: var(--blue-dk);
  margin-top: -4px;
  font-size: 11px;
  font-weight: 400;
}

.heading-16 {
  margin-top: 82px;
  margin-bottom: 24px;
}

.block-quote {
  margin-top: 28px;
  margin-bottom: 28px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  margin-top: 45px;
}

.grid._3column {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-weight-light {
  font-weight: 300;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.container-medium {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-large {
  padding-top: 3rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-2.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-large {
  padding: 1rem 2rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  color: var(--blue-dk);
  font-family: utopia-std-display, sans-serif;
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.background-color-tan {
  background-color: var(--background-tan);
}

.services_subheadline {
  color: var(--green-med);
  max-width: 50ch;
  font-family: utopia-std-display, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.services_body-copy-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48rem;
  margin-top: 2rem;
  display: flex;
}

.services_image-wrapper {
  box-shadow: 0 2px 8px #0000000d;
}

.services_image-wrapper.vert {
  max-width: 15rem;
  display: none;
}

.services_eyebrow-txt {
  color: var(--indian-red);
  text-transform: uppercase;
  max-width: 63ch;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.section_cta {
  color: var(--white);
  text-align: center;
  justify-content: center;
  display: flex;
}

.services_image {
  width: 100%;
}

.text-color-gold {
  color: var(--gold);
}

.div-block-132 {
  margin-top: -7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.client-login-text {
  color: var(--text-color);
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  width: 14rem;
  padding: 0;
  overflow: hidden;
}

.navbar1_dropdown-wrapper {
  background-color: #fff;
  border: 1px solid #1e4d2b;
  overflow: hidden;
}

.dropdown-chevron {
  color: #c8c372;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown_linknew {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  border-top: 1px #dadada;
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: flex-start;
  padding: .8rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown_linknew:hover {
  color: #222;
  transform: translate(2px);
}

.dropdown_linknew.w--current:hover {
  transform: none;
}

.navbar1_dropdown-toggle {
  grid-column-gap: 0rem;
  text-transform: uppercase;
  align-items: center;
  padding: .5rem .2rem .5rem .9rem;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.case-study-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--green-lite);
  background-color: var(--white);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.content-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  ._960 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section960 {
    width: 100%;
    display: block;
  }

  .nav-menu-3 {
    z-index: 5;
    background-color: #fffffffa;
    flex-flow: column wrap;
    place-content: space-around center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10vw;
    padding-bottom: 25px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
    box-shadow: 0 1px 3px #000000b0;
  }

  .top-nav-link {
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
  }

  .top-nav-link.w--current {
    color: var(--indian-red);
  }

  .top-nav-link.btn {
    padding-right: 22px;
  }

  .top-nav-link.hidenav.w--current {
    display: block;
  }

  .brand {
    width: 230px;
    margin-bottom: 10px;
    margin-left: 14px;
  }

  .menu-btn {
    background-color: #fffbf6;
    width: 60px;
    height: 50px;
    margin-top: 21px;
    padding: 17px 14px;
    position: fixed;
    inset: 1.5rem 1.5rem auto auto;
  }

  .menu-btn.w--open {
    background-color: #eee;
  }

  .icon-2 {
    display: none;
  }

  .div-block-70 {
    background-color: var(--indian-red);
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .div-block-33 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .hero-content-wrapper {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-col-wrapper-hero {
    flex-direction: column;
    align-items: center;
  }

  .col-left-hero {
    padding-right: 0;
  }

  .col-right-hero {
    width: 100%;
    margin-top: 35px;
  }

  ._2-col-wrapper-whatwedo {
    flex-direction: column;
    align-items: center;
    margin-top: 49px;
  }

  .col-right-wwd {
    margin-bottom: 0;
  }

  .col-left-wwd {
    width: 80%;
    margin-top: 58px;
    padding-right: 0;
  }

  .wrapper-graph {
    padding-right: 0;
  }

  .container-graph {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
  }

  .white {
    text-align: left;
  }

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

  .container-custresdiff {
    margin-left: auto;
    margin-right: auto;
  }

  .iconsolo-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .positioning-whatsetsapart {
    padding: 63px 37px 37px;
  }

  .positioning-guidingprinc {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .container {
    flex-direction: column;
  }

  .item-solo {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-solo._30 {
    width: 100%;
    margin-bottom: 10px;
  }

  .item-solo._60 {
    width: 100%;
    margin-bottom: 0;
  }

  .process-icon-solo-container {
    width: 50%;
    padding-left: 37px;
    padding-right: 37px;
  }

  .tabs {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-solo-wrapper {
    flex-direction: column;
  }

  .case-study-pic-column {
    width: 100%;
    height: 444px;
  }

  .case-study-pic-column._3 {
    width: 100%;
    height: 444px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-text-column {
    padding-top: 16px;
    padding-bottom: 29px;
  }

  .client-logo-holder {
    width: 33%;
  }

  .team-block-position {
    width: 100%;
  }

  .team-block-container {
    flex-direction: column;
  }

  .text-field-style-wrapper.checkbox {
    box-shadow: none;
  }

  .close-btn-wrapper {
    z-index: 1111111;
    display: block;
    position: fixed;
    inset: 5% 5% auto auto;
  }

  .close-btn-wrapper.contact {
    display: block;
    top: 1.5rem;
    right: 1.5rem;
  }

  .close-btn {
    background-color: #fff;
    background-image: url('../images/5c6ec5a5af74a22fc24ca5cd_icon-plus.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    box-shadow: 0 0 20px #0a324b29;
  }

  .bio-text-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section-reveal {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-125 {
    flex-direction: column;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .column-contact {
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 9px;
  }

  .column-contact.btm {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .collection-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .collection-item.vert {
    text-align: left;
    width: 51ch;
  }

  .div-block-126 {
    width: auto;
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-127 {
    text-align: center;
  }

  .collection-list._1col {
    justify-content: center;
  }

  .grid._3column {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .services_image-wrapper.vert, .footer_hide-mobile {
    display: none;
  }

  .client-login-text {
    padding-right: .5rem;
  }

  .navbar1_dropdown-list {
    background-color: #fff0;
    border-radius: 1px;
    width: 300px;
    min-width: 100px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    background-color: #533b3b00;
    border: 1px solid #fff;
    padding: 0;
  }

  .navbar1_dropdown-wrapper {
    border: 1px solid var(--green-lite);
    background-color: #fff;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown_linknew {
    border-bottom: 1px solid var(--green-lite);
    border-top-style: none;
    border-top-color: var(--green-lite);
    color: #1e4d2b;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .icon-2 {
    display: none;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .col-right-hero {
    width: 90%;
  }

  .blue-bg-pattern.contact {
    padding: 33px;
  }

  .strip-pattern {
    background-size: auto 37px;
  }

  ._2-col-wrapper-whatwedo {
    margin-top: 97px;
  }

  .col-right-wwd {
    width: 90%;
  }

  .iconsolo-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .col-left-probeinsights {
    width: 100%;
    padding-left: 0;
  }

  .col-right-probeinsights {
    padding-left: 0;
  }

  .process-icon-solo-container {
    width: 100%;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    max-width: 340px;
    margin-bottom: -99px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .tab {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tabs {
    text-align: center;
  }

  .client-logo-holder {
    width: 50%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .mask {
    height: auto;
  }

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

  .grid._3column {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .services_image-wrapper {
    display: none;
  }

  .services_image-wrapper.vert {
    max-width: 20rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .nav-menu-3 {
    position: fixed;
    inset: 0%;
  }

  .brand {
    width: 168px;
    padding-left: 0;
  }

  .brand.w--current {
    width: 176px;
    margin-left: 0;
  }

  .menu-btn {
    top: 1.3rem;
    right: 1rem;
  }

  .button {
    width: 100%;
    text-decoration: none;
  }

  .button.tag {
    width: auto;
  }

  .button.yellow {
    width: auto;
    display: inline-block;
  }

  .heading {
    font-size: 44px;
  }

  .col-right-hero {
    width: 100%;
  }

  .blue-bg-pattern.contact {
    padding: 20px;
  }

  ._2-col-wrapper-whatwedo {
    text-align: center;
    margin-top: 133px;
  }

  .col-left-wwd {
    text-align: left;
    width: 100%;
  }

  .container-custresdiff {
    width: 100%;
  }

  .positioning-whatsetsapart {
    padding: 49px 27px;
  }

  .tabs-menu {
    max-width: 210px;
  }

  .tab {
    text-align: center;
  }

  .case-study-text-column {
    padding-left: 22px;
    padding-right: 22px;
  }

  .client-logo-holder {
    width: 100%;
  }

  .slider-2 {
    height: auto;
  }

  .slide-nav-2 {
    top: 366px;
  }

  .text-field.left {
    height: 160px;
  }

  .checkbox-label {
    font-weight: 400;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .tab-txt {
    line-height: 1.3;
  }

  .button-med, .close {
    text-decoration: none;
  }

  .div-block-125 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-insights-interior {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa53-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa58-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa5d-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa62-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa68-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa6e-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fa74-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fb81-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fb9a-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fb9d-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fb9f-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fba2-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc0b-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc15-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc16-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc84-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc89-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc8e-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc93-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc98-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fc9d-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fca7-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcac-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcb1-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcb6-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcbb-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcc0-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcc5-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcca-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fccf-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcd4-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcd9-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcdd-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fcde-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fce3-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fce8-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fced-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd02-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd07-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd0c-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd11-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd16-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd1b-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd25-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd2a-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd2f-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd34-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd39-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd3e-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd43-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd48-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd4d-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd52-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd57-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd5b-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd5c-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd61-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd66-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd6b-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd7d-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd82-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd87-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd8c-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd91-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd96-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fd9b-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fda0-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fda5-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fdaa-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fdae-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fdaf-90963b7b {
  justify-self: start;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fdb2-90963b7b, #w-node-_52f67216-3a3d-18de-dd68-fa23efa8fe35-90963b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f67216-3a3d-18de-dd68-fa23efa8fe91-90963b7b {
  justify-self: start;
}


