@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: #343f5a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  color: #343f5a;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  color: #343f5a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
}

a {
  color: #7a7a7a;
  font-family: Ibmplexsans, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #1687fd;
  text-decoration: none;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  color: #7a7a7a;
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  color: #7a7a7a;
  border-left: 5px solid #7a7a7a;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 16px;
  font-style: italic;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  color: var(--white);
  background-color: #05284b;
  flex-direction: column;
  min-height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 70px;
  font-family: Poppins Light;
  display: flex;
}

.section.cc-cta {
  background-color: #f5f5f5;
  padding: 90px 80px;
}

.section.cc-store-home-wrap {
  color: #1687fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-blog-detail {
  flex-direction: column;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button-blue {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 175px;
  padding: 12px 25px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-blue:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue:active {
  background-color: #343f58;
}

.button-blue.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue.cc-white-button:active {
  background-color: #ffffffe6;
}

.label-old {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label-old.cc-styleguide-label {
  margin-bottom: 25px;
}

.label-old.cc-light {
  opacity: .6;
}

.label-old.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label {
  color: #1687fd;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.rich-text {
  color: #343f5a;
  width: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ibmplexsans, sans-serif;
  text-decoration: none;
}

.rich-text p {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  font-family: Ibmplexsans, sans-serif;
}

.heading-top-blue {
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.heading-top {
  color: #343f58;
  text-align: left;
  text-transform: none;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex: none;
  align-self: center;
  padding-right: 0;
}

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: 1;
  color: #343f5a;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
  color: #1687fd;
}

.navigation-item:active {
  opacity: 1;
}

.navigation-item.w--current {
  opacity: 1;
  color: #343f5a;
  letter-spacing: .5px;
  font-style: normal;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #1687fd;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.footer-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.top-header-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: none;
  background-color: #ededed;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 900px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.top-header-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.moto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #a2a2a2;
  border-radius: 8px;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template: "Area"
  / 1fr 1.5fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: auto;
  align-items: start;
  width: auto;
  max-width: 1100px;
  margin: 60px 40px 100px;
}

.contact-step {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 120px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  clear: none;
  flex: 0 auto;
  width: 100%;
  margin: 0 0 60px;
  overflow: visible;
}

.detail-header-image {
  float: none;
  clear: none;
  text-align: center;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 700px;
  max-height: none;
  margin-bottom: 40px;
  font-family: Ibmplexsans, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
  font-family: Ibmplexsans, sans-serif;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  max-width: none;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.side-image-grid {
  clear: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template: ". ."
  / 1fr 2fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  max-width: 1300px;
  margin-bottom: 80px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.side-image-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.icon {
  color: #343f5a;
  padding-top: 1px;
  font-size: 14px;
}

.contact-button-icon {
  color: #0f62fe;
}

.fontawsomeicon {
  color: #2d74ed;
  align-self: center;
  padding-top: 3px;
  font-family: "Fa Regular 400";
  font-size: 20px;
  display: block;
}

.text-block {
  color: #0f62f1;
  font-family: Opensans Medium;
  font-size: 15px;
}

.dropdown {
  font-family: Opensans Medium;
  font-size: 15px;
  font-weight: 500;
}

.dropdown:active {
  color: #1687fd;
}

.navigation-sub-item {
  opacity: 1;
  color: #343f5a;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-family: Opensans Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-sub-item:hover {
  opacity: .9;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #1687fd;
  background-clip: border-box;
  margin: 0;
}

.navigation-sub-item:active {
  opacity: .8;
}

.navigation-sub-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-sub-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-sub-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.dropdown-list {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cecece;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
  display: none;
  overflow: visible;
}

.dropdown-list:hover {
  color: #1687fd;
  display: none;
}

.dropdown-list.w--open {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #343f5a;
  text-align: left;
  border-top-width: 1px;
  flex-flow: column;
  place-content: center space-between;
  align-items: flex-start;
  min-width: 200px;
  margin: 0;
  display: block;
  overflow: visible;
}

.dropdown-toggle {
  padding-right: 40px;
}

.dropdown-toggle:hover {
  color: #1687fd;
}

.image {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  min-width: 0;
  max-width: 300px;
  min-height: 0;
  max-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.sub-heading-top {
  color: #777;
  text-align: left;
  letter-spacing: 1px;
  object-fit: fill;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.button-text {
  direction: ltr;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  cursor: pointer;
  font-family: Poppins Regular;
  font-style: normal;
  text-decoration: overline;
}

.button-contact {
  background-color: var(--white);
  color: #1687fd;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px solid #1687fd;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-contact:hover {
  color: #fff;
  background-color: #1687fd;
}

.button-contact:active {
  background-color: #1687fd;
}

.button-contact.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-contact.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-contact.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-contact.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-contact.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-contact.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-contact.cc-white-button:hover {
  background-color: #fffc;
}

.button-contact.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-white {
  background-color: var(--white);
  color: #1687fd;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border: 1px solid #1687fd;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 175px;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-white:hover {
  color: #fff;
  background-color: #1687fd;
  border-color: #1687fd;
}

.button-white:active {
  background-color: #1687fd;
  border-color: #343f58;
}

.button-white.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-white.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-white.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-white.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-white.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-white.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-white.cc-white-button:hover {
  background-color: #fffc;
}

.button-white.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-sub-menu {
  background-color: var(--white);
  color: #343f5a;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: .25px solid #ddd;
  font-family: Ibmplexsans, sans-serif;
  font-size: 13px;
  display: block;
}

.button-sub-menu:hover {
  color: #1687fd;
  background-color: #f7f8f9;
  border-bottom-width: 1px;
}

.dropdown-navigation-item {
  opacity: 1;
  color: #343f5a;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dropdown-navigation-item:hover {
  opacity: 1;
}

.dropdown-navigation-item:active {
  opacity: .8;
}

.dropdown-navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.dropdown-navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.dropdown-navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  color: #7a7a7a;
  text-align: justify;
  height: auto;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-content {
  color: #343f58;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Opensans Regular;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.rich-text-block {
  color: #7a7a7a;
  text-align: justify;
  white-space: normal;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.blue-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f9fbfd;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blue-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.moto-centered {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1300px;
  margin-bottom: 0;
  font-family: Opensans Regular;
  display: flex;
}

.moto-centered.cc-homepage {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 540px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.label-centered {
  color: #1687fd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.heading-centered {
  color: #343f58;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.heading-items {
  color: #343f58;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  display: block;
}

.paragraph-centered {
  color: #7a7a7a;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.capabilities-images {
  width: 75px;
}

.items-grid-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: grid;
}

.capabilities {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1300px;
  height: auto;
  min-height: 0;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.capabilities.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.clients {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 60px 40px 50px;
  padding-bottom: 0;
  display: flex;
}

.clients.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.clients.cc-store-home-wrap {
  color: #1687fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.image-2 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.engagement {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 0 100px;
  display: flex;
}

.heading-left {
  color: #343f58;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.footer-bottom {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-links {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: center;
  width: auto;
  max-width: 1300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tagline {
  text-align: justify;
  white-space: nowrap;
  align-self: auto;
  width: auto;
  margin-top: 15px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 11px;
}

.footer-link {
  color: #d8d8d8;
  text-align: left;
  -webkit-text-stroke-color: #d8d8d8;
  white-space: normal;
  cursor: pointer;
  align-self: auto;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--white);
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
}

.column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-title {
  align-self: auto;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.column-2, .column-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-2 {
  color: #a2a2a2;
  text-align: center;
  font-family: Ibmplexsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-3 {
  color: #a2a2a2;
  margin-top: 30px;
  font-size: 14px;
}

.line {
  background-color: #a2a2a2;
  border: 2px solid #a2a2a2;
  border-radius: 0;
  width: 400px;
  height: 1px;
}

.divider-line-footer {
  background-color: #a2a2a2;
  flex-direction: column;
  align-items: center;
  width: 1130px;
  max-width: none;
  height: .5px;
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
}

.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.contact.cc-store-home-wrap {
  color: #1687fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.field-label, .field-label-2, .field-label-3 {
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
}

.form_line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.form_left {
  flex: 1;
  order: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 10px;
}

.form_right {
  flex: 1;
  max-width: none;
  margin-left: 10px;
  margin-right: 0;
}

.text-field-small {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-small:hover {
  border-color: #e3e6eb;
}

.text-field-small:active, .text-field-small:focus {
  border-color: #43464d;
}

.text-field-small::placeholder {
  color: #32343a66;
}

.text-field-small.cc-contact-field {
  margin-bottom: 25px;
}

.text-field-small.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.checkbox-label {
  color: #343f58;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
}

.contact-steps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.step-image {
  background-color: #1687fd;
  border-radius: 7px;
}

.step-number-container {
  border: 2px solid #1687fd;
  border-radius: 10px;
  align-self: center;
  width: 45px;
  height: 45px;
}

.step-text-container {
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.step-title {
  color: #343f58;
  text-align: left;
  font-family: Ibmplexsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.step-text {
  color: #7a7a7a;
  text-align: left;
  align-self: auto;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
}

.div-block {
  margin-right: 0;
}

.image-3 {
  flex-direction: row;
  width: auto;
  max-width: 480px;
  max-height: none;
  margin-right: 0;
  display: flex;
}

.image-4 {
  max-width: 400px;
  max-height: none;
}

.button-blue-form {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  align-self: stretch;
  width: auto;
  padding: 12px 25px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-blue-form:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-form:active {
  background-color: #343f58;
}

.button-blue-form.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-form.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-form.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-form.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-form.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-form.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-form.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-form.cc-white-button:active {
  background-color: #ffffffe6;
}

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

.clients-internal {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.clients-image-desktop {
  text-align: center;
  width: 100%;
  min-width: 900px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.clients-image-mobile {
  display: none;
}

.image-5 {
  width: 200px;
}

.items-grid-dense-2cl {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.container-image-top-header-capiabilities {
  text-align: left;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container-3 {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.side-image-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: start center;
  width: auto;
  max-width: 1300px;
  margin: 50px 0 0;
  display: grid;
}

.top-header-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: auto;
  place-items: stretch end;
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.container-5 {
  width: 200px;
  margin-left: 0;
  margin-right: 0;
}

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

.top-header-section-capabilities {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: none;
  background-color: #ededed;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 100vw;
  height: auto;
  min-height: 900px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.top-header-section-capabilities.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.top-header-container-capabilities {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: auto;
  place-items: center;
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.overview-capabilities {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: auto;
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.capabilities-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 600px;
  margin: 0 40px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.capabilities-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.divider-line-desktop {
  background-color: var(--black);
  width: 100%;
  max-width: none;
  height: .5px;
  margin-top: 0;
  margin-bottom: 50px;
}

.moto-left {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  font-family: Opensans Regular;
  display: flex;
}

.moto-left.cc-homepage {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 540px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.items-grid-dense-3cl {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.benefits-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 600px;
  margin: 0 40px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.benefits-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.benefits-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 350px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.benefits-sub {
  color: #343f58;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.benefits-headline {
  color: #1687fd;
  text-align: center;
  font-family: Opensans;
  font-size: 70px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.benefits-paragraph {
  background-color: #f9fbfd;
}

.link {
  color: #1687fd;
  -webkit-text-stroke-color: #1687fd;
  font-family: Ibmplexsans, sans-serif;
  font-size: 60px;
  text-decoration: none;
}

.link:hover {
  color: #1687fd;
}

.benefits-section-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.benefits-section-copy.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.container-6 {
  margin-bottom: 70px;
}

.capabilities-ending {
  min-height: 400px;
}

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

.div-block-5 {
  background-color: #f9fbfd;
  display: flex;
}

.image-6 {
  order: -1;
  width: 40px;
  min-width: 0;
  margin-right: 0;
  display: inline-block;
}

.text-block-4 {
  align-self: center;
}

.icon-2 {
  margin-left: 0;
}

.dropdown-toggle-2 {
  background-color: #f9fbfd;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-5 {
  text-align: left;
  background-color: #f9fbfd;
  text-decoration: none;
}

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

.dropdown-2 {
  border: .5px solid #dadada;
}

.dropdown-list-2 {
  margin-top: 10px;
}

.dropdown-list-2.w--open {
  background-color: #f9fbfd;
  padding: 10px;
}

.benefits-mini-paragraph {
  background-color: #f9fbfd;
  font-family: Opensans;
  font-size: 14px;
  font-weight: 300;
}

.container-7 {
  text-align: center;
  background-color: #1687fd;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.mid-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f5f5f5;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.mid-cta.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.cta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  display: flex;
}

.footer-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-end;
  place-items: center;
  width: auto;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.divider-line-footer-short {
  background-color: #a2a2a2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: .5px;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.intro-content-capabilities {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content-capabilities.cc-homepage {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.container-9 {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
}

.button-blue-icon {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  align-self: auto;
  width: 195px;
  padding: 12px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-blue-icon:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-icon:active {
  background-color: #343f58;
}

.button-blue-icon.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-icon.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-icon.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-icon.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-icon.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-icon.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-icon.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-icon.cc-white-button:active {
  background-color: #ffffffe6;
}

.fa-icon {
  font-family: "Fa 400", sans-serif;
}

.fa-icon-solid {
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-7 {
  max-width: 1300px;
}

.items-grid-dense-2cl-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.items-grid-dense-3cl-ai-dev, .items-grid-dense-3cl-ai-cons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.items-grid-dense-3cl-gen-ai {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.items-grid-dense-3cl-ai-eng, .items-grid-dense-3cl-data-sci {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.items-grid-dense-3cl-data-eng {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.industries-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.industries-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-bottom: 150px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.industry-section-wrap {
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.industry-images {
  width: 110px;
  margin-bottom: 20px;
}

.image-home-mid {
  flex-direction: row;
  width: auto;
  max-width: 400px;
  max-height: none;
  margin-right: 0;
  display: flex;
}

.items-grid-industries {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.industry-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: start center;
  width: auto;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.divider-line-industry {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: .5px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.divider-section-industries {
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-capabilities-mid {
  flex-direction: row;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-right: 0;
  display: block;
}

.image-header-main-pages {
  text-align: right;
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  min-width: 0;
  max-width: 400px;
  min-height: 0;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.insights-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin: 20px 40px 0;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.insights-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.items-grid-with-images-approach {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.approach-mid-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f5f5f5;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin: 50px 0 140px;
  padding: 60px 40px;
  display: flex;
}

.approach-mid-cta.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.cta-approach {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.approach-ethics {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: auto;
  max-width: 1300px;
  margin: 0 40px 60px;
  display: flex;
}

.items-grid-approach {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: grid;
}

.ethics-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.technologies-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 50px 40px 100px;
  display: flex;
}

.tab-area {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 60px 0;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #ededed;
}

.tab-selectors {
  background-color: var(--white);
  border: 0 solid #f3f0f0;
  width: auto;
  padding: 8px 15px;
}

.tab-selectors.w--current {
  color: var(--white);
  background-color: #ededed;
  border-width: 2px 2px 0;
  border-color: #ededed;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 500;
}

.tab-link-tab-3 {
  background-color: #ededed;
}

.tab-text {
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
}

.tab-content {
  background-color: var(--white);
  color: #343f58;
  white-space: nowrap;
  border: 1px solid #ededed;
  margin: 0 25px 30px;
  padding: 15px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.tab-div {
  text-align: left;
  border: 2px solid #ededed;
  width: auto;
  padding: 30px 0 0;
  display: block;
}

.tabs-content {
  width: auto;
  max-width: none;
}

.tabs {
  z-index: auto;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.tabs-menu {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.ethics {
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
}

.technologies {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.tab-pane-tab-1 {
  width: auto;
}

.tab-pane-tab-2 {
  width: 100%;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.tab-pane-tab-3, .tab-pane-tab-4 {
  width: 100%;
}

.dropdown-toggle-3 {
  width: auto;
  max-width: 1300px;
}

.right-image-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: start center;
  width: auto;
  max-width: 1300px;
  margin: 60px 40px;
  display: grid;
}

.left-image-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: start center;
  width: auto;
  max-width: 1300px;
  margin: 60px 40px;
  display: grid;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.contact-header-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: none;
  background-color: #ededed;
  background-image: url('../images/CONTACT-US.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100vw;
  height: auto;
  min-height: 900px;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.contact-header-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.contact-header-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center end;
  max-width: 1300px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.contact-heading-top {
  color: var(--white);
  text-align: left;
  text-transform: none;
  max-width: none;
  margin: 20px 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.contact-sub-heading {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.contact-label {
  color: #1687fd;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.contact-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.pagination-wrapper {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

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

.collection-list-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: auto;
  place-items: center;
  display: block;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.post-title {
  color: #343f58;
  width: auto;
  font-family: Ibmplexsans, sans-serif;
}

.post-date {
  color: #777;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
}

.image-7 {
  width: 100%;
  max-width: none;
  position: relative;
}

.post-heading {
  color: #343f5a;
  font-family: Ibmplexsans, sans-serif;
  font-size: 35px;
}

.date-posts-page {
  color: #777;
  font-family: Ibmplexsans, sans-serif;
}

.heading-cta {
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
  font-size: 40px;
}

.footer-section {
  color: var(--white);
  background-color: #05284b;
  flex-direction: column;
  min-height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 70px;
  font-family: Poppins Light;
  display: flex;
}

.footer-section.cc-cta {
  background-color: #f9fbfd;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-section.cc-store-home-wrap {
  color: #1687fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.post-material {
  background-color: var(--white);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  max-width: none;
  min-height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Poppins Light;
  display: flex;
}

.post-material.cc-cta {
  background-color: #f9fbfd;
  padding-left: 80px;
  padding-right: 80px;
}

.post-material.cc-store-home-wrap {
  color: #1687fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

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

.contact-section-blue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f9fbfd;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-section-blue.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.contact-page-contact-form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-2 {
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
}

.link-2:hover {
  color: #1687fd;
  text-decoration: none;
}

.rich-text-copy {
  color: #343f5a;
  width: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ibmplexsans, sans-serif;
  text-decoration: none;
}

.rich-text-copy p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text-copy figcaption {
  opacity: .6;
}

.rich-text-copy figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.link-posts-title {
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.link-posts-title:hover {
  color: #343f58;
  text-decoration: none;
}

.rich-text-block-2 {
  color: #7a7a7a;
  font-family: Ibmplexsans, sans-serif;
}

.home-posts-showcase-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-posts-internal {
  max-width: 1300px;
  margin: 100px 40px;
}

.collection-list-wrapper-home {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-posts-title-home {
  color: #343f58;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.link-posts-title-home:hover {
  color: #343f58;
  text-decoration: none;
}

.collection-item-posts-home {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: flex-start center;
  display: flex;
}

.image-posts-home {
  width: 100%;
  max-width: none;
  position: relative;
}

.post-date-home {
  color: #777;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
}

.legal-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading {
  color: #343f5a;
}

.heading-legal {
  color: #343f5a;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.rich-text-block-3 {
  font-family: Ibmplexsans, sans-serif;
}

.legal-updated-date {
  color: #7a7a7a;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
}

.rich-text-block-legal {
  color: #343f5a;
  margin-bottom: 100px;
  font-family: Ibmplexsans, sans-serif;
}

.heading-2 {
  margin-top: 10px;
}

.divider-line-legal {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: .5px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.form-link {
  color: #343f58;
}

.approach-mid-cta-insights-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f5f5f5;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin: 50px 0 0;
  padding: 100px 40px;
  display: flex;
}

.approach-mid-cta-insights-page.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.blue-section-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f9fbfd;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 80px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.blue-section-home.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.contact-section-blue-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f9fbfd;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-top: 60px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-section-blue-home.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.paragraph-centered-insights {
  color: #7a7a7a;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.rich-text-insights {
  color: #343f5a;
  text-align: left;
  width: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
}

.rich-text-insights p {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text-insights figcaption {
  opacity: .6;
}

.rich-text-insights figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.post-date-insights {
  color: #777;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
}

.container-10, .container-11 {
  margin-left: 0;
  margin-right: 0;
}

.button-blue-with-icon-meeting {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  align-self: auto;
  width: 195px;
  padding: 12px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-blue-with-icon-meeting:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-with-icon-meeting:active {
  background-color: #343f58;
}

.button-blue-with-icon-meeting.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-with-icon-meeting.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-with-icon-meeting.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-with-icon-meeting.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-with-icon-meeting.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-with-icon-meeting.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-with-icon-meeting.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-with-icon-meeting.cc-white-button:active {
  background-color: #ffffffe6;
}

.rich-text-block-cookie {
  color: #343f5a;
  margin-bottom: 100px;
  font-family: Ibmplexsans, sans-serif;
}

.featured-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: auto;
  margin: 100px 0 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.side-image-container-home {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: start center;
  width: auto;
  max-width: 1300px;
  margin: 0 40px 40px;
  display: grid;
}

.our-mission-approach {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: auto;
  margin: 0 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rich-text-block-bullets-industry {
  color: #7a7a7a;
  text-align: justify;
  white-space: normal;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navigation-item-contact {
  opacity: 1;
  color: #343f5a;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.navigation-item-contact:hover {
  opacity: .9;
  color: #1687fd;
}

.navigation-item-contact:active {
  opacity: 1;
}

.navigation-item-contact.w--current {
  opacity: 1;
  color: #343f5a;
  letter-spacing: .5px;
  font-style: normal;
  font-weight: 500;
}

.navigation-item-contact.w--current:hover {
  opacity: .8;
  color: #1687fd;
}

.navigation-item-contact.w--current:active {
  opacity: .7;
  color: #32343a;
}

.heading-5 {
  color: #343f5a;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
}

.blog-quote {
  color: #7a7a7a;
  text-align: justify;
  text-transform: none;
  border-left-color: #7a7a7a;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.block-quote {
  color: #343f58;
  border-left-color: #343f58;
}

.other-posts-side {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 0 0 100px;
  display: flex;
  position: sticky;
  inset: 100px 0%;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.image-8 {
  width: 100%;
  margin-bottom: 10px;
}

.text-block-6 {
  color: #777;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
}

.text-block-7 {
  color: #343f5a;
  font-size: 15px;
  line-height: 20px;
}

.text-block-7:hover {
  color: #343f5a;
}

.collection-item-2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  width: 100%;
}

.side-posts-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
}

.post-grid {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: start center;
  max-width: none;
  margin-top: 0;
  display: grid;
}

.collection-list-2 {
  flex-direction: column;
  display: flex;
}

.post-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.insight-sidebar-heading {
  color: #343f5a;
  text-align: left;
  text-transform: uppercase;
  font-family: Ibmplexsans, sans-serif;
  font-size: 20px;
}

.post-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.search {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.search-input {
  align-self: auto;
  height: 40px;
  font-family: Ibmplexsans, sans-serif;
}

.heading-sidebar-insights {
  color: #343f58;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-blue-side-insights {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  align-self: auto;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-blue-side-insights:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-side-insights:active {
  background-color: #343f58;
}

.button-blue-side-insights.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-side-insights.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-side-insights.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-side-insights.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-side-insights.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-side-insights.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-side-insights.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-side-insights.cc-white-button:active {
  background-color: #ffffffe6;
}

.heading-6 {
  color: #343f5a;
  font-family: Ibmplexsans, sans-serif;
}

.search-input-2 {
  height: 40px;
  font-family: Ibmplexsans, sans-serif;
}

.text-block-8 {
  color: #7a7a7a;
  font-family: Ibmplexsans, sans-serif;
}

.container-12 {
  margin-bottom: 0;
}

.div-block-16 {
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-9 {
  color: #343f5a;
}

.search-2 {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.button-blue-search-page {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  align-self: auto;
  width: 60px;
  height: 40px;
  margin-right: 0;
  padding: 12px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-blue-search-page:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-search-page:active {
  background-color: #343f58;
}

.button-blue-search-page.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-search-page.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-search-page.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-search-page.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-search-page.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-search-page.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-search-page.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-search-page.cc-white-button:active {
  background-color: #ffffffe6;
}

.search-result-item {
  margin-bottom: 20px;
}

.div-block-17 {
  margin-right: 0;
}

.div-block-18 {
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.engagement-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.legal-wrapper {
  max-width: 1300px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.post-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: auto;
  display: block;
}

.container-13 {
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact-meet-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f9fbfd;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 300px;
  margin: 0;
  padding: 60px 40px;
  display: flex;
}

.contact-meet-us.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.case-study-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.case-study---client {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-study---solution {
  background-color: #f9fbfd;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.case-study---system {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

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

.case-study---results {
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.case-study---summary {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin: 100px 40px;
  display: grid;
}

.case-study---content {
  text-align: left;
  align-self: auto;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
}

.top-header-section-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: none;
  background-color: #ededed;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 100vw;
  height: auto;
  min-height: 900px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.top-header-section-copy.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.case-study-header-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: none;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1300%;
  height: auto;
  min-height: 600px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  overflow: visible;
}

.case-study-header-section.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.case-study-top-header-container {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: stretch end;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.case-study-intro-content {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.case-study-intro-content.cc-homepage {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.buttons-group-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.heading-top-case-study {
  color: #343f58;
  text-align: left;
  text-transform: none;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.button-contact-copy {
  background-color: var(--white);
  color: #1687fd;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px solid #1687fd;
  border-radius: 3px;
  width: 165px;
  margin-left: 0;
  padding: 12px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button-contact-copy:hover {
  color: #fff;
  background-color: #1687fd;
}

.button-contact-copy:active {
  background-color: #343f58;
}

.button-contact-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-contact-copy.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-contact-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-contact-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-contact-copy.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-contact-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-contact-copy.cc-white-button:hover {
  background-color: #fffc;
}

.button-contact-copy.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-white-case-study {
  background-color: var(--white);
  color: #1687fd;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border: 1px solid #1687fd;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 310px;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-white-case-study:hover {
  color: #fff;
  background-color: #1687fd;
  border-color: #1687fd;
}

.button-white-case-study:active {
  background-color: #343f58;
  border-color: #343f58;
}

.button-white-case-study.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-white-case-study.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-white-case-study.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-white-case-study.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-white-case-study.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-white-case-study.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-white-case-study.cc-white-button:hover {
  background-color: #fffc;
}

.button-white-case-study.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-blue-case-study {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 310px;
  padding: 12px 25px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-blue-case-study:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-case-study:active {
  background-color: #343f58;
}

.button-blue-case-study.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-case-study.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-case-study.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-case-study.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-case-study.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-case-study.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-case-study.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-case-study.cc-white-button:active {
  background-color: #ffffffe6;
}

.case-study-top-image-container {
  display: block;
}

.case-study-top-image {
  object-fit: fill;
}

.intro-text-case-study {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.case-study---top-content {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.case-study-titles {
  color: #343f58;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.case-study-texts {
  color: var(--white);
  text-align: justify;
  word-break: normal;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.results-case-study-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: space-between stretch;
  place-items: start center;
  width: auto;
  max-width: none;
  min-height: auto;
  margin: 60px 0 0;
  display: grid;
}

.results-case-study-container {
  margin-left: 0;
  margin-right: 0;
}

.case-study-results-headline {
  color: #1687fd;
  text-align: center;
  font-family: Opensans;
  font-size: 70px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.heading-7 {
  color: #1687fd;
  text-align: center;
  font-family: Ibmplexsans, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.case-study-headline-results {
  color: #1687fd;
  text-align: center;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.case-study-sub-results {
  color: #7a7a7a;
  text-align: center;
  max-width: 300px;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.system-design-image-cntainer {
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.system-design-case-study-container {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: block;
}

.divider-line-case-study {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: .5px;
  margin: 40px 40px 100px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.collection-list-wrapper-cases {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.collection-item-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.link-3 {
  color: #343f58;
  font-size: 22px;
  line-height: 30px;
}

.link-3:hover {
  color: #343f58;
}

.text-block-10 {
  color: #777;
  margin-bottom: 20px;
  font-family: Ibmplexsans, sans-serif;
}

.paragraph-2 {
  color: #7a7a7a;
  text-align: justify;
  height: auto;
}

.link-block-3 {
  text-align: left;
}

.previous {
  background-color: var(--white);
  color: #1687fd;
  text-align: right;
  border-color: #1687fd;
  min-width: 125px;
  font-size: 16px;
}

.previous:hover {
  color: var(--white);
  background-color: #1687fd;
}

.next {
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  border-color: #1687fd;
  min-width: 125px;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
}

.next:hover {
  color: var(--white);
  background-color: #1687fd;
}

.text-block-11 {
  min-width: 50px;
  font-family: Ibmplexsans, sans-serif;
}

.text-block-12 {
  font-family: Ibmplexsans, sans-serif;
}

.moto-right {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  width: auto;
  margin-bottom: 40px;
  font-family: Opensans Regular;
  display: flex;
}

.moto-right.cc-homepage {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 540px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.previous-2 {
  background-color: var(--white);
  color: #1687fd;
  text-align: right;
  border-color: #1687fd;
  min-width: 125px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
}

.previous-2:hover {
  color: var(--white);
  background-color: #1687fd;
}

.next-2 {
  background-color: var(--white);
  color: #1687fd;
  border-color: #1687fd;
  min-width: 125px;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
}

.next-2:hover {
  color: var(--white);
  background-color: #1687fd;
}

.pagination, .pagination-2 {
  justify-content: flex-end;
}

.collection-list-wrapper-4 {
  margin-bottom: 60px;
}

.div-block-25 {
  width: 100%;
  max-width: 1300px;
  margin: 80px 0;
}

.divider-line-wrapper-case-study {
  width: 100%;
  max-width: 1380px;
  margin-left: 0;
  margin-right: 0;
}

.case-study---ending {
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.case-study-results-wrapper {
  background-color: #f9fbfd;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 40px 100px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.fa-icon-on-white {
  font-family: "Fa Solid 900", sans-serif;
}

.fa-icon-contact-button {
  font-family: "Fa 400", sans-serif;
}

.top-header-button-box {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.button-blue-capability {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #1687fd;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  width: 280px;
  padding: 12px 25px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-blue-capability:hover {
  color: #fff;
  background-color: #0d66c4;
}

.button-blue-capability:active {
  background-color: #343f58;
}

.button-blue-capability.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-capability.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #1687fd;
  background-clip: border-box;
  align-items: center;
  width: 200px;
  height: 50px;
  transition-property: none;
  display: flex;
}

.button-blue-capability.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-blue-capability.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-blue-capability.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #1687fd;
  text-align: left;
  -webkit-text-stroke-color: #1687fd;
  border: 2px solid #1687fd;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 15px;
  font-family: Opensans Medium;
  font-size: 15px;
  display: flex;
  position: relative;
  right: -15px;
}

.button-blue-capability.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-blue-capability.cc-white-button:hover {
  background-color: #fffc;
}

.button-blue-capability.cc-white-button:active {
  background-color: #ffffffe6;
}

.other-case-studies {
  max-width: 1300px;
  margin: 100px 40px;
}

.collection-list-wrapper-5 {
  grid-row-gap: 0px;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.collection-item-4 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.text-block-13 {
  color: #343f58;
  margin-top: 15px;
}

.text-block-13:hover {
  color: #7a7a7a;
}

.grid-footer {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.grid-footer-desktop {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.label-platform-agnostic {
  color: #1687fd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.read-more {
  flex-direction: column;
  align-items: center;
  display: none;
}

.cta-case-studies {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  display: flex;
}

.consol-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.config-wrapper {
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.html-embed {
  border: 0px solid var(--white);
  color: #7a7a7a;
  overflow-wrap: anywhere;
  background-color: #0000;
  border-radius: 0;
  max-width: none;
  max-height: 300px;
  padding: 20px 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 12px;
  overflow: auto;
}

.text-block-14 {
  color: #343f5a;
  text-align: center;
  background-color: #0000;
  max-width: 30px;
  max-height: 30px;
  font-family: "Fa 400", sans-serif;
}

.div-block-28 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.link-block-6 {
  text-align: center;
  justify-content: flex-end;
  max-width: 30px;
  max-height: 30px;
  display: block;
}

.div-block-29 {
  justify-content: space-between;
  padding-bottom: 5px;
  display: flex;
  position: static;
}

.example-request-container {
  background-color: var(--white);
  border: 1px solid #1687fd;
  border-radius: 11px;
  max-width: 1300px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  overflow: auto;
}

.body-2 {
  border: 1px solid var(--white);
  border-radius: 5px;
}

.text-block-15 {
  color: #7a7a7a;
  font-family: Ibmplexsans, sans-serif;
}

.div-block-30 {
  overflow: auto;
}

.container-15 {
  max-width: 1300px;
}

.authorization-header-container {
  background-color: #ededed;
  border: 1px solid #ededed;
  border-radius: 11px;
  max-width: 500px;
  max-height: 500px;
  padding: 10px 20px;
  overflow: visible;
}

.html-embed-authorisation, .html-embed-request {
  border: 0px solid var(--white);
  color: #7a7a7a;
  overflow-wrap: anywhere;
  background-color: #0000;
  border-radius: 0;
  max-width: none;
  max-height: 300px;
  padding: 20px 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 12px;
  overflow: auto;
}

.preloader {
  z-index: 99999;
  background-color: var(--white);
  text-align: justify;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-31 {
  background-color: #1a1b1f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.tab-pane-tab-1-2 {
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
}

.html-embed-python {
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  overflow: visible;
}

.tab-link-tab-2 {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
}

.tab-link-tab-2.w--current {
  color: #f1f1f1;
  background-color: #f1f1f1;
}

.tab-link-tab-3-2 {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
}

.tab-link-tab-3-2.w--current {
  background-color: #f1f1f1;
}

.tab-link-tab-1-2 {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
}

.tab-link-tab-1-2.w--current {
  color: #343f5a;
  background-color: #f1f1f1;
}

.text-block-16, .text-block-17 {
  color: #343f5a;
}

.html-embed-curl, .html-embed-javascript {
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  overflow: visible;
}

.tabs-content-2 {
  max-height: 500px;
  overflow: scroll;
}

.div-block-32 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.label-copy {
  color: #1687fd;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.container-16 {
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
}

.section-3 {
  justify-content: flex-start;
  display: flex;
}

.div-block-33 {
  justify-content: space-between;
  display: block;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1300px;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.div-block-35 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.container-17 {
  max-width: 1300px;
  margin-top: 100px;
}

.container-18 {
  max-width: none;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 25px;
  position: static;
}

.container-19 {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding: 70px 0;
  }

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

  .button-blue {
    justify-content: space-between;
    width: 154px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button-blue.cc-contact-us {
    display: none;
  }

  .label {
    align-self: auto;
    font-size: 17px;
  }

  .rich-text {
    width: 100%;
  }

  .heading-top-blue {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-top {
    white-space: normal;
    word-break: normal;
    font-size: 40px;
    line-height: 50px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    text-align: left;
    cursor: auto;
    display: block;
  }

  .menu {
    justify-content: center;
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: left;
    border-top: .5px solid #cecece;
    padding: 15px 30px;
    font-family: Ibmplexsans, sans-serif;
    font-weight: 500;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover, .navigation-item:active {
    opacity: 1;
    background-color: #f7f8f9;
  }

  .navigation-item.w--current:active {
    color: #1687fd;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
    justify-content: center;
    margin-right: 0;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .top-header-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    min-height: 60vh;
    margin-bottom: 20px;
  }

  .intro-content.cc-homepage {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-items: stretch;
    width: 80%;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-step {
    margin-bottom: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 100%;
  }

  .detail-header-image {
    height: auto;
    min-height: 500px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    text-align: left;
  }

  .side-image-grid {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .side-image-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    align-self: auto;
    align-items: stretch;
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .icon {
    margin-right: 35px;
  }

  .contact-button-icon {
    display: block;
  }

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

  .navigation-sub-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-sub-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-sub-item:active {
    background-color: #eef0f3;
  }

  .dropdown-list.w--open {
    text-align: center;
    border-width: .5px 0;
    align-items: center;
    width: 100%;
    min-width: 0;
    display: block;
    position: relative;
  }

  .dropdown-toggle {
    text-align: center;
    width: 100%;
    padding: 0 30px 0 0;
    font-family: Opensans;
  }

  .dropdown-toggle.w--open {
    padding-left: 0;
    font-size: 14px;
    display: block;
  }

  .dropdown-toggle.w--open:hover, .dropdown-toggle.w--open:active {
    color: #343f5a;
  }

  .image {
    flex: 0 auto;
    width: 250px;
    max-width: 250px;
    min-height: 0;
    max-height: 250px;
    padding-right: 0;
  }

  .sub-heading-top {
    font-size: 15px;
  }

  .button-contact {
    justify-content: center;
    display: none;
  }

  .button-contact.cc-contact-us {
    display: none;
  }

  .button-white {
    text-align: center;
    justify-content: space-between;
    width: 154px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button-white.cc-contact-us {
    display: none;
  }

  .button-sub-menu {
    color: #343f5a;
    text-align: left;
    text-transform: uppercase;
    border: 0 solid #000;
    border-top: .5px solid #cecece;
    border-left-color: #cecece;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Ibmplexsans, sans-serif;
    font-size: 13px;
  }

  .button-sub-menu:hover {
    color: #1687fd;
    background-color: #f7f8f9;
    border: 0 solid #1687fd;
  }

  .dropdown-navigation-item {
    text-align: left;
    width: 100%;
    padding: 15px 0 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .dropdown-navigation-item:hover {
    background-color: var(--white);
    color: #343f5a;
  }

  .dropdown-navigation-item:active {
    color: #1687fd;
    background-color: #eef0f3;
  }

  .paragraph {
    font-size: 15px;
  }

  .rich-text-block {
    text-align: left;
    font-size: 15px;
  }

  .label-centered {
    font-size: 17px;
  }

  .heading-centered {
    font-size: 30px;
  }

  .heading-items {
    font-size: 21px;
    line-height: 30px;
  }

  .paragraph-centered {
    text-align: justify;
    font-size: 15px;
  }

  .items-grid-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 250px 250px;
  }

  .clients {
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .clients.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-links {
    justify-content: center;
    align-items: stretch;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tagline {
    white-space: nowrap;
    font-size: 11px;
  }

  .footer-link {
    text-align: left;
    overflow-wrap: normal;
    align-self: auto;
    min-height: 0;
    font-size: 13px;
  }

  .column {
    align-self: auto;
    align-items: flex-start;
  }

  .footer-title {
    font-size: 13px;
  }

  .columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    min-width: 400px;
  }

  .column-2 {
    order: 0;
    display: none;
  }

  .text-block-2 {
    font-size: 11px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .contact.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .step-title {
    font-size: 17px;
  }

  .step-text {
    font-size: 14px;
  }

  .div-block {
    flex: 0 auto;
  }

  .image-3 {
    width: 600px;
    max-width: none;
    max-height: none;
  }

  .image-4 {
    max-width: 500px;
  }

  .button-blue-form {
    justify-content: center;
  }

  .button-blue-form.cc-contact-us {
    display: none;
  }

  .clients-internal {
    max-width: none;
  }

  .clients-image-desktop {
    display: none;
  }

  .clients-image-mobile {
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }

  .image-5 {
    min-width: 100px;
  }

  .items-grid-dense-2cl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .container-image-top-header-capiabilities {
    margin-left: 0;
    margin-right: 0;
  }

  .side-image-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .top-header-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row dense;
    justify-items: end;
    margin-left: 40px;
    margin-right: 40px;
  }

  .top-header-section-capabilities {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    min-height: 60vh;
    margin-bottom: 60px;
  }

  .top-header-container-capabilities {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    align-self: auto;
    justify-items: start;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .capabilities-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .items-grid-dense-3cl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .benefits-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .benefits-sub {
    font-size: 19px;
  }

  .link {
    font-size: 55px;
  }

  .footer-middle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .intro-content-capabilities.cc-homepage {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    min-width: 100px;
    padding-left: 0;
  }

  .button-blue-icon {
    justify-content: center;
    width: 195px;
    font-size: 15px;
  }

  .button-blue-icon.cc-contact-us {
    display: none;
  }

  .items-grid-dense-2cl-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .items-grid-dense-3cl-ai-dev, .items-grid-dense-3cl-ai-cons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .items-grid-dense-3cl-gen-ai {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .items-grid-dense-3cl-ai-eng, .items-grid-dense-3cl-data-sci {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .items-grid-dense-3cl-data-eng {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .industry-section-wrap {
    text-align: left;
  }

  .image-home-mid {
    width: auto;
    max-width: 500px;
    max-height: none;
  }

  .items-grid-industries {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .industry-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .divider-line-industry {
    margin-top: 0;
  }

  .divider-section-industries {
    margin-top: 60px;
  }

  .image-capabilities-mid {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .image-header-main-pages {
    flex: 0 auto;
    width: auto;
    max-width: 300px;
    min-height: 0;
    max-height: 300px;
    padding-right: 0;
  }

  .insights-section {
    margin-top: 0;
  }

  .items-grid-with-images-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
  }

  .approach-mid-cta {
    margin-bottom: 100px;
  }

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

  .items-grid-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 250px 250px auto auto;
  }

  .tab-selectors {
    padding-bottom: 8px;
  }

  .tab-selectors.w--current {
    color: #1687fd;
    text-align: left;
    border-width: 2px;
  }

  .tab-content {
    background-color: var(--white);
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    display: block;
  }

  .right-image-container {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .left-image-container {
    grid-template-columns: 1fr;
  }

  .contact-header-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    min-height: 60vh;
    margin-bottom: 60px;
  }

  .contact-header-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row dense;
    justify-items: end;
    margin-left: 60px;
    margin-right: 60px;
  }

  .contact-heading-top {
    white-space: normal;
    word-break: normal;
    font-size: 40px;
    line-height: 50px;
  }

  .contact-sub-heading {
    font-size: 15px;
  }

  .contact-label {
    align-self: auto;
    font-size: 17px;
  }

  .collection-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .collection-list {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .post-date {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .post-heading {
    line-height: 40px;
  }

  .footer-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .post-material {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .post-material.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-page-contact-form-section {
    margin-bottom: 0;
  }

  .rich-text-copy {
    width: 100%;
  }

  .home-posts-showcase-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .home-posts-internal {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-home {
    flex-direction: column;
    width: 100%;
  }

  .link-posts-title-home {
    font-size: 16px;
  }

  .collection-item-posts-home {
    grid-column-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
  }

  .image-posts-home {
    max-width: none;
  }

  .post-date-home {
    font-size: 15px;
  }

  .heading-2 {
    margin-top: 30px;
  }

  .divider-line-legal {
    margin-top: 0;
  }

  .approach-mid-cta-insights-page {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact-section-blue-home {
    margin-top: 0;
  }

  .paragraph-centered-insights {
    text-align: justify;
    font-size: 15px;
  }

  .rich-text-insights {
    width: 100%;
  }

  .post-date-insights {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .button-blue-with-icon-meeting {
    justify-content: center;
    width: 195px;
    font-size: 15px;
  }

  .button-blue-with-icon-meeting.cc-contact-us {
    display: none;
  }

  .featured-home {
    margin-top: 20px;
  }

  .side-image-container-home {
    grid-template-columns: 1fr;
  }

  .rich-text-block-bullets-industry {
    text-align: justify;
    font-size: 15px;
  }

  .navigation-item-contact {
    text-align: left;
    border-top: .5px solid #cecece;
    padding: 15px 30px;
    font-family: Ibmplexsans, sans-serif;
    font-weight: 500;
    transition: background-color .4s, opacity .4s, color .4s;
    display: block;
  }

  .navigation-item-contact:hover, .navigation-item-contact:active {
    opacity: 1;
    background-color: #f7f8f9;
  }

  .navigation-item-contact.w--current:active {
    color: #1687fd;
  }

  .other-posts-side {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    left: auto;
    right: auto;
  }

  .collection-list-wrapper-3 {
    display: block;
  }

  .div-block-15 {
    flex-direction: row;
    max-width: 1300px;
    display: block;
  }

  .image-8 {
    width: 100%;
  }

  .text-block-6, .text-block-7 {
    font-size: 13px;
  }

  .post-grid {
    grid-column-gap: 40px;
    max-width: none;
  }

  .post-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-sidebar-insights {
    font-size: 21px;
  }

  .button-blue-side-insights {
    justify-content: center;
    padding: 2px 7px;
    font-size: 12px;
  }

  .button-blue-side-insights.cc-contact-us {
    display: none;
  }

  .button-blue-search-page {
    justify-content: center;
    font-size: 15px;
  }

  .button-blue-search-page.cc-contact-us {
    display: none;
  }

  .search-result-item {
    margin-bottom: 15px;
  }

  .engagement-contact {
    padding-top: 80px;
  }

  .legal-wrapper {
    max-width: none;
  }

  .contact-meet-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-study---system {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .case-study---results {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .case-study---summary {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .top-header-section-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    min-height: 60vh;
    margin-bottom: 20px;
  }

  .case-study-header-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    min-height: 60vh;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .case-study-top-header-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: end;
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-intro-content.cc-homepage {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    min-width: 100px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-top-case-study {
    white-space: normal;
    word-break: normal;
    font-size: 32px;
    line-height: 50px;
  }

  .button-contact-copy {
    justify-content: center;
    display: none;
  }

  .button-contact-copy.cc-contact-us {
    display: none;
  }

  .button-white-case-study {
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
  }

  .button-white-case-study.cc-contact-us {
    display: none;
  }

  .button-blue-case-study {
    justify-content: space-between;
    font-size: 15px;
  }

  .button-blue-case-study.cc-contact-us {
    display: none;
  }

  .intro-text-case-study {
    align-self: auto;
    align-items: stretch;
    width: auto;
  }

  .case-study---top-content {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .case-study-titles {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .case-study-texts {
    font-size: 15px;
    line-height: 28px;
  }

  .results-case-study-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 300px;
    margin-bottom: 0;
  }

  .case-study-headline-results {
    text-align: center;
    font-size: 50px;
    line-height: 40px;
  }

  .case-study-sub-results {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 28px;
  }

  .divider-line-case-study {
    margin-top: 40px;
    margin-left: 40px;
  }

  .div-block-22, .div-block-24 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-10, .paragraph-2 {
    font-size: 15px;
  }

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

  .case-study---ending {
    margin-bottom: 40px;
  }

  .case-study-results-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .button-blue-capability {
    justify-content: space-between;
    width: 280px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button-blue-capability.cc-contact-us {
    display: none;
  }

  .other-case-studies {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .collection-list-wrapper-5 {
    flex-direction: column;
  }

  .collection-list-3 {
    grid-column-gap: 10px;
    flex-direction: row;
  }

  .text-block-13 {
    margin-top: 10px;
    font-size: 15px;
  }

  .div-block-27, .link-block-5 {
    width: 100%;
  }

  .label-platform-agnostic {
    font-size: 17px;
  }

  .label-copy {
    align-self: auto;
    font-size: 17px;
  }

  .div-block-34 {
    margin-top: 80px;
  }

  .container-17 {
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .recaptcha {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 40px 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-blog-detail {
    align-self: auto;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button-blue {
    width: 170px;
    margin-left: 0;
    margin-right: 0;
  }

  .label {
    text-align: left;
    font-size: 16px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-top-blue {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-top {
    width: auto;
    font-size: 35px;
    line-height: 45px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item:hover {
    opacity: 1;
  }

  .footer-logo {
    align-self: center;
    padding-bottom: 40px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-header-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 80vh;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    margin-bottom: 20px;
    padding: 30px;
  }

  .contact-step {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .detail-header-image {
    height: auto;
    min-height: 300px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .side-image-grid {
    margin-left: 40px;
    margin-right: 40px;
  }

  .intro-text {
    margin-left: 0;
    margin-right: 40px;
  }

  .dropdown-list.w--open {
    text-align: center;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sub-heading-top {
    font-size: 14px;
  }

  .button-white {
    width: 170px;
  }

  .button-sub-menu {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
  }

  .featured {
    margin-bottom: 100px;
    padding-top: 0;
  }

  .heading-content {
    font-size: 30px;
    line-height: 52px;
  }

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

  .moto-centered {
    width: auto;
  }

  .heading-centered {
    text-align: center;
    font-size: 25px;
    line-height: 37px;
  }

  .heading-items {
    font-size: 19px;
    line-height: 30px;
  }

  .paragraph-centered {
    text-align: justify;
    align-self: auto;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .items-grid-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

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

  .clients {
    margin-left: 40px;
    margin-right: 40px;
  }

  .clients.cc-cta {
    padding: 15px;
  }

  .clients.cc-home-wrap, .clients.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .engagement {
    max-width: 1300px;
    margin-bottom: 120px;
  }

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

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

  .footer-links {
    grid-column-gap: 40px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .footer-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-link {
    text-align: left;
    font-size: 13px;
  }

  .column {
    align-items: center;
  }

  .footer-title {
    text-align: left;
    font-size: 13px;
  }

  .column-3 {
    align-items: center;
  }

  .text-block-2 {
    text-align: justify;
    font-size: 11px;
  }

  .contact {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact.cc-cta {
    padding: 15px;
  }

  .contact.cc-home-wrap, .contact.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-field-small.cc-contact-field, .text-field-small.cc-textarea {
    text-align: left;
  }

  .contact-steps-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-title {
    font-size: 17px;
  }

  .step-text {
    font-size: 14px;
  }

  .image-3 {
    width: 100%;
  }

  .image-4 {
    width: 100%;
    max-width: none;
  }

  .clients-internal {
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-image-mobile {
    width: 100%;
  }

  .image-5 {
    width: 200px;
    min-width: 70px;
  }

  .items-grid-dense-2cl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .container-image-top-header-capiabilities {
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .side-image-container {
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    margin-top: 50px;
  }

  .top-header-container {
    grid-template-columns: 1fr;
    justify-items: start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .top-header-section-capabilities {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 80vh;
    margin-bottom: 0;
    display: flex;
  }

  .top-header-container-capabilities {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .capabilities-section {
    margin-top: 0;
    padding-top: 0;
  }

  .moto-left {
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }

  .items-grid-dense-3cl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

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

  .benefits-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .benefits-section-copy {
    margin-top: 0;
    padding-top: 60px;
  }

  .mid-cta {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: auto;
    align-items: flex-start;
  }

  .divider-line-footer-short {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .intro-content-capabilities {
    width: 80%;
  }

  .intro-content-capabilities.cc-homepage {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
  }

  .button-blue-icon {
    margin-left: 0;
    margin-right: 40px;
  }

  .items-grid-dense-2cl-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .items-grid-dense-3cl-ai-dev {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .items-grid-dense-3cl-ai-cons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .items-grid-dense-3cl-gen-ai {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .items-grid-dense-3cl-ai-eng, .items-grid-dense-3cl-data-sci {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .items-grid-dense-3cl-data-eng {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .industries-section {
    margin-top: 0;
    padding-top: 0;
  }

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

  .image-home-mid {
    width: 100%;
    max-width: none;
  }

  .items-grid-industries {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .industry-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .divider-section-industries {
    margin-top: 50px;
  }

  .image-capabilities-mid {
    width: 100%;
  }

  .image-header-main-pages {
    text-align: left;
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .insights-section {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 100px;
  }

  .items-grid-with-images-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .approach-mid-cta {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-approach {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .items-grid-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .technologies-section {
    margin-bottom: 100px;
  }

  .tab-selectors.w--current {
    border-bottom-width: 2px;
  }

  .tab-text {
    font-size: 15px;
  }

  .tab-content {
    white-space: nowrap;
    font-size: 14px;
  }

  .tab-div {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: block;
    position: static;
  }

  .tabs-content {
    flex-direction: row;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .tab-pane-tab-2 {
    width: auto;
  }

  .tab-pane-tab-3 {
    text-align: left;
    width: auto;
    position: relative;
  }

  .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7 {
    width: auto;
  }

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

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

  .contact-header-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 80vh;
    margin-bottom: 0;
    display: flex;
  }

  .contact-header-container {
    grid-template-columns: 1fr;
  }

  .contact-heading-top {
    width: auto;
    font-size: 35px;
    line-height: 45px;
  }

  .contact-sub-heading {
    font-size: 14px;
  }

  .contact-label {
    font-size: 16px;
  }

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

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .post-date {
    font-size: 15px;
  }

  .image-7 {
    max-width: none;
  }

  .post-heading {
    font-size: 30px;
  }

  .footer-section {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-section.cc-cta {
    padding: 15px;
  }

  .footer-section.cc-home-wrap, .footer-section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .post-material {
    margin-left: 0;
    margin-right: 0;
  }

  .post-material.cc-cta {
    padding: 15px;
  }

  .post-material.cc-home-wrap, .post-material.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-section-blue {
    margin-top: 0;
    padding-top: 60px;
  }

  .contact-page-contact-form-section {
    margin-bottom: 0;
  }

  .link-2 {
    font-size: 19px;
  }

  .rich-text-copy {
    text-align: left;
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .link-posts-title {
    font-size: 19px;
    line-height: 30px;
  }

  .home-posts-internal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .link-posts-title-home {
    font-size: 16px;
  }

  .collection-item-posts-home {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .collection-list-home {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-posts-home {
    max-width: none;
  }

  .post-date-home {
    margin-top: 10px;
    font-size: 15px;
  }

  .approach-mid-cta-insights-page {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blue-section-home {
    margin-top: 0;
    padding-top: 60px;
  }

  .contact-section-blue-home {
    margin-top: 60px;
    padding-top: 60px;
  }

  .paragraph-centered-insights {
    text-align: justify;
    align-self: auto;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .rich-text-insights {
    text-align: left;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .post-date-insights {
    font-size: 15px;
  }

  .container-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-blue-with-icon-meeting {
    margin-left: 0;
    margin-right: 40px;
  }

  .cookie-html-embed {
    margin-bottom: 0;
  }

  .cookie-html-embed-button {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .rich-text-block-cookie {
    margin-bottom: 100px;
  }

  .featured-home {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .our-mission-approach {
    margin-bottom: 0;
    padding-top: 0;
  }

  .navigation-item-contact:hover {
    opacity: 1;
  }

  .other-posts-side {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: static;
  }

  .div-block-15 {
    flex-direction: row;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .collection-item-2 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-posts-wrapper {
    align-items: center;
  }

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

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    place-items: start;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .search {
    display: none;
  }

  .heading-sidebar-insights {
    font-size: 24px;
    line-height: 52px;
  }

  .button-blue-side-insights {
    margin-left: 0;
    margin-right: 40px;
  }

  .button-blue-search-page {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .engagement-contact {
    max-width: 1300px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .contact-meet-us {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-study---summary {
    margin-top: 60px;
  }

  .top-header-section-copy, .case-study-header-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 80vh;
    margin-bottom: 0;
    display: flex;
  }

  .case-study-top-header-container {
    grid-template-columns: 1fr;
  }

  .case-study-intro-content {
    width: 100%;
  }

  .case-study-intro-content.cc-homepage {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .buttons-group-horizontal {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-top-case-study {
    width: auto;
    font-size: 28px;
    line-height: 45px;
  }

  .button-blue-case-study, .intro-text-case-study {
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-titles {
    font-size: 24px;
  }

  .case-study-texts {
    font-size: 15px;
  }

  .results-case-study-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
    place-content: stretch;
    place-items: start;
  }

  .results-case-study-container {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .case-study-headline-results {
    text-align: center;
    margin-top: 0;
  }

  .case-study-sub-results {
    text-align: left;
    width: 100%;
    margin-top: 0;
  }

  .link-3 {
    font-size: 19px;
  }

  .moto-right {
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }

  .divider-line-wrapper-case-study {
    display: none;
  }

  .case-study-results-wrapper {
    padding-bottom: 60px;
  }

  .div-block-26, .top-header-button-box {
    justify-content: flex-start;
  }

  .button-blue-capability {
    width: 280px;
    margin-left: 0;
    margin-right: 0;
  }

  .other-case-studies {
    margin-left: 40px;
    margin-right: 40px;
  }

  .collection-list-wrapper-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item-4 {
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list-3 {
    flex-direction: column;
  }

  .link-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-13 {
    margin-top: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-27 {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    display: grid;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-footer-desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .label-platform-agnostic {
    text-align: left;
  }

  .cta-case-studies {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .label-copy {
    text-align: left;
    font-size: 16px;
  }

  .div-block-34 {
    margin-top: 60px;
  }

  .container-17 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.cc-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-blue {
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .label {
    width: auto;
    font-size: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-top-blue {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-top {
    white-space: normal;
    font-size: 30px;
    line-height: 37px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .navigation-item:hover {
    opacity: 1;
  }

  .navigation-item:active {
    opacity: 1;
    color: #1687fd;
    background-color: #f7f8f9;
  }

  .navigation-item:focus {
    color: #1687fd;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items:active, .navigation-items:focus {
    color: #1687fd;
  }

  .footer-logo {
    justify-content: center;
    padding-bottom: 0;
  }

  .cta-wrap {
    padding: 50px 15px;
  }

  .top-header-section {
    min-height: 60vh;
    padding: 0 20px;
  }

  .intro-content.cc-homepage {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    position: static;
    overflow: auto;
  }

  .detail-header-image {
    float: none;
    clear: none;
    text-align: center;
    object-fit: scale-down;
    object-position: 50% 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 250px;
    display: block;
    position: static;
    overflow: visible;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .side-image-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: center;
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .intro-text {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-right: 0;
  }

  .icon {
    margin-right: 25px;
  }

  .dropdown-toggle {
    padding: 0 30px 0 0;
  }

  .image {
    width: 150px;
    margin-left: 0;
  }

  .sub-heading-top {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    overflow: visible;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-sub-menu {
    padding-left: 50px;
    padding-right: 20px;
  }

  .dropdown-navigation-item {
    text-align: left;
  }

  .featured {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph {
    text-align: justify;
    font-size: 14px;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .blue-section {
    padding: 60px 20px;
  }

  .label-centered {
    font-size: 16px;
  }

  .heading-centered {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-centered {
    text-align: justify;
    align-self: auto;
    width: auto;
    margin-top: 10px;
    font-size: 14px;
  }

  .items-grid-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .capabilities {
    margin: 40px 0 20px;
  }

  .clients {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .engagement {
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-left {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-links {
    grid-column-gap: 20px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .tagline {
    text-align: center;
    white-space: normal;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-link {
    text-align: left;
    font-size: 13px;
  }

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

  .footer-title {
    font-size: 13px;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: row;
    align-self: auto;
    align-items: flex-start;
    min-width: 0;
  }

  .column-3 {
    align-items: center;
  }

  .text-block-2 {
    text-align: justify;
  }

  .form_line {
    flex-direction: column;
    align-items: flex-start;
  }

  .form_left {
    align-self: stretch;
    margin-right: 0;
  }

  .form_right {
    align-self: stretch;
    margin-left: 0;
  }

  .step-text {
    text-align: left;
    font-size: 13px;
  }

  .image-3 {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-4 {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .div-block-2 {
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .clients-internal {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-image-mobile {
    width: 100%;
    min-width: 0;
  }

  .image-5 {
    text-align: center;
    width: 200px;
  }

  .items-grid-dense-2cl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .container-image-top-header-capiabilities {
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .side-image-container {
    grid-row-gap: 70px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .top-header-container {
    justify-content: center;
    align-self: auto;
    place-items: center start;
    margin: 60px 0;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-3 {
    object-fit: fill;
    overflow: visible;
  }

  .container-5 {
    text-align: center;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .top-header-section-capabilities {
    min-height: 60vh;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .top-header-container-capabilities {
    justify-content: center;
    align-self: auto;
    place-items: center start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .overview-capabilities {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .capabilities-section {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .items-grid-dense-3cl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .benefits-section {
    margin: 20px 20px 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .benefits-sub {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .benefits-section-copy {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mid-cta {
    margin-top: 40px;
    padding: 40px 20px;
  }

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

  .footer-middle {
    align-self: center;
  }

  .divider-line-footer-short {
    margin-top: 30px;
  }

  .intro-content-capabilities.cc-homepage {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-blue-icon {
    width: 195px;
    margin-right: 0;
    font-size: 15px;
  }

  .fa-icon-solid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .items-grid-dense-2cl-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .items-grid-dense-3cl-ai-dev {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .items-grid-dense-3cl-ai-cons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .items-grid-dense-3cl-gen-ai {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .items-grid-dense-3cl-ai-eng, .items-grid-dense-3cl-data-sci {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .items-grid-dense-3cl-data-eng {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .industries-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8, .industry-section-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .image-home-mid {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .items-grid-industries {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .industry-container {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .divider-section-industries {
    margin-left: 0;
    margin-right: 0;
  }

  .image-capabilities-mid {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-header-main-pages {
    width: 200px;
    max-width: 300px;
    margin-left: 0;
  }

  .insights-section {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .items-grid-with-images-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
  }

  .approach-mid-cta {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 20px;
  }

  .cta-approach {
    margin-left: 0;
    margin-right: 0;
  }

  .approach-ethics {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .items-grid-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ethics-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .technologies-section {
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tab-selectors {
    border-width: 1px;
    font-weight: 400;
    line-height: 18px;
  }

  .tab-selectors.w--current {
    border-width: 1px;
    border-color: var(--white);
    color: #1687fd;
    font-weight: 500;
    line-height: 30px;
  }

  .tab-content {
    text-align: left;
    white-space: normal;
    background-color: #0000;
    border-width: 0;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .tab-div {
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 25px;
    display: flex;
  }

  .tabs-content {
    background-color: #ededed;
    border-radius: 0 0 14px 14px;
  }

  .right-image-container {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin: 0 0 20px;
    overflow: visible;
  }

  .left-image-container {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

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

  .contact-header-section {
    min-height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-header-container {
    justify-content: center;
    align-self: auto;
    place-items: center start;
    margin: 60px 20px;
  }

  .contact-heading-top {
    white-space: normal;
    font-size: 30px;
    line-height: 37px;
  }

  .contact-sub-heading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    overflow: visible;
  }

  .contact-label {
    width: auto;
    font-size: 16px;
  }

  .contact-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 0;
  }

  .collection-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .post-date {
    font-size: 14px;
    line-height: 40px;
  }

  .image-7 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    overflow: visible;
  }

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

  .footer-section {
    align-items: stretch;
    padding: 60px 20px;
  }

  .post-material {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .contact-section-blue {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-page-contact-form-section {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-2 {
    font-size: 17px;
  }

  .rich-text-copy {
    width: 100%;
    max-width: none;
  }

  .link-posts-title {
    text-align: left;
    font-size: 18px;
  }

  .home-posts-showcase-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-posts-internal {
    margin-left: 0;
    margin-right: 0;
  }

  .link-posts-title-home {
    text-align: left;
    font-size: 14px;
  }

  .collection-item-posts-home {
    place-items: start stretch;
    width: auto;
  }

  .image-posts-home {
    max-width: none;
  }

  .post-date-home {
    margin-top: 0;
    font-size: 13px;
  }

  .legal-section {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .approach-mid-cta-insights-page {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 60px 20px;
  }

  .blue-section-home {
    padding: 40px 20px 60px;
  }

  .contact-section-blue-home {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-centered-insights {
    text-align: center;
    align-self: auto;
    width: auto;
    margin-top: 10px;
    font-size: 14px;
  }

  .rich-text-insights {
    text-align: left;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .post-date-insights {
    font-size: 14px;
    line-height: 28px;
  }

  .button-blue-with-icon-meeting {
    width: 195px;
    margin-right: 0;
    font-size: 15px;
  }

  .featured-home {
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 20px 60px;
  }

  .side-image-container-home {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-content: stretch center;
    align-self: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .our-mission-approach {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rich-text-block-bullets-industry {
    font-size: 14px;
  }

  .navigation-item-contact:hover {
    opacity: 1;
  }

  .navigation-item-contact:active {
    opacity: 1;
    color: #1687fd;
    background-color: #f7f8f9;
  }

  .navigation-item-contact:focus {
    color: #1687fd;
  }

  .other-posts-side {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block-7 {
    font-size: 14px;
  }

  .collection-list-2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .post-wrapper {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .post-section {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-sidebar-insights {
    font-size: 20px;
    line-height: 30px;
  }

  .button-blue-side-insights {
    width: 175px;
    margin-right: 0;
    font-size: 15px;
  }

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

  .button-blue-search-page {
    width: 50px;
    margin-right: 0;
    font-size: 15px;
  }

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

  .engagement-contact {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
  }

  .legal-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-meet-us {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 20px;
  }

  .case-study-section {
    margin-left: 0;
    margin-right: 0;
  }

  .case-study---solution {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study---system {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-study---results {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .case-study---summary {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-study---content {
    width: 100%;
  }

  .top-header-section-copy {
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-study-header-section {
    width: auto;
    max-width: none;
    min-height: 60vh;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-study-top-header-container {
    grid-row-gap: 20px;
    justify-content: center;
    align-self: auto;
    place-items: center start;
    margin: 0 0 50px;
  }

  .case-study-intro-content.cc-homepage {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .buttons-group-horizontal {
    clear: none;
    grid-row-gap: 15px;
    flex-flow: wrap;
    place-content: space-between;
    align-items: stretch;
  }

  .heading-top-case-study {
    text-align: left;
    white-space: normal;
    font-size: 22px;
    line-height: 37px;
  }

  .button-white-case-study {
    text-align: left;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 290px;
    height: auto;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: visible;
  }

  .button-blue-case-study {
    text-align: left;
    align-items: center;
    width: 100%;
    max-width: 290px;
    height: auto;
    min-height: 50px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: flex;
  }

  .intro-text-case-study {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-right: 0;
  }

  .case-study---top-content {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-study-titles {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .case-study-texts {
    text-align: justify;
    column-count: auto;
    overflow-wrap: normal;
    font-size: 14px;
    line-height: 28px;
  }

  .results-case-study-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 350px;
    width: 100%;
    margin-bottom: 0;
  }

  .results-case-study-container {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center start;
    place-items: center start;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .case-study-headline-results {
    text-align: left;
    width: 100%;
    font-size: 35px;
  }

  .case-study-sub-results {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .divider-line-case-study {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

  .text-block-10, .paragraph-2 {
    font-size: 14px;
  }

  .previous, .next, .previous-2, .next-2 {
    width: 120px;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagination {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: wrap;
    place-content: flex-end space-between;
    align-items: flex-start;
  }

  .pagination-2 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: row;
    place-content: flex-end space-between;
    align-items: flex-start;
  }

  .collection-list-wrapper-4 {
    margin-bottom: 0;
  }

  .div-block-25 {
    margin: 50px 0;
  }

  .case-study---ending {
    width: auto;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-study-results-wrapper {
    padding: 60px 20px;
  }

  .top-header-button-box {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .button-blue-capability {
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .other-case-studies {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list-wrapper-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-4 {
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr;
  }

  .text-block-13 {
    line-height: 20px;
  }

  .grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-footer-desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .label-platform-agnostic {
    font-size: 16px;
  }

  .cta-case-studies {
    margin-left: 0;
    margin-right: 0;
  }

  .emerging-trends-wrapper {
    margin-bottom: 20px;
  }

  .case-studies-wrapper-insights {
    margin-bottom: 50px;
  }

  .label-copy {
    width: auto;
    font-size: 16px;
  }

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

  .recaptcha {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    transform-origin: 0 0;
    max-width: 200px;
    position: static;
    overflow: visible;
    scale: .85;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed13d6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed13d6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed13d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed13d6 {
  grid-area: Area;
}

#w-node-af5c4d72-e13e-9f9c-613c-b22fc082b785-06ed13d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9f788055-7283-c17a-1fa2-da4da9c9a867-06ed13d6 {
  grid-area: Area;
}

#w-node-_43fc0052-8d4d-06c2-d4e0-8bbca1f73422-06ed13d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af5c4d72-e13e-9f9c-613c-b22fc082b799-06ed13d6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_37a48915-6dc4-ea50-9019-24c7bbc4fc1f-06ed13d6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_37a48915-6dc4-ea50-9019-24c7bbc4fc07-06ed13d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_477a51a0-cdf6-582d-c8d1-3e0c036ea081-06ed13d6 {
  place-self: auto;
}

#w-node-a36f2d89-67fc-bb27-18f9-18ff856f2960-51e627e8, #w-node-_639907e0-7f0b-454c-e851-3198f46890c2-51e627e8, #w-node-_24932f54-c584-3c18-17cf-da7586e8d9f5-51e627e8, #w-node-_24932f54-c584-3c18-17cf-da7586e8da18-51e627e8, #w-node-e469f6af-46ab-c238-6a37-11a1a78f2402-51e627e8, #w-node-d73f7090-cf80-691a-f8df-7e01f1705269-51e627e8, #w-node-_841a37f6-c242-6e0d-16b9-3d556b297884-51e627e8, #w-node-d73f7090-cf80-691a-f8df-7e01f170527d-51e627e8, #w-node-d73f7090-cf80-691a-f8df-7e01f1705286-51e627e8, #w-node-_486f91f9-86ca-9c19-7c1f-9173ef3bf60f-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1411 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1411 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e3e2567-b7b3-8ca4-eaa0-e41e1890bd40-06ed1411 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e3e2567-b7b3-8ca4-eaa0-e41e1890bd4a-06ed1411, #w-node-_87f830e9-77eb-e63d-6594-1034436f7c1d-06ed1411 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1413 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1413 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed1413, #w-node-_64953914-9b7a-83bb-13c6-1d339f7b5e10-06ed1413 {
  grid-area: Area;
}

#w-node-b9006f18-2c8f-5f3d-1180-18c651925599-06ed1413, #w-node-c91d650d-35e0-4a88-afa1-ee5e8b67bae5-06ed1413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1417 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1417 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1417 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed1417, #w-node-_64953914-9b7a-83bb-13c6-1d339f7b5e10-06ed1417 {
  grid-area: Area;
}

#w-node-b9006f18-2c8f-5f3d-1180-18c651925599-06ed1417, #w-node-c91d650d-35e0-4a88-afa1-ee5e8b67bae5-06ed1417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed142f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed142f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed142f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed142f, #w-node-_64953914-9b7a-83bb-13c6-1d339f7b5e10-06ed142f {
  grid-area: Area;
}

#w-node-b9006f18-2c8f-5f3d-1180-18c651925599-06ed142f, #w-node-c91d650d-35e0-4a88-afa1-ee5e8b67bae5-06ed142f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1430 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1430 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed1430, #w-node-_203a02c0-8ed8-4ccf-a688-babc2412eed7-06ed1430 {
  grid-area: Area;
}

#w-node-_0b392154-746d-fe91-404b-321246a6f0c8-06ed1430, #w-node-_4b0b780b-96a7-12a4-d0da-5294a833398f-06ed1430, #w-node-d001cfb6-181a-cdf6-f54a-2c69518db24a-06ed1430, #w-node-_06eb2a06-cde1-23da-7631-744df5edb27a-06ed1430, #w-node-_67eb8d3f-8565-8fb4-e584-0402363fb031-06ed1430, #w-node-_569192ab-6642-2305-ee3c-296850f4dd0e-06ed1430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_544f5fce-f04f-6150-61e8-a415c20b6930-06ed1433 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_73c1b1ad-ae6b-a316-4a16-be65e3f5ff41-06ed1433 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_73c1b1ad-ae6b-a316-4a16-be65e3f5ff5e-06ed1433 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fa67ba4-9232-f86b-55c1-ec7aa0713fdb-06ed1433 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fa67ba4-9232-f86b-55c1-ec7aa0713fdd-06ed1433 {
  grid-area: Area;
}

#w-node-_6fa67ba4-9232-f86b-55c1-ec7aa0713ff5-06ed1433 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fa67ba4-9232-f86b-55c1-ec7aa0713ffd-06ed1433 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1437 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1437 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1437 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed1437, #w-node-_64953914-9b7a-83bb-13c6-1d339f7b5e10-06ed1437 {
  grid-area: Area;
}

#w-node-b9006f18-2c8f-5f3d-1180-18c651925599-06ed1437, #w-node-c91d650d-35e0-4a88-afa1-ee5e8b67bae5-06ed1437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed144b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed144b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed144b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed144b, #w-node-_64953914-9b7a-83bb-13c6-1d339f7b5e10-06ed144b {
  grid-area: Area;
}

#w-node-b9006f18-2c8f-5f3d-1180-18c651925599-06ed144b, #w-node-c91d650d-35e0-4a88-afa1-ee5e8b67bae5-06ed144b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c2f-06ed144c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch start;
}

#w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c3d-06ed144c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_24abbca6-c636-11d5-1526-d23271537545-06ed144c {
  grid-area: Area;
}

#w-node-_0f2cc9a9-4404-63df-302e-f2f32c2e0e09-06ed144c, #w-node-d76ac912-4c14-f6e0-cf6e-642ccaba5dbd-06ed144c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dc74df6-d5aa-c3db-ac71-16e090801aef-06ed144c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_2c683d14-1d4c-c06b-5f3d-b5e3679aa6b9-06ed144c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed144e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed144e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-06ed144e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89a6111e-5e57-9088-6303-43858470ce74-06ed144e, #w-node-_64953914-9b7a-83bb-13c6-1d339f7b5e10-06ed144e {
  grid-area: Area;
}

#w-node-b9006f18-2c8f-5f3d-1180-18c651925599-06ed144e, #w-node-c91d650d-35e0-4a88-afa1-ee5e8b67bae5-06ed144e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b9e4a69-85c6-162c-88d3-be05c9d8f497-06ed1450 {
  align-self: auto;
}

#w-node-_9b9e4a69-85c6-162c-88d3-be05c9d8f498-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_728640b1-d122-a136-b162-d5694119d551-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a787329c-669e-c4bd-8b96-8d26bb4fce35-06ed1450 {
  align-self: auto;
}

#w-node-a787329c-669e-c4bd-8b96-8d26bb4fce36-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab167981-cbed-d1b3-fecf-fb09a89090bc-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_561a8a3f-7c81-51cf-f2f9-6a460d11c990-06ed1450 {
  align-self: auto;
}

#w-node-_561a8a3f-7c81-51cf-f2f9-6a460d11c991-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_242a76f2-9106-7925-3658-e920bcc74364-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb6f65b9-d8b6-e8ee-f4f6-f6ddc107c6f8-06ed1450 {
  align-self: auto;
}

#w-node-fb6f65b9-d8b6-e8ee-f4f6-f6ddc107c6f9-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29b90fea-fcaf-852e-6d9e-494f5057cf15-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dfc2219-acd6-aaa6-9a04-4d69adc39bea-06ed1450 {
  align-self: auto;
}

#w-node-_0dfc2219-acd6-aaa6-9a04-4d69adc39beb-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2001e4e-a328-a5ff-ddf1-2a59f0edd1fd-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e95f21d-c3a3-9722-9724-b16116e09e40-06ed1450 {
  align-self: auto;
}

#w-node-_3e95f21d-c3a3-9722-9724-b16116e09e41-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f8c8da6-22d0-edf8-7082-b72d037b0c4f-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b1dac9-fc94-5002-cf11-44da4d9c2d11-06ed1450 {
  align-self: auto;
}

#w-node-c1b1dac9-fc94-5002-cf11-44da4d9c2d12-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2cba9dd-3a58-f0ee-4662-c2076474a430-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b65590d-9dba-14c7-0abe-45d8b065f436-06ed1450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7b65590d-9dba-14c7-0abe-45d8b065f437-06ed1450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1452 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64b379cc-a89e-cdc6-10a5-f0b5c04bd516-06ed1452 {
  place-self: auto;
}

#w-node-ac9d7857-ac55-dd7a-6a02-3fe091f72183-06ed1452, #w-node-_4ea42307-2b32-880f-e947-280cdee28e04-06ed1452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_436fba29-4c71-8608-89f9-1ec606b580b0-06ed1452 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f93cd63-3b87-1b69-0d0b-12e2d60e5c58-06ed1452, #w-node-d8bd97db-ec89-8202-15f3-8bf98f3c46a5-06ed1452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed13d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af5c4d72-e13e-9f9c-613c-b22fc082b785-06ed13d6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af5c4d72-e13e-9f9c-613c-b22fc082b799-06ed13d6 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_37a48915-6dc4-ea50-9019-24c7bbc4fc1f-06ed13d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37a48915-6dc4-ea50-9019-24c7bbc4fc07-06ed13d6 {
    grid-column: 1 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1411 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e3e2567-b7b3-8ca4-eaa0-e41e1890bd40-06ed1411 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e3e2567-b7b3-8ca4-eaa0-e41e1890bd4a-06ed1411 {
    grid-row-start: 2;
  }

  #w-node-_87f830e9-77eb-e63d-6594-1034436f7c1d-06ed1411, #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1413, #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1417, #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed142f, #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1430, #w-node-_73c1b1ad-ae6b-a316-4a16-be65e3f5ff41-06ed1433 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_73c1b1ad-ae6b-a316-4a16-be65e3f5ff5e-06ed1433 {
    grid-column: 1 / 2;
  }

  #w-node-_6fa67ba4-9232-f86b-55c1-ec7aa0713fdb-06ed1433 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6fa67ba4-9232-f86b-55c1-ec7aa0713ffd-06ed1433 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1437, #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed144b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c2f-06ed144c {
    grid-row: 2 / 3;
  }

  #w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c3d-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5dc74df6-d5aa-c3db-ac71-16e090801aef-06ed144c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed144e, #w-node-_9b9e4a69-85c6-162c-88d3-be05c9d8f498-06ed1450, #w-node-a787329c-669e-c4bd-8b96-8d26bb4fce36-06ed1450, #w-node-_561a8a3f-7c81-51cf-f2f9-6a460d11c991-06ed1450, #w-node-fb6f65b9-d8b6-e8ee-f4f6-f6ddc107c6f9-06ed1450, #w-node-_0dfc2219-acd6-aaa6-9a04-4d69adc39beb-06ed1450, #w-node-_3e95f21d-c3a3-9722-9724-b16116e09e41-06ed1450, #w-node-c1b1dac9-fc94-5002-cf11-44da4d9c2d12-06ed1450, #w-node-_7b65590d-9dba-14c7-0abe-45d8b065f437-06ed1450 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_436fba29-4c71-8608-89f9-1ec606b580b0-06ed1452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed13d6 {
    grid-row: 2 / 3;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed13d6 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_6cefbab9-ae76-9725-b053-f272874f5394-06ed13d6 {
    align-self: start;
  }

  #w-node-a36f2d89-67fc-bb27-18f9-18ff856f2960-51e627e8, #w-node-_639907e0-7f0b-454c-e851-3198f46890c2-51e627e8, #w-node-_24932f54-c584-3c18-17cf-da7586e8d9f5-51e627e8, #w-node-_24932f54-c584-3c18-17cf-da7586e8da18-51e627e8, #w-node-e469f6af-46ab-c238-6a37-11a1a78f2402-51e627e8, #w-node-d73f7090-cf80-691a-f8df-7e01f1705269-51e627e8, #w-node-_841a37f6-c242-6e0d-16b9-3d556b297884-51e627e8, #w-node-d73f7090-cf80-691a-f8df-7e01f170527d-51e627e8, #w-node-d73f7090-cf80-691a-f8df-7e01f1705286-51e627e8, #w-node-_486f91f9-86ca-9c19-7c1f-9173ef3bf60f-51e627e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1411 {
    grid-row: 2 / 3;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1411 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1413 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1413 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1417 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1417 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed142f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed142f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1430 {
    grid-row: 2 / 3;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1430 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_544f5fce-f04f-6150-61e8-a415c20b6930-06ed1433 {
    grid-row: 2 / 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1437 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1437 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed144b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed144b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c2f-06ed144c {
    grid-row: 2 / 3;
  }

  #w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c3d-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_24abbca6-c636-11d5-1526-d23271537545-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_9beb2970-2885-7080-232f-a864d7ac13f7-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_24abbca6-c636-11d5-1526-d23271537549-06ed144c, #w-node-_0f2cc9a9-4404-63df-302e-f2f32c2e0e09-06ed144c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f2cc9a9-4404-63df-302e-f2f32c2e0e0a-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f2cc9a9-4404-63df-302e-f2f32c2e0e0b-06ed144c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d76ac912-4c14-f6e0-cf6e-642ccaba5dbd-06ed144c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-d76ac912-4c14-f6e0-cf6e-642ccaba5dbe-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8c62cd79-42bf-5c12-c33e-34b9333403a5-06ed144d, #w-node-_69ed2e49-dd3b-2ada-2b1d-c2476ac87e04-06ed144d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed144e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed144e {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1450 {
    grid-row: 2 / 3;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1450 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1452 {
    grid-row: 2 / 3;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1452 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed13d6 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed13d6 {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed13d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed13d6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed13d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96466240-72c6-8e83-d28e-bad451e627ea-51e627e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1411 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1411 {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1411 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed1411 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_8e3e2567-b7b3-8ca4-eaa0-e41e1890bd40-06ed1411 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e3e2567-b7b3-8ca4-eaa0-e41e1890bd4a-06ed1411 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_87f830e9-77eb-e63d-6594-1034436f7c1d-06ed1411 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87f830e9-77eb-e63d-6594-1034436f7c29-06ed1411 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1413 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1413 {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1413 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed1413 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed1413 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1417 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1417 {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1417 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed1417 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed1417 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed142f {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed142f {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed142f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed142f {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed142f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1430 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1430 {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed1430 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed1430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_544f5fce-f04f-6150-61e8-a415c20b6930-06ed1433, #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1437 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1437 {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed1437 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed1437 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed1437 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed144b {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed144b {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed144b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed144b {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed144b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c2f-06ed144c {
    justify-self: auto;
  }

  #w-node-a743e505-8e3e-108d-a8f0-88c83f2f7c3d-06ed144c {
    place-self: start;
  }

  #w-node-_24abbca6-c636-11d5-1526-d23271537545-06ed144c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_9beb2970-2885-7080-232f-a864d7ac13f7-06ed144c {
    justify-self: auto;
  }

  #w-node-_24abbca6-c636-11d5-1526-d23271537549-06ed144c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0f2cc9a9-4404-63df-302e-f2f32c2e0e0b-06ed144c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed144e {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed144e {
    place-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-06ed144e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-06ed144e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e2e16ff-3933-9589-e2ab-79e9c07c3339-06ed144e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1450 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1450 {
    place-self: start;
  }

  #w-node-_9b9e4a69-85c6-162c-88d3-be05c9d8f498-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b9e4a69-85c6-162c-88d3-be05c9d8f4b0-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-a787329c-669e-c4bd-8b96-8d26bb4fce36-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a787329c-669e-c4bd-8b96-8d26bb4fce4d-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_561a8a3f-7c81-51cf-f2f9-6a460d11c991-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_561a8a3f-7c81-51cf-f2f9-6a460d11c9a8-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-fb6f65b9-d8b6-e8ee-f4f6-f6ddc107c6f9-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb6f65b9-d8b6-e8ee-f4f6-f6ddc107c710-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_0dfc2219-acd6-aaa6-9a04-4d69adc39beb-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0dfc2219-acd6-aaa6-9a04-4d69adc39c02-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_3e95f21d-c3a3-9722-9724-b16116e09e41-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e95f21d-c3a3-9722-9724-b16116e09e58-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-c1b1dac9-fc94-5002-cf11-44da4d9c2d12-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1b1dac9-fc94-5002-cf11-44da4d9c2d29-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_7b65590d-9dba-14c7-0abe-45d8b065f437-06ed1450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b65590d-9dba-14c7-0abe-45d8b065f44e-06ed1450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d1f-06ed1452 {
    justify-self: auto;
  }

  #w-node-aad94532-0cd4-cc53-fdf8-42a159eafe41-06ed1452 {
    place-self: start;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}