h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #c8c8c8;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.hero-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1e00ff;
  background-image: linear-gradient(38deg, #1e00ff, #7708ff);
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.33);
}

.nav-link {
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 700;
}

.nav-link.w--current {
  font-family: Inconsolata, monospace;
}

.heading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.paragraph {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.div-block {
  display: block;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 12, 145, 0.45)), to(rgba(109, 12, 145, 0.45))), url('../images/Philly-202.jpg');
  background-image: linear-gradient(180deg, rgba(109, 12, 145, 0.45), rgba(109, 12, 145, 0.45)), url('../images/Philly-202.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 40px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  width: 820px;
  margin-bottom: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: transparent;
  opacity: 1;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.skill-list {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #333;
  font-size: 16px;
}

.p1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-drop-down {
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 700;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 0px;
  -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;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.partner-image {
  padding: 0px 20px 50px;
}

.image-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.section {
  background-color: transparent;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-2 {
  margin-bottom: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.heading-4 {
  margin-bottom: 0px;
  margin-left: 0px;
}

.section-2 {
  height: 50px;
  max-height: 50px;
  background-color: #f1f1f1;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-height: 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;
}

.copyright {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #818181;
  color: #bbb;
  font-size: 12px;
}

.case-study-hero {
  background-image: url('../images/Quantifying-emotions-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  height: 300px;
  max-width: 500px;
  min-width: 0px;
  margin-right: 20px;
  padding-right: 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  max-width: 400px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #250d61;
}

.case-study-specs {
  background-color: #fded39;
}

.container-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 10px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-6 {
  margin: 20px 0px 0px;
  padding: 0px;
}

.div-block-7 {
  margin: 20px 0px 0px;
  padding: 0px;
  border-radius: 10px;
  background-color: transparent;
  color: #333;
}

.bold-text {
  font-family: Rubik, sans-serif;
}

.bold-text-2 {
  font-weight: 300;
}

.heading-5 {
  color: #fff;
}

.bold-text-3 {
  color: #fff;
}

.cs-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  max-width: 410px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
}

.cs-heading {
  position: relative;
  left: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 300px;
  max-width: 400px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
}

.cs-heading.bg1 {
  position: static;
  right: 190px;
  width: 400px;
  max-width: 400px;
}

.cs-name {
  margin-bottom: 0px;
}

.case-study-card-attribute {
  position: static;
  display: block;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.case-study-spec-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-study-spec-list.case-study-spec-list-continued {
  margin-top: -5px;
  margin-bottom: 5px;
}

.case-study-card-spec {
  margin-right: 10px;
  padding-right: 0px;
  font-family: Inconsolata, monospace;
  color: #001eff;
  font-size: 14px;
  font-weight: 700;
}

.cs-hero {
  background-image: url('../images/Breaking-bias-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-spec-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.dropdown-list {
  background-color: #aa9c9c;
}

.dropdown-list.w--open {
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.33);
}

.divider {
  width: 20px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #333;
}

.design-process-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001eff;
}

.section-4 {
  background-image: url('../images/Digital-transformation-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-5 {
  background-image: url('../images/Simulation-as-a-service-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-6 {
  background-image: url('../images/AI-traffic-control-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-7 {
  background-image: url('../images/Simulation-as-a-service-hero_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  padding: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #f1f1f1;
}

.paragraph-2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.heading-6 {
  margin-top: 0px;
}

.heading-7 {
  margin-top: 0px;
}

.design-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: 25px;
  margin-left: 0px;
  padding: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-9 {
  max-height: 400px;
  max-width: 400px;
  margin-left: 10px;
}

.div-block-10 {
  max-height: 400px;
  max-width: 400px;
  margin-right: 0px;
  margin-left: 10px;
  padding: 0px;
}

.image-3 {
  margin-left: 10px;
}

.image-4 {
  margin-left: 25px;
  padding-right: 0px;
  border-radius: 0px;
}

.image-5 {
  margin-left: 10px;
}

.image-6 {
  margin-left: 10px;
}

.image-7 {
  margin-left: 10px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.design-process-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
}

.design-process-heading {
  margin-bottom: 20px;
  color: #001eff;
  font-size: 18px;
  text-align: center;
}

.section-8 {
  height: 400px;
  max-height: 400px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px;
  -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;
}

.section-9 {
  background-color: #191e46;
}

.divider-white {
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.div-block-12 {
  width: 820px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding: 0px;
  clear: none;
}

.test-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 200px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #f1f1f1;
}

.image-8 {
  width: 400px;
  height: 400px;
  padding: 10px 10px 10px 0px;
}

.screen-design-right {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 10px;
}

.screen-design-left {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
}

.div-block-14 {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background-color: #333;
}

.design-process-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image-9 {
  margin-bottom: 5px;
}

.image-10 {
  margin-top: 5px;
}

.cs-header-image-1 {
  display: block;
  width: 820px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AI-traffic-control-hero.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.cs-overview {
  max-width: 820px;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

.section-10 {
  background-image: url('../images/Digital-transformation-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-11 {
  background-image: url('../images/Breaking-bias-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-12 {
  background-image: url('../images/Digital-transformation-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-13 {
  background-image: url('../images/Simulation-as-a-service-hero_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-14 {
  background-color: #fff;
}

.heading-8 {
  color: #fff;
}

.heading-9 {
  color: #fff;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-4 {
  width: 100%;
  margin-bottom: 0px;
}

.test-head-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #333;
}

.image-11 {
  margin-right: 10px;
  padding-right: 0px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.bold-text-4 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.bold-text-5 {
  color: #fff;
  font-size: 18px;
}

.heading-11 {
  margin-top: 0px;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-13 {
  color: #333;
  text-align: center;
}

.test-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.test-head-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #333;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.dropdown-link.w--current:hover {
  color: #001eff;
}

.screen-designs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.screen-design-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.screen-design-heading {
  width: 820px;
  margin-bottom: 20px;
}

.screen-design-image-wide {
  margin-bottom: 0px;
  border-radius: 0px;
}

.screen-design-image-narrow {
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}

.image-14 {
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.image-15 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  border-radius: 10px;
}

.image-16 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.image-17 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.image-18 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.image-19 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.image-20 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.screen-design-tile-wide {
  margin-bottom: 20px;
}

.screen-design-caption-wide {
  width: 820px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #333;
}

.paragraph-5 {
  margin-bottom: 0px;
  color: #a0a0a0;
  text-align: center;
}

.animated-gif {
  width: 820px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.animated-gif-caption {
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #333;
}

.screen-design-gif-tile {
  margin-bottom: 20px;
}

.screendesign-caption-narrow {
  width: 400px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #333;
}

.screen-design-tile-narrow-left {
  margin-right: 10px;
  margin-bottom: 20px;
}

.screen-design-tile-narrow-right {
  margin-bottom: 10px;
  margin-left: 10px;
}

.design-process-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px;
  -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;
}

.design-process-item.end {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px;
}

.section-15 {
  background-image: url('../images/Quantifying-emotions-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section-16 {
  background-color: #fff;
}

.skill-tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #8b8b8b;
}

.intro {
  width: 350px;
  margin-bottom: 20px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #333;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.image-21 {
  width: 250px;
  height: 250px;
  margin-right: 20px;
  border-radius: 0px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-22 {
  margin-right: -1px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.paragraph-6 {
  color: #fff;
  font-style: italic;
}

.div-block-24 {
  margin-bottom: 50px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #070233;
}

.section-17 {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding: 20px;
  -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;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cs-header-image-2 {
  width: 820px;
  padding: 20px;
  background-image: url('../images/Simulation-as-a-service-hero_1.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.cs-header-image-3 {
  width: 820px;
  padding: 20px;
  background-image: url('../images/Digital-transformation-hero.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.cs-header-image-4 {
  width: 820px;
  padding: 20px;
  background-image: url('../images/Quantifying-emotions-hero.jpg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-18 {
  background-color: #fff;
}

.cs-header-image-5 {
  width: 820px;
  padding: 20px;
  background-image: url('../images/Breaking-bias-hero.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-19 {
  background-color: #fff;
}

.paragraph-7 {
  text-align: center;
}

.container-10 {
  max-width: 820px;
}

.div-block-28 {
  padding-left: 20px;
}

.section-20 {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}

.dropdown-link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  background-image: url('../images/SM-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.brand.w--current {
  background-image: none;
}

.image-23 {
  width: 50px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-21 {
  background-color: #f1f1f1;
}

.paragraph-8 {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.link-block {
  padding: 0px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-header-image-6 {
  width: 820px;
  padding: 20px;
  background-image: url('../images/argos-hero.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    padding: 0px;
  }

  .container-2 {
    padding-top: 50px;
  }

  .skill-list {
    color: #333;
    font-size: 16px;
  }

  .container-3 {
    padding: 40px 40px 0px;
  }

  .div-block-6 {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .div-block-7 {
    margin: 20px 0px 0px;
    background-color: transparent;
  }

  .cs-spec {
    width: 350px;
  }

  .cs-heading {
    position: static;
    right: 0px;
    max-width: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cs-heading.bg1 {
    right: 130px;
  }

  .container-8 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .design-process {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .div-block-10 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-3 {
    margin-left: 0px;
  }

  .image-4 {
    width: 400px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5 {
    margin-left: 0px;
  }

  .image-6 {
    margin-left: 0px;
  }

  .image-7 {
    margin-left: 0px;
  }

  .div-block-11 {
    width: 768px;
  }

  .design-process-end {
    max-width: 768px;
  }

  .container-9 {
    padding: 40px 0px 0px;
  }

  .div-block-12 {
    width: 720px;
    margin-bottom: 20px;
  }

  .test-narrow {
    width: 350px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .screen-design-right {
    margin-left: 0px;
    padding-left: 0px;
  }

  .screen-design-left {
    margin-right: 0px;
    padding-right: 0px;
  }

  .design-process-start {
    max-width: 768px;
  }

  .cs-header-image-1 {
    width: 700px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-image: url('../images/AI-traffic-control-hero.jpg');
  }

  .cs-overview {
    width: 700px;
    max-width: 720px;
  }

  .nav-menu {
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 hsla(0, 0%, 80%, 0.33);
  }

  .section-14 {
    background-color: #fff;
  }

  .div-block-16 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .test-head-narrow {
    width: 350px;
  }

  .div-block-18 {
    width: 720px;
  }

  .test-wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 720px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test-head-wide {
    width: 720px;
  }

  .screen-designs {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .screen-design-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .screen-design-heading {
    width: 700px;
  }

  .screen-design-tile-wide {
    width: 700px;
  }

  .screen-design-caption-wide {
    width: 700px;
  }

  .animated-gif {
    width: 700px;
  }

  .screen-design-gif-tile {
    margin-bottom: 20px;
  }

  .screendesign-caption-narrow {
    width: 340px;
  }

  .screen-design-tile-narrow-left {
    width: 340px;
  }

  .screen-design-tile-narrow-right {
    width: 340px;
  }

  .design-process-item {
    max-width: 700px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-19 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-16 {
    background-image: none;
  }

  .skill-tag {
    margin: 5px;
  }

  .intro {
    width: 350px;
    font-size: 16px;
  }

  .div-block-21 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-21 {
    width: 250px;
    height: 250px;
  }

  .skill {
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 1px 5px 0 #8b8b8b;
  }

  .div-block-24 {
    width: 720px;
    margin-bottom: 40px;
  }

  .div-block-25 {
    width: 700px;
  }

  .cs-header-image-2 {
    width: 700px;
  }

  .cs-header-image-3 {
    width: 700px;
  }

  .cs-header-image-4 {
    width: 700px;
  }

  .section-18 {
    background-color: #fff;
  }

  .cs-header-image-5 {
    width: 700px;
  }

  .cs-header-image-6 {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    padding-left: 10px;
  }

  .heading-3 {
    text-align: left;
  }

  .heading-4 {
    text-align: left;
  }

  .case-study-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .cs-spec {
    width: 265px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cs-heading {
    right: 115px;
    width: 340px;
    height: 300px;
    max-width: 340px;
  }

  .cs-heading.bg1 {
    right: 95px;
    width: 340px;
    height: 300px;
    max-width: 400px;
  }

  .dropdown-list.w--open {
    margin-right: 0px;
    margin-left: 0px;
  }

  .design-process {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .image-4 {
    width: 400px;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-11 {
    width: 568px;
    padding-left: 0px;
  }

  .container-9 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .div-block-12 {
    width: 700px;
    padding-left: 0px;
  }

  .test-narrow {
    width: 400px;
    height: auto;
  }

  .design-process-start {
    max-width: 568px;
    padding-bottom: 0px;
  }

  .cs-header-image-1 {
    width: 530px;
  }

  .cs-overview {
    width: 530px;
    max-width: 530px;
  }

  .div-block-16 {
    margin-top: 20px;
    padding: 0px;
  }

  .test-head-narrow {
    width: 400px;
  }

  .div-block-18 {
    width: 700px;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .test-wide {
    width: 400px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .test-head-wide {
    width: 400px;
  }

  .screen-designs {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .screen-design-heading {
    width: 500px;
  }

  .screen-design-tile-wide {
    width: 500px;
    margin-bottom: 20px;
  }

  .screen-design-caption-wide {
    width: 500px;
  }

  .animated-gif {
    width: 500px;
  }

  .screen-design-tile-narrow-left {
    margin-right: 0px;
  }

  .screen-design-tile-narrow-right {
    margin-left: 0px;
  }

  .design-process-item {
    max-width: 530px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-19 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .intro {
    width: 350px;
    text-align: left;
  }

  .div-block-21 {
    margin-bottom: 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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .image-21 {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .div-block-24 {
    width: 700px;
    margin-bottom: 20px;
  }

  .div-block-25 {
    width: 530px;
  }

  .cs-header-image-2 {
    width: 530px;
  }

  .cs-header-image-3 {
    width: 530px;
  }

  .cs-header-image-4 {
    width: 530px;
    background-position: 0% 50%;
  }

  .cs-header-image-5 {
    width: 530px;
  }

  .cs-header-image-6 {
    width: 530px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    padding: 40px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    display: block;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner-image {
    padding-bottom: 20px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .heading-3 {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
  }

  .case-study-card {
    padding: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-5 {
    width: 300px;
    height: 200px;
  }

  .container-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-6 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .cs-spec {
    width: 300px;
    height: auto;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .cs-heading {
    right: 20px;
    width: 320px;
    padding: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .cs-heading.bg1 {
    right: auto;
    width: 320px;
    max-width: 320px;
  }

  .container-8 {
    padding: 20px 10px;
  }

  .design-process {
    width: 340px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-10 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-3 {
    margin-left: 0px;
  }

  .div-block-11 {
    width: 320px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .container-9 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .div-block-12 {
    width: 340px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .test-narrow {
    width: 340px;
    height: auto;
  }

  .screen-design-right {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .screen-design-left {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .design-process-start {
    max-width: 320px;
  }

  .cs-header-image-1 {
    width: 360px;
    margin-top: 20px;
    padding: 20px;
  }

  .cs-overview {
    max-width: 340px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-16 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .test-head-narrow {
    width: 340px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-18 {
    width: 340px;
  }

  .test-wide {
    width: 340px;
  }

  .test-head-wide {
    width: 340px;
  }

  .screen-designs {
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .screen-design-heading {
    width: 340px;
  }

  .screen-design-tile-wide {
    width: 340px;
    margin-bottom: 20px;
  }

  .screen-design-caption-wide {
    width: 340px;
  }

  .animated-gif {
    width: 300px;
  }

  .screendesign-caption-narrow {
    width: 340px;
  }

  .screen-design-tile-narrow-left {
    width: 340px;
    margin-bottom: 20px;
  }

  .screen-design-tile-narrow-right {
    width: 340px;
    margin-bottom: 20px;
  }

  .design-process-item {
    margin-bottom: 20px;
    padding: 40px 10px;
  }

  .design-process-item.end {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .intro {
    text-align: center;
  }

  .div-block-21 {
    width: 360px;
    margin-bottom: 20px;
  }

  .image-21 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-24 {
    width: 340px;
  }

  .div-block-25 {
    width: 340px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
  }

  .div-block-26 {
    width: 340px;
  }

  .div-block-27 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cs-header-image-2 {
    width: 360px;
    margin-top: 20px;
  }

  .cs-header-image-3 {
    width: 360px;
    margin-top: 20px;
  }

  .cs-header-image-4 {
    width: 360px;
    margin-top: 20px;
  }

  .cs-header-image-5 {
    width: 360px;
    margin-top: 20px;
  }

  .paragraph-7 {
    margin-top: 20px;
  }

  .div-block-29 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cs-header-image-6 {
    width: 360px;
  }
}

#w-node-_6ab93f20-6299-2cb7-f0db-8c840423d71c-4151f792 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_6ab93f20-6299-2cb7-f0db-8c840423d70c-4151f792 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6ab93f20-6299-2cb7-f0db-8c840423d710-4151f792 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6ab93f20-6299-2cb7-f0db-8c840423d714-4151f792 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6ab93f20-6299-2cb7-f0db-8c840423d718-4151f792 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

