:root {
  --inter: Inter, sans-serif;
  --cloud-mist: #f9fbff;
  --heading-text-color: #191a1d;
  --midnight-violet: #3a2484;
  --body-text: #5a556a;
  --new-para: #313638;
  --nav-color: #fff;
  --verdant-pulse: #33a582;
  --radius: 20px;
  --radius-1: 30px;
  --contact-bg: #4c7cd9;
  --regal-indigo: #163d93;
  --rich-blue: #0562a7;
  --white: #fffc;
  --898989: #898989;
  --newwhite: #fff;
  --box-bg-color: #edf0f4;
  --footer-sub-text: #6b6d71;
  --sub-text: #797b7f;
  --e2e8f6: #e2e8f6;
  --green: #409c86;
  --bright-cyan: #009cd0;
  --_nav-color---nav-color: white;
  --d2dcf1: #d2dcf1;
  --696d78: #696d78;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@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 {
  font-family: var(--inter);
  color: #333;
  letter-spacing: -.5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
}

h1 {
  color: var(--cloud-mist);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 74px;
}

h2 {
  color: var(--heading-text-color);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

h3 {
  color: var(--midnight-violet);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

h4 {
  color: var(--cloud-mist);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  color: var(--cloud-mist);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

p {
  color: var(--body-text);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

a {
  text-decoration: none;
}

.body {
  background-color: var(--new-para);
}

.contact-btn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn.small.innovations.btn-color:hover {
  background-color: #034e86;
}

.contact-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.text-block {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 16px;
}

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

.image._2 {
  opacity: .47;
}

.image.arrow-2 {
  width: 36px;
}

.image.arrow-3 {
  width: 26px;
}

.image.call-icon-blue {
  width: auto;
  max-width: 100%;
}

.section-banner {
  margin-top: 80px;
}

.section-banner.head-banner {
  height: 100vh;
  margin-top: 0;
  padding: 0;
}

.section-banner.head-nav {
  z-index: 100;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 16px 26px;
  position: absolute;
}

.section-banner.bg {
  color: #191a1d;
  margin-top: 60px;
  padding-left: 26px;
  padding-right: 26px;
}

.section-banner.bg.map {
  padding-left: 0;
  padding-right: 0;
}

.section-banner.bg.mission {
  margin-top: 20px;
}

.section-banner.new {
  margin-top: 0;
}

.container {
  max-width: none;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container.head-banner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.head-nav {
  -webkit-backdrop-filter: blur(5px) blur(15px);
  backdrop-filter: blur(5px) blur(15px);
  color: #fff;
  background-color: #1f47a0c4;
  border: 1px solid #0a286d;
  border-radius: 37px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px;
  font-weight: 500;
  display: flex;
}

.container.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.bg {
  background-color: var(--nav-color);
  border: 1px solid #cedeff;
  border-radius: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 40px;
}

.container.bg.green-purple-gd {
  background-color: #0000;
  background-image: none;
  border-style: none;
  max-width: 1350px;
}

.container.gradient-bg {
  border-radius: var(--radius);
  background-image: linear-gradient(208deg, #31c280, #3b1485);
  padding: 30px;
}

.container.gradient-bg.mg-40px-top.center {
  background-color: #f3f8ff;
  background-image: none;
  border-color: #d6e4ef;
  justify-content: flex-start;
  align-items: center;
  max-width: 1350px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container.map {
  background-image: url('../images/mapbg.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  padding: 60px 60px 100px;
  overflow: hidden;
}

.container.grey-gradient-bg {
  background-image: linear-gradient(#edf0f4, #f9fafc);
  border-radius: 30px;
  padding: 60px 40px;
}

.container._2 {
  color: #fffc;
}

.container.c-1.together {
  background-image: linear-gradient(67deg, #0461a7, #3f9b85);
  border-radius: 20px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.new {
  padding-left: 20px;
  padding-right: 40px;
}

.head-nav-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-nav-link {
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.head-nav-link.w--current {
  color: var(--nav-color);
  letter-spacing: 0;
  font-weight: 600;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--contact-bg);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px 5px 5px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--cloud-mist);
  letter-spacing: 0;
  font-weight: 600;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.banner-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.banner-image._1 {
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image._2 {
  text-align: center;
  background-image: url('../images/homepagebanner_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.banner-image._3 {
  text-align: center;
  background-image: url('../images/homepagebanner_2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.banner-image._4 {
  text-align: center;
  background-image: url('../images/group-1171277634.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.banner-image._5 {
  text-align: center;
  background-image: url('../images/group-1000007003.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image.head-tag-redirect {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 25px 80px;
  display: flex;
}

.banner-image.head-tag-redirect.about-us {
  text-align: center;
  background-image: url('../images/about-us.png');
  background-position: 50%;
  background-size: cover;
}

.banner-image._1-copy {
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  font-size: 10px;
}

.header-description {
  width: 51%;
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  margin-bottom: 30px;
}

.bold {
  font-weight: 600;
}

.hyper-text {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  background-color: #ffffff3b;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 500;
}

.title-block {
  flex-flow: column;
  display: flex;
}

.title-block.center-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.title-block._2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.title-block.grid-2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.mg-40px-top {
  margin-top: 40px;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .95fr) auto;
}

._2x1.mg-40px-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: minmax(200px, 1fr) auto;
}

._2x1.mg-40px-top.mobileview {
  display: none;
}

._2x1._2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: auto auto;
  place-items: center start;
}

._2x1.center-align {
  place-items: center start;
}

._2x1._3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 625fr 1fr;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._2x1.new {
  grid-template-columns: minmax(auto, .75fr) auto;
}

.flex-block-end-to-end {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-block-end-to-end.mg-bottom-20px {
  margin-bottom: 20px;
}

.flex-block-end-to-end.purple-bg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #3a2484b8;
  border-radius: 26px;
  padding: 20px;
}

.flex-block-end-to-end.greenbg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #31bf80b3;
  border-radius: 26px;
  padding: 20px;
}

.white-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #dfe2eb;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.white-bg._20px-padding {
  padding: 20px;
}

.white-bg._15px-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9f1ff;
  border-color: #cedeff;
  width: 110%;
  padding: 20px;
  overflow: hidden;
}

.white-bg._26-bottom-padding {
  padding-bottom: 26px;
  overflow: visible;
}

._30px-top-mag {
  margin-top: 30px;
}

._542 {
  width: 542px;
}

._4x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

._4x1._70-spacing {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

._4x1._60-spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

._4x1.mg-40px-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  place-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.service-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-block._2 {
  justify-content: flex-end;
  align-items: center;
}

.service-block.business, .service-block.business-copy, .service-block.business-copy {
  align-items: center;
  width: 200px;
}

.purple-text {
  color: var(--heading-text-color);
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.purple-text._2 {
  color: var(--rich-blue);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 24px;
}

.purple-text._50-opacity {
  opacity: .8;
}

.purple-text._50-opacity._270px-width, .purple-text._80-opacity._270px-width {
  color: var(--new-para);
  text-align: left;
  font-size: 15px;
  line-height: 18px;
}

.purple-text._10px-top-padding {
  color: var(--heading-text-color);
  font-size: 18px;
  line-height: 22px;
}

.grey-arrow-btn {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._12px-text {
  font-size: 12px;
  line-height: 16px;
}

._12px-text.lightest-purple-bg {
  color: var(--midnight-violet);
  background-color: #ececf2;
  border-radius: 20px;
  padding: 4px 15px;
}

._12px-text.medium.grey-text {
  color: #8e8b96;
}

.grey-text {
  color: #b6b7b9;
}

.path-to-sucess {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #e8ebf1;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding: 40px 20px 20px;
  display: flex;
}

.path-to-sucess._1 {
  background-image: url('../images/success-1.png');
  background-position: 50%;
  background-size: cover;
}

.path-to-sucess._2 {
  background-image: url('../images/success.png');
  background-position: 50%;
  background-size: cover;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.white-text {
  color: var(--new-para);
}

.white-text._2 {
  opacity: .61;
}

.white-text.all-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.white-text.less-opacity {
  color: #f9fbff99;
}

.white-text._14px-font {
  color: var(--white);
  font-size: 14px;
}

.image-2 {
  opacity: 1;
  width: 120px;
}

.tabs-menu {
  border-top-left-radius: var(--radius-1);
  border-top-right-radius: var(--radius-1);
  border-bottom-left-radius: var(--radius-1);
  border-bottom-right-radius: var(--radius-1);
  background-color: #d6e4ef;
  border: 1px solid #ddedf9;
  font-size: 16px;
  display: inline-flex;
  overflow: hidden;
}

.tab-link-tab-1 {
  z-index: 1;
  background-color: var(--verdant-pulse);
  color: var(--cloud-mist);
  border-radius: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 50px;
  font-size: 16px;
}

.tab-link-tab-1.w--current {
  z-index: 1;
  border-radius: var(--radius);
  background-color: var(--midnight-violet);
  color: var(--cloud-mist);
  border: 1px solid #4d4da3;
  padding-right: 30px;
}

.tab-link-tab-1._2 {
  color: var(--898989);
  text-transform: capitalize;
  background-color: #d6e4ef;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-tab-1._2.w--current {
  border-radius: var(--radius-1);
  background-color: var(--rich-blue);
  color: var(--cloud-mist);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.tab-link-tab-2 {
  background-color: var(--verdant-pulse);
  color: var(--cloud-mist);
  margin-left: -22px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  z-index: 1;
  border-radius: var(--radius);
  background-color: var(--midnight-violet);
  border: 1px solid #4d4da3;
  margin-left: -36px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  font-size: 16px;
}

.tab-link-tab-2._2 {
  color: var(--898989);
  background-color: #d6e4ef;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2._2.w--current {
  border-radius: var(--radius-1);
  background-color: var(--rich-blue);
  color: var(--cloud-mist);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.tabs {
  margin-top: 15px;
}

.tabs._2 {
  text-align: center;
  width: 100%;
}

.horizontal-line {
  background-color: #ffffff1c;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.img-and-text-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.regular-text {
  margin-bottom: 0;
  font-weight: 400;
}

._18ox-text {
  color: var(--cloud-mist);
  font-size: 18px;
  line-height: 22px;
}

._18ox-text.grey-text {
  color: #67686a;
}

.white-arrow-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  text-decoration: none;
  display: inline-flex;
}

.drop-down-head {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  margin-top: 20px;
}

.drop-open {
  margin-top: 40px;
}

._22px-text {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

._22px-text.white-text.font-weight-semibold, ._22px-text.white-text.font-weight-semibold-copy {
  color: var(--new-para);
  font-size: 28px;
  font-weight: 500;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.logos {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.paragraph {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.stat-box {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: 60px;
}

.stat-box._2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  align-items: center;
}

._90px {
  font-size: 90px;
  line-height: 94px;
}

._90px.light.purple-text {
  color: var(--regal-indigo);
  font-size: 85px;
}

._90px.light.purple-text.together-color {
  color: var(--newwhite);
}

.light {
  font-weight: 300;
}

.tab-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-container.mg-40px-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.all-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-2 {
  text-align: center;
  margin-top: 20px;
}

.tabs-2._2 {
  width: 100%;
}

.tab-link-tab-1-2 {
  z-index: 0;
  border-radius: var(--radius);
  background-color: #5e4d9b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 61px;
}

.tab-link-tab-1-2.w--current {
  z-index: 1;
  background-color: var(--midnight-violet);
  padding-right: 30px;
}

.text-block-3 {
  color: var(--cloud-mist);
  font-weight: 600;
}

.tab-link-tab-2-2 {
  border-radius: var(--radius);
  background-color: #5e4d9b;
  margin-left: -44px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--midnight-violet);
  padding-left: 30px;
}

._80-opacity {
  opacity: .8;
}

.tabs-content {
  margin-top: 80px;
}

.tab-link-tab-1-3 {
  z-index: 0;
  border-radius: var(--radius);
  background-color: #f1f1f1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 61px;
}

.tab-link-tab-1-3.w--current {
  z-index: 1;
  background-color: var(--heading-text-color);
  color: var(--cloud-mist);
  padding-right: 30px;
}

.tab-link-tab-2-3 {
  border-radius: var(--radius);
  background-color: #f1f1f1;
  margin-left: -44px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
  font-weight: 500;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--heading-text-color);
  color: var(--cloud-mist);
  padding-left: 30px;
}

._3x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

._3x1.fr {
  grid-template-columns: auto auto auto;
}

._3x1.fr.mg-40px-top {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.news-block.white-bg.news {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.news-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px;
  display: flex;
}

.date-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.hori {
  background-color: var(--box-bg-color);
  width: 36px;
  height: 1px;
}

._20px-text {
  letter-spacing: -.04em;
  color: #7a7d7e;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

._20px-text.medium {
  color: var(--rich-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

._20px-text.purple-text.font-weight-semibold {
  color: var(--rich-blue);
  font-weight: 500;
}

._20px-text.purple-text.font-weight-semibold._1 {
  color: #409c86;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

._20px-text.purple-text.font-weight-semibold.t {
  font-size: 28px;
  line-height: 32px;
}

._20px-text.bold.purple-text {
  color: var(--regal-indigo);
  font-weight: 700;
}

.black-text {
  color: var(--heading-text-color);
}

.black-text.text-color {
  color: var(--new-para);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.grey-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  text-decoration: none;
  display: inline-flex;
}

.footer {
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer.head-banner {
  height: 87vh;
  margin-top: 0;
  padding: 0;
}

.footer.head-nav {
  height: auto;
  margin-top: 0;
  padding: 16px 26px;
}

.footer.bg {
  padding-left: 26px;
  padding-right: 26px;
}

.footer-container {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background-color: #f1f3f6;
  border-bottom-left-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440%;
  padding: 70px 70px 50px;
  display: flex;
}

.footer-container.head-banner {
  height: 100%;
}

.footer-container.head-nav {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px;
  display: flex;
}

.footer-container.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-container.bg {
  background-color: var(--box-bg-color);
  border-radius: 30px;
  padding: 60px 40px;
}

.footer-container.gradient-bg {
  border-radius: var(--radius);
  background-image: linear-gradient(208deg, #31c280, #3b1485);
  padding: 30px;
}

.footer-container.map {
  background-image: url('../images/mapbg.png');
  background-position: 50%;
  background-size: cover;
  padding: 100px 60px;
}

.footer-container.grey-gradient-bg {
  background-image: linear-gradient(#edf0f4, #fff);
  border-radius: 30px;
  padding: 60px 40px;
}

.footer-container.white-bg.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #daf6ff;
  border-style: none none solid;
  border-color: #cbedf8 #cbedf8 #fff;
  border-bottom-right-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding: 60px 40px 40px;
}

.image-5 {
  height: 60px;
}

.link-block-2 {
  margin-bottom: 14px;
}

.div-block-4 {
  flex-flow: column;
  display: inline-flex;
}

._16px-text {
  color: var(--sub-text);
  font-size: 14px;
  line-height: 17px;
}

._16px-text.all-caps.medium {
  font-weight: 500;
}

._16px-text.purple-text-homepg._1.business {
  color: var(--newwhite);
  letter-spacing: -.04em;
  font-weight: 400;
  line-height: 16px;
}

._16px-text.purple-text-homepg.business, ._16px-text.purple-text-homepg.business.font-size {
  color: var(--newwhite);
}

._16px-text.medium, ._16px-text.medium-copy, ._16px-text.medium-copy-copy {
  color: var(--rich-blue);
  font-size: 16px;
}

.div-block-5 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.div-block-5.pt-30 {
  margin-top: 30px;
}

._24top {
  margin-top: 24px;
}

._24top.medium, .medium {
  font-weight: 500;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-4._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
}

.verticle-line {
  background-color: #fff;
  width: 3px;
  height: 480px;
  margin-left: 100px;
  margin-right: 100px;
}

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

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  color: var(--heading-text-color);
  text-decoration: none;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-5._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-7._2 {
  margin-top: 29px;
}

.text-block-4 {
  color: #163d93;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.copuwrite-container {
  border-radius: 0px 0px var(--radius) var(--radius);
  background-color: #daf6ff;
  border: 1px #cbedf8;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 40px 35px;
  display: flex;
}

.text-block-5 {
  color: #313638;
  font-size: 12px;
  line-height: 20px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.buttons-center---mbp {
  margin-top: 20px;
}

.font-weight-semibold {
  font-weight: 400;
}

.home-services-content.flex-10px-padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.home-services-content.flex-10px-padding._100-px-right-padding {
  margin-right: 100px;
}

.home-services-content._20px-mg-top {
  margin-top: 20px;
}

.display-2 {
  font-size: 16px;
  line-height: 1.25em;
}

.display-2.strong {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.right-align {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mg-top-72px {
  margin-top: 72px;
}

.line-square-arrow-2 {
  color: #090909;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 28px;
  font-weight: 100;
  line-height: 1em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.line-square-arrow-2:hover {
  opacity: .7;
  transform: scale(.96);
}

.line-square-arrow-2.slider-button-right---top-left {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2.slider-button-right---top-right {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.line-square-arrow-2.slider-button-right---top-left-copy {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2.slider-button-right---top-right-copy {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.subtitle-title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hidden {
  z-index: 40;
  box-sizing: content-box;
  margin-top: 77.5px;
  display: none;
  position: absolute;
  top: -123px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-2.overflow-hidden {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.section-2.overflow-hidden.bgcolor {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 0;
}

.mg-right-10px {
  border-radius: 16px;
  width: 400px;
  height: auto;
  margin-right: 10px;
}

.mg-right-10px.height-520px {
  border-radius: 30px;
  width: 344px;
  height: 312px;
}

.mg-right-10px.height-520px._1 {
  height: 250px;
  margin-right: 0;
}

.mg-right-10px.height-430px {
  width: 324px;
  height: 430px;
}

.title-left---content-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.inner-container._600px {
  max-width: 600px;
}

.dot-decoration-text {
  background-color: #eb790e;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dot-decoration-text.white {
  color: #eb790e;
  background-color: #eb790e;
}

.slider-content-block {
  background-image: linear-gradient(#edf0f4, #fff);
  border: 1px solid #e8ebf1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 30px 20px 20px;
  display: flex;
}

.slider-content-block.service-1 {
  background-image: url('../images/sector-img4.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-radius: 16px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-8 {
  background-image: url('../images/insurance.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-4 {
  background-image: url('../images/banking.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 16px;
}

.slider-content-block.service-6 {
  background-image: url('../images/retail.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-7 {
  background-image: url('../images/telecommunications.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-5 {
  background-image: url('../images/government.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-11 {
  background-image: url('../images/sector-img3.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 16px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-2 {
  background-image: url('../images/manufacturing.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-end;
}

.slider-content-block.service-9 {
  background-image: url('../images/sector-img2.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.slider-content-block.service-3 {
  background-image: url('../images/sector-img1.png');
  background-position: 100%;
  background-size: cover;
  border-style: none;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slider-content-block.service-3.journey {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.slider-content-block.service-10 {
  background-image: url('../images/market-research-insights.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 16px;
}

.container-default {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

._10px-top-padding {
  margin-top: 10px;
}

.mg-top-extra-large {
  margin-top: 64px;
}

.mg-top-extra-large.mg-top-24px---mbl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

._100-padding-right {
  padding-right: 100px;
}

.link-underline {
  background-color: #8d8d8d;
  min-height: 1px;
  max-height: 1px;
}

.link-underline.dark-mode {
  background-color: #fff;
}

.slider-mask {
  height: 100%;
}

.slider-mask.portfolio-slider {
  max-width: none;
  overflow: hidden;
}

.slider-mask.portfolio-slider.industries {
  width: 100%;
}

._80-padding-right {
  padding-right: 80px;
}

.link-underline-wrapper {
  background-color: #090909;
  min-height: 1px;
  max-height: 1px;
  margin-top: 6px;
}

.link-underline-wrapper.dark-mode {
  -webkit-text-stroke-color: white;
  background-color: #fff;
}

.link-underline-container {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.link-underline-container:hover {
  color: #8d8d8d;
  transform: scale3d(.96, .96, 1.01);
}

.link-underline-container.dark-mode {
  color: #fff;
}

.link-underline-container.dark-mode:hover {
  color: #8d8d8d;
}

.text-light {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.test-stat {
  border-radius: var(--radius);
  background-color: #f4f5f8;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.text-block-6 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-7 {
  margin-left: 20px;
  margin-right: 120px;
}

.purple-btn-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #291a5c, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.grey-btn-fill {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--heading-text-color);
  background-color: #e0e3ea;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.flex-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

._24px-text {
  font-size: 24px;
  line-height: 28px;
}

.overflow-hidden {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: auto;
}

.text-block-9 {
  color: #313638;
  font-size: 10px;
  line-height: 20px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._10px-text {
  font-size: 10px;
  line-height: 14px;
}

._10px-text.white-text._80-opacity.spaced-out, ._10px-text.text-spacing {
  letter-spacing: 1px;
}

._20px-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.green-btn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #228458, #31bf80);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

._270px-width {
  width: 270px;
}

.heading {
  margin-bottom: 0;
}

._10px-spacing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._10px-spacing._10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

._10px-spacing.extend {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-9 {
  background-color: #d9f8f1;
  width: 100%;
  height: 1px;
}

.flex-block-30-spacing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.edf0f4-bg-color {
  border-radius: var(--radius);
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.gradient-bg {
  border-radius: var(--radius);
  background-color: #eef3fd;
  background-image: none;
  border: 1px solid #e8ebf1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-20-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-20-spacing._20px-top {
  background-color: #f4fffc;
  border: 1px solid #d9f8f1;
  border-radius: 20px;
  width: auto;
  margin-top: 20px;
  padding: 20px;
}

._800px-width {
  width: 600px;
  color: var(--heading-text-color);
}

.tab-link-tab-2-copy {
  color: var(--898989);
  background-color: #d6e4ef;
  margin-left: 0;
  padding: 16px 20px;
  font-size: 16px;
}

.tab-link-tab-2-copy.w--current {
  z-index: 1;
  border-radius: var(--radius-1);
  background-color: var(--rich-blue);
  color: var(--cloud-mist);
  border: 1px solid #4d4da3;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-2-55 {
  color: var(--898989);
  background-color: #d6e4ef;
  margin-left: 0;
  padding: 16px 20px;
  font-size: 16px;
}

.tab-link-tab-2-55.w--current {
  z-index: 1;
  border-radius: var(--radius-1);
  background-color: var(--rich-blue);
  color: var(--cloud-mist);
  border: 1px solid #4d4da3;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2 {
  color: #a5b9d1;
}

.paragraph-2._400px-width, .paragraph-2._400px-width-copy {
  color: #7a7d7e;
  width: 300px;
  font-size: 14px;
  line-height: 18px;
}

._12px-spacing {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

._12px-spacing._400px-width {
  width: 300px;
}

.div-block-10 {
  background-color: var(--e2e8f6);
  opacity: .18;
  border: 1px solid #000;
  width: 1px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.flex-block-8 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.image-9 {
  height: 84px;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.body-2 {
  background-color: #f3f4f7;
}

.flex-block-13 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

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

.body-text-color._260px {
  width: auto;
  color: var(--rich-blue);
  font-size: 14px;
}

.serviceimage {
  width: 20%;
  max-width: none;
  margin-top: 0;
}

.bgimg {
  background-image: url('../images/bg.png');
  background-position: 50% 69%;
  background-size: cover;
  padding-top: 60px;
}

.bgimg._2 {
  background-image: url('../images/bg_desktop_lines.png');
}

.bgimg.innovation-bg {
  background-image: url('../images/bg_desktop_lines.png');
  margin-bottom: 100px;
}

.bgimg.innerpadding, .bgimg.bsheader {
  background-image: url('../images/bg_desktop_lines.png');
}

.flex-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

._36px-font-size {
  font-size: 36px;
  line-height: 40px;
}

._300px-width {
  width: 300px;
}

._700px-width {
  width: 700px;
  color: var(--newwhite);
}

._7x1 {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr auto 1fr auto auto;
  place-items: center start;
}

._7x1._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

._7x1._80px-gap.mg-40px-top, ._7x1._80px-gap.mg-40px-top-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto 1fr auto;
  justify-content: center;
  display: flex;
}

.verticle-line-light-purple {
  background-color: #009cd04d;
  border: 1px solid #009cd04d;
  border-radius: 20px;
  width: 2px;
  height: 40px;
}

.verticle-line-light-purple.about {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.verticle-line-light-purple._1 {
  -webkit-text-fill-color: inherit;
  background-color: #edeeef;
  background-clip: border-box;
  height: 60px;
}

.logov3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
  overflow: visible;
}

.logov3_component._30px-top-mag {
  margin-top: 60px;
}

.logov3_marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  font-size: 12px;
  display: flex;
}

.logov3_marquee.hidden {
  display: none;
}

.logov3_item {
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logov3_item._2 {
  width: 250px;
}

.logov3_image {
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  height: 72px;
}

.logov3_image._2 {
  display: none;
}

.logo-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

._14px-text {
  font-size: 14px;
  line-height: 18px;
}

._14px-text._20mg-bottom {
  margin-bottom: 20px;
}

._14px-text.grey-text {
  color: var(--footer-sub-text);
}

._14px-text.grey-text._12px {
  color: var(--new-para);
  font-size: 12px;
  line-height: 16px;
}

.purple-btn-without-bg {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--midnight-violet);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.black-verticle-line {
  background-color: var(--heading-text-color);
  border-radius: 20px;
  width: 2px;
  height: 100%;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-10 {
  background-color: #0000;
  border-radius: 0;
}

.bold-text {
  color: var(--regal-indigo);
}

.paragraph-3 {
  color: var(--sub-text);
}

.heading-4 {
  color: var(--regal-indigo);
}

.heading-4.newcolorheading {
  color: var(--rich-blue);
}

.text-block-10, .text-block-11, .text-block-12 {
  color: #191a1d;
}

.text-block-13 {
  color: #191a1d;
  line-height: 18px;
}

.text-block-14, .text-block-15 {
  color: #191a1d;
}

.bold-text-2 {
  color: var(--regal-indigo);
}

.paragraph-4 {
  color: var(--new-para);
  text-align: center;
}

.bold-text-4.head-color-new {
  color: var(--newwhite);
}

.paragraph-6 {
  color: var(--heading-text-color);
}

.bold-text-5, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
  color: var(--regal-indigo);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-logo-left-container.shadow-three.header-992 {
  z-index: 999;
  background-color: #ffffff0d;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
}

.navbar-logo-left-container.shadow-three.header-992.white {
  background-color: #fff;
  position: fixed;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: auto;
}

.nav-menu-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-612 {
  display: none;
}

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

.form-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.checkbox-field-3 {
  font-family: Open Sans, sans-serif;
}

.slider-18 {
  background-color: #ddd0;
  width: 327.06px;
  height: 30%;
  margin-bottom: 30px;
}

.link-38 {
  text-decoration: underline;
}

.semibold-text-white-14px {
  color: #fff;
  border: 1px #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.link-block-389-copy-2 {
  border: 1px #000;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-389 {
  border: 1px #000;
  margin-top: 10px;
  text-decoration: none;
}

.field-label {
  color: #0562a7;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-607 {
  background-color: #021441;
  border-radius: 6px;
  flex-flow: column;
  width: 327.055px;
  height: 166px;
  padding: 10px;
  display: flex;
}

.tab-link-tab-1-4 {
  background-color: #fff0;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1-4.w--current {
  background-color: #fff0;
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 2px solid #c32929;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-field {
  color: #7a7d7e;
  background-color: #fff;
  border: 1px solid #d4ede7;
  border-radius: 40px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field:focus {
  color: #606164;
  font-weight: 600;
}

.text-field::placeholder {
  color: #7a7d7e;
}

.text-field.message {
  border-radius: 20px;
  height: 100px;
  font-size: 12px;
}

.right-arrow-14 {
  display: flex;
  right: -63px;
}

.text-span-21 {
  font-weight: 600;
}

.slide-nav-23 {
  font-size: 10px;
  left: 220px;
}

.submit-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  width: auto;
  padding: 14px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.success-message-5 {
  color: #f7f9ff;
  background-color: #027a48;
  font-family: Open Sans, sans-serif;
}

.mumbai {
  background-image: url('../images/mumbai-map.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 703px;
  padding-bottom: 50px;
  padding-right: 60px;
  display: flex;
}

.coimbatore {
  background-image: url('../images/coimbatore-map.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 703px;
  padding-bottom: 50px;
  padding-right: 60px;
  display: flex;
}

.div-block-1082 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-608 {
  margin-top: 0;
}

.success-message-4 {
  color: #fff;
  background-color: #027a48;
  font-family: Open Sans, sans-serif;
}

.error-message-4 {
  font-family: Open Sans, sans-serif;
}

.link-block-389-copy3 {
  border: 1px #000;
  margin-top: 20px;
  text-decoration: none;
}

.text-block-437 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.tabs-content-2 {
  border-right: 1px #000;
}

.tab-link-tab-2-56 {
  background-color: #fff0;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2-56.w--current {
  color: #000;
  background-color: #fff0;
  border-bottom: 2px solid #c32929;
  border-left: 0 solid #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #fff0;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-3.w--current {
  color: #000;
  background-color: #fff0;
  border-bottom: 2px solid #c32929;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-1081 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.icon-16-copy {
  color: #969eab;
  margin-top: 70px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.tab-pane-tab-2-2 {
  margin-top: 0;
}

.slide-nav-12 {
  font-size: 10px;
}

.contact-us-form {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  margin-top: 105px;
  margin-bottom: 100px;
  margin-left: 60px;
  display: flex;
}

.div-block-609 {
  display: none;
}

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

.text-block-337 {
  color: #fff;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-light-black-28px-center {
  color: #000;
  margin-top: -10px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
}

.slider-17 {
  background-color: #ddd0;
  width: 327.06px;
  height: 30%;
  margin-bottom: 30px;
}

.text-block-46-copy {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.banglore {
  background-image: url('../images/banglore-map.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 703px;
  padding-bottom: 50px;
  padding-right: 60px;
  display: flex;
}

.checkbox-label-3 {
  font-family: Open Sans, sans-serif;
}

.div-block-606 {
  background-image: url('../images/map-contact-us.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 705px;
  padding-right: 60px;
  display: flex;
}

.form-block-4 {
  height: 519px;
  overflow: auto;
}

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

.div-block-1080 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  width: auto;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.form-block-3 {
  height: auto;
  min-height: 400px;
  max-height: 600px;
  overflow: auto;
}

.checkbox-field {
  font-family: Open Sans, sans-serif;
}

.hyderabad {
  background-image: url('../images/hyderabad-map.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 703px;
  padding-bottom: 50px;
  padding-right: 60px;
  display: flex;
}

.form-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.icon-16 {
  color: #969eab;
  margin-top: 70px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-44-copy {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.bold-text-white-14px-cap {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.select-field {
  color: #cfcfcf;
  background-color: #fafbff;
  border: 1px solid #ecedf4;
  border-radius: 6px;
  height: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.select-field:active, .select-field:focus {
  color: #606164;
  font-weight: 600;
}

.link-block-389-copy {
  border: 1px #000;
  margin-top: 20px;
  text-decoration: none;
}

.left-arrow-8 {
  display: flex;
  position: absolute;
  top: -10px;
  left: -66px;
}

.success-message-3 {
  color: #fff;
  background-color: #027a48;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.checkbox-field-2 {
  font-family: Open Sans, sans-serif;
}

.slider-25 {
  width: 687px;
  height: 703px;
  display: none;
}

.chennai {
  background-image: url('../images/chennai-map.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 703px;
  padding-bottom: 50px;
  padding-right: 60px;
  display: flex;
}

.text-block-324 {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-606-copy {
  background-image: url('../images/contact-us-slider.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 687px;
  height: 705px;
  padding-right: 60px;
  display: flex;
}

.hero_section {
  max-height: 400px;
  margin-top: 120px;
  padding-bottom: 60px;
}

.hero_section.margin {
  margin-top: 0;
}

.div-block-1090 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.hero_image_wrapper {
  width: 597px;
  display: block;
}

.image_main {
  width: auto;
  max-width: 100%;
  position: relative;
  top: auto;
  right: -23px;
}

.image_overlay {
  width: 220px;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_overlay.business, .image_overlay.business-copy {
  top: -270px;
}

.heading-8 {
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  padding-top: 36px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.heading-8._1 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
  line-height: 62px;
}

.bold-text-6 {
  color: var(--rich-blue);
}

.paragraph-7 {
  letter-spacing: 0;
  width: 83%;
  margin-bottom: 20px;
}

.paragraph-7._1 {
  width: 60%;
  color: var(--new-para);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-1091 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.div-block-1091.lets-talk {
  justify-content: center;
}

.blue-logo.logo-white {
  opacity: 1;
  width: 100px;
  max-width: none;
}

.navbar-logo-left-2 {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-menu-two-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  overflow-wrap: normal;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.contact {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.text-block-440 {
  color: #409c86;
  font-weight: 700;
}

.text-block-440.blue {
  color: #fff;
}

.bold-text-7 {
  color: var(--rich-blue);
  font-weight: 600;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-1092 {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 16px;
  max-width: none;
  height: 483px;
  padding-left: 10px;
  padding-right: 20px;
}

.heading-9 {
  color: var(--heading-text-color);
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
}

.text-block-441 {
  color: #313638;
}

.div-block-1094 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: var(--heading-text-color);
  border-bottom: 1px solid #d4ede7;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.form-block-3-copy {
  height: auto;
  min-height: 400px;
  max-height: 600px;
  display: none;
  overflow: auto;
}

.contact-btn-copy-getintouch-btn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #291a5c, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-getintouch-btn.small {
  background-image: linear-gradient(96deg, #4171d7, #422484);
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-getintouch-btn.small.contact {
  background-color: #0562a7;
  background-image: none;
  border: 1px solid #204db0;
  border-radius: 40px;
}

.contact-btn-copy-getintouch-btn.extra-small {
  padding: 4px 4px 4px 10px;
}

.dropdown-toggle {
  color: #7a7d7e;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d4ede7;
  border-radius: 40px;
  flex-flow: row;
  width: auto;
  height: 50px;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 10px;
  display: block;
}

.icon-17 {
  color: #7689a3;
}

.text-block-442 {
  color: #7689a3;
  text-transform: none;
}

.heading-12 {
  color: #313638;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-443 {
  color: #7a7d7e;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1095 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-bg-copy-globaloffices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #dfe2eb;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.white-bg-copy-globaloffices._20px-padding {
  background-color: #fff;
  border-color: #d6e4ef;
  width: 385px;
  height: 260px;
  padding: 10px;
}

.white-bg-copy-globaloffices._15px-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 10px 10px 15px 15px;
}

.white-bg-copy-globaloffices._26-bottom-padding {
  padding-bottom: 26px;
}

.div-block-1096 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 40px;
  display: flex;
}

.heading-13 {
  color: var(--new-para);
  letter-spacing: -.04em;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-444 {
  color: #0562a7;
  text-align: center;
  background-color: #163d9324;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 28px;
  display: flex;
}

.text-block-445 {
  color: #7a7d7e;
  font-size: 16px;
}

.image-12, .image-13 {
  width: 19px;
  max-width: none;
  height: 20px;
}

.div-block-1097 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-1098 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  display: flex;
}

.container-5 {
  padding-top: 60px;
}

.section-3 {
  z-index: 40;
  color: #0000;
  background-color: #0000;
  position: sticky;
}

.text-block-copy-submit-btn {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 16px;
}

.contact-btn-copy-smarttechbtn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #4171d7, #416ad0 9%, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-smarttechbtn.small {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-smarttechbtn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.text-block-copy-smarttechtext {
  color: var(--green);
  letter-spacing: -.5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.bold-text-8, .bold-text-8.head-color-new {
  color: var(--bright-cyan);
}

.heading-14 {
  color: var(--heading-text-color);
  font-size: 48px;
  font-weight: 400;
}

.text-span-23 {
  color: var(--heading-text-color);
}

.text-block-446 {
  color: #7a7d7e;
  font-size: 17px;
}

.div-block-1099 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  place-items: center;
}

.heading-15 {
  color: var(--new-para);
  margin-bottom: 0;
  font-size: 28px;
  line-height: 45px;
}

.text-block-447 {
  color: #313638;
  font-size: 16px;
  line-height: 20px;
}

.div-block-1100 {
  text-align: left;
  border-bottom: 1px solid #c5cedf;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  line-height: 17px;
  display: flex;
}

.div-block-1100.lastblock, .div-block-1100._1 {
  border-bottom-style: none;
}

.image-14 {
  width: 30px;
  max-width: none;
  height: 31.45px;
}

.div-block-1101 {
  margin-top: 40px;
}

.container-7 {
  background-color: #f4fffc;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-7._1 {
  background-color: #f4fffc;
  border: 1px #e8e9e9;
  max-width: none;
  margin-top: 60px;
  padding-bottom: 40px;
}

.image-15 {
  max-width: none;
  height: 100%;
}

.heading-16 {
  color: #313638;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-24, .text-span-25, .text-span-26 {
  color: var(--regal-indigo);
}

.text-block-448 {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1102 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1103 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  flex-flow: column;
  width: 433px;
  height: 221px;
  padding: 10px;
  line-height: 18px;
  display: block;
}

.text-block-449 {
  color: #0562a7;
  background-color: #f2faff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 23px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

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

.div-block-1105 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
}

.div-block-1105.left-readmore {
  justify-content: flex-end;
}

.div-block-1106 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.text-block-450, .text-block-451, .text-block-452 {
  color: #8e8b96;
  font-size: 12px;
  font-weight: 500;
}

.heading-17 {
  height: 38%;
  color: var(--new-para);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-453 {
  color: #797b7f;
  margin-bottom: 10px;
}

.image-16 {
  width: 24px;
  height: 24px;
}

.text-block-454 {
  color: #0562a7;
  font-weight: 600;
}

.container-8 {
  max-width: none;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.list-item {
  font-size: 14px;
}

.h1-second {
  color: var(--newwhite);
  font-size: 40px;
  line-height: 44px;
}

.section-4 {
  background-image: url('../images/legacy-bg.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.paragraph-8 {
  color: var(--nav-color);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.div-block-1108 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-9 {
  color: var(--regal-indigo);
  font-weight: 600;
}

.heading-29 {
  color: var(--new-para);
  text-align: center;
  margin-bottom: 10px;
}

.text-span-27 {
  color: var(--regal-indigo);
  font-weight: 500;
}

.text-block-455 {
  color: #898989;
}

.text-block-456 {
  color: var(--898989);
}

.text-block-457 {
  color: var(--cloud-mist);
}

.tab-pane-tab-3-3 {
  font-weight: 700;
}

.text-span-28 {
  color: var(--regal-indigo);
  font-weight: 500;
}

.image-19, .image-20, .image-21, .image-22 {
  height: 100px;
}

.image-23 {
  width: 50%;
  max-width: 520%;
  height: 50%;
  max-height: 560px;
  line-height: 1852px;
  display: block;
}

.bold-text-10, .bold-text-11 {
  color: var(--rich-blue);
}

.text-span-29 {
  color: var(--new-para);
}

.text-block-458 {
  color: #163d93;
  text-transform: capitalize;
}

.text-block-459 {
  color: #409c86;
  font-size: 18px;
}

.text-span-30 {
  color: var(--regal-indigo);
}

.bold-text-12 {
  color: var(--green);
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.heading-30 {
  color: var(--new-para);
  text-align: center;
}

.text-span-31 {
  color: var(--regal-indigo);
}

.container-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-9._1 {
  background-color: #edfaff;
  border: 1px solid #fff;
  border-radius: 30px;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-27 {
  width: 90.0375px;
  max-width: none;
}

.div-block-1109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.heading-31 {
  color: var(--new-para);
  text-align: center;
  margin-bottom: 10px;
}

.bold-text-13 {
  color: var(--green);
  font-weight: 600;
}

.paragraph-9 {
  color: var(--heading-text-color);
}

.paragraph-9._1 {
  width: 65%;
  color: var(--new-para);
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-1110 {
  background-color: #e2e8f6;
  border: 0 solid #e2e8f6;
  width: 100%;
  height: 2px;
  padding-left: 20px;
}

.image-28 {
  position: relative;
  top: -10px;
}

.container-10 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.div-block-1111, .div-block-1112 {
  padding-left: 20px;
}

.text-block-460 {
  color: #409c86;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.journey-card-h4 {
  color: var(--new-para);
  font-size: 30px;
  line-height: 32px;
}

.text-block-461 {
  color: #797b7f;
  width: 87%;
}

.section-7 {
  margin-top: 60px;
}

.div-block-1113 {
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-11 {
  padding: 40px;
}

.heading-32 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
}

.paragraph-10 {
  margin-top: 20px;
}

.paragraph-11 {
  width: 70%;
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.div-block-1114 {
  width: 67%;
}

.bold-text-14 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-weight: 400;
}

.heading-33 {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-12 {
  text-align: center;
  letter-spacing: -.04em;
  color: #7a7d7e;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
}

.div-block-1115 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.paragraph-13 {
  letter-spacing: -.04em;
  color: #7a7d7e;
  width: 90%;
  font-size: 16px;
  line-height: 20px;
}

.div-block-1116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: auto;
  margin-top: 10px;
  display: flex;
}

.text-block-1 {
  color: #696d78;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-462 {
  color: #163d93;
  text-align: center;
  letter-spacing: -.04em;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 52px;
  padding: 7px 10px;
  font-size: 12px;
}

.div-block-1117 {
  object-fit: fill;
  align-self: flex-start;
  margin-top: 40px;
}

.div-block-1118 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  display: flex;
}

.section-9 {
  margin-top: 60px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-1119 {
  background-color: #d4ede7;
  border-radius: 20px;
  padding: 20px;
}

.container-12 {
  padding: 20px;
}

.container-12._1 {
  max-width: 1350px;
}

.heading-34 {
  color: var(--regal-indigo);
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-14 {
  margin-left: auto;
}

.paragraph-15 {
  width: 92%;
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-1120 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.heading-35 {
  color: var(--green);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-16 {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 13px;
  line-height: 18px;
}

.image-29, .image-30, .image-31 {
  margin-bottom: 10px;
}

.section-10 {
  margin-top: 60px;
  padding-top: 20px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start center;
  margin-top: 20px;
}

.heading-36 {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.paragraph-17 {
  width: 80%;
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-1121 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #eae7e7;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-block-463 {
  color: #aebee0;
  text-align: right;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
}

.heading-37 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 32px;
  line-height: 36px;
}

.paragraph-18 {
  color: var(--heading-text-color);
  font-size: 14px;
  line-height: 16px;
}

.image-32 {
  margin-top: -20px;
}

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

.container-13 {
  max-width: 1350px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-11 {
  margin-top: 120px;
}

.body-4 {
  color: var(--heading-text-color);
}

.section-12 {
  margin-top: 60px;
  padding-top: 20px;
}

.heading-38 {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-19 {
  text-align: center;
  letter-spacing: -.04em;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-1122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.paragaph--1 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 14px;
  line-height: 18px;
}

.heading-1 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 36px;
  line-height: 40px;
}

.container-14 {
  max-width: 1200px;
}

.section-13 {
  margin-top: 60px;
  padding-top: 60px;
  font-weight: 600;
}

.heading-39 {
  color: var(--new-para);
  text-align: center;
  font-weight: 500;
}

.bold-text-15 {
  color: var(--rich-blue);
  font-weight: 600;
}

.grid-10 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.div-block-1123 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.div-block-1124 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-22 {
  background-color: #134e6c;
  width: 100%;
  height: 1px;
  position: relative;
  inset: auto 0% 0%;
}

.header {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-1125 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.div-block-22-copy {
  background-color: #134e6c;
  width: 100%;
  height: 1px;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-47 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0976a6;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 100px 30px 20px;
  display: none;
  position: absolute;
}

.div-block-15 {
  display: none;
}

.div-block-27 {
  z-index: 100;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fff;
  border: 1px solid #0976a6;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding: 20px 100px 30px 20px;
  display: none;
  position: absolute;
  overflow: visible;
}

.heading-40 {
  color: #134e6c;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

.heading-40._2 {
  text-transform: capitalize;
}

.heading-40._2.hprovidm {
  text-transform: none;
}

.image-36 {
  z-index: -1;
  position: absolute;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #17455d;
  border-color: #58798a;
  display: inline-flex;
}

.image-37 {
  filter: invert();
  height: 8px;
  margin-top: 4px;
}

.link-no-bg {
  vertical-align: baseline;
  background-color: #eff3f500;
  border-style: none;
  padding: 0;
}

.link-no-bg.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  opacity: 0;
}

.image-39, .image-40, .image-41, .image-42 {
  width: 86px;
  height: 86px;
}

.image-43 {
  width: 40px;
  height: 40px;
}

.image-44 {
  width: auto;
  height: 500px;
}

.heading-41 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-464, .text-block-465, .text-block-466, .text-block-467 {
  color: var(--rich-blue);
}

.grid-11 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  padding-top: 10px;
  padding-left: 0;
}

.grid-11.width {
  width: 100%;
}

.container-15 {
  letter-spacing: 0;
  max-width: 1100px;
}

.div-block-1126 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-16 {
  color: #163d93;
  font-weight: 600;
}

.heading-42 {
  color: var(--midnight-violet);
  text-align: center;
  margin-top: 140px;
  margin-bottom: 140px;
}

.bold-text-16 {
  color: #191a1d;
  font-weight: 600;
}

.bold-text-17 {
  font-weight: 600;
}

.bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: #191a1d;
  font-weight: 600;
}

.heading-43 {
  color: var(--regal-indigo);
  font-size: 48px;
}

.nav-link-3 {
  color: #ecf0f5;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3.w--current {
  letter-spacing: 0;
  font-weight: 700;
}

.container-head-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.nav-link-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.nav-link-container.blue-bg-fill.hide-mobile {
  background-color: #f1f6f800;
  display: none;
}

.hamburger-menu {
  display: none;
}

.section-nav-bar {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
}

.nav-link-4 {
  color: #ecf0f5;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-4.w--current {
  letter-spacing: 0;
  font-weight: 700;
}

.div-block-20.hide-mobile {
  display: none;
}

.nexillologo {
  width: 153px;
}

.nexillologo._2 {
  position: absolute;
}

.nav-link-5 {
  color: #ecf0f5;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-5.w--current {
  letter-spacing: 0;
  font-weight: 700;
}

.nav-link-6 {
  color: #ecf0f5;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-6.w--current {
  letter-spacing: 0;
  font-weight: 700;
}

.div-block-1130.hide-mobile {
  display: none;
}

.section-14 {
  margin-top: 120px;
}

.paragraph-20, .paragraph-21, .paragraph-22, .paragraph-22.newcolor, .paragraph-23.newcolor {
  color: #7a7d7e;
}

.paragraph-24 {
  color: #7a7d7e;
  font-weight: 400;
}

.paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28 {
  color: #7a7d7e;
}

.logo-2.dark-logo {
  width: 100px;
  max-width: none;
  display: none;
}

.call-icon-dark {
  display: none;
}

.hero_section-jobseekers {
  max-height: 400px;
  margin-top: 15px;
}

.container-copy-js {
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.container-copy-js.head-banner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-copy-js.head-nav {
  -webkit-backdrop-filter: blur(5px) blur(15px);
  backdrop-filter: blur(5px) blur(15px);
  color: #fff;
  background-color: #1f47a0c4;
  border: 1px solid #0a286d;
  border-radius: 37px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px;
  font-weight: 500;
  display: flex;
}

.container-copy-js.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-copy-js.bg {
  background-color: var(--nav-color);
  border: 1px solid #cedeff;
  border-radius: 30px;
  padding: 10px 40px;
}

.container-copy-js.bg.green-purple-gd {
  background-color: #0000;
  background-image: none;
  border-style: none;
  max-width: 1350px;
}

.container-copy-js.gradient-bg {
  border-radius: var(--radius);
  background-image: linear-gradient(208deg, #31c280, #3b1485);
  padding: 30px;
}

.container-copy-js.gradient-bg.mg-40px-top.center {
  background-color: #eef3fd;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 1350px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-copy-js.map {
  background-image: url('../images/mapbg.png');
  background-position: 50%;
  background-size: cover;
  padding: 100px 60px;
  overflow: hidden;
}

.container-copy-js.grey-gradient-bg {
  background-image: linear-gradient(#edf0f4, #f9fafc);
  border-radius: 30px;
  padding: 60px 40px;
}

.container-copy-js._2 {
  color: #fffc;
}

.div-block-1090--jobseekers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.contact-btn-copy-js-btn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  background-image: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-js-btn:hover {
  background-color: #034e86;
  background-image: none;
}

.contact-btn-copy-js-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-js-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-js-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.div-block-1091-copy-discoveroursolutions-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.text-span-32, .text-span-33 {
  color: var(--heading-text-color);
}

.text-span-34 {
  font-size: 46px;
}

.text-span-35 {
  color: var(--heading-text-color);
}

.grid-12 {
  grid-template-rows: auto;
}

.heading-44 {
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 46px;
}

.image_overlay-copy-js1 {
  width: 220px;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_main-copy-js2 {
  max-width: none;
  height: 350px;
  position: relative;
  top: auto;
  right: -23px;
}

.text-block-468 {
  color: #313638;
  font-size: 16px;
}

.div-block-1131 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-span-36 {
  color: var(--regal-indigo);
}

.text-block-469 {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
}

.heading-45 {
  color: var(--green);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 49px;
}

.text-block-470 {
  color: #409c86;
}

.div-block-1132 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  border-bottom: 1.5px solid #d9f8f1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-1133 {
  background-color: #f4fffc;
  border: 1px solid #d9f8f1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-47 {
  padding-top: 20px;
}

.section-15 {
  margin-top: 40px;
}

.section-16 {
  margin-top: 100px;
}

.heading-46 {
  color: var(--heading-text-color);
  justify-content: center;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  display: flex;
}

.text-span-37 {
  color: var(--regal-indigo);
}

.text-block-471 {
  color: #5a556a;
}

.text-block-472 {
  color: #0562a7;
  background-color: #f9fbff;
  border: 1px solid #d6e4ef;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.background-video {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(45deg, #0461a773, #3f9b858a);
  background-clip: border-box;
  height: 100%;
  margin-top: 0;
}

.heading-47 {
  color: var(--newwhite);
}

._18px-text.text-color {
  color: #fff;
  font-weight: 300;
}

.section-18 {
  margin-top: 40px;
}

.bold-text-23, .bold-text-24, .bold-text-25 {
  color: var(--rich-blue);
}

.section-19 {
  margin-top: 20px;
}

.bold-text-26 {
  color: var(--bright-cyan);
}

.bold-text-27 {
  color: var(--rich-blue);
}

.paragraph-29 {
  color: var(--new-para);
}

.section-21 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.paragraph-30 {
  color: var(--new-para);
}

.flex-block-15, .flex-block-16, .flex-block-17 {
  flex-flow: column;
}

.section-23 {
  margin-top: 100px;
}

.bold-text-28 {
  color: var(--green);
  font-weight: 600;
}

.paragraph-31 {
  color: var(--new-para);
}

.heading-50 {
  margin-bottom: 10px;
}

.text-block-473 {
  color: #409c86;
  font-size: 18px;
}

.text-block-474, .text-block-475 {
  color: #409c86;
  font-size: 84px;
  font-weight: 300;
  line-height: 90px;
}

.flex-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d4ede7;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  width: 320px;
  padding: 10px;
}

.container-17 {
  max-width: 1000px;
}

.heading-51 {
  color: var(--rich-blue);
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

.flex-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.section-25 {
  margin-top: 120px;
}

.text-block-476 {
  padding-left: 50px;
  font-size: 12px;
}

.link-39, .bold-text-29, .link-41, .link-42 {
  color: #5e6269;
}

.link-43.w--current {
  color: #5e6269;
  font-weight: 700;
}

.paragraph-32 {
  color: var(--new-para);
  letter-spacing: -.04em;
  line-height: 18px;
}

.text-block-477 {
  color: #fff;
  letter-spacing: -.04em;
  font-size: 74px;
  line-height: 79px;
}

.heading-52 {
  color: var(--green);
  text-align: center;
  letter-spacing: -.04em;
  font-weight: 500;
}

.body-5 {
  color: #163d93;
}

.heading-53 {
  color: var(--new-para);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block-478 {
  color: #5e6269;
}

.heading-54 {
  color: var(--green);
  font-size: 48px;
  line-height: 52px;
}

.container-18 {
  max-width: 100%;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-55 {
  color: var(--rich-blue);
  font-size: 30px;
  line-height: 36px;
}

.text-block-479 {
  color: #5a556a;
  text-align: center;
  width: 49%;
}

.text-block-479.max-w.text {
  font-size: 18px;
  line-height: 22px;
}

.div-block-1170 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-472-copy-1 {
  color: #0562a7;
  background-color: #f9fbff;
  border: 1px solid #cedeff;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.text-block-472-copy._472 {
  color: #0562a7;
}

.text-block-472-1 {
  color: #0562a7;
  background-color: #f9fbff;
  border: 1px solid #cedeff;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.contact-btn-copy-js-btn-copy-highdemand {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#f9fafc, #f0f2f5);
  border: 1px solid #d6e4ef;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 8px 8px 8px 20px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-js-btn-copy-highdemand.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-js-btn-copy-highdemand.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-js-btn-copy-highdemand.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-481 {
  color: #0562a7;
  font-size: 14px;
}

.section-27 {
  margin-top: 100px;
  margin-left: 20px;
}

.grid-13 {
  grid-template-rows: auto;
}

.heading-56 {
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-482 {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
}

.text-span-38, .text-span-39 {
  color: var(--regal-indigo);
}

.div-block-1171 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.div-block-1172 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.contact-btn-exploreinjobseeksers {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #0562a7;
  background-image: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-exploreinjobseeksers:hover {
  background-color: #034e86;
  background-image: none;
}

.contact-btn-exploreinjobseeksers.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-exploreinjobseeksers.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-exploreinjobseeksers.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-483 {
  color: #fff;
  font-weight: 600;
}

.div-block-1173 {
  padding-top: 20px;
}

.container-21 {
  max-width: none;
  margin-left: auto;
}

.div-block-1175 {
  background-color: #f3f8ff;
  border-radius: 20px;
  width: auto;
  height: 441px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-57 {
  color: var(--rich-blue);
  font-size: 48px;
  line-height: 52px;
}

.text-block-484 {
  color: #0562a7;
  margin-bottom: 60px;
}

.text-block-485 {
  color: #009cd0;
  font-size: 90px;
  line-height: 94px;
}

.text-block-486 {
  color: #0562a7;
}

.div-block-1176 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-1177 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.container-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 60px;
  margin-left: 20px;
  display: flex;
}

.div-block-1178 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
}

.heading-58 {
  color: var(--heading-text-color);
  font-size: 32px;
  font-weight: 500;
}

.div-block-1179 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 441px;
  margin-right: 10px;
  padding: 20px;
}

.text-block-487 {
  color: #0562a7;
  background-color: #f3f8ff;
  border-radius: 109px;
  width: 79px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 500;
}

.heading-59 {
  color: var(--heading-text-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-488, .text-block-489 {
  color: #3a5ba0;
  font-size: 12px;
}

.div-block-1180 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block-490 {
  color: #3a5ba0;
  font-size: 12px;
}

.text-block-491 {
  color: #3a5ba0;
}

.div-block-1181 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 10px;
  display: flex;
}

.text-block-492 {
  border: 1px solid #3a5ba040;
}

.text-block-493 {
  color: #191a1d;
  height: auto;
  padding-top: 10px;
}

.text-block-494 {
  color: #163d93;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 52px;
  max-width: none;
  padding: 7px 15px;
  font-size: 9px;
}

.div-block-1182 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: flex;
}

.div-block-1183 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-495 {
  color: #fff;
  background-color: #061128;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: -11px;
  font-size: 10px;
  display: flex;
}

.text-block-496 {
  color: #8d8e91;
}

.div-block-1184 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-49 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-50, .image-51, .image-52 {
  width: 38px;
  max-width: none;
  height: 38px;
  margin-left: -11px;
}

.featuredjobcontent-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9fbff;
  background-image: none;
  border: 1px solid #d6e4ef;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 3px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.featuredjobcontent-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.featuredjobcontent-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.featuredjobcontent-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-497 {
  color: #0562a7;
  font-size: 14px;
}

.slider-26 {
  background-color: #0000;
  height: 441px;
}

.slider-26.slider-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-1185 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  display: flex;
}

.heading-60 {
  color: var(--new-para);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-40 {
  color: var(--regal-indigo);
}

.heading-61 {
  color: var(--green);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}

.text-block-498 {
  color: #313638;
  text-align: center;
}

.div-block-1186 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-1187 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-499, .text-block-500, .text-block-501 {
  color: #5a556a;
  font-size: 12px;
}

.container-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-29, .sec30 {
  margin-top: 100px;
}

.heading-62 {
  color: var(--rich-blue);
  font-size: 40px;
}

.paragraph-33 {
  color: var(--regal-indigo);
}

.paragraph-34 {
  color: var(--rich-blue);
  font-size: 14px;
}

.contact-btn-copy-findmoreopp {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  background-image: none;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-findmoreopp:hover {
  background-color: #034e86;
  background-image: none;
}

.contact-btn-copy-findmoreopp.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-findmoreopp.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-findmoreopp.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-502 {
  color: #f4f6f9;
  font-weight: 700;
}

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

.slide-14 {
  width: 438px;
  height: 441px;
}

.slider-27 {
  background-color: #0000;
  height: 441px;
  display: block;
}

.slide-15 {
  width: 438px;
  height: 441px;
}

.text-block-503 {
  color: #313638;
  text-align: center;
}

.text-span-41, .text-span-42, .text-span-43, .heading-63 {
  color: var(--regal-indigo);
}

.text-span-44 {
  color: var(--heading-text-color);
}

.heading-64 {
  color: var(--regal-indigo);
  font-size: 48px;
  font-weight: 500;
}

.text-span-45, .text-span-46 {
  color: var(--regal-indigo);
}

.flex-block-18-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e9f1ff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
}

.text-block-copy-smarttechtext-copy {
  color: var(--regal-indigo);
  letter-spacing: -.5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.container-7-copy {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-7-copy._1 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.heading-65 {
  color: var(--regal-indigo);
  font-size: 64px;
}

.heading-66 {
  color: var(--rich-blue);
  margin-bottom: 20px;
  font-size: 64px;
}

.text-block-504 {
  color: #313638;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-505 {
  font-size: 18px;
}

.container-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-506 {
  color: #313638;
  text-align: center;
  width: 775px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-30 {
  margin-top: 120px;
}

.search-input {
  color: #191a1d;
  border: 1px solid #d9e5ff;
  border-radius: 30px;
  width: 666px;
  height: 52px;
  margin-top: 30px;
}

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

.image-53 {
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-bottom: -20px;
  margin-left: -45px;
}

.search-button {
  background-color: #0000;
  padding-top: 10px;
  padding-left: 20px;
  position: absolute;
  inset: auto 17% 33% auto;
  overflow: hidden;
}

.jobopenings-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6e4ef;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 4px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.jobopenings-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.jobopenings-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.jobopenings-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.jobopeningsbtn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0562a7;
  border: 1px #d6d3e4;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 4px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.jobopeningsbtn:hover {
  background-color: #034e86;
}

.jobopeningsbtn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.jobopeningsbtn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.jobopeningsbtn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.div-block-1189 {
  background-color: #fff;
  border: 1px solid #d6e4ef;
  border-radius: 20px;
  width: 911px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.heading-67 {
  color: var(--new-para);
  font-size: 32px;
  font-weight: 500;
}

.text-block-507 {
  color: #313638;
  width: 53%;
}

.text-block-508 {
  color: #163d93;
}

.div-block-1190 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.container-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-509, .text-block-510, .text-block-511, .text-block-512, .text-block-513 {
  color: #f9fbff;
  font-size: 14px;
}

.explorecareerssection {
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-68 {
  color: var(--rich-blue);
}

.paragraph-35 {
  font-size: 14px;
}

.paragraph-36 {
  color: var(--rich-blue);
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
}

.contactusexp {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #0562a7;
  background-image: none;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 7px 8px 15px;
  text-decoration: none;
  display: inline-flex;
}

.contactusexp:hover {
  background-color: #034e86;
  background-image: none;
}

.contactusexp.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contactusexp.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contactusexp.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-514 {
  color: #f4f6f9;
  font-weight: 700;
}

.text-block-515 {
  padding-left: 20px;
}

.list-item-2 {
  font-size: 12px;
}

.text-block-516 {
  padding-left: 50px;
}

.div-block-1191 {
  padding-left: 0;
}

.heading-69 {
  width: 72%;
  color: var(--regal-indigo);
  margin-bottom: 10px;
  padding-top: 60px;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.paragraph-37 {
  width: 84%;
  padding-bottom: 20px;
  font-size: 18px;
}

.contact-btn--insights {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn--insights:hover {
  background-color: #034e86;
}

.contact-btn--insights.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn--insights.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn--insights.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-copy-insights {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 16px;
}

.image-54 {
  width: auto;
  height: 380px;
}

.image_overlay-copy-1 {
  width: 220px;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_overlay-copy-1.business {
  top: -270px;
}

.heading-8-copy {
  color: var(--regal-indigo);
  padding-top: 36px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.heading-8-copy._1 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
}

.left-arrow-9 {
  width: 44px;
  height: 44px;
  inset: 1190px 3% 0% auto;
  overflow: hidden;
}

.right-arrow-15 {
  width: 44px;
  height: 44px;
  inset: 1190px 0% 0% auto;
}

.slider-28 {
  background-color: #0000;
  height: auto;
  padding-bottom: 60px;
}

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

.div-block-1192 {
  background-color: #fff;
  border: 1px solid #d6e4ef;
  border-radius: 20px;
  height: auto;
  padding: 5px;
}

.tabs-content-3 {
  height: auto;
  margin-top: 40px;
}

.image-55 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-width: none;
}

.text-block-517 {
  color: #8e8b96;
  font-size: 12px;
  font-weight: 500;
}

.heading-70 {
  height: 50px;
  color: var(--heading-text-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-518 {
  color: #5a556a;
  padding-bottom: 10px;
}

.tab-pane-tab-1-3 {
  height: auto;
}

.text-block-519 {
  color: #fff;
  background-color: #f9fbffa8;
  border-radius: 20px;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 131px;
  bottom: auto;
}

.div-block-1193 {
  padding: 0 5px 10px;
}

.tabs-4 {
  flex-flow: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.tabs-menu-3 {
  background-color: #d6e4ef;
  border: 1px solid #ddedf9;
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  width: 381px;
  display: flex;
}

.tab-link-tab-1-5 {
  color: #7a7d7e;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-5.w--current {
  color: #fff;
  background-color: #0562a7;
  border-radius: 30px;
}

.text-block-520 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-2-57 {
  color: #7a7d7e;
  background-color: #0000;
}

.tab-link-tab-2-57.w--current {
  color: #fff;
  background-color: #0562a7;
  border-radius: 30px;
}

.text-block-521 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

.text-block-522 {
  box-sizing: border-box;
  color: #fff;
  background-color: #f9fbffa8;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 113px;
  margin-left: 5px;
  padding: 4px 15px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 33px;
}

.text-block-522._1 {
  width: 132px;
  bottom: 33px;
}

.text-block-522._2 {
  width: 60.35px;
  bottom: 33px;
}

.text-block-522._5 {
  width: 130px;
}

.text-block-522._4 {
  width: 60.35px;
}

.text-block-522._6 {
  width: 130px;
}

.text-block-522._1-1 {
  width: 60.35px;
  bottom: 33px;
}

.text-block-522._1-2 {
  width: 110px;
  bottom: 33px;
}

.text-block-522._1-3 {
  width: 106px;
  bottom: 33px;
}

.div-block-1090-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  max-width: none;
  display: flex;
}

.div-block-1191-copy {
  padding-left: 50px;
}

.hero_image_wrapper-copy {
  width: 373px;
  display: block;
}

.image-54-copy {
  width: auto;
  height: 380px;
}

.container-26 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-56 {
  display: block;
  overflow: visible;
}

.section-32 {
  margin-top: 120px;
}

.text-block-523 {
  color: #191a1d;
  letter-spacing: -.04em;
  font-size: 10px;
  line-height: 10px;
}

.heading-71 {
  width: 70%;
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-524 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-weight: 600;
  line-height: 100%;
}

.div-block-1194 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-1195 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-57 {
  margin-top: 30px;
}

.heading-72 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-38 {
  color: var(--new-para);
  text-align: justify;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-39 {
  color: var(--new-para);
  text-align: justify;
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-39.margin_bottom {
  margin-bottom: 10px;
}

.paragraph-39.m_b {
  margin-bottom: 0;
}

.paragraph-40 {
  color: var(--heading-text-color);
  text-align: justify;
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.section-33 {
  margin-top: 30px;
}

.div-block-1196 {
  letter-spacing: -.04em;
  margin-top: 50px;
  line-height: 20px;
}

.heading-73 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-525 {
  font-size: 16px;
}

.paragraph-41 {
  color: var(--heading-text-color);
  text-align: justify;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-41.para_size {
  color: var(--new-para);
}

.paragraph-41.para_size.mg-t-b {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-41.para_size.mt {
  margin-top: 10px;
}

.paragraph-42 {
  color: var(--heading-text-color);
}

.paragraph-43 {
  color: var(--new-para);
  text-align: justify;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-43.m_t {
  margin-top: 10px;
}

.paragraph-43.m_t.mt-0 {
  margin-top: 0;
}

.paragraph-44 {
  color: var(--new-para);
  text-align: justify;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.list-item-3 {
  color: #313638;
  font-size: 16px;
  line-height: 20px;
}

.list-item-4 {
  color: #313638;
  font-size: 16px;
}

.list-item-5 {
  color: #313638;
  font-size: 16px;
  line-height: 20px;
}

.list-item-6, .list-item-7 {
  color: #191a1d;
  font-size: 16px;
  line-height: 20px;
}

.list {
  line-height: 22px;
}

.div-block-1197 {
  text-align: justify;
  margin-top: 50px;
}

.heading-74 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading-75, .heading-76 {
  color: var(--new-para);
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading-77 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading-78 {
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-1198, .div-block-1199, .div-block-1200, .div-block-1201 {
  text-align: justify;
  margin-top: 50px;
}

.paragraph-45 {
  color: var(--heading-text-color);
}

.paragraph-46 {
  color: var(--heading-text-color);
  font-size: 16px;
}

.paragraph-47 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-48, .paragraph-49 {
  color: var(--heading-text-color);
  font-size: 16px;
}

.paragraph-50, .paragraph-51 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-51.mg_bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.paragraph-51.b-b {
  margin-bottom: 0;
}

.paragraph-52 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-52.mg_bottom {
  margin-bottom: 10px;
}

.paragraph-53 {
  color: var(--heading-text-color);
}

.paragraph-54, .paragraph-55 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-56 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-56.mt {
  margin-top: 10px;
}

.paragraph-57, .paragraph-58 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-58.mb {
  margin-bottom: 10px;
}

.paragraph-59, .paragraph-60 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-61, .paragraph-62 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-63 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.list-2 {
  line-height: 22px;
}

.paragraph-64 {
  color: var(--heading-text-color);
  font-size: 16px;
}

.paragraph-64.changes {
  letter-spacing: -.04em;
  line-height: 20px;
}

.paragraph-65 {
  color: var(--heading-text-color);
  padding-top: 10px;
  font-size: 16px;
}

.paragraph-65.changes {
  letter-spacing: -.04em;
  line-height: 20px;
}

.paragraph-66 {
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.div-block-1202 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

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

.heading-79 {
  width: 78%;
  color: var(--heading-text-color);
  font-size: 50px;
  font-weight: 400;
  line-height: 57px;
}

.text-span-47 {
  color: var(--heading-text-color);
}

.paragraph-67 {
  color: var(--cloud-mist);
}

.paragraph-68 {
  width: 66%;
  color: var(--heading-text-color);
  padding-top: 10px;
  font-size: 16px;
}

.contact-btn-techservices {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-techservices:hover {
  background-color: #034e86;
}

.contact-btn-techservices.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-techservices.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-techservices.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-techservices {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 16px;
}

.image-58 {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-59 {
  max-width: none;
  height: 362px;
}

.div-block-1204 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-1205 {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.section-34 {
  margin-top: 120px;
}

.container-27 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.techservices-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#f9fafc, #fff);
  border: 1px solid #d6d3e4;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 218px;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 6px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.techservices-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.techservices-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.techservices-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-526 {
  color: #0562a7;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.heading-80 {
  color: var(--heading-text-color);
  padding-top: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-48 {
  color: var(--regal-indigo);
}

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

.container-28 {
  max-width: none;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.section-35 {
  margin-top: 110px;
}

.text-block-527 {
  color: #313638;
}

.div-block-1207 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-81 {
  color: var(--heading-text-color);
  font-size: 48px;
  font-weight: 500;
}

.section-36 {
  margin-top: 0;
}

.container-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.text-block-528 {
  color: #313638;
  text-align: center;
  width: 56%;
}

.grid-15 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-1208 {
  background-color: #d4ede7;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  padding: 20px 10px;
}

.techservices-btn-it {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #d4ede7;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  width: 146px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 2px 1px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.techservices-btn-it.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.techservices-btn-it.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.techservices-btn-it.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-529 {
  color: #409c86;
  padding-top: 0;
  font-size: 14px;
}

.heading-82 {
  color: var(--rich-blue);
  padding-top: 10px;
  font-size: 25px;
  line-height: 32px;
}

.text-block-530 {
  color: #0562a7;
  height: 72px;
  font-size: 12px;
}

.image-60 {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.section-37 {
  margin-top: 60px;
}

.div-block-1209 {
  background-color: #0000;
  border: 1px #cedeff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 447px;
  display: flex;
}

.heading-83 {
  color: var(--heading-text-color);
  font-size: 48px;
  font-weight: 400;
}

.text-block-531 {
  color: #313638;
  text-align: center;
  width: 61%;
  font-size: 18px;
}

.text-block-532 {
  color: #5a556a;
}

.image-61 {
  width: auto;
}

.text-block-533 {
  color: #409c86;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.div-block-1210 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1211 {
  border: 1px dashed #bfbfbf;
  width: 96px;
}

.div-block-1212 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.section-7-copy {
  margin-top: 60px;
}

.techservices {
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-1114-copy {
  width: 67%;
}

.heading-68-copy {
  color: var(--rich-blue);
}

.paragraph-36-copy {
  color: var(--rich-blue);
  font-size: 14px;
}

.contactusexp-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  display: inline-flex;
}

.contactusexp-copy:hover {
  background-color: #034e86;
}

.contactusexp-copy.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contactusexp-copy.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contactusexp-copy.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-514-copy {
  color: #f4f6f9;
  font-weight: 700;
}

.section-38 {
  margin-top: 120px;
}

.text-block-534 {
  color: #5e6269;
  padding-top: 0;
}

.softwaredevelopment {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-79-copy {
  width: 78%;
  color: var(--heading-text-color);
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68-copy {
  width: 78%;
  color: var(--heading-text-color);
  padding-top: 10px;
  font-size: 16px;
}

.div-block-1205-copy {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.image-59-copy {
  max-width: none;
  height: 362px;
}

.image-58-copy {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.grid-16 {
  grid-template-rows: auto;
}

.heading-84 {
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-49 {
  color: var(--heading-text-color);
}

.text-block-535 {
  color: #5a556a;
  font-size: 18px;
}

.text-block-536 {
  color: #313638;
  font-size: 16px;
}

.heading-85 {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 22px;
  line-height: 28px;
}

.text-block-537 {
  color: #313638;
  line-height: 17px;
}

.div-block-1213 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1214 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.section-39 {
  margin-top: 70px;
}

.div-block-1215 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-32 {
  background-color: #d4ede7;
  border: 1px solid #ffffff12;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 521px;
  display: flex;
}

.heading-86 {
  color: var(--green);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-538 {
  color: #313638;
  text-align: center;
  font-size: 18px;
}

.div-block-1216 {
  background-color: #f4fffc;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 50px 10px 20px 20px;
  display: block;
}

.heading-87 {
  color: var(--green);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-539 {
  color: #191a1d;
  font-size: 16px;
}

.text-block-540 {
  color: #313638;
  line-height: 20px;
}

.div-block-1217 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.image-62, .image-63, .image-64, .image-65 {
  max-width: none;
  padding-bottom: 10px;
}

.section-40 {
  margin-top: 100px;
}

.section-41 {
  margin-top: 60px;
}

.div-block-1209-copy-sd {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 447px;
  display: flex;
}

.heading-88 {
  color: var(--heading-text-color);
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-541 {
  color: #191a1d;
  font-size: 18px;
}

.text-block-542 {
  color: #191a1d;
  text-align: center;
  font-size: 18px;
}

.text-block-543 {
  font-size: 12px;
}

.text-block-544 {
  color: #5a556a;
  font-size: 12px;
}

.heading-89 {
  color: var(--green);
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
}

.text-block-545 {
  color: #313638;
  text-align: center;
  font-size: 12px;
}

.div-block-1218 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1211-copy {
  border: 1px dashed #a5b9d1;
  width: 96px;
}

.div-block-1219 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.div-block-1220 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed #a5b9d1;
  justify-content: center;
  align-items: center;
  width: 188px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -18px;
}

.container-33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-50 {
  color: var(--regal-indigo);
}

.section-42 {
  margin-top: 100px;
}

.heading-90 {
  color: var(--heading-text-color);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-51 {
  color: var(--regal-indigo);
}

.text-block-546 {
  color: #5a556a;
  text-align: center;
  font-size: 18px;
}

.grid-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-547 {
  color: #5a556a;
  text-align: center;
  font-size: 12px;
}

.div-block-1221 {
  display: block;
}

.text-block-548 {
  color: #5a556a;
  font-size: 18px;
}

.container-34 {
  background-color: #edfaff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.section-43 {
  margin-top: 100px;
}

.section-44 {
  margin-top: 60px;
}

.sd {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.sd-heading {
  color: var(--rich-blue);
}

.paragraph-sd {
  color: var(--rich-blue);
  font-size: 14px;
}

.sd-btn {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  display: inline-flex;
}

.sd-btn:hover {
  background-color: #034e86;
}

.sd-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.sd-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.sd-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.sd-btn-text {
  color: #f4f6f9;
  width: auto;
  font-weight: 700;
}

.section-38-copy {
  margin-top: 120px;
}

.text-block-534-copy-ai {
  color: #5e6269;
  padding-top: 0;
}

.heading-79-copy-copy-ai {
  width: 81%;
  color: var(--heading-text-color);
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68-copy-copy-ai {
  width: 78%;
  color: var(--heading-text-color);
  letter-spacing: 0;
  padding-top: 10px;
  font-size: 16px;
}

.image-59-copy-copy-ai {
  max-width: none;
  height: 362px;
}

.image-58-copy-copy-ai {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.container-27-copy-ai {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ai {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy-ai {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-1205-copy-copy-ai {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.heading-91 {
  color: var(--new-para);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-52 {
  color: var(--regal-indigo);
}

.div-block-1217-copy-chooseai {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.image-66 {
  width: 378px;
  max-width: none;
  height: 329px;
}

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

.image-67 {
  width: 100%;
  max-width: none;
  height: 329px;
}

.heading-92 {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 28px;
  line-height: 40px;
}

.text-block-549 {
  color: #313638;
  font-size: 13px;
}

.div-block-1223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 0;
  display: flex;
}

.container-35 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.section-45 {
  margin-top: 100px;
}

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

.section-42-copy {
  margin-top: 100px;
}

.container-33-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-88-copy {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-542-copy {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  font-size: 18px;
}

.div-block-1219-copy {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.text-span-53 {
  color: var(--regal-indigo);
}

.div-block-1220-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed #a5b9d1;
  justify-content: center;
  align-items: center;
  width: 188px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.div-block-1220-copy.b1 {
  border-color: #bfbfbf;
  position: relative;
  bottom: 17px;
}

.div-block-1220-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 188px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  bottom: 17px;
}

.heading-89-copy._1, .heading-89-copy._1-copy {
  color: var(--green);
}

.text-block-545-copy.t1, .text-block-545-copy.t1-copy {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-89-copy._2 {
  color: var(--green);
}

.text-block-545-copy.t2 {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-89-copy._3 {
  color: var(--green);
}

.text-block-545-copy.t3 {
  letter-spacing: -.04em;
}

.heading-93 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-54 {
  color: var(--regal-indigo);
}

.text-block-550 {
  color: #5a556a;
  font-size: 18px;
}

.text-block-551 {
  color: #5a556a;
  letter-spacing: -.04em;
  font-size: 18px;
}

.heading-94 {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552 {
  color: #313638;
}

.div-block-1225 {
  background-color: #fff;
  border: 1px solid #d9e9f5;
  border-radius: 20px;
  width: 470px;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-1226 {
  background-color: #f3f8ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: auto;
  display: flex;
}

.div-block-1227 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 361px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.div-block-1228 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
}

.section-46 {
  margin-top: 100px;
}

.container-36 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-95 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-55 {
  color: var(--new-para);
}

.text-block-553 {
  color: #7a7d7e;
  letter-spacing: -.04em;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1229 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-20 {
  grid-template-rows: auto;
  padding-top: 20px;
}

.div-block-1230 {
  background-color: #fcfdff;
  border: 1px solid #dddee6;
  border-radius: 20px;
  padding-top: 0;
}

.text-block-554 {
  color: #0562a7;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 20px;
  justify-content: center;
  width: auto;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.heading-96 {
  width: auto;
  color: var(--new-para);
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 36px;
}

.text-block-555 {
  color: #696d78;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.text-block-556 {
  color: #3a5ba0;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 20px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-1232 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.transformingbusiness-ai-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #d6e4ef;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 146px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 1px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.transformingbusiness-ai-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.transformingbusiness-ai-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.transformingbusiness-ai-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-529-copy {
  color: #0562a7;
  padding-top: 0;
  font-size: 14px;
}

.div-block-1233 {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.section-47 {
  margin-top: 100px;
}

.image-68, .image-69 {
  width: 100%;
  max-width: none;
}

.section-44-copy-ai {
  margin-top: 60px;
}

.ai-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.ai-heading-copy {
  color: var(--rich-blue);
}

.paragraph-ai-copy {
  width: 64%;
  color: var(--rich-blue);
  font-size: 14px;
}

.ai-btn-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  display: inline-flex;
}

.ai-btn-copy:hover {
  background-color: #034e86;
}

.ai-btn-copy.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.ai-btn-copy.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.ai-btn-copy.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.ai-btn-text-copy {
  color: #f4f6f9;
  font-weight: 700;
}

.heading-97 {
  margin-bottom: 10px;
}

.section-copy {
  margin-top: 80px;
  display: none;
}

.section-copy.head-banner {
  height: 100vh;
  margin-top: -100px;
  padding: 0;
}

.section-copy.head-nav {
  z-index: 100;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 16px 26px;
  position: absolute;
}

.section-copy.bg {
  color: #191a1d;
  margin-top: 60px;
  padding-left: 26px;
  padding-right: 26px;
}

.section-copy.bg.map {
  padding-left: 0;
  padding-right: 0;
}

.section-copy.bg.mission {
  margin-top: 20px;
}

.section-copy.new {
  margin-top: 0;
}

.verticle-line-light-purple-copy {
  background-color: #009cd04d;
  border: 1px solid #009cd04d;
  border-radius: 20px;
  width: 2px;
  height: 40px;
}

.verticle-line-light-purple-copy.about {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.verticle-line-light-purple-copy._1 {
  -webkit-text-fill-color: inherit;
  background-color: #edeeef;
  background-clip: border-box;
  height: 60px;
}

.image-71 {
  display: none;
}

.contact-btn-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #4171d7, #416ad0 9%, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.div-block-7-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: none;
}

.div-block-7-copy._2 {
  margin-top: 29px;
}

.div-block-7-copy-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-7-copy-1._2 {
  margin-top: 29px;
}

.aboutus-banner-btn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.aboutus-banner-btn:hover {
  background-color: #034e86;
  background-image: none;
}

.aboutus-banner-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.aboutus-banner-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.aboutus-banner-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.aboutus-banner-btn-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.aboutus-banner-btn-2:hover {
  background-color: #034e86;
}

.aboutus-banner-btn-2.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.aboutus-banner-btn-2.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.aboutus-banner-btn-2.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.image_overlay-copy-mobile {
  width: 220px;
  display: none;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_overlay-copy-mobile.business {
  top: -270px;
}

.image_overlay-copy {
  width: 220px;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_overlay-copy.business {
  top: -270px;
}

.image-72, .image-73, .image-74 {
  width: 90.0375px;
}

.image-27-copy {
  max-width: none;
  display: none;
}

.image-76 {
  border: 1px #edfaff;
}

.image-80 {
  width: auto;
  height: auto;
}

.image-23-copy-mobile {
  width: 50%;
  max-width: 520%;
  height: 50%;
  max-height: 560px;
  line-height: 1852px;
  display: none;
}

.image_overlay-copy-js1-copy {
  width: 220px;
  display: none;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image-47-copy-mobile {
  padding-top: 20px;
  display: none;
}

.image-82 {
  display: none;
}

.heading-99 {
  color: var(--rich-blue);
  font-size: 41px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-58 {
  color: var(--regal-indigo);
}

.text-block-472-copy {
  background-color: #f9fbff;
  border: 1px solid #cedeff;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.div-block-1235, .div-block-1236, .div-block-1237, .div-block-1238, .div-block-1239, .div-block-1174-copy {
  display: none;
}

.section-38-copy-blockchain {
  margin-top: 120px;
}

.container-27-copy-bc-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534-copy-bc-text {
  color: #5e6269;
  padding-top: 0;
}

.blockchain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy-bc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 40px;
  display: flex;
}

.div-block-1205---bc {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.heading-79---bc {
  width: 78%;
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68---bc {
  width: 78%;
  color: var(--new-para);
  padding-top: 10px;
  font-size: 16px;
}

.image-58-copy-copy-bc {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-59-copy-copy-bc {
  max-width: none;
  height: 362px;
}

.section-39-copy {
  margin-top: 70px;
}

.div-block-1215-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-1214-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.heading-84-copy {
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-536-copy {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
}

.div-block-1213-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-85-copy {
  color: var(--regal-indigo);
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 22px;
  line-height: 28px;
}

.heading-85-copy.c1 {
  color: var(--rich-blue);
  letter-spacing: 0;
}

.text-block-537-copy.t1 {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-85-copy {
  color: var(--regal-indigo);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-85-copy.c2 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
}

.text-block-537-copy.t2 {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-85-copy {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.text-block-537-copy {
  color: #5a556a;
  line-height: 17px;
}

.text-block-537-copy.t3 {
  color: #313638;
  letter-spacing: -.04em;
}

.section-46-copy {
  margin-top: 100px;
}

.container-36-copy, .div-block-1228-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-93-copy-d {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-551-copy {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 18px;
}

.div-block-1225-copy.border-bc {
  border-color: #d9e9f5;
}

.div-block-1225-copy {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  width: 470px;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-1226-copy {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: auto;
  display: flex;
}

.div-block-1226-copy.b1, .div-block-1226-copy.halfcard_color {
  background-color: #f3f8ff;
}

.heading-94-copy.color-bc {
  color: var(--rich-blue);
}

.text-block-552-copy.tx-bc-color {
  color: #313638;
}

.div-block-1226-copy.b1, .div-block-1226-copy.box-bk {
  background-color: #f3f8ff;
}

.div-block-1226-copy {
  background-color: #f3f8ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: auto;
  display: flex;
}

.div-block-1227-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 361px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.heading-94-copy {
  color: var(--regal-indigo);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-copy {
  color: #191a1d;
}

.heading-100 {
  color: var(--regal-indigo);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-59 {
  color: var(--new-para);
}

.text-block-561 {
  color: #313638;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-1240 {
  text-align: left;
  background-color: #bfbfbf;
  border: 1px #163d93;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 193px;
  display: flex;
}

.text-block-562 {
  font-size: 64px;
  line-height: 68px;
}

.text-block-563 {
  color: #409c86;
  font-size: 64px;
  line-height: 68px;
}

.heading-101 {
  color: var(--green);
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 25px;
  line-height: 36px;
}

.text-block-564 {
  color: #313638;
  font-size: 13px;
}

.div-block-1241 {
  flex-flow: column;
  width: auto;
  max-width: none;
  padding-right: 20px;
  display: flex;
}

.container-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-1242 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-1243 {
  padding-left: 20px;
}

.div-block-1244 {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-48, .section-40-copy {
  margin-top: 100px;
}

.container-32-copy {
  background-color: #d4ede7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 447px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.heading-86-copy {
  color: var(--green);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-538-copy {
  color: #313638;
  text-align: center;
  font-size: 18px;
}

.div-block-1217-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-1216-copy-bc, .div-block-1216-copy-bc-2, .div-block-1216-copy-bc3 {
  background-color: #f4fffc;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: auto;
  padding: 20px 10px 20px 20px;
  display: flex;
}

.heading-87-copy.bc-head {
  color: var(--green);
  font-size: 26px;
}

.text-block-540-copy {
  color: #313638;
  text-align: center;
  line-height: 20px;
}

.heading-87-copy {
  color: var(--regal-indigo);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy.bc-head {
  font-size: 23px;
}

.text-block-540-copy {
  color: #191a1d;
  line-height: 20px;
}

.blockchain-last {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-1114-copy-copy {
  width: 67%;
}

.paragraph-sd-copy {
  color: var(--rich-blue);
  font-size: 14px;
}

.blockchain-btn {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  display: inline-flex;
}

.blockchain-btn:hover {
  background-color: #034e86;
}

.blockchain-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.blockchain-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.blockchain-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.sd-btn-text-copy {
  color: #f4f6f9;
  font-weight: 700;
}

.section-49 {
  height: 50px;
}

.link-44.w--current {
  color: #5e6269;
}

.div-block-1132-copy-1 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  border-bottom: 1.5px #e2e8f6;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.link-45, .link-45.w--current, .link-46, .link-46.w--current, .link-47, .link-47.w--current, .link-48, .link-48.w--current, .link-49, .link-49.w--current, .link-50, .link-50.w--current {
  color: #5e6269;
}

.bold-text-31 {
  color: var(--green);
}

.text-block-13-copy {
  line-height: 18px;
}

.head-color-new {
  color: var(--green);
  font-weight: 600;
}

.green-head {
  color: var(--green);
}

.banner-image-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.banner-image-copy._1 {
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy._2 {
  text-align: center;
  background-image: url('../images/main-banner-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy._3 {
  text-align: center;
  background-image: url('../images/main-banner.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy._4 {
  text-align: center;
  background-image: url('../images/group-1171277634.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.banner-image-copy._5 {
  text-align: center;
  background-image: url('../images/group-1000007003.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy.head-tag-redirect {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 25px 80px;
  display: flex;
}

.banner-image-copy.head-tag-redirect.about-us {
  text-align: center;
  background-image: url('../images/about-us.png');
  background-position: 50%;
  background-size: cover;
}

.banner-image-copy._1-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
}

.banner-image-copy._1-copy.bottom {
  justify-content: flex-end;
  padding-bottom: 60px;
}

.text-block-440-copy {
  color: #163d93;
  font-weight: 400;
}

.text-block-440-copy.blue {
  color: #fff;
}

.section-38--clouddevops {
  margin-top: 120px;
}

.container-27---clouddevops {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534-copy-clouddevops {
  color: #5e6269;
  padding-top: 0;
}

.cloud-devops-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copycd {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-1205-copycd {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.heading-79---cd {
  width: 78%;
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68---cd {
  width: 78%;
  color: var(--new-para);
  padding-top: 10px;
  font-size: 16px;
}

.image-58---cd {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-59---cd {
  max-width: none;
  height: 362px;
}

.link-51, .link-51.w--current {
  color: #5e6269;
}

.grid-22 {
  grid-template-rows: auto;
}

.heading-102 {
  color: var(--new-para);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-60, .text-span-61, .text-span-62 {
  color: var(--regal-indigo);
}

.text-block-565 {
  color: #5a556a;
  font-size: 18px;
}

.text-block-566 {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1245 {
  border: 3px solid #009cd0;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 108px;
  height: 108px;
  padding-top: 15px;
  display: flex;
}

.heading-103 {
  color: var(--rich-blue);
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
}

.text-block-567 {
  color: #191a1d;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1246 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-50 {
  margin-top: 100px;
}

.div-block-1247 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-1248 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-48-copy {
  margin-top: 100px;
}

.container-38-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-1244-copy {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-100-copy {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-561-copy {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1241-copy {
  flex-flow: column;
  width: auto;
  max-width: none;
  padding-right: 20px;
  display: flex;
}

.div-block-1242-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-1243-copy {
  padding-left: 20px;
}

.div-block-1240-copy.boader {
  background-color: #bfbfbf;
}

.heading-101-copy.c1, .heading-101-copy.c1-copy {
  color: var(--green);
}

.text-block-564-copy.t1 {
  color: #313638;
}

.section-51 {
  margin-top: 100px;
}

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

.heading-104 {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-63 {
  color: var(--regal-indigo);
}

.div-block-1208-copy {
  background-color: #d4ede7;
  border: 1px solid #d4ede7;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 10px 20px;
  display: flex;
}

.image-60-copy {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.heading-82-copy {
  color: var(--rich-blue);
  padding-top: 10px;
  font-size: 23px;
  line-height: 32px;
}

.text-block-530-copy {
  color: #0562a7;
  height: auto;
  font-size: 13px;
}

.section-40-copy {
  margin-top: 100px;
}

.container-32-copy-cd {
  background-color: #d4ede7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 521px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-86-copy-1 {
  color: var(--green);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-538-copy-2 {
  color: #5a556a;
  text-align: center;
  letter-spacing: -.04em;
  font-size: 18px;
}

.div-block-1216-copy.cd1 {
  background-color: #f4fffc;
  border-color: #ffffff12;
  padding-top: 60px;
  padding-bottom: 25px;
}

.div-block-1216-copy {
  background-color: #f5f9ff;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 50px 10px 20px 20px;
  display: block;
}

.heading-87-copy-1 {
  color: var(--green);
  padding-top: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy-2, .heading-87-copy-3, .heading-87-copy-4 {
  color: var(--green);
  padding-top: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-540-copy-1, .text-block-540-copy-2, .text-block-540-copy-3, .text-block-540-copy-4 {
  color: #313638;
  line-height: 20px;
}

.section-44-copy {
  margin-top: 60px;
}

.div-block-1114---clouddevops {
  width: 67%;
}

.cd-heading-copy {
  color: var(--rich-blue);
}

.paragraph-cdcopy-copy {
  color: var(--rich-blue);
  font-size: 14px;
}

.heading-105 {
  color: var(--new-para);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-64 {
  color: var(--regal-indigo);
}

.section-52 {
  margin-top: 100px;
}

.div-block-1249 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-568 {
  color: #b0acbe;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.grid-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: repeating-linear-gradient(45deg, #f6f8ff, #edfaff);
  border: 0 solid #b8bcbd;
  border-radius: 30px;
  height: 503px;
  padding: 40px 20px;
}

.div-block-1250 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.image-84 {
  max-width: none;
}

.text-block-569 {
  color: #5a556a;
  font-size: 12px;
  line-height: 100%;
}

.div-block-1251 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1252 {
  border-bottom: 1px solid #caccd4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: block;
}

.div-block-1253 {
  border-bottom: 1px solid #caccd4;
  border-left: 1px solid #caccd4;
  padding: 20px;
}

.div-block-1254 {
  border-left: 1px solid #caccd4;
  padding: 20px;
}

.div-block-1255 {
  padding: 20px;
}

.image-85 {
  width: auto;
}

.section-38---itinfrastructure {
  margin-top: 120px;
}

.container-27--it {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534-it {
  color: #5e6269;
  padding-top: 0;
}

.it-infrastructure {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy-it {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-1205-copy---it {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.heading-79---it {
  width: 81%;
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68---it {
  width: 78%;
  color: var(--new-para);
  padding-top: 10px;
  font-size: 16px;
}

.image-59---it {
  max-width: none;
  height: 362px;
}

.image-58---it {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.link-52, .link-52.w--current {
  color: #5e6269;
}

.section-35-copy {
  margin-top: 110px;
}

.container-28-copy {
  max-width: none;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-1206-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.div-block-1207-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-80-copy {
  color: var(--new-para);
  padding-top: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-527-copy {
  color: #313638;
}

.techservices-btn-copy-it-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0562a7;
  border: 1px solid #d6d3e4;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 218px;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 3px 2px 15px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.techservices-btn-copy-it-btn:hover {
  background-color: #034e86;
}

.techservices-btn-copy-it-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.techservices-btn-copy-it-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.techservices-btn-copy-it-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-526-copy-it {
  color: #fff;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.image-86 {
  width: 38px;
  max-width: none;
}

.bold-text-32 {
  color: var(--rich-blue);
  font-weight: 600;
}

.image-87, .image-87-copy {
  height: 340px;
}

.heading-106 {
  color: var(--new-para);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-65 {
  color: var(--regal-indigo);
}

.div-block-1216--itinfrastructure {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4fffc;
  border: 1px solid #cedeff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 24%;
  height: auto;
  padding: 50px 10px 20px 20px;
  display: flex;
}

.image-62-copy-itinfra {
  width: 100px;
  max-width: none;
  height: 92px;
  padding-bottom: 10px;
}

.heading-87--itinfrastructure {
  color: var(--green);
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-540---it {
  color: #313638;
  line-height: 18px;
}

.text-block-570 {
  color: #d0e1dd;
  padding-bottom: 20px;
  font-size: 70px;
  font-weight: 300;
  line-height: 36px;
}

.div-block-1256 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.container-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.section-53, .section-54 {
  margin-top: 100px;
}

.heading-107 {
  color: var(--new-para);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-66 {
  color: var(--new-para);
}

.div-block-1257 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-1258 {
  background-color: #f3f8ff;
  border: 1px solid #e4edfc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.text-block-571 {
  color: #0562a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.heading-108 {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 19px;
  line-height: 24px;
}

.div-block-1259 {
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.image-88, .image-89 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-572, .text-block-573 {
  height: 72px;
  font-size: 13px;
}

.text-block-574 {
  color: #313638;
  height: 72px;
  font-size: 13px;
}

.section-55 {
  margin-top: 100px;
}

.heading-109 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-575 {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1260 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-44 {
  background-color: #d4ede7;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-25 {
  grid-template-rows: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
}

.heading-110 {
  color: var(--green);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-576 {
  font-size: 16px;
  line-height: 20px;
}

.div-block-1261 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #d7e4ff;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.text-block-577 {
  color: #409c86;
  letter-spacing: -.04em;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-1262 {
  background-color: #f4fffc;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  padding: 20px;
}

.list-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #163d93;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.image-90 {
  padding-bottom: 10px;
}

.div-block-1263 {
  padding-top: 10px;
  padding-left: 5px;
}

.section-44---it {
  margin-top: 60px;
}

.it-infrastructure-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.it-heading-copy-copy {
  color: var(--rich-blue);
}

.paragraph-it-copy-copy-copy {
  color: var(--rich-blue);
  font-size: 14px;
}

.heading-111 {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  line-height: 52px;
}

.text-span-67 {
  color: var(--heading-text-color);
  font-weight: 400;
}

.section-56 {
  margin-top: 100px;
}

.grid-26 {
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  place-items: start center;
  height: 399px;
  padding: 20px;
}

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

.div-block-1264 {
  border: 1px solid #caccd4;
  width: 1px;
  height: 343px;
}

.text-block-578 {
  color: #b0acbe;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.div-block-1265 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-91, .image-91.padding {
  width: 80px;
  height: 80px;
  padding: 0;
}

.div-block-1266, .div-block-1267 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.text-block-579 {
  color: #5a556a;
  font-size: 12px;
  line-height: 100%;
}

.text-block-580 {
  font-size: 12px;
  line-height: 100%;
}

.text-block-580.text-ts {
  color: #5a556a;
}

.text-block-581 {
  font-size: 12px;
  line-height: 100%;
}

.text-block-581.text-ts {
  color: #5a556a;
}

.text-block-582 {
  color: #5a556a;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-583 {
  font-size: 12px;
  line-height: 100%;
}

.text-block-584 {
  color: #5a556a;
  text-align: center;
  height: auto;
  font-size: 12px;
  line-height: 100%;
}

.text-block-585, .text-block-586, .text-block-587, .text-block-588, .text-block-589, .text-block-590 {
  color: #5a556a;
  font-size: 12px;
  line-height: 100%;
}

.text-block-591 {
  color: #5a556a;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
}

.text-block-592, .text-block-593, .text-block-594 {
  color: #5a556a;
  font-size: 12px;
  line-height: 100%;
}

.text-block-595 {
  font-size: 12px;
  line-height: 100%;
}

.text-block-596, .text-block-597, .text-block-598 {
  color: #5a556a;
  font-size: 12px;
  line-height: 100%;
}

.text-block-599 {
  color: #5a556a;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
}

.text-block-600 {
  color: #5a556a;
  font-size: 12px;
  line-height: 100%;
}

.div-block-1268 {
  flex-flow: column;
  display: flex;
}

.div-block-1269 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-1270, .div-block-1271 {
  flex-flow: column;
  display: flex;
}

.div-block-1272 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-38---cybersecurity {
  margin-top: 120px;
}

.text-block-534---cybersecurity {
  color: #5e6269;
  padding-top: 0;
}

.heading-79--cs {
  width: 78%;
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68--cs {
  width: 73%;
  color: var(--new-para);
  padding-top: 10px;
  font-size: 16px;
}

.image-58--cs {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-59--cs {
  max-width: none;
  height: 362px;
}

.bold-text-33 {
  color: #5e6269;
}

.section-35--cybersecurity {
  margin-top: 110px;
}

.container-28--cybersecurity {
  max-width: none;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-1206---cybersecurity {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.div-block-1273, .div-block-1273-copy-cs {
  padding-top: 0;
}

.image-87--cybersecurity {
  height: 340px;
}

.div-block-1207--cybersecurity {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-80-copy--cs {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-527-copy-copy-cs {
  color: #313638;
  letter-spacing: -.04em;
}

.techservices-btn-copy-it-btn-copy-cs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0562a7;
  border: 1px solid #d6d3e4;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 218px;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 3px 2px 15px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.techservices-btn-copy-it-btn-copy-cs:hover {
  background-color: #034e86;
}

.techservices-btn-copy-it-btn-copy-cs.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.techservices-btn-copy-it-btn-copy-cs.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.techservices-btn-copy-it-btn-copy-cs.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-526-copy-cs {
  color: #fff;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.section-46-copy-cybersecurity {
  margin-top: 100px;
}

.container-36-copy-copy-cybersecurity, .div-block-1228-copy--cs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-93-copy-cs-mv {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-551-copy-cs {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 18px;
}

.div-block-1225-copy--cs1, .div-block-1225-copy--cs2, .div-block-1225-copy--cs3, .div-block-1225-copy--cs4 {
  background-color: #fff;
  border: 1px solid #d9e9f5;
  border-radius: 20px;
  width: 470px;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-94-copy-copy.head_color {
  color: var(--rich-blue);
  letter-spacing: -.04em;
}

.text-block-552-copy-copy.text_colors_gray {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-94-copy-copy {
  color: var(--regal-indigo);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-copy-copy {
  color: #191a1d;
}

.div-block-1227-copy-copy {
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 361px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.section-40-copy---cybersecurity {
  margin-top: 100px;
}

.container-32-copy--cs {
  background-color: #d4ede7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 447px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.heading-86-copy--cs {
  color: var(--green);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-538-copy--cs {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 61%;
  font-size: 18px;
}

.div-block-1217-copy-copy-cs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-1216-copy-cs1, .div-block-1216-copy-cs2, .div-block-1216-copy-cs3 {
  background-color: #f4fffc;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: auto;
  padding: 40px 10px 20px 20px;
  display: flex;
}

.heading-87-copy-copy-cs {
  color: var(--regal-indigo);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy-copy-cs.bc-head {
  font-size: 26px;
}

.heading-87-copy-copy-cs.bc-head-copy-cs {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 21px;
}

.text-block-540-copy-copy-cs {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  line-height: 20px;
}

.heading-87-copy-copy.bc-head-copy.head-color-cs {
  color: var(--green);
  letter-spacing: -.04em;
}

.text-block-540-copy-copy {
  color: #191a1d;
  text-align: center;
  line-height: 20px;
}

.text-block-540-copy-copy.text_colors_gray {
  color: #313638;
  letter-spacing: -.04em;
}

.text-block-540-copy-copy {
  color: #191a1d;
  line-height: 20px;
}

.heading-87-copy-copy {
  color: var(--regal-indigo);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy-copy.bc-head {
  font-size: 23px;
}

.heading-87-copy-copy.bc-head-copy {
  font-size: 21px;
}

.section-44---cybersecurity {
  margin-top: 60px;
}

.cybersecurity {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-1114---cybersecurity {
  width: 67%;
}

.it-heading-copy-copy--cs {
  color: var(--rich-blue);
  letter-spacing: -.04em;
}

.paragraph-it-copy-copy-cs {
  width: 61%;
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 14px;
}

.cybersecurity-btn {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  display: inline-flex;
}

.cybersecurity-btn:hover {
  background-color: #034e86;
}

.cybersecurity-btn.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.cybersecurity-btn.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.cybersecurity-btn.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.cb-btn-text-copy-copy {
  color: #f4f6f9;
  font-weight: 700;
}

.heading-112 {
  color: var(--rich-blue);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 45px;
  line-height: 52px;
}

.text-span-68 {
  color: var(--heading-text-color);
  text-align: left;
  font-weight: 400;
}

.section-57 {
  margin-top: 100px;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  place-items: start center;
  padding: 20px;
}

.grid-29 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
}

.text-block-601 {
  color: #b0acbe;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-1274 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-602 {
  color: #5a556a;
  text-align: center;
  font-size: 9px;
  line-height: 100%;
}

.div-block-1275 {
  text-align: left;
  border: 1px solid #caccd4;
  width: 1px;
  height: 337px;
}

.div-block-1276 {
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.image-92 {
  height: auto;
}

.image-93 {
  height: 75.0375px;
}

.section-38-copy-dataanalytics {
  margin-top: 120px;
}

.container-27-copy-dataanalytics {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534--dataanallytics {
  color: #5e6269;
  padding-top: 0;
}

.dataanalytics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy-dataanalytics {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-1205-copy--dataanalytics {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.heading-79-copy-dataanalytics {
  width: 83%;
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68-copy-dataanalytics {
  width: 78%;
  color: var(--new-para);
  padding-top: 10px;
  font-size: 16px;
}

.image-59-copy--da {
  max-width: none;
  height: 362px;
}

.image-58-copy--da {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.link-54, .link-54.w--current {
  color: #5e6269;
}

.section-40-copy---dataanalytics {
  margin-top: 100px;
}

.container-32-copy--da {
  background-color: #d4ede7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 447px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.heading-86-copy--da {
  color: var(--green);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-538-copy--da {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 65%;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1217-copy-copy-da {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-1216-copy-da, .div-block-1216-copy-da2, .div-block-1216-copy-da3 {
  background-color: #f4fffc;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: auto;
  padding: 40px 10px 20px 20px;
  display: flex;
}

.heading-87-copy-copy-da {
  color: var(--regal-indigo);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy-copy-da.bc-head {
  font-size: 26px;
}

.heading-87-copy-copy-da.bc-head-copy-cs {
  font-size: 21px;
}

.heading-87-copy-copy-da.bc-head-copy-da {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 22px;
}

.text-block-540-copy-copy-da {
  color: #7a7d7e;
  text-align: center;
  letter-spacing: -.04em;
  font-size: 13px;
  line-height: 18px;
}

.heading-87-copy-copy--da {
  color: var(--regal-indigo);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy-copy--da.bc-head-copy {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 22px;
}

.heading-87-copy-copy--da3 {
  color: var(--regal-indigo);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-87-copy-copy--da3.bc-head {
  font-size: 23px;
}

.heading-87-copy-copy--da3.bc-head-copy {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 22px;
}

.text-block-540-copy-copy-copyda, .text-block-540-copy-copy-copy {
  color: #7a7d7e;
  text-align: center;
  letter-spacing: -.04em;
  font-size: 13px;
  line-height: 18px;
}

.section-46-copy-dataanalytics {
  margin-top: 100px;
}

.container-36-copy--dataanalytics, .div-block-1228-copy--dataanalytics {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-93-copy--da {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-551-copy--da {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 18px;
}

.div-block-1225-copy--da1, .div-block-1225-copy--da2, .div-block-1225-copy--da3, .div-block-1225-copy--da4 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  width: 470px;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-1226-copy-copy-da {
  background-color: #f3f8ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: auto;
  display: flex;
}

.div-block-1227-copy--da {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 361px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.heading-94-copy-copy-copy, .heading-94-copy--da-heading, .heading-94-copy--da-heading2, .heading-94-copy--heading-da3 {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-copy--da-text-1, .text-block-552-copy--da-text-2, .text-block-552-copy--da-text3, .text-block-552-copy--da-text4 {
  color: #313638;
  letter-spacing: -.04em;
}

.section-39-copy--dataanalytics {
  margin-top: 70px;
}

.div-block-1215-copy--dataanalytics {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-1214-copy--dataanalytics {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.heading-84-copy--dataanalytics-head {
  color: var(--new-para);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-536-copy--da-text {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
}

.heading-85-copy-copy-da1 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 22px;
  line-height: 28px;
}

.text-block-537-copy-copy.color-text {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-85-copy-copy.color-h {
  color: var(--rich-blue);
  letter-spacing: -.04em;
}

.heading-85-copy-copy {
  color: var(--regal-indigo);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.text-block-537-copy-copy {
  color: #5a556a;
  line-height: 17px;
}

.div-block-1213-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-16-copy-da {
  grid-template-rows: auto;
}

.heading-113 {
  color: var(--heading-text-color);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-69 {
  color: var(--regal-indigo);
}

.text-block-603 {
  color: #5a556a;
}

.text-block-604 {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 76%;
  font-size: 18px;
  line-height: 22px;
}

.div-block-1277 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-58 {
  margin-top: 100px;
}

.grid-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1.25fr;
  place-items: start center;
  margin-top: 30px;
  padding: 30px 20px;
}

.text-block-605 {
  color: #b0acbe;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.grid-31 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding-top: 10px;
}

.div-block-1278 {
  border: 1px solid #caccd4;
  justify-content: center;
  width: 1px;
  display: block;
}

.text-block-606 {
  line-height: 100%;
}

.text-block-607 {
  color: #5a556a;
  line-height: 100%;
}

.div-block-1279 {
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-1280 {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.div-block-1281 {
  border: 1px solid #caccd4;
  width: 1px;
  height: 142px;
}

.text-block-608, .text-block-609 {
  color: #5a556a;
  padding-top: 10px;
  font-size: 12px;
  line-height: 100%;
}

.text-block-610 {
  color: #5a556a;
  padding-top: 0;
  font-size: 12px;
  line-height: 100%;
}

.grid-31-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 10px;
}

.image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102, .image-103 {
  width: 80px;
  max-width: none;
  height: 80px;
}

.container-copy-bg {
  max-width: 1440px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.container-copy-bg.head-banner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-copy-bg.head-nav {
  -webkit-backdrop-filter: blur(5px) blur(15px);
  backdrop-filter: blur(5px) blur(15px);
  color: #fff;
  background-color: #1f47a0c4;
  border: 1px solid #0a286d;
  border-radius: 37px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px;
  font-weight: 500;
  display: flex;
}

.container-copy-bg.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-copy-bg.bg {
  background-color: var(--nav-color);
  border: 1px solid #cedeff;
  border-radius: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 40px;
}

.container-copy-bg.bg.green-purple-gd {
  background-color: #0000;
  background-image: none;
  border-style: none;
  max-width: 1350px;
}

.container-copy-bg.gradient-bg {
  border-radius: var(--radius);
  background-image: linear-gradient(208deg, #31c280, #3b1485);
  padding: 30px;
}

.container-copy-bg.gradient-bg.mg-40px-top.center {
  background-color: #eef3fd;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 1350px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-copy-bg.map {
  background-image: url('../images/mapbg.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  padding: 60px 60px 100px;
  overflow: hidden;
}

.container-copy-bg.grey-gradient-bg {
  background-image: linear-gradient(#edf0f4, #f9fafc);
  border-radius: 30px;
  padding: 60px 40px;
}

.container-copy-bg._2 {
  color: #fffc;
}

.container-copy-bg.c-1.together {
  margin-bottom: 100px;
}

._700px-width-copy {
  width: 700px;
}

._90px-copy {
  font-size: 90px;
  line-height: 94px;
}

._90px-copy.light.purple-text {
  color: var(--regal-indigo);
  font-size: 85px;
}

._90px-copy.light.purple-text.together-color {
  color: var(--rich-blue);
}

._700px-width-copy-h {
  width: 700px;
  color: var(--newwhite);
}

.blue-logo-copy.logo-white {
  width: 100px;
  max-width: none;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.nav-color._1 {
  color: #0562a7;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy._1.new-color {
  color: #0562a7;
  font-size: 12px;
}

.nav-link-copy._1.new-color.w--current {
  color: #0562a7;
  font-size: 12px;
  font-weight: 600;
  text-decoration-color: #009cd0;
}

.nav-link-copy-bu {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-bu:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-bu:focus-visible, .nav-link-copy-bu[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-bu.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-bu.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-bu._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-bu._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-bu._1.new-color {
  color: #0562a7;
  display: none;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy._1.new-color2 {
  color: #0562a7;
  font-size: 12px;
}

.nav-link-copy._1.new-color2.w--current {
  color: #0562a7;
  text-decoration-color: #009cd0;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy._1.new-color3 {
  color: #0562a7;
  font-size: 12px;
}

.nav-link-copy._1.new-color3.w--current {
  color: #0562a7;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  text-decoration-color: #009cd0;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy._1.new-color4, .nav-link-copy._1.new-color4-copy {
  color: #0562a7;
  font-size: 12px;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy._1.new-color5, .nav-link-copy._1.new-color5-copy {
  color: #0562a7;
  font-size: 12px;
}

.contact-btn-copy-nav-about {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #4171d7, #416ad0 9%, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-nav-about.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-nav-about.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-nav-about.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-nav-about.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-nav-about.blue, .contact-btn-copy-nav-about.main-btn, .contact-btn-copy-nav-about.blue-copy {
  background-color: #0562a7;
  background-image: none;
}

.bold-text-34 {
  color: var(--rich-blue);
}

.bold-text-35 {
  color: var(--bright-cyan);
  font-weight: 600;
}

.text-span-71 {
  color: var(--new-para);
}

.bold-text-36 {
  color: var(--rich-blue);
}

.bold-text-37 {
  color: var(--green);
}

.text-span-72 {
  color: var(--new-para);
}

.bold-text-38, .bold-text-39, .bold-text-40 {
  color: var(--green);
}

.image-104, .image-105, .image-106, .image-107, .image-108 {
  width: 36px;
  max-width: none;
  height: 36px;
}

.bold-text-41 {
  color: var(--rich-blue);
}

.div-block-1105-copy._1 {
  justify-content: flex-start;
}

.div-block-1105-copy._2 {
  justify-content: flex-start;
}

.div-block-1105-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
}

.div-block-1105-copy.l {
  justify-content: flex-start;
}

.div-block-1105-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
}

.div-block-1105-copy.left-readmore {
  justify-content: flex-end;
}

.bold-text-42 {
  color: #191a1d;
}

.image-109, .image-110, .image-111, .image-112 {
  width: 18px;
  max-width: none;
  height: 18px;
}

.bold-text-43 {
  font-weight: 600;
}

.heading-114 {
  color: var(--newwhite);
  letter-spacing: -.04em;
}

.bold-text-44 {
  color: var(--rich-blue);
}

.contact-btn-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0562a7;
  background-image: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.text-span-73, .text-span-74 {
  color: var(--green);
  font-weight: 600;
}

.nav-link-copy-1 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-1:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-1:focus-visible, .nav-link-copy-1[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-1.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-1.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-1._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-1._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-1.nav-color-copy-1 {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-1.nav-color-copy-1.w--current {
  opacity: 1;
  color: #0562a7;
  text-underline-position: under;
  font-weight: 700;
  -webkit-text-decoration: underline #009cd0;
  text-decoration: underline #009cd0;
  text-decoration-thickness: 3px;
  display: none;
}

.container-copy-background {
  background-image: linear-gradient(45deg, #0461a7, #3f9b85);
  border-radius: 20px;
  max-width: none;
  padding: 40px 0;
}

.container-copy-background.head-banner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-copy-background.head-nav {
  -webkit-backdrop-filter: blur(5px) blur(15px);
  backdrop-filter: blur(5px) blur(15px);
  color: #fff;
  background-color: #1f47a0c4;
  border: 1px solid #0a286d;
  border-radius: 37px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px;
  font-weight: 500;
  display: flex;
}

.container-copy-background.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-copy-background.bg {
  background-color: var(--nav-color);
  border: 1px solid #cedeff;
  border-radius: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 40px;
}

.container-copy-background.bg.green-purple-gd {
  background-color: #0000;
  background-image: none;
  border-style: none;
  max-width: 1350px;
}

.container-copy-background.gradient-bg {
  border-radius: var(--radius);
  background-image: linear-gradient(208deg, #31c280, #3b1485);
  padding: 30px;
}

.container-copy-background.gradient-bg.mg-40px-top.center {
  background-color: #f3f8ff;
  background-image: none;
  border-color: #d6e4ef;
  justify-content: flex-start;
  align-items: center;
  max-width: 1350px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-copy-background.map {
  background-image: url('../images/mapbg.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  padding: 60px 60px 100px;
  overflow: hidden;
}

.container-copy-background.grey-gradient-bg {
  background-image: linear-gradient(#edf0f4, #f9fafc);
  border-radius: 30px;
  padding: 60px 40px;
}

.container-copy-background._2 {
  color: #fffc;
}

.container-copy-background.c-1.together {
  background-image: linear-gradient(22deg, #0461a7, #3f9b85);
  border-radius: 20px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-copy-background.new {
  padding-left: 20px;
  padding-right: 40px;
}

.text-block-611 {
  color: #fff;
}

.bold-text-45 {
  color: var(--rich-blue);
}

.bold-text-46 {
  color: var(--heading-text-color);
  font-weight: 400;
}

.bold-text-47, .bold-text-48, .text-span-77 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-span-78, .bold-text-49 {
  font-weight: 600;
}

.bold-text-50 {
  color: var(--green);
  font-weight: 600;
}

.text-span-79 {
  color: var(--new-para);
}

.bold-text-51 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-span-80 {
  color: var(--green);
}

.text-span-81 {
  color: var(--bright-cyan);
  font-weight: 600;
}

.bold-text-52 {
  font-weight: 400;
}

.text-span-82 {
  color: var(--rich-blue);
  font-weight: 600;
}

.bold-text-53 {
  color: var(--rich-blue);
}

.bold-text-54 {
  color: var(--green);
  letter-spacing: -.04em;
  font-weight: 600;
}

.bold-text-55, .text-span-83 {
  color: var(--rich-blue);
  font-weight: 600;
}

.bold-text-56 {
  font-weight: 600;
}

.bold-text-57, .bold-text-58, .bold-text-59 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-span-84 {
  color: var(--green);
  font-weight: 600;
}

.bold-text-60 {
  color: var(--rich-blue);
  font-weight: 600;
}

.bold-text-61, .bold-text-62, .bold-text-63 {
  color: var(--rich-blue);
}

.text-block-612 {
  color: #313638;
  width: 70%;
}

.text-block-613 {
  color: #313638;
  width: 68%;
}

.text-block-614 {
  color: #313638;
}

.bold-text-64 {
  color: var(--green);
  font-weight: 600;
}

.text-span-85 {
  font-weight: 600;
}

.bold-text-65 {
  color: var(--bright-cyan);
}

.text-block-615 {
  color: #313638;
}

.text-span-86 {
  color: var(--rich-blue);
  font-weight: 600;
}

.bold-text-66 {
  color: var(--green);
  font-weight: 600;
}

.bold-text-67 {
  color: var(--rich-blue);
}

.text-block-616 {
  color: #313638;
}

.bold-text-68 {
  font-weight: 600;
}

.text-block-617 {
  color: #313638;
  letter-spacing: -.04em;
}

.list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17 {
  color: #409c86;
  letter-spacing: -.04em;
}

.bold-text-69 {
  color: var(--bright-cyan);
}

.bold-text-70, .bold-text-71 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-span-87 {
  font-weight: 600;
}

.bold-text-72 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-span-88 {
  color: var(--new-para);
  font-weight: 400;
}

.bold-text-73 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-span-89 {
  color: var(--bright-cyan);
  font-weight: 600;
}

.section-38--qa-testing {
  margin-top: 120px;
}

.container-27-copy-qa-testing {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534-copy-qa-testing {
  color: #5e6269;
  padding-top: 0;
}

.qa-testing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy-qa-testing {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-1205--qa-testing {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.heading-79--qa-testing {
  width: 79%;
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68--qa-testing {
  width: 78%;
  color: var(--new-para);
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.image-59--qa-testing {
  max-width: none;
  height: 362px;
}

.image-58--qa-testing {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.bold-text-74 {
  color: var(--rich-blue);
  font-weight: 600;
}

.section-40-copy---qa-testing {
  margin-top: 100px;
}

.container-32-copy--qa {
  background-color: #d4ede7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 447px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.div-block-1282 {
  margin-top: 0;
}

.div-block-1282---qa-testing {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-86-copy---qa-testing {
  color: var(--green);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-538-copy---qa-testing {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 84%;
  font-size: 18px;
}

.div-block-1217--qa-testing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-1216-copy-qa, .div-block-1216-copy-qa2, .div-block-1216-copy-qa3 {
  background-color: #f4fffc;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: auto;
  padding: 40px 10px 20px 20px;
  display: flex;
}

.section-46-copy-qa_testing {
  margin-top: 100px;
}

.container-36-copy--qa-testing, .div-block-1228-copy--qa_testing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-93-copy--qa-testing {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-551-copy--qa {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 18px;
}

.grid-19-copy-qa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
}

.div-block-1225-copy--qa1, .div-block-1225-copy--qa2, .div-block-1225-copy--qa3, .div-block-1225-copy--qa4 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  width: 470px;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-1226--qa_testing {
  background-color: #f3f8ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: auto;
  display: flex;
}

.div-block-1227-_qa_testing {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 361px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.heading-94--qa_testing1 {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552--qa_testing1 {
  color: #313638;
  letter-spacing: -.04em;
  width: 78%;
}

.div-block-1226-copy-copy {
  background-color: #f3f8ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: auto;
  display: flex;
}

.div-block-1226-copy-copy.b1, .div-block-1226-copy-copy.box-bk {
  background-color: #f3f8ff;
}

.div-block-1227-copy-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 361px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.heading-94-copy--qa_testing2 {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-_qa-testing2 {
  color: #313638;
  letter-spacing: -.04em;
  width: 87%;
}

.heading-94-qa_testing3 {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-qa3 {
  color: #313638;
  letter-spacing: -.04em;
  width: 85%;
}

.heading-94--qa-4 {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-qa4 {
  color: #313638;
  letter-spacing: -.04em;
  width: 79%;
}

.bold-text-75 {
  font-weight: 400;
}

.bold-text-76, .bold-text-77 {
  color: var(--rich-blue);
  font-weight: 600;
}

.section-54-copy-qa {
  margin-top: 100px;
}

.container-43-copy-qa {
  max-width: none;
}

.div-block-1257-copy-qa {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-1259-copy-qa {
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.heading-107-copy-qa {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-616-copy-qa {
  color: #313638;
}

.div-block-1258-copy-qa, .div-block-1258-copy-qa2, .div-block-1258-copy-qa3 {
  background-color: #f3f8ff;
  border: 1px solid #e4edfc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.text-block-571-copy-qa {
  color: #0562a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.heading-108-copy-qa {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 19px;
  line-height: 24px;
}

.text-block-574-copy-qa {
  color: #313638;
  font-size: 13px;
}

.text-block-571-copy-qa2 {
  color: #0562a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.heading-108-copy-qa2 {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 19px;
  line-height: 24px;
}

.text-block-573-copy-qa2 {
  font-size: 13px;
}

.text-block-571-copy-qa3 {
  color: #0562a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.heading-108-copy-qa3 {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 19px;
  line-height: 24px;
}

.text-block-572-copy-qa3 {
  font-size: 13px;
}

.div-block-1258-copy-qa4 {
  background-color: #f3f8ff;
  border: 1px solid #e4edfc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.bold-text-78 {
  color: var(--rich-blue);
}

.section-58-copy-qa {
  margin-top: 100px;
}

.container-47-copy-qa {
  max-width: none;
}

.heading-113-copy-qa {
  color: var(--heading-text-color);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-604-copy-qa {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 51%;
  font-size: 18px;
  line-height: 22px;
}

.grid-30-copy-qa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  place-items: start center;
  margin-top: 40px;
  padding: 30px 20px;
}

.div-block-1280-copy-qa {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.text-block-605-copy-qa {
  color: #b0acbe;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.grid-31-copy-qa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding-top: 10px;
}

.div-block-1280-copy-qa2 {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.text-block-605-copy-qa2 {
  color: #b0acbe;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.grid-31-copy-qa2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-top: 10px;
}

.div-block-1280-copy-qa3 {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.text-block-605-copy-qa3 {
  color: #b0acbe;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.grid-31-copy-copy-qa3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

.grid-31-copy-qa2-copy-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding-top: 10px;
}

.image-96-copy, .image-97-copy, .image-99-copy {
  width: 60px;
  max-width: none;
  height: 80px;
}

.image-98-copy {
  width: 80px;
  max-width: none;
  height: 80px;
}

.image-98-copy._1 {
  width: 60px;
}

.image-94-copy {
  width: 80px;
  max-width: none;
  height: 80px;
}

.image-94-copy._2 {
  width: 60px;
}

.image-100-copy, .image-101-copy, .image-102-copy, .image-98-copy, .image-94-copy, .image-95-copy {
  width: 60px;
  max-width: none;
  height: 80px;
}

.text-block-610-copy {
  color: #5a556a;
  padding-top: 0;
  font-size: 12px;
  line-height: 100%;
}

.text-span-90 {
  color: var(--rich-blue);
}

.section-44---cybersecurity-copy, .section-44---qa {
  margin-top: 60px;
}

.container-11-copy-qa {
  padding: 40px;
}

.qa {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-1114---qa {
  width: 67%;
}

.it-heading-_qa {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.paragraph-qa {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 14px;
}

.sebold {
  color: var(--rich-blue);
  font-weight: 600;
}

.section-38-copy-et {
  margin-top: 120px;
}

.container-27-copy-et {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534-copy-et {
  color: #5e6269;
  padding-top: 0;
}

.softwaredevelopment-copy-et {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy_et {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  display: flex;
}

.heading-79-copy-copy_et {
  width: 78%;
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.text-span-79-copy_et {
  color: var(--new-para);
}

.text-span-47-copy_et {
  color: var(--heading-text-color);
}

.paragraph-68-copy-copy_et {
  width: 78%;
  color: var(--heading-text-color);
  padding-top: 10px;
  font-size: 16px;
}

.div-block-1205-copy-copy_et {
  text-align: center;
  width: auto;
  height: 382px;
  margin-left: 0;
  display: block;
}

.image-59-_et {
  max-width: none;
  height: 362px;
}

.image-58-_et {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.et1 {
  color: var(--rich-blue);
  font-weight: 600;
}

.section-50--emergingtechnology {
  margin-top: 100px;
}

.grid-22-copy-et {
  grid-template-rows: auto;
}

.div-block-1247-copy-et {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-1248-copy-et {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-102-copy-et {
  color: var(--new-para);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  display: none;
}

.heading-115 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.bold-text-79 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-block-612-copy, .text-block-613-copy, .text-block-614-copy {
  color: #313638;
}

.heading-103-copy {
  color: var(--rich-blue);
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
}

.section-46--et {
  margin-top: 100px;
}

.container-36-copy--et {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-93--et {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  display: none;
}

.div-block-1228--et {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-116 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-91 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-block-551-copy--et {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 18px;
}

.heading-94--et {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-et {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-94-copy--et {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-_et {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-94-et {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-et1 {
  color: #313638;
  letter-spacing: -.04em;
}

.heading-94--ett {
  color: var(--rich-blue);
  font-size: 31px;
  line-height: 36px;
}

.text-block-552-et4 {
  color: #313638;
  letter-spacing: -.04em;
}

.section-54-copy-et {
  margin-top: 100px;
}

.heading-107-copy-et {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.bold-text-80 {
  color: var(--rich-blue);
  font-weight: 600;
}

.text-block-616-copy-et {
  color: #313638;
}

.heading-108-copy-et, .heading-108-copy-et2, .heading-108-copy-et3 {
  color: var(--rich-blue);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 19px;
  line-height: 24px;
}

.text-block-574-copy-et {
  color: #313638;
  height: auto;
  font-size: 13px;
}

.text-block-573-copy-et, .text-block-572-copy-et {
  height: auto;
  font-size: 13px;
}

.section-60 {
  margin-top: 100px;
}

.container-49 {
  max-width: 980px;
}

.grid-32 {
  grid-template-rows: auto;
}

.heading-117 {
  color: var(--new-para);
  font-size: 43px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-92 {
  color: var(--rich-blue);
}

.grid-33 {
  grid-template-rows: auto;
}

.div-block-1283 {
  background-color: #fff;
  border: 1px solid #cedeff;
  border-radius: 20px;
  width: 266px;
  padding: 20px 30px 20px 10px;
}

.heading-118 {
  width: 77%;
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
}

.text-block-618 {
  color: #313638;
  letter-spacing: -.04em;
}

.image-113 {
  min-height: 100%;
  max-height: none;
}

.div-block-1284 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-58-copy-et {
  margin-top: 100px;
}

.heading-113-copy-et {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span-93 {
  color: var(--bright-cyan);
}

.text-block-604-copy-et {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 74%;
  font-size: 18px;
  line-height: 22px;
}

.grid-30-copy-et {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  place-items: start center;
  margin-top: 20px;
  padding: 30px 20px;
}

.text-block-605-copy-et, .text-block-605-copy-et2 {
  color: #b0acbe;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-605-copy-et3 {
  color: #b0acbe;
  width: 146px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.grid-31-copy-et1, .grid-31-copy-et2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-top: 15px;
  padding-top: 10px;
}

.grid-31-copy-copy-et3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  padding-top: 10px;
}

.image-96-copy-1, .image-97-copy-2, .image-98-copy-3, .image-94-copy-4, .image-100-copy-5, .image-101-copy-6, .image-96-copy-7, .image-97-copy-8 {
  width: 60px;
  max-width: none;
  height: 60px;
}

.it-heading-_qa-copy-et {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.paragraph-qa-copy-et {
  width: 70%;
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 14px;
}

.section-61 {
  margin-top: 140px;
}

.grid-34 {
  grid-template-rows: auto;
}

.heading-119 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.div-block-1285 {
  display: none;
}

.div-block-1092-copy-emplogin {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 475px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-10-copy-el {
  color: var(--green);
  letter-spacing: -.04em;
  border-bottom: 1px solid #d4ede7;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.form-block-3--emplogin {
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: auto;
}

.form-3-copy-emplogin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.div-block-1080-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.div-block-1080-copy-emp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-1087-copy-emp {
  width: 100%;
}

.field-label-copy {
  color: #0562a7;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.field-label-copy._1 {
  text-transform: none;
  line-height: 16px;
}

.div-block-1087-copy-emplogin {
  width: 100%;
}

.field-label-copy {
  color: #0562a7;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-1286 {
  display: none;
}

.checkbox-label-5 {
  color: #0562a7;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checkbox {
  background-color: #fff;
  border: .5px solid #d4ede7;
  border-radius: 3px;
}

.text-block-619 {
  color: #0562a7;
}

.text-block-620 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-size: 12px;
  line-height: 16px;
}

.div-block-1287 {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.text-block-copy-submit-btn-copy {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 16px;
}

.image-114 {
  height: 475px;
}

.contact-btn-copy-getintouch-btn-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #291a5c, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-getintouch-btn-copy.small {
  background-image: linear-gradient(96deg, #4171d7, #422484);
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-getintouch-btn-copy.small.contact {
  background-color: #0562a7;
  background-image: none;
  border: 1px solid #204db0;
  border-radius: 40px;
}

.contact-btn-copy-getintouch-btn-copy.extra-small {
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-industry {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-industry.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-industry.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-industry.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-industry.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-industry.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-industry.lets-talk-copy-ind, .contact-btn-copy-industry.lets-talk-copy-ind-copy-1 {
  background-color: #0562a7;
}

.slide-nav-24 {
  display: none;
}

.slide-16 {
  width: 320px;
  height: 246px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-29 {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
}

.mask-11 {
  height: auto;
  padding-bottom: 10px;
}

._4x1-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  display: none;
}

._4x1-copy._70-spacing {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

._4x1-copy._60-spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

._4x1-copy.mg-40px-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  place-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-10 {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 10px 0 0;
  transition: opacity .3s, transform .3s;
  display: flex;
  inset: auto 5% -15% auto;
}

.right-arrow-16 {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  transition: opacity .3s, transform .3s;
  display: flex;
  inset: auto 0% -15% auto;
}

.section-62 {
  margin-top: 40px;
}

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

.image-115 {
  width: 100%;
  max-width: none;
}

.text-block-534-copy-et-copy-noticeoffiling {
  color: #5e6269;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 40px;
}

.heading-120 {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}

.heading-121 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.heading-122 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 18px;
  line-height: 22px;
}

.text-block-621 {
  color: var(--new-para);
  letter-spacing: -.04em;
}

.bold-text-81 {
  color: #0562a7;
  font-weight: 600;
  line-height: 20px;
}

.text-block-622 {
  color: #313638;
  letter-spacing: -.04em;
}

.div-block-1289 {
  padding-top: 10px;
}

.div-block-1290 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: stretch;
  padding-top: 15px;
  display: flex;
}

.div-block-1291 {
  padding-top: 20px;
}

.text-block-623 {
  color: #313638;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-624 {
  color: #313638;
  letter-spacing: -.04em;
}

.text-block-625 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 10px;
  line-height: 23px;
  display: block;
}

.div-block-1292 {
  border: 1px #e8ebf1;
  border-bottom-style: solid;
  margin-left: 30px;
  margin-right: 20px;
  padding: 10px 0 60px;
}

.div-block-1292-copy {
  border: 1px #e8ebf1;
  margin-left: 30px;
  margin-right: 20px;
  padding: 10px 0 0;
}

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

.text-block-534-copy-et-copy-noticeoffiling-copy-h1b {
  color: #5e6269;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 40px;
}

.heading-120-copy {
  color: var(--new-para);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}

.heading-123 {
  color: var(--new-para);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.heading-124 {
  color: var(--new-para);
}

.heading-125 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 20px;
  line-height: 24px;
}

.list-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 30px;
  display: flex;
}

.list-item-18 {
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 24px;
}

.text-block-626 {
  color: #313638;
  font-size: 16px;
  line-height: 24px;
}

.text-block-627 {
  color: #313638;
  font-weight: 600;
}

.list-item-19 {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 14px;
}

.list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25 {
  color: #313638;
  letter-spacing: -.04em;
}

.div-block-1294 {
  margin-bottom: 120px;
  margin-left: 30px;
  margin-right: 20px;
}

.div-block-1295 {
  margin-top: 60px;
}

.text-block-628 {
  color: #fff;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.icon-20 {
  color: #fff;
}

.nav-link-copy-bussiness {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-copy-bussiness:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-bussiness:focus-visible, .nav-link-copy-bussiness[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-bussiness.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-bussiness.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-bussiness._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-bussiness._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 131%;
  padding: 0;
  display: flex;
}

.dropdown {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.dropdown-list {
  background-color: #ffffff0d;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  margin-top: 36px;
  padding: 20px;
  display: flex;
}

.dropdown-link {
  color: #313638;
  letter-spacing: -.04em;
  width: auto;
  padding-left: 0;
  padding-right: 10px;
  font-weight: 500;
  line-height: 16px;
}

.nav-link-copy-legal {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-copy-legal:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-legal:focus-visible, .nav-link-copy-legal[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-legal.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-legal.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-legal._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-legal._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.text-block-628-copy-l {
  color: #fff;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.dropdown-list-copy-l {
  background-color: #ffffff0d;
  width: 154.488px;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 0;
}

.dropdown-list-copy-l.w--open {
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  margin-top: 36px;
  padding: 20px;
}

.dropdown-link-copy-l {
  color: #fff;
  letter-spacing: -.04em;
  width: auto;
  padding-left: 0;
  font-weight: 600;
  line-height: 16px;
}

.dropdown-toggle-2-copy-legal {
  justify-content: space-between;
  width: 207%;
  padding: 0;
  display: flex;
}

.nav-link-copy-res {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-copy-res:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-res:focus-visible, .nav-link-copy-res[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-res.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-res.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-res._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-res._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.dropdown-toggle-2-copy-resources {
  justify-content: space-between;
  align-items: stretch;
  width: 153%;
  padding: 0;
  display: flex;
}

.dropdown-list-copy-res {
  background-color: #ffffff0d;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 0;
}

.dropdown-list-copy-res.w--open {
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  margin-top: 36px;
  padding: 20px;
}

.text-block-628-copy-res {
  color: #fff;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.dropdown-link-copy-res {
  color: #fff;
  letter-spacing: -.04em;
  width: auto;
  padding-left: 0;
  font-weight: 600;
  line-height: 16px;
}

.text-block-629 {
  color: #0562a7;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-629:active {
  text-underline-position: under;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 3px;
}

.icon-21 {
  color: #0562a7;
}

.dropdown-toggle-3 {
  width: 121%;
  padding: 0 10px 0 0;
}

.dropdown-toggle-3.w--open {
  justify-content: space-between;
  width: 121%;
  padding-right: 10px;
  display: flex;
}

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

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 37px;
  padding: 20px 20px 25px;
  display: flex;
  inset: 0% auto auto 0;
}

.dropdown-link-2 {
  color: #313638;
  padding: 0;
  font-weight: 500;
  line-height: 16px;
}

.nav-link-copy-copy-l {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-copy-l:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-copy-l:focus-visible, .nav-link-copy-copy-l[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-copy-l.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-copy-l.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-copy-l._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-copy-l._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-copy-l._1.new-color4 {
  color: #0562a7;
  font-size: 12px;
}

.nav-link-copy-copy-l._1.new-color4-copy {
  color: #0562a7;
  font-size: 12px;
  display: none;
}

.text-block-629-copy_legal {
  color: #0562a7;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-toggle-3-copy-legal {
  width: 157%;
  padding: 0 10px 0 0;
}

.dropdown-toggle-3-copy-legal.w--open {
  justify-content: space-between;
  width: 157%;
  padding-right: 10px;
  display: flex;
}

.dropdown-2, .dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link-2-copy-legal {
  color: #0562a7;
  padding-left: 10px;
  font-weight: 600;
  line-height: 20px;
}

.nav-link-copy-copy-res {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-copy-res:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-copy-res:focus-visible, .nav-link-copy-copy-res[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-copy-res.nav-color {
  color: #163d93;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-copy-copy-res.nav-color.w--current {
  color: #fff;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-copy-res._1 {
  color: #163d93;
  font-weight: 600;
}

.nav-link-copy-copy-res._1.w--current {
  color: #163d93;
  text-underline-position: under;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.nav-link-copy-copy-res._1.new-color5 {
  color: #0562a7;
  font-size: 12px;
}

.nav-link-copy-copy-res._1.new-color5-copy {
  color: #0562a7;
  font-size: 12px;
  display: none;
}

.dropdown-toggle-3-copy-resources {
  width: 133%;
  padding: 0 10px 0 0;
}

.dropdown-toggle-3-copy-resources.w--open {
  justify-content: space-between;
  width: 133%;
  padding-right: 10px;
  display: flex;
}

.dropdown-list-2-copy-res {
  margin-top: 35px;
  padding: 20px 20px 25px;
}

.dropdown-list-2-copy-res.w--open {
  background-color: #fff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 37px;
  display: flex;
  inset: 23% auto auto;
}

.text-block-629-copy_res {
  color: #0562a7;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-link-2-copy-res2 {
  color: #0562a7;
  padding-left: 10px;
  font-weight: 600;
  line-height: 20px;
}

.bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85 {
  font-weight: 600;
}

.section-38-copy-casestudies {
  margin-top: 120px;
}

.container-27-copy-casestudies {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-534-copy-casestudies {
  color: #5e6269;
  padding-top: 0;
}

.image-59-copy-copy-casestudies {
  max-width: none;
  height: 362px;
}

.image-58-copy-copy-casestudies {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.casestudies {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-1204-copy-cs {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: flex;
}

.heading-79-copy-copy-casestudies {
  width: 67%;
  color: var(--heading-text-color);
  letter-spacing: -.04em;
  font-size: 44px;
  font-weight: 400;
  line-height: 57px;
}

.paragraph-68-copy-copy-casestudies {
  width: 72%;
  color: var(--heading-text-color);
  padding-top: 10px;
  font-size: 16px;
}

.contact-btn-casestudies {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-casestudies:hover {
  background-color: #034e86;
}

.contact-btn-casestudies.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-casestudies.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-casestudies.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-casestudies {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 16px;
}

.bold-text-86 {
  color: var(--rich-blue);
  font-weight: 600;
}

.section-63 {
  margin-top: 100px;
}

.grid-35 {
  grid-template-rows: auto;
}

.container-53 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-126 {
  color: var(--new-para);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-1296 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-630 {
  color: #f9fbff;
  letter-spacing: -.04em;
  background-color: #0562a7;
  border-radius: 20px;
  margin-top: 15px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-1297 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.heading-127 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-631 {
  color: #313638;
  letter-spacing: -.04em;
}

.text-block-556-copy-cs {
  color: #3a5ba0;
  letter-spacing: -.04em;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 20px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-1298 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.div-block-1299, .image-116 {
  height: 432px;
}

.contact-btn-casestudies-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 3px 3px 3px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-casestudies-copy:hover {
  background-color: #034e86;
}

.contact-btn-casestudies-copy.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-casestudies-copy.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-casestudies-copy.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-casestudies-copy {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 16px;
}

.section-64 {
  margin-top: 100px;
}

.container-54 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

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

.heading-128 {
  color: var(--new-para);
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

.bold-text-87 {
  font-weight: 600;
}

.grid-37 {
  border-bottom: 1px solid #b8bcbd;
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-117 {
  height: 240px;
}

.text-block-632 {
  color: #0562a7;
  background-color: #f9fbff;
  border-radius: 20px;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-1300 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-129 {
  color: var(--new-para);
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-633 {
  color: #7a7d7e;
  letter-spacing: -.04em;
}

.text-block-634 {
  color: #7a7d7e;
  letter-spacing: -.04em;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.ct-cs {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0562a7;
  border: 1px solid #d6e4ef;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 146px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 2px 1px 2px 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.ct-cs:hover {
  background-color: #034e86;
}

.ct-cs.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.ct-cs.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.ct-cs.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-529-copy-copy-cs {
  color: #fff;
  padding-top: 0;
  font-size: 14px;
}

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

.image-118-copy-cs {
  width: 34px;
  height: 32px;
  margin-top: 0;
  font-size: 13px;
}

.grid-37-copy-1card {
  border-bottom: 1px solid #b8bcbd;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.grid-37-copy-lastcard {
  border-bottom: 1px #b8bcbd;
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.it-heading-_qa-copy-et-copy-cs {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.paragraph-qa-copy-et-copy-cs {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 14px;
}

.cb-btn-text-copy-copy-copy-cs {
  color: #f4f6f9;
  width: auto;
  font-weight: 700;
}

.cybersecurity-btn-copy-cs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  display: inline-flex;
}

.cybersecurity-btn-copy-cs:hover {
  background-color: #034e86;
}

.cybersecurity-btn-copy-cs.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.cybersecurity-btn-copy-cs.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.cybersecurity-btn-copy-cs.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.section-65 {
  margin-top: 60px;
}

.container-55 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

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

.next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-color: #d6e4ef;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.previous {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-color: #d6e4ef;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination {
  margin-top: 40px;
}

.text-block-635 {
  color: #0562a7;
  font-weight: 600;
}

.icon-22 {
  display: none;
}

.text-block-636 {
  color: #0562a7;
  font-weight: 600;
}

.section-66 {
  margin-top: 120px;
}

.container-56 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-38 {
  grid-template-rows: auto;
}

.text-block-637 {
  letter-spacing: -.04em;
}

.text-block-638 {
  color: #5e6269;
  letter-spacing: -.04em;
  font-size: 10px;
  line-height: 10px;
}

.heading-130 {
  color: var(--new-para);
  padding-top: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-639 {
  color: #7a7d7e;
  letter-spacing: -.04em;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 11px;
  display: none;
}

.heading-131 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-640 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-1301 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 15px;
  display: none;
}

.div-block-1302 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-119 {
  height: 389px;
}

.container-57 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.section-67 {
  margin-top: 10px;
}

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

.div-block-1303 {
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 20px;
  width: auto;
  height: 700px;
  padding: 40px 10px 30px 20px;
}

.heading-132 {
  color: var(--rich-blue);
  text-align: left;
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.heading-133 {
  color: var(--rich-blue);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-641 {
  color: #313638;
  letter-spacing: -.04em;
  font-weight: 500;
}

.div-block-1304, .div-block-1305 {
  margin-top: 30px;
}

.list-5 {
  padding-left: 20px;
}

.list-item-26 {
  color: #313638;
  letter-spacing: -.04em;
  font-weight: 500;
  line-height: 24px;
}

.div-block-1306 {
  margin-top: 30px;
}

.text-block-642 {
  color: #0562a7;
  letter-spacing: -.04em;
  background-color: #e9edf333;
  border: 1px solid #cadbfd;
  border-radius: 52px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-1307 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.div-block-1308 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-1309 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-1310 {
  border-top: 1px solid #b8bcbd;
  display: block;
}

.heading-134 {
  color: var(--new-para);
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-643 {
  color: #313638;
  letter-spacing: -.04em;
}

.div-block-1311 {
  margin-top: 40px;
}

.list-6 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.list-item-27 {
  color: #313638;
  letter-spacing: -.04em;
}

.grid-40 {
  border-bottom: 1px solid #dae7ff;
  grid-template-rows: auto;
  padding-bottom: 40px;
}

.div-block-1312 {
  margin-top: 0;
}

.heading-135 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-1313, .div-block-1314 {
  margin-top: 40px;
}

.list-7 {
  padding-left: 30px;
}

.list-item-28 {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 25px;
}

.container-58 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.section-68 {
  margin-top: 120px;
}

.heading-136 {
  color: var(--green);
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-1315 {
  background-color: #0562a7;
  border-radius: 40px;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-left: 5px;
  display: flex;
}

.text-block-644 {
  color: #f9fbff;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.icon-23 {
  color: #fff;
}

.div-block-1316 {
  border-bottom: 2px solid #d4ede7;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-4 {
  height: auto;
}

.heading-137 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-645 {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.div-block-1317 {
  margin-top: 40px;
}

.grid-41 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 40px;
}

.div-block-1318 {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
}

.heading-138 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-646 {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.text-block-647 {
  color: #7a7d7e;
}

.text-block-648 {
  color: #7a7d7e;
  letter-spacing: -.04em;
  font-size: 18px;
  line-height: 22px;
}

.bold-text-88 {
  font-weight: 600;
}

.text-block-649 {
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.text-block-650 {
  color: #7a7d7e;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.image-120 {
  margin-bottom: 20px;
}

.div-block-1319 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.button {
  background-color: #409c86;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-top: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.heading-139 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-651 {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.div-block-1320 {
  background-color: #fff;
  border: 1px solid #8bacf645;
  border-radius: 30px;
}

.div-block-1321 {
  background-color: #f3f8ff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.form-block-5, .field-label-2 {
  display: none;
}

.search-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.search-input-2 {
  text-align: left;
  background-color: #f3f8ff;
  border: 1px solid #ecf0fa;
  border-radius: 26px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 40px;
}

.image-121 {
  position: relative;
  top: -36px;
  left: 20px;
}

.search-button-2 {
  display: none;
}

.text-block-652 {
  color: #333;
  -webkit-text-stroke-color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-653, .text-block-654, .text-block-655 {
  color: #313638;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.tab-link-tab-1-6 {
  background-color: #0000;
  border-bottom: 2px solid #d3dff7;
}

.tab-link-tab-1-6.w--current {
  color: #0562a7;
  background-color: #0000;
  border: 2px #0562a7;
  border-bottom-style: solid;
}

.tab-link-tab-2-58 {
  color: #313638;
  background-color: #0000;
  border-bottom: 2px solid #d3dff7;
}

.tab-link-tab-2-58.w--current {
  color: #0562a7;
  background-color: #0000;
  border-bottom: 2px solid #0562a7;
}

.tab-link-tab-3-2 {
  color: #313638;
  background-color: #0000;
  border-bottom: 2px solid #d3dff7;
}

.tab-link-tab-3-2.w--current {
  color: #0562a7;
  background-color: #0000;
  border-bottom: 2px solid #0562a7;
}

.tab-link-tab-4 {
  color: #313638;
  background-color: #0000;
  border-bottom: 2px solid #d3dff7;
}

.tab-link-tab-4.w--current {
  color: #0562a7;
  background-color: #0000;
  border-bottom: 2px solid #0562a7;
}

.tabs-menu-4 {
  border: 1px #d3dff7;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-2-3 {
  background-color: #0000;
}

.tab-pane-tab-1-4, .tab-pane-tab-3-4, .tab-pane-tab-4 {
  margin-top: 0;
}

.text-block-656 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-1322 {
  letter-spacing: -.04em;
  border-bottom: 1px solid #8bacf645;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-1323 {
  padding-left: 25px;
  padding-right: 25px;
}

.heading-140 {
  color: var(--rich-blue);
  align-items: flex-end;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
}

.div-block-1324 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.tabs-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-1325 {
  padding-top: 5px;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 60px;
}

.div-block-1326 {
  background-color: #d4ede7;
  border: 1px solid #cedeff;
  border-radius: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-141 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading-142 {
  color: var(--green);
  letter-spacing: -.04em;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading-138-copy {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-646-copy {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.grid-43 {
  grid-template-rows: auto auto auto;
  margin-top: 30px;
}

.div-block-1327 {
  background-color: #f3f8ff;
  border: 1px solid #8bacf645;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0 15px 15px;
  display: block;
}

.heading-143 {
  color: var(--rich-blue);
  letter-spacing: -.04em;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-657 {
  color: #313638;
  letter-spacing: -.04em;
}

.image-122 {
  width: 60px;
  max-width: none;
}

.div-block-1328 {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: -20px;
  display: flex;
}

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

.text-block-658 {
  padding-top: 9px;
}

.div-block-1330 {
  background-color: #f4fffc;
  border-radius: 20px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.div-block-1331, .tab-pane-tab-2-4 {
  margin-top: 0;
}

.text-block-659 {
  font-size: 20px;
  font-weight: 500;
}

.text-block-520-copy {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.text-block-660 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-521-copy {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.text-block-661, .text-block-662, .text-block-663, .text-block-664 {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-1332 {
  display: none;
}

.text-block-494-copy-1, .text-block-494-copy-mv {
  color: #163d93;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 52px;
  max-width: none;
  padding: 7px 15px;
  font-size: 9px;
}

.div-block-1333 {
  display: none;
}

.text-block-494-copy-new, .text-block-494-copy-s {
  color: #163d93;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 52px;
  max-width: none;
  padding: 7px 15px;
  font-size: 9px;
}

.div-block-1335-mv {
  display: none;
}

.text-block-499-copy {
  color: #5a556a;
  font-size: 12px;
}

.heading-61-copy {
  color: var(--green);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}

.text-block-498-copy {
  color: #313638;
  text-align: center;
}

.image_overlay-copy-1-copy-mv {
  width: 220px;
  display: none;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_overlay-copy-1-copy-mv.business {
  top: -270px;
}

.div-block-1194-copy-mv {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.div-block-1194-copy-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-59 {
  padding-right: 29px;
}

.contact-btn-copy-copy-bussinesssol {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0562a7;
  background-image: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-copy-bussinesssol:hover {
  color: #034e86;
}

.contact-btn-copy-copy-bussinesssol.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-copy-bussinesssol.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-copy-bussinesssol.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-copy-bussinesssol.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-copy-bussinesssol.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.image_overlay-copy-bs {
  width: 220px;
  position: relative;
  top: -250px;
  left: -83px;
  right: auto;
  overflow: visible;
}

.image_overlay-copy-bs.business {
  top: -270px;
}

.image_overlay-copy-bs.business-copy {
  display: none;
  top: -270px;
}

.image-128, .image-129 {
  display: none;
}

.div-block-1338 {
  margin-bottom: 0;
}

.image-132 {
  display: none;
}

._7x1-copy {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr auto 1fr auto auto;
  place-items: center start;
}

._7x1-copy._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

._7x1-copy._80px-gap.mg-40px-top, ._7x1-copy._80px-gap.mg-40px-top-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto 1fr auto;
  justify-content: center;
  display: flex;
}

.verticle-line-light-purple-copy-bs {
  background-color: #ada5cb;
  border: 1px solid #009cd04d;
  border-radius: 20px;
  width: 2px;
  height: 40px;
}

.verticle-line-light-purple-copy-bs.about {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.verticle-line-light-purple-copy-bs._1 {
  -webkit-text-fill-color: inherit;
  background-color: #edeeef;
  background-clip: border-box;
  height: 60px;
}

.service-block-copy-bs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-block-copy-bs._2 {
  justify-content: flex-end;
  align-items: center;
}

.service-block-copy-bs.business, .service-block-copy-bs.business-copy {
  align-items: center;
  width: 200px;
}

.div-block-1339 {
  display: none;
}

.service-block-copy-bs_mv {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-block-copy-bs_mv._2 {
  justify-content: flex-end;
  align-items: center;
}

.service-block-copy-bs_mv.business, .service-block-copy-bs_mv.business-copy, .service-block-copy-bs_mv.business-copy {
  align-items: center;
  width: 200px;
}

.contact-btn-copy-bs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-bs.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-bs.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-bs.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-bs.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-bs.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.image-58-copy-ts {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.text-block-527-copy {
  color: #313638;
  display: none;
}

.image-134 {
  display: none;
}

.div-block-1341 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-530-copy {
  color: #0562a7;
  height: 72px;
  font-size: 12px;
  display: none;
}

.text-block-532-copy {
  color: #5a556a;
}

.text-block-533-copy {
  color: #409c86;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.div-block-1342 {
  display: none;
}

.image-58-copy-copy-casestudies-copy-1 {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.div-block-1299-copy-mv {
  height: 432px;
  display: none;
}

.image-116-copy-mv {
  height: 432px;
}

.text-block-556-copy-cs-copy-mv {
  color: #3a5ba0;
  letter-spacing: -.04em;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 20px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-1343-mv {
  display: none;
}

.div-block-1343_mv1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  display: none;
}

.text-block-556-copy {
  color: #3a5ba0;
  background-color: #eef2fa;
  border: 1px solid #d9e1f2;
  border-radius: 20px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-1344-copy {
  display: none;
}

.image-117-copy {
  height: 240px;
}

.div-block-1304-copy-mv, .div-block-1304-copy-mv2, .div-block-1304-copy-mv3, .div-block-1304-copy-mv4 {
  margin-top: 30px;
}

.grid-45 {
  display: none;
}

.div-block-1304-copy {
  margin-top: 30px;
}

.div-block-1304-copy-1, .div-block-1304-copy-2, .div-block-1304-copy-3 {
  margin-top: 30px;
  display: none;
}

.contact-cus {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #291a5c, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-cus.small {
  background-image: linear-gradient(96deg, #4171d7, #422484);
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-cus.small.contact {
  background-color: #0562a7;
  background-image: none;
  border: 1px solid #204db0;
  border-radius: 40px;
}

.contact-cus.extra-small {
  padding: 4px 4px 4px 10px;
}

.dropdown-5 {
  width: 100%;
}

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

.image-115-copy {
  width: 100%;
  max-width: none;
  display: none;
}

.image-58-copy-copy_mv {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.contact-btn-copy-home {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-home.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-home.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-home.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-home.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-home.main-btn {
  background-color: #0562a7;
  background-image: none;
  border: 1px solid #204db0;
}

.contact-btn-copy-home.main-btn:hover {
  background-color: #034e86;
}

.contact-btn-copy-home2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-home2:hover {
  background-color: #034e86;
}

.contact-btn-copy-home2.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-home2.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-home2.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-home2.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-home2.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-home3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-home3:hover {
  background-color: #034e86;
}

.contact-btn-copy-home3.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-home3.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-home3.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-home3.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-home3.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy_h_card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy_h_card.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy_h_card.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy_h_card.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy_h_card.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy_h_card.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-h_c2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-h_c2.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-h_c2.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-h_c2.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-h_c2.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-h_c2.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.hero_image_wrapper-copy_ab {
  width: 597px;
  display: block;
}

.section-25-copy_bs {
  margin-top: 120px;
}

.bold-text-89 {
  font-weight: 600;
}

.text-block-544-copy {
  color: #5a556a;
  font-size: 12px;
}

.heading-89-copy {
  color: var(--green);
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
}

.text-block-545-copy {
  color: #313638;
  text-align: center;
  font-size: 12px;
}

.div-block-1353 {
  margin-top: 0;
  display: none;
}

.image-58-copy-copy-ai-copy {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.div-block-1224-copy {
  width: auto;
  display: none;
}

.image-67-copy {
  width: 100%;
  max-width: none;
  height: 329px;
}

.text-block-544-copy-1 {
  color: #5a556a;
  font-size: 12px;
}

.heading-89-copy-copy-1 {
  color: var(--regal-indigo);
  margin-bottom: 0;
  font-size: 23px;
  line-height: 100%;
}

.heading-89-copy-copy-1._1, .heading-89-copy-copy-1._1-copy {
  color: var(--green);
}

.text-block-545-copy-copy-1 {
  color: #191a1d;
  text-align: center;
  font-size: 12px;
}

.text-block-545-copy-copy-1.t1, .text-block-545-copy-copy-1.t1-copy {
  color: #313638;
  letter-spacing: -.04em;
}

.div-block-1355 {
  display: none;
}

.div-block-1232-copy-ai {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-58-copy-copy-bc-copy-1 {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.div-block-1240-copy {
  text-align: left;
  text-align: left;
  background-color: #bfbfbf;
  border: 1px #163d93;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 193px;
  display: flex;
}

.heading-101-copy {
  color: var(--green);
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 25px;
  line-height: 36px;
}

.text-block-564-copy {
  color: #313638;
  font-size: 13px;
}

.div-block-1357 {
  margin-top: 0;
  display: none;
}

.text-block-530-copy-copy {
  color: #0562a7;
  height: auto;
  font-size: 13px;
}

.image-58---cd-copy-1 {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.heading-101-copy-copy {
  color: var(--regal-indigo);
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 25px;
  line-height: 36px;
}

.heading-101-copy-copy.c1, .heading-101-copy-copy.c1-copy {
  color: var(--green);
}

.text-block-564-copy-copy {
  color: #191a1d;
  font-size: 13px;
}

.text-block-564-copy-copy.t1 {
  color: #313638;
}

.div-block-1359 {
  display: none;
}

.text-block-530-copy-copy-copy-mv {
  color: #0562a7;
  height: auto;
  font-size: 13px;
  display: none;
}

.grid-46-mv {
  display: none;
}

.div-block-1250-copy-1, .div-block-1250-copy-2, .div-block-1250-copy-3, .div-block-1250-copy-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.text-block-527-copy-copy-bs {
  color: #313638;
}

.image-58---it-copy-mv {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.line-square-arrow-2-copy-component {
  color: #090909;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 28px;
  font-weight: 100;
  line-height: 1em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.line-square-arrow-2-copy-component:hover {
  opacity: .7;
  transform: scale(.96);
}

.line-square-arrow-2-copy-component.slider-button-right---top-left {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy-component.slider-button-right---top-right {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.line-square-arrow-2-copy-component.slider-button-right---top-left-copy {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy {
  color: #090909;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 28px;
  font-weight: 100;
  line-height: 1em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.line-square-arrow-2-copy:hover {
  opacity: .7;
  transform: scale(.96);
}

.line-square-arrow-2-copy.slider-button-right---top-left {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy.slider-button-right---top-right {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.line-square-arrow-2-copy.slider-button-right---top-left-copy {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy.slider-button-right---top-right-copy {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.image-copy-home {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-home._2 {
  opacity: .47;
}

.image-copy-home.arrow-2 {
  width: 36px;
}

.image-copy-home.arrow-3 {
  width: 26px;
}

.image-copy-home.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-home2 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-home2._2 {
  opacity: .47;
}

.image-copy-home2.arrow-2 {
  width: 36px;
}

.image-copy-home2.arrow-3 {
  width: 26px;
}

.image-copy-home2.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-home3 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-home3._2 {
  opacity: .47;
}

.image-copy-home3.arrow-2 {
  width: 36px;
}

.image-copy-home3.arrow-3 {
  width: 26px;
}

.image-copy-home3.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.text-block-665 {
  font-size: 16px;
  line-height: 20px;
}

.text-block-666 {
  color: #191a1d;
}

.div-block-1106-copy-cards {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.slider-30 {
  display: none;
}

.div-block-1364 {
  margin-top: 0;
  display: block;
  position: static;
}

.div-block-1365 {
  align-items: flex-end;
  display: flex;
}

.div-block-1366 {
  opacity: 0;
  background-color: #f3f7ff;
  border: 1px solid #cedeff;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-end;
  height: 100%;
  padding: 30px 30px 20px 20px;
  display: flex;
  position: absolute;
}

.div-block-1367 {
  height: 100%;
  display: none;
}

.section-25-copy {
  margin-top: 120px;
}

.div-block-1368 {
  margin-top: 0;
}

.div-block-1368-copy-111 {
  margin-top: 0;
  display: none;
}

.image-87-copy-copy-it {
  height: 340px;
}

.text-block-667 {
  margin-top: 0;
  display: none;
}

.text-block-668 {
  display: none;
}

.image-88-copydown {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.text-block-575-copy {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
}

.text-block-575-copy-copy {
  color: #313638;
  font-size: 18px;
  line-height: 22px;
  display: none;
}

.grid-26-copy-it {
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  place-items: start center;
  height: 399px;
  padding: 20px;
}

.grid-46 {
  display: none;
}

.grid-27-copy-1, .grid-27-copy-2, .grid-27-copy-3, .grid-27-copy-4, .grid-27-copy-5, .grid-27-copy-6, .grid-27-copy-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-1377 {
  display: none;
}

.image-114-copy-12 {
  height: 475px;
  display: none;
}

.text-block-670-copy {
  display: none;
}

.div-block-1326-copy-mv {
  background-color: #d4ede7;
  border: 1px solid #cedeff;
  border-radius: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.image-58--cs-copy-mv {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.div-block-1273-copy-cs-copy-mv {
  padding-top: 0;
  display: none;
}

.image-87--cybersecurity-copy-mv {
  height: 340px;
}

.text-block-527-copy-copy-cs-copy {
  color: #313638;
  letter-spacing: -.04em;
  display: none;
}

.div-block-1379 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid-47 {
  display: none;
}

.grid-28-copy-cs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#fff, #edfaff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  place-items: start center;
  padding: 20px;
}

.grid-29-copy-1, .grid-29-copy-2cs, .grid-29-copy-3cs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
}

.image-58-copy--da-copy-data {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-58-copy--da-copy-da {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.div-block-1381 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1281-copy-d, .div-block-1281-copy-da {
  border: 1px solid #caccd4;
  width: 1px;
  height: 142px;
}

.image-58--qa-testing-copy-mv {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-58--qa-testing-copy-ds {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.div-block-1106-copy-js {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.hero_section-copy-ins {
  max-height: 400px;
  margin-top: 120px;
  padding-bottom: 60px;
}

.image-copy-bs {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-bs._2 {
  opacity: .47;
}

.image-copy-bs.arrow-2 {
  width: 36px;
}

.image-copy-bs.arrow-3 {
  width: 26px;
}

.image-copy-bs.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy._2 {
  opacity: .47;
}

.image-copy.arrow-2 {
  width: 36px;
}

.image-copy.arrow-3 {
  width: 26px;
}

.image-copy.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-2bs {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-2bs._2 {
  opacity: .47;
}

.image-copy-2bs.arrow-2 {
  width: 36px;
}

.image-copy-2bs.arrow-3 {
  width: 26px;
}

.image-copy-2bs.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

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

.image-copy-4._2 {
  opacity: .47;
}

.image-copy-4.arrow-2 {
  width: 36px;
}

.image-copy-4.arrow-3 {
  width: 26px;
}

.image-copy-4.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-5 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-5._2 {
  opacity: .47;
}

.image-copy-5.arrow-2 {
  width: 36px;
}

.image-copy-5.arrow-3 {
  width: 26px;
}

.image-copy-5.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-6 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-6._2 {
  opacity: .47;
}

.image-copy-6.arrow-2 {
  width: 36px;
}

.image-copy-6.arrow-3 {
  width: 26px;
}

.image-copy-6.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-7 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-7._2 {
  opacity: .47;
}

.image-copy-7.arrow-2 {
  width: 36px;
}

.image-copy-7.arrow-3 {
  width: 26px;
}

.image-copy-7.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-8 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-8._2 {
  opacity: .47;
}

.image-copy-8.arrow-2 {
  width: 36px;
}

.image-copy-8.arrow-3 {
  width: 26px;
}

.image-copy-8.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.image-copy-9 {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-9._2 {
  opacity: .47;
}

.image-copy-9.arrow-2 {
  width: 36px;
}

.image-copy-9.arrow-3 {
  width: 26px;
}

.image-copy-9.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.link-block-3-copy-legal {
  color: var(--heading-text-color);
  text-decoration: none;
  display: none;
}

.image-203 {
  margin-top: 0;
  display: none;
}

.div-block-1382 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-1281-copy-copy, .div-block-1281-copy-q, .div-block-1281-copy-q1 {
  border: 1px solid #caccd4;
  width: 1px;
  height: 142px;
}

.image-58-_et-copy-mv {
  max-width: none;
  height: 46%;
  display: none;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-58-_et-copy-m {
  max-width: none;
  height: 46%;
  position: relative;
  top: -273px;
  left: -193px;
}

.image-113-copy-et {
  min-height: 100%;
  max-height: none;
  display: none;
}

.image-113-copy-main {
  min-height: 100%;
  max-height: none;
}

.div-block-1281-copy {
  border: 1px solid #caccd4;
  width: 1px;
  height: 142px;
}

.heading-87-copy {
  color: var(--green);
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.heading-96-copy-h1, .heading-96-copy-h {
  width: auto;
  color: var(--new-para);
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 36px;
}

.contact-btn-copy-industry-copy-ind {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-industry-copy-ind.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-industry-copy-ind.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-industry-copy-ind.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-industry-copy-ind.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-industry-copy-ind.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-industry-copy-ind.lets-talk-copy-ind, .contact-btn-copy-industry-copy-ind.lets-talk-copy-ind-copy-1 {
  background-color: #0562a7;
}

.contact-btn-copy-industry-copy-ind.lets-talk-copy-ind-copy-1:hover {
  background-color: #034e86;
}

.image-44-copy-mv {
  width: auto;
  height: 500px;
  display: none;
}

.text-block-672 {
  color: #5e6269;
  padding-left: 20px;
}

.image-9-copy-1 {
  height: 70px;
}

._22px-text-copy.white-text.font-weight-semibold, ._22px-text-copy.white-text.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold, ._22px-text-copy.white-text-copy.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy-copy {
  color: var(--new-para);
  font-size: 28px;
  font-weight: 500;
}

.paragraph-2-copy._400px-width, .paragraph-2-copy._400px-width-copy {
  color: #7a7d7e;
  width: 300px;
  font-size: 14px;
  line-height: 18px;
}

.image-9-copy-2 {
  height: 70px;
}

._22px-text-copy {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

._22px-text-copy.white-text.font-weight-semibold, ._22px-text-copy.white-text.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold, ._22px-text-copy.white-text-copy.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy {
  color: var(--new-para);
  font-size: 28px;
  font-weight: 500;
}

.paragraph-2-copy {
  color: #a5b9d1;
}

.paragraph-2-copy._400px-width, .paragraph-2-copy._400px-width-copy, .paragraph-2-copy._400px-width-copy {
  color: #7a7d7e;
  width: 300px;
  font-size: 14px;
  line-height: 18px;
}

.image-9-copy-3, .image-9-copy-1-copy-tailor, .image-9-copy-2-copy-tail2, .image-9-copy-3-copy-tail4, .image-9-copy-1-copy-tailor-copy-sys1, .image-9-copy-2-copy-tail2-copysys2, .sys3 {
  height: 70px;
}

.submit-button-2 {
  background-color: #0562a7;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-1384 {
  background-color: #0562a7;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 209px;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.dropdown-list-3, .dropdown-list-3.w--open {
  background-color: #fff;
}

.dropdown-link-3 {
  color: #7a7d7e;
  border-radius: 40px;
  margin-top: 5px;
}

.line-square-arrow-2-copy-slide1 {
  color: #090909;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 28px;
  font-weight: 100;
  line-height: 1em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.line-square-arrow-2-copy-slide1:hover {
  opacity: .7;
  transform: scale(.96);
}

.line-square-arrow-2-copy-slide1.slider-button-right---top-left {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy-slide1.slider-button-right---top-right {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.line-square-arrow-2-copy-slide1.slider-button-right---top-right-copy {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy-slide2 {
  color: #090909;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 28px;
  font-weight: 100;
  line-height: 1em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.line-square-arrow-2-copy-slide2:hover {
  opacity: .7;
  transform: scale(.96);
}

.line-square-arrow-2-copy-slide2.slider-button-right---top-left {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy-slide2.slider-button-right---top-right {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  inset: auto 5% -15% auto;
}

.line-square-arrow-2-copy-slide2.slider-button-right---top-right-copy {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  inset: auto 0% -15% auto;
}

.div-block-1304-copy-copy-1, .div-block-1304-copy-copy, .div-block-1304-copy-copy-cms {
  margin-top: 30px;
  display: none;
}

.text-block-673, .text-block-674 {
  margin-top: 10px;
}

.div-block-1314-copy-imp {
  margin-top: 40px;
  display: none;
}

.text-block-675 {
  margin-top: 10px;
}

.div-block-1385, .div-block-1386, .div-block-1387, .div-block-1388 {
  display: none;
}

.collection-item {
  justify-content: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-71 {
  margin-top: 120px;
  margin-bottom: 190px;
}

.bold-text-92 {
  font-weight: 600;
}

.text-block-676 {
  color: #5e6269;
  font-size: 12px;
  line-height: 16px;
}

.container-62 {
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
}

.open-roles-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.div-block-1389 {
  background-color: #f3f8ff;
  border: 1px solid #d6e4ef;
  border-radius: 20px;
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.heading-149 {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.list-8 {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 30px;
  line-height: 20px;
}

.list-item-36 {
  letter-spacing: -.04px;
  line-height: 18px;
}

.select-field-2 {
  color: #7a7d7e;
  background-color: #fff;
  border: 1px solid #d4ede7;
  border-radius: 40px;
  width: 100%;
  height: 50px;
}

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

.select-field-3 {
  font-size: 13px;
}

.div-block-1328-copy {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: -20px;
  display: none;
}

.heading-150.w {
  width: 86%;
}

.text-block-copy-cardbtn, .text-block-copy-ct, .text-block-copy-home-text {
  color: var(--cloud-mist);
  letter-spacing: -.5px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 16px;
}

.heading-15-copy-w {
  color: var(--new-para);
  margin-bottom: 0;
  font-size: 28px;
  line-height: 45px;
}

.div-block-1391 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.form-wrapper {
  z-index: 50;
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 30px 20px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.section-72 {
  margin-top: 120px;
}

.heading-151 {
  color: var(--heading-text-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.text-block-677 {
  color: #5e6269;
}

.bold-text-98 {
  font-weight: 600;
}

.heading-152 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-678 {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
}

.div-block-1392 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1393 {
  background-image: linear-gradient(51deg, #00000087, #fff0), url('../images/signup.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  display: flex;
}

.text-block-679 {
  color: #fff;
  font-size: 42px;
  line-height: 46px;
}

.div-block-1394 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.image-215 {
  height: auto;
}

.div-block-1395 {
  border-bottom: 1px solid #d4ede7;
}

.field-label-3 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.field-label-4 {
  color: #0562a7;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.field-label-5 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-680 {
  font-size: 12px;
  line-height: 12px;
}

.text-block-681 {
  color: #7a7d7e;
  margin-top: 20px;
}

.text-block-682 {
  color: #7a7d7e;
  letter-spacing: -.04em;
  font-size: 12px;
  line-height: 12px;
}

.link-55 {
  color: #7a7d7e;
  font-weight: 700;
}

.text-field-2 {
  border: 1px solid #d4ede7;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.text-field-2::placeholder {
  color: #7a7d7e;
  letter-spacing: -.04em;
}

.text-field-3 {
  color: #7a7d7e;
  border: 1px solid #d4ede7;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.text-field-3::placeholder {
  color: #7a7d7e;
  letter-spacing: -.04em;
}

.text-field-4 {
  border: 1px solid #d4ede7;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.text-field-4::placeholder {
  color: #7a7d7e;
  letter-spacing: -.04em;
}

.div-block-1396, .div-block-1397 {
  margin-top: 30px;
}

.submit-button-3 {
  text-align: left;
  background-color: #0562a7;
  border-radius: 40px;
  width: 100%;
  margin-top: 0;
}

.container-63 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-1398 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0562a7;
  border: 1px solid #204db0;
  border-radius: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 18px;
  padding: 8px 8px 8px 10px;
  display: flex;
}

.image-216 {
  max-width: none;
}

.form-wrapper-2 {
  z-index: 50;
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  padding: 30px 20px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.forgot-password-link {
  float: right;
  color: #409c86;
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tour-step {
  display: none;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.relative {
  position: relative;
}

.section-73 {
  margin-top: 120px;
}

.container-64 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-1399, .div-block-1400 {
  margin-top: 30px;
}

.text-field-5 {
  border: 1px solid #d4ede7;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.text-field-6 {
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.field-label-6, .field-label-7 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.bold-text-99 {
  font-weight: 600;
}

.text-block-683, .text-span-103 {
  color: #7a7d7e;
}

.submit-button-4 {
  text-align: left;
  background-color: #0562a7;
  border-radius: 40px;
  width: 100%;
}

.flex-stack-center {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 10px;
  display: block;
  position: relative;
}

.section-74 {
  margin-top: 120px;
}

.heading-153, .heading-154 {
  display: none;
}

.form-6 {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.field-label-8 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-field-7 {
  color: #7a7d7e;
  border: 1px solid #d4ede7;
  border-radius: 40px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-1401 {
  width: 100%;
  margin-top: 30px;
}

.div-block-1402 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.submit-button-5 {
  text-align: left;
  background-color: #0562a7;
  border-radius: 40px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.link-56 {
  display: none;
}

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

.section-75 {
  margin-top: 220px;
}

.flex-stack-center-copy {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  max-width: 50vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 10px;
  display: flex;
  position: relative;
}

.submit-button-6 {
  background-color: #0562a7;
  border-radius: 40px;
  width: auto;
  font-size: 14.5px;
  font-weight: 700;
}

.text-block-678-copy-checkemail {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
}

.heading-152-copy-reset {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.section-76 {
  margin-top: 120px;
}

.heading-155, .text-block-684 {
  display: none;
}

.div-block-1404 {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 20px;
  min-width: 40vw;
  max-width: 50vw;
  margin-top: 40px;
  padding: 30px 20px 10px;
}

.container-66 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-7 {
  text-align: left;
  background-color: #0562a7;
  border-radius: 40px;
  width: 100%;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 14px;
}

.field-label-9, .field-label-10 {
  color: #0562a7;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-field-8, .text-field-9 {
  border: 1px solid #d4ede7;
  border-radius: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
}

.text-block-685 {
  color: #7a7d7e;
  font-size: 12px;
  line-height: 12px;
}

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

.submit-button-7 {
  background-color: #0562a7;
}

.section-77 {
  margin-top: 120px;
  margin-bottom: 220px;
}

.flex-stack-center-2 {
  background-color: #f4fffc;
  border: 1px solid #d4ede7;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 50vw;
  max-width: 50vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 10px;
  display: flex;
  position: static;
}

.link-block-460 {
  margin-top: 0;
}

.link-block-460:lang(en) {
  text-underline-position: under;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 3px;
}

.div-block-1406 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #8bacf645;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: baseline;
  width: auto;
  padding-bottom: 10px;
  display: flex;
}

.grid-48 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  width: 415px;
  margin-top: 20px;
}

.div-block-1407 {
  border-bottom: 1px solid #8bacf645;
  width: 415px;
  height: 1px;
}

.link-57 {
  color: #313638;
}

.link-58 {
  color: #313638;
  letter-spacing: -.04em;
  line-height: 16px;
}

.grid-49 {
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 20px;
}

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

.link-59 {
  color: #313638;
  letter-spacing: -.04em;
  margin-top: 0;
  line-height: 16px;
}

.grid-50 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.link-60 {
  line-height: 17px;
}

.link-61 {
  color: #313638;
  line-height: 16px;
}

.div-block-1407-copy-3, .div-block-1407-copy-2 {
  border-bottom: 1px solid #8bacf645;
  width: 168px;
  height: 1px;
}

.image-219, .image-220 {
  display: none;
}

.contact-btn-copy-new {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0562a7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn-copy-new.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-copy-new.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn-copy-new.small.innovations.btn-color:hover {
  background-color: #034e86;
}

.contact-btn-copy-new.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-copy-new.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn-copy-new.main-btn {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn--mv {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(96deg, #4171d7, #416ad0 9%, #422484);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn--mv.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn--mv.small.innovations.btn-color {
  background-color: #0562a7;
  background-image: none;
}

.contact-btn--mv.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn--mv.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.contact-btn--mv.blue, .contact-btn--mv.main-btn, .contact-btn--mv.blue-copy-mv {
  background-color: #0562a7;
  background-image: none;
}

.div-block-1408 {
  display: none;
}

.image-copy-mv {
  width: 38px;
  max-width: none;
  height: 38px;
}

.image-copy-mv._2 {
  opacity: .47;
}

.image-copy-mv.arrow-2 {
  width: 36px;
}

.image-copy-mv.arrow-3 {
  width: 26px;
}

.image-copy-mv.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.div-block-1409 {
  display: none;
}

.div-block-7-copy-mv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-7-copy-mv._2 {
  margin-top: 29px;
}

.div-block-5-copy-mv {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.flex-block-4-copy-mv {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-4-copy-mv._2, .flex-block-4-copy-mv._2-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
}

.copuwrite-container-copy {
  border-radius: 0px 0px var(--radius) var(--radius);
  background-color: #daf6ff;
  border: 1px #cbedf8;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 40px;
  display: flex;
}

.link-58-copy {
  color: #313638;
  letter-spacing: -.04em;
  line-height: 16px;
  display: none;
}

.div-block-1410 {
  display: none;
}

.div-block-1411 {
  margin-bottom: 10px;
  display: flex;
}

.grid-52 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  margin-top: 20px;
}

.link-62 {
  color: #313638;
  line-height: 16px;
}

.link-62-copy {
  color: #313638;
  padding-right: 10px;
  font-weight: 500;
  line-height: 16px;
}

.grid-53 {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.grid-54 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.link-62-copy-1 {
  color: #313638;
  line-height: 16px;
  display: none;
}

.text-block-686 {
  color: #313638;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.heading-157 {
  color: var(--regal-indigo);
  letter-spacing: -.04em;
  font-size: 29px;
  line-height: 32px;
}

.bold-text-110 {
  font-weight: 600;
}

.text-block-678-copy {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
  width: 46%;
}

.text-block-678-copy-cnp, .text-block-678-copy-checkemail-copy {
  color: #313638;
  text-align: center;
  letter-spacing: -.04em;
}

.paragraph-37-copy-insights {
  width: 84%;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-block-528-copy-ts {
  color: #313638;
  text-align: center;
  width: 56%;
}

.div-block-1194-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.image-222 {
  margin-top: 20px;
}

.div-block-1421 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-687 {
  color: #0562a7;
  letter-spacing: -.04em;
  font-weight: 600;
  line-height: 100%;
}

.section-78 {
  margin-top: 120px;
}

.heading-158 {
  color: #313638;
  letter-spacing: -.04em;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.div-block-1422 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-688 {
  color: #191a1d;
  letter-spacing: -.04em;
  font-size: 10px;
  line-height: 10px;
}

.image-223 {
  clear: none;
  margin-top: 20px;
}

.bold-text-112 {
  color: #191a1d;
}

.paragraph-41-copy-in2 {
  color: var(--heading-text-color);
  text-align: justify;
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-41-copy-in2.para_size {
  color: var(--new-para);
}

.paragraph-41-copy-in2.in2 {
  color: var(--new-para);
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-57-copy {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.link-block-461 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-159 {
  color: var(--new-para);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.bold-text-113 {
  letter-spacing: -.04em;
  font-weight: 500;
}

.paragraph-71 {
  color: var(--new-para);
}

.paragraph-72 {
  color: var(--new-para);
  letter-spacing: -.04em;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.div-block-1425 {
  margin-top: 50px;
}

.bold-text-114, .bold-text-115 {
  font-weight: 500;
}

.contact-btn-slider {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#f9fafc, #f0f2f5);
  border: 1px solid #d6e4ef;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 8px 8px 8px 20px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.contact-btn-slider.small {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.contact-btn-slider.extra-small {
  background-color: #fff;
  background-image: none;
  padding: 4px 4px 4px 10px;
}

.contact-btn-slider.btn {
  position: relative;
  top: 46px;
  left: auto;
}

.text-block-481-copy-slider {
  color: #0562a7;
  font-size: 14px;
}

.div-block-1426 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: flex-end;
  display: flex;
}

.div-block-1220-copy-js {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed #a5b9d1;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -18px;
}

.image-220-copy-l, .image-220-copy-r, .image-220-copy-r1, .image-220-copy-l1, .image-225 {
  display: none;
}

.heading-93-copy-1, .heading-93-copy-copy-mv, .heading-93-copy-cs-copy-mv {
  color: var(--new-para);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  display: none;
}

.text-block-555-copy {
  color: #696d78;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  display: none;
}

.div-block-1232-copy-h {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.div-block-1314-copy {
  margin-top: 40px;
  display: none;
}

.section-79 {
  margin-top: 120px;
}

.heading-160 {
  color: var(--green);
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-690 {
  color: #313638;
  text-align: center;
  font-weight: 500;
}

.div-block-1427 {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.form-7 {
  flex-flow: column;
  display: flex;
}

.div-block-1428 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-161 {
  display: none;
}

.field-label-11, .field-label-12 {
  color: #0562a7;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-field-10, .text-field-11 {
  color: #7a7d7e;
  border: 1px solid #d4ede7;
  border-radius: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px;
}

.link-block-463 {
  display: none;
}

.div-block-1429 {
  margin-top: 15px;
}

.text-block-691 {
  color: #7a7d7e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.submit-button-8 {
  text-align: left;
  background-color: #0562a7;
  border-radius: 40px;
  width: 100%;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-1091-copy-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: none;
}

.div-block-1091-copy-cta.lets-talk {
  justify-content: center;
}

.image-copy-hover_icon {
  width: 38px;
  max-width: none;
  height: 38px;
  display: none;
}

.image-copy-hover_icon._2 {
  opacity: .47;
}

.image-copy-hover_icon.arrow-2 {
  width: 36px;
}

.image-copy-hover_icon.arrow-3 {
  width: 26px;
}

.image-copy-hover_icon.call-icon-blue {
  width: 30px;
  max-width: 100%;
}

.text-span-107 {
  color: var(--green);
}

.bold-text-119 {
  font-weight: 600;
}

.paragraph-34-copy-jb {
  color: var(--rich-blue);
  font-size: 14px;
}

.heading-162 {
  letter-spacing: -.04em;
}

.heading-163 {
  width: 80%;
}

.bold-text-120 {
  font-weight: 600;
}

.background-video-copy-main {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(45deg, #0461a773, #3f9b858a);
  background-clip: border-box;
  height: 100%;
  display: none;
}

.banner-image-copy-copy-main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.banner-image-copy-copy-main._1 {
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy-copy-main._2 {
  text-align: center;
  background-image: url('../images/main-banner-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy-copy-main._3 {
  text-align: center;
  background-image: url('../images/main-banner.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy-copy-main._4 {
  text-align: center;
  background-image: url('../images/group-1171277634.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.banner-image-copy-copy-main._5 {
  text-align: center;
  background-image: url('../images/group-1000007003.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy-copy-main.head-tag-redirect {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 25px 80px;
  display: flex;
}

.banner-image-copy-copy-main.head-tag-redirect.about-us {
  text-align: center;
  background-image: url('../images/about-us.png');
  background-position: 50%;
  background-size: cover;
}

.banner-image-copy-copy-main._1-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
}

.background-video-copy-mobile-view {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(45deg, #0461a773, #3f9b858a);
  background-clip: border-box;
  height: 100%;
  margin-top: 0;
  display: none;
}

.banner-image-copy--mobileview {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.banner-image-copy--mobileview._1 {
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy--mobileview._2 {
  text-align: center;
  background-image: url('../images/main-banner-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy--mobileview._3 {
  text-align: center;
  background-image: url('../images/main-banner.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy--mobileview._4 {
  text-align: center;
  background-image: url('../images/group-1171277634.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.banner-image-copy--mobileview._5 {
  text-align: center;
  background-image: url('../images/group-1000007003.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-image-copy--mobileview.head-tag-redirect {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 25px 80px;
  display: flex;
}

.banner-image-copy--mobileview.head-tag-redirect.about-us {
  text-align: center;
  background-image: url('../images/about-us.png');
  background-position: 50%;
  background-size: cover;
}

.banner-image-copy--mobileview._1-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
}

.text-block-666-copy.hiden {
  display: none;
}

.text-block-666-copy {
  color: #191a1d;
}

.heading-117-copy {
  color: var(--new-para);
  font-size: 43px;
  font-weight: 400;
  line-height: 52px;
  display: none;
}

.image-226, .hambuger-menu-main {
  display: none;
}

.heading-16-copy {
  color: #313638;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

@media screen and (min-width: 1280px) {
  .text-block.text-1 {
    font-weight: 600;
    line-height: 14px;
  }

  .image.arrow-3 {
    height: 26px;
  }

  .section-banner.bg.map {
    padding-left: 0;
    padding-right: 0;
  }

  .section-banner.bg.mission {
    margin-top: 20px;
  }

  .section-banner.lines-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 50px;
    padding-right: 60px;
  }

  .container.bg {
    max-width: 1350px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container.gradient-bg.mg-40px-top.center {
    padding-bottom: 40px;
  }

  .container.map {
    background-image: url('../images/mapbg.png');
    background-size: cover;
  }

  .container.new {
    padding-left: 70px;
  }

  .banner-image._2, .banner-image._3 {
    padding-bottom: 80px;
  }

  .header-description {
    width: 57%;
    font-size: 20px;
    line-height: 24px;
  }

  .header-description.w {
    width: 45%;
    font-size: 20px;
    line-height: 24px;
  }

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

  ._2x1 {
    grid-column-gap: 34px;
    grid-template-columns: minmax(200px, 1.5fr) minmax(150px, 1fr);
  }

  ._2x1.mg-40px-top {
    grid-template-columns: minmax(200px, 1fr) auto;
  }

  ._2x1._3 {
    align-items: center;
  }

  ._4x1.mg-40px-top {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    place-content: stretch;
    place-items: center;
    max-width: 1100px;
  }

  .service-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    align-items: center;
  }

  .service-block.left {
    align-items: flex-start;
  }

  .tab-link-tab-1._2.w--current, .tab-link-tab-2._2.w--current {
    font-weight: 600;
  }

  ._22px-text.white-text.font-weight-semibold {
    line-height: 32px;
  }

  .paragraph {
    width: 500px;
  }

  ._3x1.fr.mg-40px-top {
    place-items: baseline center;
  }

  ._20px-text.purple-text.font-weight-semibold._1 {
    font-size: 30px;
    line-height: 34px;
  }

  ._16px-text.purple-text-homepg._1.business {
    font-size: 18.8px;
    line-height: 24.17px;
  }

  ._16px-text.purple-text-homepg.business {
    font-size: 18.8px;
    line-height: 24.7px;
  }

  ._16px-text.purple-text-homepg.business.font-size {
    font-size: 18.8px;
    line-height: 24.17px;
  }

  ._10px-spacing {
    flex-flow: column;
  }

  .flex-block-30-spacing {
    flex-flow: row;
  }

  .edf0f4-bg-color {
    width: 100%;
  }

  .flex-block-20-spacing._20px-top {
    width: 100%;
    max-width: 700px;
  }

  .bgimg.bsheader.margin-bs {
    padding-top: 0;
  }

  ._7x1._80px-gap.mg-40px-top, ._7x1._80px-gap.mg-40px-top-copy {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
  }

  .logov3_image {
    height: auto;
  }

  .bold-text-4.head-color-new {
    font-weight: 500;
  }

  .navbar-logo-left-container.shadow-three.header-992 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three.header-992.white {
    position: fixed;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper.nav-white {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    display: block;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link, .nav-link.nav-color.w--current {
    font-size: 14px;
  }

  .div-block-612 {
    display: none;
  }

  .div-block-610 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-1087 {
    width: 300px;
  }

  .slider-18 {
    width: 327px;
    height: 30%;
  }

  .mask-10 {
    height: 100%;
  }

  .link-block-389-copy-2 {
    width: auto;
    margin-top: 0;
  }

  .div-block-607 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 327px;
    height: auto;
    display: flex;
  }

  .tab-link-tab-1-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    width: auto;
  }

  .link-block-389-copy3 {
    margin-top: 0;
  }

  .tab-link-tab-2-56, .tab-link-tab-3 {
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-16-copy {
    margin-left: 20px;
  }

  .tabs-3 {
    font-family: Open Sans, sans-serif;
  }

  .contact-us-form {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 105px;
    margin-left: 60px;
  }

  .text-block-337 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .heading-light-black-28px-center {
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
  }

  .slider-17 {
    width: 327px;
    height: 30%;
  }

  .text-block-46-copy {
    font-family: Open Sans, sans-serif;
  }

  .div-block-606 {
    width: 100%;
    padding-right: 60px;
    display: flex;
  }

  .form-block-4 {
    height: auto;
  }

  .icon-16 {
    margin-top: 85px;
    margin-right: 20px;
  }

  .link-block-389-copy {
    margin-top: 0;
  }

  .left-arrow-8 {
    justify-content: flex-end;
    align-items: center;
  }

  .slider-25 {
    display: none;
  }

  .div-block-606-copy {
    width: 100%;
    padding-right: 60px;
    display: none;
  }

  .slide-13 {
    height: 100%;
  }

  .hero_section {
    max-height: 500px;
    margin-top: 120px;
  }

  .div-block-1090 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: start;
    height: auto;
    display: grid;
  }

  .hero_image_wrapper {
    align-self: auto;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .image_main {
    max-width: 100%;
    right: -160px;
  }

  .image_main.business {
    right: -109px;
  }

  .image_overlay {
    width: 300px;
    top: -300px;
    left: -130px;
  }

  .image_overlay.business {
    top: -330px;
    left: -70px;
  }

  .image_overlay.business-copy {
    top: -330px;
  }

  .heading-8 {
    color: var(--heading-text-color);
  }

  .bold-text-6 {
    color: var(--regal-indigo);
  }

  .navbar-logo-left-2 {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .contact {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding: 8px 8px 8px 20px;
  }

  .text-block-440 {
    font-weight: 700;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    height: 484px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .heading-12 {
    color: #313638;
  }

  .white-bg-copy-globaloffices._20px-padding {
    height: 260px;
  }

  .text-block-444 {
    padding: 5px;
  }

  .grid-3._1 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-items: start;
  }

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

  .container-7._1 {
    max-width: none;
  }

  .div-block-1103 {
    width: 443px;
    height: 196px;
    padding-bottom: 10px;
  }

  .heading-17 {
    height: 29%;
    margin-top: 14px;
  }

  .text-block-453 {
    padding-top: 8px;
  }

  .div-block-1107 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
    display: flex;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    max-width: 1350px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .div-block-1108 {
    width: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-pane-tab-3-3, .bold-text-10, .bold-text-11, .bold-text-12 {
    font-weight: 600;
  }

  .container-9 {
    max-width: 1350px;
  }

  .image-27 {
    width: auto;
    max-width: 100%;
  }

  .section-6 {
    padding-top: 40px;
  }

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

  .heading-32 {
    width: 87%;
  }

  .paragraph-11 {
    width: 70%;
  }

  .div-block-1114 {
    width: 67%;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-1119 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-15 {
    width: 68%;
  }

  .grid-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-41 {
    color: var(--heading-text-color);
  }

  .hero_section-jobseekers {
    max-height: 500px;
  }

  .container-copy-js {
    max-width: none;
  }

  .container-copy-js.bg {
    max-width: 1350px;
  }

  .container-copy-js.gradient-bg.mg-40px-top.center {
    padding-bottom: 40px;
  }

  .div-block-1090--jobseekers {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: flex-start center;
    display: grid;
  }

  .text-span-33, .text-span-34 {
    font-size: 64px;
  }

  .text-span-35 {
    color: var(--heading-text-color);
  }

  .heading-44 {
    font-size: 48px;
  }

  .image_overlay-copy-js1 {
    width: 300px;
    top: -300px;
    left: -49px;
  }

  .image_main-copy-js2 {
    max-width: none;
    height: 425px;
    right: -122px;
  }

  .background-video {
    background-image: linear-gradient(45deg, #0461a724, #3f9b854d);
  }

  ._18px-text.text-color {
    font-size: 18px;
    line-height: 24px;
  }

  .section-19 {
    margin-top: 20px;
  }

  .bold-text-26, .bold-text-27 {
    font-weight: 600;
  }

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

  .container-20 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .contact-btn-copy-js-btn-copy-highdemand {
    padding: 3px 3px 3px 10px;
  }

  .div-block-1172 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .contact-btn-exploreinjobseeksers {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .div-block-1173 {
    padding-top: 60px;
  }

  .container-21 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-48 {
    max-width: none;
    height: 500px;
  }

  .text-block-497 {
    font-weight: 600;
  }

  .slider-26 {
    margin-left: 40px;
    margin-right: -40px;
  }

  .heading-60.w {
    width: 64%;
  }

  .div-block-1186 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .text-block-503 {
    width: 61%;
  }

  .text-block-503.text {
    font-size: 18px;
    line-height: 22px;
  }

  .search-button {
    bottom: 54%;
    right: 24%;
  }

  .jobopenings-btn._w-136, .jobopeningsbtn._w-136 {
    width: 136px;
  }

  .text-block-510 {
    font-weight: 500;
  }

  .heading-68 {
    letter-spacing: -.04em;
  }

  .text-block-515 {
    padding-left: 58px;
  }

  .heading-69 {
    padding-left: 0;
  }

  .image-54 {
    width: auto;
  }

  .image_overlay-copy-1 {
    width: 300px;
    top: -300px;
    left: -130px;
  }

  .image_overlay-copy-1.business {
    top: -330px;
  }

  .heading-8-copy {
    color: var(--heading-text-color);
    font-size: 41px;
  }

  .left-arrow-9, .right-arrow-15 {
    top: 1287px;
  }

  .heading-70 {
    height: 52px;
    font-size: 22px;
  }

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

  .div-block-1090-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-1191-copy {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .hero_image_wrapper-copy {
    padding-left: 0;
  }

  .image-54-copy {
    width: auto;
  }

  .section-31 {
    margin-top: 60px;
  }

  .image-57 {
    width: auto;
    max-width: 100%;
  }

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

  .heading-79 {
    font-size: 54px;
  }

  .paragraph-68 {
    font-size: 19px;
  }

  .image-58 {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .image-59 {
    height: 385px;
  }

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

  .container-27 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .heading-80 {
    font-size: 48px;
  }

  .section-35 {
    margin-top: 140px;
  }

  .text-block-527 {
    width: 630px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-1207 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .text-block-530 {
    height: auto;
    font-size: 14px;
  }

  .text-block-533 {
    font-size: 20px;
  }

  .container-30 {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-1114-copy {
    width: 67%;
  }

  .softwaredevelopment {
    justify-content: space-between;
  }

  .heading-79-copy {
    width: 85%;
    font-size: 54px;
  }

  .paragraph-68-copy {
    width: 60%;
    font-size: 19px;
  }

  .div-block-1205-copy {
    text-align: center;
  }

  .image-59-copy {
    height: 385px;
  }

  .image-58-copy {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .grid-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: stretch stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-84 {
    font-size: 47px;
  }

  .text-block-536 {
    font-size: 18px;
    line-height: 22px;
  }

  .container-31 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-1216 {
    width: 297px;
    padding-bottom: 30px;
  }

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

  .text-block-540 {
    font-size: 16px;
  }

  .div-block-1217 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-30-copy-sd {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-89 {
    font-size: 24px;
  }

  .text-block-545 {
    width: auto;
    font-size: 14px;
  }

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

  .div-block-1220 {
    width: 230px;
  }

  .container-33 {
    max-width: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .grid-17 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: 1060px;
  }

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

  .div-block-1221 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-34 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .sd-heading {
    letter-spacing: -.04em;
  }

  .heading-79-copy-copy-ai {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68-copy-copy-ai {
    font-size: 19px;
  }

  .image-59-copy-copy-ai {
    height: 385px;
  }

  .image-58-copy-copy-ai {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .container-27-copy-ai {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .ai {
    justify-content: space-between;
  }

  .div-block-1205-copy-copy-ai {
    text-align: center;
  }

  .div-block-1217-copy-chooseai {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-67 {
    width: 100%;
  }

  .heading-92 {
    height: auto;
    font-size: 36px;
  }

  .text-block-549 {
    font-size: 14px;
  }

  .grid-18 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-1224 {
    justify-content: flex-end;
    display: block;
  }

  .container-33-copy {
    max-width: none;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-1220-copy {
    width: 230px;
  }

  .container-36 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-37 {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

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

  .div-block-1233 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .ai-heading-copy {
    letter-spacing: -.04em;
  }

  .section-copy.bg.map {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.bg.mission {
    margin-top: 20px;
  }

  .contact-btn-copy.extra-small.p, .contact-btn-copy.extra-small.p3, .contact-btn-copy.extra-small.p4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image_overlay-copy-mobile {
    width: 300px;
    top: -300px;
    left: -130px;
  }

  .image_overlay-copy-mobile.business {
    top: -330px;
  }

  .image_overlay-copy {
    width: 300px;
    top: -300px;
    left: 5px;
  }

  .image_overlay-copy.business {
    top: -330px;
  }

  .image-72, .image-73, .image-74 {
    width: auto;
  }

  .image_overlay-copy-js1-copy {
    width: 300px;
    top: -300px;
    left: -130px;
  }

  .heading-99 {
    font-size: 48px;
  }

  .container-27-copy-bc-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .blockchain {
    justify-content: space-between;
  }

  .div-block-1205---bc {
    text-align: center;
  }

  .heading-79---bc {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68---bc {
    font-size: 19px;
  }

  .image-58-copy-copy-bc {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .image-59-copy-copy-bc {
    height: 385px;
  }

  .container-31-copy {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-84-copy {
    font-size: 47px;
  }

  .text-block-536-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .container-36-copy {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-94-copy.color-bc {
    width: auto;
  }

  .grid-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-101 {
    font-size: 30px;
  }

  .text-block-564 {
    font-size: 14px;
  }

  .div-block-1217-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-1216-copy-bc, .div-block-1216-copy-bc-2, .div-block-1216-copy-bc3 {
    width: 385px;
  }

  .heading-87-copy.bc-head {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy {
    font-size: 16px;
  }

  .div-block-1114-copy-copy {
    width: 67%;
  }

  .green-head {
    font-weight: 600;
  }

  .banner-image-copy._1-copy.bottom {
    padding-bottom: 80px;
  }

  .container-27---clouddevops {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .cloud-devops-div {
    justify-content: space-between;
  }

  .div-block-1205-copycd {
    text-align: center;
  }

  .heading-79---cd {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68---cd {
    font-size: 19px;
  }

  .image-58---cd {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .image-59---cd {
    height: 385px;
  }

  .grid-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-566 {
    width: 79%;
  }

  .container-39 {
    max-width: none;
    padding-left: 70px;
  }

  .text-block-561-copy {
    width: 60%;
  }

  .grid-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-82-copy {
    font-size: 28px;
  }

  .container-40 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1216-copy {
    width: 297px;
  }

  .heading-87-copy-1, .heading-87-copy-2, .heading-87-copy-3, .heading-87-copy-4 {
    font-size: 28px;
  }

  .text-block-540-copy-1, .text-block-540-copy-2, .text-block-540-copy-3, .text-block-540-copy-4 {
    font-size: 16px;
  }

  .div-block-1114---clouddevops {
    width: 67%;
  }

  .cd-heading-copy {
    letter-spacing: -.04em;
  }

  .grid-24 {
    height: 503px;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .div-block-1250 {
    justify-items: start;
  }

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

  .container-27--it {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .it-infrastructure {
    justify-content: space-between;
  }

  .div-block-1205-copy---it {
    text-align: center;
  }

  .heading-79---it {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68---it {
    font-size: 19px;
  }

  .image-59---it {
    height: 385px;
  }

  .image-58---it {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .section-35-copy {
    margin-top: 140px;
  }

  .div-block-1206-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .div-block-1207-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-80-copy {
    font-size: 48px;
  }

  .image-87-copy {
    width: 561px;
    height: 431px;
  }

  .div-block-1216--itinfrastructure {
    width: 297px;
  }

  .heading-87--itinfrastructure {
    font-size: 24px;
  }

  .text-block-540---it {
    font-size: 14px;
  }

  .div-block-1258 {
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
  }

  .heading-108 {
    font-size: 20px;
  }

  .text-block-572, .text-block-573, .text-block-574 {
    font-size: 14px;
  }

  .container-43 {
    max-width: 1000px;
  }

  .container-44 {
    padding-top: 40px;
  }

  .grid-25 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-1262 {
    width: auto;
    padding-right: 20px;
  }

  .it-heading-copy-copy {
    letter-spacing: -.04em;
  }

  .grid-26 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-27 {
    grid-template-rows: auto auto;
    place-items: start stretch;
  }

  .div-block-1265 {
    justify-content: center;
    align-items: center;
  }

  .div-block-1272 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-79--cs {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68--cs {
    width: 61%;
    font-size: 19px;
  }

  .image-58--cs {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .image-59--cs {
    height: 385px;
  }

  .section-35--cybersecurity {
    margin-top: 140px;
  }

  .div-block-1206---cybersecurity {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .image-87--cybersecurity {
    width: 561px;
    height: 431px;
  }

  .div-block-1207--cybersecurity {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-80-copy--cs {
    font-size: 48px;
  }

  .text-block-527-copy-copy-cs {
    width: 630px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-36-copy-copy-cybersecurity {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-1217-copy-copy-cs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-1216-copy-cs1, .div-block-1216-copy-cs2, .div-block-1216-copy-cs3 {
    width: 385px;
  }

  .heading-87-copy-copy-cs {
    font-size: 28px;
  }

  .heading-87-copy-copy-cs.bc-head, .heading-87-copy-copy-cs.bc-head-copy-cs {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy-copy-cs {
    font-size: 16px;
  }

  .text-block-540-copy-copy {
    font-size: 16px;
  }

  .heading-87-copy-copy {
    font-size: 28px;
  }

  .div-block-1114---cybersecurity {
    width: 67%;
  }

  .grid-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-29 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    place-items: start;
    padding-top: 10px;
  }

  .text-block-601 {
    padding-left: 20px;
    font-size: 23px;
  }

  .text-block-602 {
    width: 121px;
    font-size: 12px;
  }

  .div-block-1276 {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-27-copy-dataanalytics {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .dataanalytics {
    justify-content: space-between;
  }

  .div-block-1205-copy--dataanalytics {
    text-align: center;
  }

  .heading-79-copy-dataanalytics {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68-copy-dataanalytics {
    font-size: 19px;
  }

  .image-59-copy--da {
    height: 385px;
  }

  .image-58-copy--da {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .div-block-1217-copy-copy-da {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-1216-copy-da, .div-block-1216-copy-da2, .div-block-1216-copy-da3 {
    width: 385px;
    padding-top: 40px;
  }

  .heading-87-copy-copy-da {
    font-size: 28px;
  }

  .heading-87-copy-copy-da.bc-head, .heading-87-copy-copy-da.bc-head-copy-cs, .heading-87-copy-copy-da.bc-head-copy-da {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy-copy-da {
    font-size: 14px;
  }

  .heading-87-copy-copy--da {
    font-size: 28px;
  }

  .heading-87-copy-copy--da.bc-head-copy {
    font-size: 24px;
  }

  .heading-87-copy-copy--da3 {
    font-size: 28px;
  }

  .heading-87-copy-copy--da3.bc-head-copy {
    font-size: 24px;
  }

  .text-block-540-copy-copy-copyda, .text-block-540-copy-copy-copy {
    font-size: 14px;
  }

  .container-36-copy--dataanalytics {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section-39-copy--dataanalytics {
    margin-top: 100px;
  }

  .container-31-copy--dataanalytics {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-84-copy--dataanalytics-head {
    font-size: 47px;
  }

  .text-block-536-copy--da-text {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-16-copy-da {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    place-items: stretch stretch;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-30 {
    justify-items: center;
    margin-top: 30px;
  }

  .text-block-605 {
    font-size: 24px;
  }

  .grid-31-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-47 {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-copy-bg.bg {
    max-width: 1350px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container-copy-bg.gradient-bg.mg-40px-top.center {
    padding-bottom: 40px;
  }

  .container-copy-bg.map {
    background-image: url('../images/mapbg.png');
    background-size: cover;
  }

  ._700px-width-copy-h {
    font-weight: 300;
  }

  .blue-logo-copy.logo-white {
    width: 100px;
  }

  .nav-link-copy.nav-color._1, .nav-link-copy._1.new-color.w--current, .nav-link-copy._1.new-color2, .nav-link-copy._1.new-color3 {
    font-size: 14px;
  }

  .bold-text-34, .bold-text-35 {
    font-weight: 600;
  }

  .bold-text-36 {
    font-size: 64px;
    font-weight: 600;
  }

  .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
    font-weight: 600;
  }

  .heading-114 {
    margin-bottom: 12px;
  }

  .nav-link-copy-1.nav-color-copy-1.w--current {
    font-size: 14px;
  }

  .container-copy-background {
    max-width: 1150px;
    padding-left: 50px;
    padding-right: 60px;
  }

  .container-copy-background.bg {
    max-width: 1350px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container-copy-background.gradient-bg.mg-40px-top.center {
    padding-bottom: 40px;
  }

  .container-copy-background.map {
    background-image: url('../images/mapbg.png');
    background-size: cover;
  }

  .text-block-611 {
    width: 68%;
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-53, .bold-text-54, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-65, .bold-text-67 {
    font-weight: 600;
  }

  .text-block-617 {
    width: 74%;
  }

  .bold-text-69 {
    font-weight: 600;
  }

  .container-27-copy-qa-testing {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .qa-testing {
    justify-content: space-between;
  }

  .div-block-1205--qa-testing {
    text-align: center;
  }

  .heading-79--qa-testing {
    width: 82%;
    font-size: 54px;
  }

  .paragraph-68--qa-testing {
    width: 65%;
    font-size: 19px;
  }

  .image-59--qa-testing {
    height: 385px;
  }

  .image-58--qa-testing {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .div-block-1217--qa-testing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-1216-copy-qa, .div-block-1216-copy-qa2, .div-block-1216-copy-qa3 {
    width: 385px;
    padding-top: 40px;
  }

  .container-36-copy--qa-testing {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-43-copy-qa {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-1258-copy-qa, .div-block-1258-copy-qa2, .div-block-1258-copy-qa3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
  }

  .heading-108-copy-qa {
    font-size: 20px;
  }

  .text-block-574-copy-qa {
    font-size: 14px;
  }

  .heading-108-copy-qa2 {
    font-size: 20px;
  }

  .text-block-573-copy-qa2 {
    font-size: 14px;
  }

  .heading-108-copy-qa3 {
    font-size: 20px;
  }

  .text-block-572-copy-qa3 {
    font-size: 14px;
  }

  .div-block-1258-copy-qa4 {
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
  }

  .bold-text-78 {
    font-weight: 600;
  }

  .container-47-copy-qa {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-30-copy-qa {
    justify-items: center;
    margin-top: 30px;
  }

  .text-block-605-copy-qa, .text-block-605-copy-qa2, .text-block-605-copy-qa3 {
    font-size: 24px;
  }

  .grid-31-copy-copy-qa3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-1114---qa {
    width: 67%;
  }

  .container-27-copy-et {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .softwaredevelopment-copy-et {
    justify-content: space-between;
  }

  .heading-79-copy-copy_et {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68-copy-copy_et {
    width: 65%;
    font-size: 19px;
  }

  .div-block-1205-copy-copy_et {
    text-align: center;
  }

  .image-59-_et {
    height: 385px;
  }

  .image-58-_et {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .container-39-copy-et {
    max-width: none;
    padding-left: 70px;
  }

  .grid-22-copy-et {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-36-copy--et {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-43-copy-et {
    max-width: 1000px;
  }

  .heading-108-copy-et, .heading-108-copy-et2, .heading-108-copy-et3 {
    font-size: 20px;
  }

  .text-block-574-copy-et, .text-block-573-copy-et, .text-block-572-copy-et {
    font-size: 14px;
  }

  .container-49 {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-32 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.25fr 1fr;
  }

  .heading-117 {
    font-size: 48px;
  }

  .grid-33 {
    margin-top: 10px;
  }

  .div-block-1283 {
    width: auto;
    padding-left: 20px;
  }

  .text-block-618 {
    width: 93%;
  }

  .div-block-1284 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .container-47-copy-et {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-30-copy-et {
    justify-items: center;
    margin-top: 30px;
  }

  .text-block-605-copy-et {
    font-size: 24px;
  }

  .text-block-605-copy-et2 {
    font-size: 22px;
  }

  .text-block-605-copy-et3 {
    width: auto;
    font-size: 24px;
  }

  .grid-31-copy-et1 {
    margin-top: 20px;
  }

  .grid-31-copy-copy-et3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-34 {
    place-items: stretch stretch;
  }

  .div-block-1087-copy-emp, .div-block-1087-copy-emplogin {
    width: 100%;
  }

  .image-114 {
    width: 100%;
    max-width: none;
  }

  .container-50 {
    max-width: 1140px;
  }

  ._4x1-copy.mg-40px-top {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    place-content: stretch;
    place-items: center;
    max-width: 1100px;
  }

  .text-block-534-copy-et-copy-noticeoffiling {
    padding-left: 45px;
  }

  .heading-120 {
    margin-bottom: 50px;
  }

  .div-block-1292, .div-block-1292-copy {
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 40px;
  }

  .text-block-534-copy-et-copy-noticeoffiling-copy-h1b {
    padding-left: 45px;
  }

  .heading-120-copy {
    margin-bottom: 50px;
  }

  .heading-123 {
    margin-left: 60px;
  }

  .text-block-627, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-1295 {
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 40px;
  }

  .text-block-628 {
    font-size: 14px;
  }

  .icon-20 {
    font-weight: 300;
  }

  .dropdown-toggle-2 {
    width: 128%;
  }

  .text-block-628-copy-l {
    font-size: 14px;
  }

  .dropdown-toggle-2-copy-legal {
    width: 193%;
  }

  .dropdown-toggle-2-copy-resources {
    width: 150%;
  }

  .text-block-628-copy-res, .text-block-629 {
    font-size: 14px;
  }

  .icon-21 {
    font-weight: 300;
  }

  .dropdown-toggle-3 {
    width: 118%;
  }

  .text-block-629-copy_legal {
    font-size: 14px;
  }

  .dropdown-toggle-3-copy-legal {
    width: 152%;
  }

  .dropdown-toggle-3-copy-resources {
    width: 128%;
  }

  .text-block-629-copy_res {
    font-size: 14px;
  }

  .container-27-copy-casestudies {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .image-59-copy-copy-casestudies {
    height: 385px;
  }

  .image-58-copy-copy-casestudies {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .casestudies {
    justify-content: space-between;
  }

  .heading-79-copy-copy-casestudies {
    width: 87%;
    font-size: 54px;
  }

  .paragraph-68-copy-copy-casestudies {
    font-size: 19px;
  }

  .section-63 {
    margin-top: 150px;
  }

  .container-53 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-1297 {
    justify-content: center;
    padding-top: 0;
  }

  .container-54 {
    padding-left: 70px;
    padding-right: 50px;
  }

  .container-55 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-56 {
    padding-left: 60px;
    padding-right: 80px;
  }

  .container-57 {
    margin-right: 10px;
    padding-left: 60px;
    padding-right: 0;
  }

  .div-block-1303 {
    width: auto;
    height: 847px;
    padding-bottom: 30px;
  }

  .grid-40, .div-block-1312 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-652, .text-block-653, .text-block-654, .text-block-655 {
    font-size: 20px;
  }

  .tabs-menu-4 {
    justify-content: space-between;
    align-items: stretch;
  }

  .text-block-656 {
    font-size: 20px;
    line-height: 24px;
  }

  .tabs-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .text-block-661, .text-block-662, .text-block-663, .text-block-664 {
    font-size: 20px;
  }

  .div-block-1334 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image_overlay-copy-1-copy-mv {
    width: 300px;
    top: -300px;
    left: -130px;
  }

  .image_overlay-copy-1-copy-mv.business {
    top: -330px;
  }

  .container-59 {
    width: 85%;
    max-width: none;
    padding-right: 31px;
  }

  .image_overlay-copy-bs {
    width: 300px;
    top: -300px;
    left: -130px;
  }

  .image_overlay-copy-bs.business, .image_overlay-copy-bs.business-copy {
    top: -330px;
  }

  ._7x1-copy._80px-gap.mg-40px-top {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
  }

  ._7x1-copy._80px-gap.mg-40px-top-copy {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    margin-top: 50px;
  }

  .verticle-line-light-purple-copy-bs {
    background-color: #009cd04d;
  }

  .image-58-copy-ts {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .text-block-527-copy {
    width: 630px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-530-copy {
    height: auto;
    font-size: 14px;
  }

  .text-block-533-copy {
    font-size: 20px;
  }

  .image-58-copy-copy-casestudies-copy-1, .image-58-copy-copy_mv {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .contact-btn-copy-home.main-btn._w-h {
    justify-content: space-between;
    align-items: center;
    width: 247px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
  }

  .contact-btn-copy-home2._w-h {
    justify-content: space-between;
    width: 247px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .contact-btn-copy-home3 {
    justify-content: space-between;
  }

  .contact-btn-copy-home3._w-h {
    width: 286px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
  }

  .div-block-1107-copy-ab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
    display: flex;
  }

  .hero_image_wrapper-copy_ab {
    padding-left: 0;
  }

  .heading-89-copy {
    font-size: 24px;
  }

  .text-block-545-copy {
    width: auto;
    font-size: 14px;
  }

  .image-58-copy-copy-ai-copy {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .div-block-1224-copy {
    justify-content: flex-end;
    display: none;
  }

  .image-67-copy {
    width: 100%;
  }

  .heading-89-copy-copy-1 {
    font-size: 24px;
  }

  .text-block-545-copy-copy-1 {
    width: auto;
    font-size: 14px;
  }

  .image-58-copy-copy-bc-copy-1 {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .heading-101-copy {
    font-size: 30px;
  }

  .text-block-564-copy {
    font-size: 14px;
  }

  .text-block-530-copy-copy {
    height: auto;
    font-size: 14px;
  }

  .image-58---cd-copy-1 {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .heading-101-copy-copy {
    font-size: 30px;
  }

  .text-block-564-copy-copy {
    font-size: 14px;
  }

  .text-block-530-copy-copy-copy-mv {
    height: auto;
    font-size: 14px;
  }

  .div-block-1250-copy-1, .div-block-1250-copy-2, .div-block-1250-copy-3, .div-block-1250-copy-4 {
    justify-items: start;
  }

  .text-block-527-copy-copy-bs {
    width: 630px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .image-58---it-copy-mv {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .div-block-1366 {
    opacity: 0;
  }

  .image-87-copy-copy-it {
    width: 561px;
    height: 431px;
  }

  .text-block-669 {
    width: 63%;
  }

  .grid-26-copy-it {
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-27-copy-1, .grid-27-copy-2, .grid-27-copy-3, .grid-27-copy-4, .grid-27-copy-5, .grid-27-copy-6, .grid-27-copy-7 {
    grid-template-rows: auto auto;
    place-items: start stretch;
  }

  .image-114-copy-12 {
    width: 100%;
    max-width: none;
  }

  .image-58--cs-copy-mv {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .image-87--cybersecurity-copy-mv {
    width: 561px;
    height: 431px;
  }

  .text-block-527-copy-copy-cs-copy {
    width: 630px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .grid-28-copy-cs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-29-copy-1, .grid-29-copy-2cs, .grid-29-copy-3cs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    place-items: start;
    padding-top: 10px;
  }

  .image-58-copy--da-copy-data, .image-58-copy--da-copy-da, .image-58--qa-testing-copy-mv, .image-58--qa-testing-copy-ds {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .hero_section-copy-ins {
    max-height: 500px;
    margin-top: 120px;
  }

  .image-58-_et-copy-mv, .image-58-_et-copy-m {
    height: 52%;
    top: -298px;
    left: -208px;
  }

  .heading-87-copy {
    font-size: 28px;
  }

  .heading-96-copy-h1, .heading-96-copy-h {
    font-size: 32px;
  }

  ._22px-text-copy.white-text-copy.font-weight-semibold-copy-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy {
    line-height: 32px;
  }

  .select-field-2 {
    justify-content: center;
    width: 300px;
    max-width: none;
    padding-right: 0;
    display: block;
  }

  .select-field-3 {
    padding-right: 12px;
  }

  .heading-150 {
    width: 96%;
  }

  .heading-150.w {
    width: 67%;
    font-weight: 500;
  }

  .bold-text-93, .text-block-copy-home-text, .bold-text-97 {
    font-weight: 600;
  }

  .div-block-1393 {
    max-width: none;
  }

  .div-block-1394 {
    grid-template-columns: 1fr .5fr;
  }

  .container-63, .container-64 {
    max-width: 1280px;
  }

  .bold-text-101, .bold-text-102, .bold-text-109, .bold-text-111 {
    font-weight: 600;
  }

  .paragraph-37-copy-insights {
    width: 59%;
  }

  .container-67 {
    width: 85%;
    max-width: none;
    margin-bottom: 60px;
  }

  .div-block-1419 {
    width: 100%;
    margin-top: 40px;
  }

  .image-222 {
    width: 1100px;
  }

  .container-68 {
    width: 85%;
    max-width: none;
    margin-bottom: 60px;
  }

  .image-223 {
    width: 1100px;
  }

  .div-block-1424 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-1220-copy-js {
    width: 217px;
  }

  .bold-text-117, .bold-text-118 {
    font-weight: 600;
  }

  .heading-162 {
    width: 67%;
  }

  .heading-162.sl {
    font-weight: 500;
  }

  .heading-163 {
    width: 67%;
  }

  .heading-163.w2.s1 {
    font-weight: 500;
  }

  .bold-text-121, .bold-text-122, .bold-text-123, .bold-text-124, .bold-text-125, .bold-text-126, .bold-text-127, .bold-text-128, .bold-text-129 {
    font-weight: 600;
  }

  .heading-117-copy {
    font-size: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .contact-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn.btn {
    top: 26px;
  }

  .contact-btn.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .text-block {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .image {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .image.arrow-2 {
    width: 38px;
  }

  .image.arrow-3 {
    width: 26px;
    height: 26px;
  }

  .image.call-icon-blue {
    display: block;
  }

  .image.contact-us {
    width: 30px;
  }

  .image.contact-us.h-38 {
    width: 38px;
  }

  .section-banner {
    margin-top: 0;
    padding-top: 80px;
  }

  .section-banner.head-banner {
    z-index: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .section-banner.bg {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-banner.bg.map {
    background-color: #f2f6ff;
    background-image: url('../images/map.svg');
    background-size: cover;
    max-width: 100%;
    margin-bottom: 0;
    padding: 100px 0 100px 40px;
  }

  .section-banner.bg.mission {
    max-width: 1400px;
    margin-top: 20px;
  }

  .section-banner.lines-bg {
    background-image: none;
    background-size: auto;
    margin-top: 60px;
  }

  .section-banner.lines-bg.margin_padding_adjusted {
    margin-top: 0;
    padding-top: 0;
  }

  .section-banner.new {
    padding-top: 0;
  }

  .container {
    color: #163d93;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px 40px 70px;
    display: block;
  }

  .container.head-banner {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .container.head-nav {
    background-color: #1f47a0c4;
    border: 1px solid #0a286d;
    border-radius: 37px;
  }

  .container.center-flex {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.bg {
    justify-content: center;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container.bg.green-purple-gd {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.gradient-bg.mg-40px-top.center {
    border-radius: var(--radius-1);
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container.map {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .container._2 {
    max-width: 100%;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 0;
  }

  .container.c-1.together {
    background-image: linear-gradient(20deg, #0461a7, #3f9b85);
    margin-bottom: 140px;
  }

  .container.new {
    max-width: 1440px;
    padding-top: 40px;
    padding-left: 70px;
    overflow: visible;
  }

  .container.c1 {
    padding-right: 100px;
  }

  .link-block {
    justify-content: flex-end;
  }

  .link-block.hide {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: var(--nav-color);
    padding-left: 15px;
    padding-right: 8px;
  }

  .link-block.hide.nav-blue {
    background-color: var(--regal-indigo);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(100deg, #4171d7 45%, #fff);
    background-clip: border-box;
  }

  .text-block-2 {
    color: var(--regal-indigo);
    font-weight: 700;
  }

  .banner-image._1 {
    background-image: none;
    background-size: auto;
  }

  .banner-image._1.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .banner-image._2 {
    background-position: 50%;
  }

  .banner-image._3 {
    background-image: url('../images/homepagebanner_2.png');
  }

  .banner-image._1-copy {
    background-image: none;
    background-size: auto;
  }

  .banner-image._1-copy.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .header-description {
    letter-spacing: 0;
    width: 52%;
    font-size: 20px;
    line-height: 24px;
  }

  .header-description.w {
    width: 44%;
  }

  .hyper-text {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    color: var(--nav-color);
    letter-spacing: 0;
    background-color: #ffffff3b;
    font-weight: 400;
  }

  .title-block.center-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .title-block.grid-2x1 {
    display: block;
  }

  .mg-40px-top {
    margin-right: 0;
    padding-left: 0;
  }

  ._2x1 {
    grid-column-gap: 0px;
    grid-template-columns: 1.1fr minmax(150px, 1fr);
    justify-items: start;
  }

  ._2x1.mg-40px-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2x1._2 {
    width: 80%;
  }

  ._2x1._3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  ._2x1.new {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr minmax(150px, 1.2fr);
    align-content: stretch;
    max-width: 1400px;
  }

  .white-bg._20px-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-color: #cedeff;
    border-radius: 20px;
    width: auto;
    padding-top: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .white-bg._15px-padding {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #e9f1ff;
    border-color: #cedeff;
    border-radius: 20px;
    justify-content: flex-start;
    width: 108%;
    padding: 20px;
  }

  .white-bg._26-bottom-padding {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    top: auto;
    overflow: visible;
  }

  ._4x1 {
    grid-template-columns: .75fr .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

  ._4x1.mg-40px-top {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .4fr .4fr .8fr 1fr;
    place-items: center stretch;
    max-width: 1400px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .service-block._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .service-block.business, .service-block.business-copy, .service-block.business-copy {
    width: 200px;
  }

  .service-block.left {
    align-items: flex-start;
  }

  .purple-text {
    color: var(--regal-indigo);
    font-size: 48px;
    font-weight: 600;
  }

  .purple-text._2 {
    color: var(--rich-blue);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
  }

  .purple-text._50-opacity._270px-width {
    width: 89%;
    font-size: 15.68px;
    font-weight: 400;
    line-height: 20.16px;
  }

  .purple-text._80-opacity._270px-width {
    letter-spacing: 0;
    width: auto;
    font-size: 15.68px;
    font-weight: 400;
    line-height: 20.16px;
  }

  .purple-text._80-opacity._270px-width.p1 {
    width: 80%;
    padding-right: 0;
    font-size: 15.68px;
    font-weight: 400;
    line-height: 20.16px;
  }

  .purple-text._80-opacity._270px-width.width-89 {
    width: 89%;
  }

  .purple-text._10px-top-padding {
    font-weight: 500;
  }

  .white-text {
    color: var(--new-para);
  }

  .white-text._14px-font {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 18px;
  }

  .tabs-menu, .tab-link-tab-1._2.w--current {
    border-radius: var(--radius-1);
  }

  .tab-link-tab-2._2.w--current {
    border-radius: var(--radius-1);
    background-color: var(--rich-blue);
  }

  .tabs._2 {
    margin-top: 0;
  }

  ._90px.light.purple-text {
    color: var(--regal-indigo);
    font-weight: 400;
    line-height: 90px;
  }

  ._3x1.fr.mg-40px-top {
    grid-column-gap: 22px;
    justify-items: start;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 0;
  }

  ._20px-text {
    padding-right: 47px;
  }

  ._20px-text.purple-text.font-weight-semibold {
    font-size: 28px;
    line-height: 32px;
  }

  ._20px-text.purple-text.font-weight-semibold._1 {
    width: 350px;
    font-size: 30px;
    line-height: 34px;
  }

  ._20px-text.bold.purple-text {
    color: var(--regal-indigo);
    letter-spacing: 0;
    font-size: 20px;
  }

  .black-text {
    color: var(--footer-sub-text);
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
  }

  .black-text.text-color {
    width: 111%;
  }

  .footer {
    background-color: #daf6ff;
    border: 1px solid #cbedf8;
    border-radius: 30px;
    max-width: 100%;
    margin: 100px 50px 0;
  }

  .footer-container.white-bg.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #daf6ff;
    border-color: #0000 #0000 #fff;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-4 {
    width: 50%;
  }

  ._16px-text {
    width: 100%;
    padding-right: 10px;
    line-height: 18px;
  }

  ._16px-text.purple-text-homepg {
    color: var(--sub-text);
    font-size: 18px;
  }

  ._16px-text.purple-text-homepg._1.business {
    font-size: 17px;
  }

  ._16px-text.purple-text-homepg.business {
    font-size: 17px;
    font-weight: 400;
  }

  ._16px-text.purple-text-homepg.business.font-size {
    font-size: 17px;
  }

  ._16px-text.medium {
    color: #0562a7;
  }

  ._16px-text._1 {
    width: 350px;
  }

  ._16px-text.medium-copy, ._16px-text.medium-copy-copy {
    color: #0562a7;
  }

  .grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: minmax(200px, 2fr) minmax(240px, 3.5fr) minmax(230px, 2fr);
    place-items: start;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-4 {
    color: #163d93;
    font-size: 16px;
  }

  .copuwrite-container {
    background-color: #0000;
    border-style: none;
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .text-block-5 {
    color: #313638;
  }

  .slider-wrapper.buttons-center---mbp {
    height: auto;
  }

  .slider-wrapper.buttons-center---mbp.future {
    margin-top: 50px;
  }

  .line-square-arrow-2.slider-button-right---top-left {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 4%;
  }

  .line-square-arrow-2.slider-button-right---top-right {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .line-square-arrow-2.slider-button-right---top-left-copy {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2.slider-button-right---top-right-copy {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .hidden {
    display: none;
  }

  .section-2 {
    max-width: 100%;
    padding-top: 40px;
  }

  .mg-right-10px.height-520px {
    border-radius: 20px;
    width: 380px;
    height: 342px;
    overflow: visible;
  }

  .mg-right-10px.height-520px._1 {
    height: auto;
  }

  .mg-right-10px.height-430px {
    width: 344px;
    height: 400px;
  }

  .slider-content-block.service-1 {
    background-image: url('../images/sector-img4.png');
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-8 {
    background-image: url('../images/sector-img9.png');
    background-position: 50%;
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-4 {
    background-image: url('../images/banking.png');
  }

  .slider-content-block.service-6 {
    background-image: url('../images/sector-img5.png');
    background-position: 50%;
    background-size: cover;
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-7 {
    background-image: url('../images/sector-img7.png');
    background-position: 50%;
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-5 {
    background-image: url('../images/sector-img6.png');
    background-position: 50%;
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-11 {
    background-image: url('../images/sector-img3.png');
    background-position: 50%;
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-2 {
    background-image: url('../images/sector-img8.png');
    background-position: 50%;
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
  }

  .slider-content-block.service-9 {
    background-image: url('../images/sector-img2.png');
    background-position: 50%;
    border-style: none;
    border-radius: 20px;
    height: 100%;
    padding: 0 20px 20px;
  }

  .slider-content-block.service-3 {
    background-image: url('../images/sector-img1.png');
    background-position: 50%;
    background-size: cover;
    border-style: none;
    border-width: 1px;
    border-radius: 30px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .slider-content-block.service-3.journey {
    height: 100%;
    max-height: none;
  }

  .slider-mask.portfolio-slider.industries {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-9 {
    color: #313638;
  }

  ._10px-spacing.extend {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-9 {
    align-self: auto;
    height: 1.5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-30-spacing {
    margin-top: 40px;
  }

  .edf0f4-bg-color {
    width: auto;
  }

  .flex-block-20-spacing._20px-top {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    box-shadow: none;
    background-color: #f4fffc;
    border-color: #d9f8f1;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 40px;
  }

  ._800px-width {
    width: 720px;
    color: var(--sub-text);
  }

  .tab-link-tab-2-copy.w--current {
    border-radius: var(--radius-1);
    background-color: var(--rich-blue);
    color: var(--cloud-mist);
  }

  .tab-link-tab-2-55.w--current {
    border-radius: var(--radius-1);
    background-color: var(--rich-blue);
  }

  .paragraph-2._400px-width {
    width: auto;
  }

  ._12px-spacing._400px-width {
    align-items: center;
    width: 347px;
  }

  .div-block-10 {
    width: 0;
  }

  .flex-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .body-text-color._260px {
    width: 300px;
    color: var(--rich-blue);
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
  }

  .serviceimage {
    margin-top: 0;
  }

  .bgimg {
    background-image: url('../images/bg.png');
    background-position: 50% 68%;
    background-size: cover;
  }

  .bgimg._1 {
    background-image: url('../images/bg-blue-lines.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .bgimg._2 {
    background-image: url('../images/bg_desktop_lines.png');
    background-position: 50% 16%;
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
    padding-bottom: 40px;
  }

  .bgimg._2.padding-top {
    padding-top: 0;
  }

  .bgimg.innovation-bg {
    background-image: url('../images/bg_desktop_lines.png');
    margin-bottom: 0;
    padding-bottom: 180px;
  }

  .bgimg.innerpadding {
    padding-top: 0;
  }

  .bgimg.bsheader {
    z-index: -1;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: scroll;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .bgimg.bsheader.margin-bs {
    background-image: url('../images/bg.png');
    background-size: cover;
    margin-top: 0;
    padding-top: 0;
  }

  ._36px-font-size.font-weight-semibold {
    color: var(--regal-indigo);
  }

  ._300px-width {
    color: #191a1d;
    width: 600px;
    font-size: 16.63px;
    line-height: 22px;
  }

  ._700px-width {
    color: var(--heading-text-color);
  }

  ._7x1._80px-gap.mg-40px-top {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    max-width: 1440px;
    margin-top: 60px;
  }

  ._7x1._80px-gap.mg-40px-top-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    max-width: 1440px;
  }

  .verticle-line-light-purple {
    color: #b1c1e3;
    height: 45px;
  }

  .verticle-line-light-purple._1 {
    color: #edeeef;
  }

  .logov3_component._30px-top-mag {
    margin-top: 80px;
  }

  .logov3_marquee {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .logov3_image {
    color: #e5edfe;
    height: auto;
    font-size: 9px;
  }

  ._14px-text.grey-text {
    color: var(--footer-sub-text);
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  ._14px-text.grey-text._12px {
    width: 109%;
  }

  .heading-3 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .bold-text {
    color: var(--regal-indigo);
    font-weight: 600;
  }

  .paragraph-3 {
    color: var(--sub-text);
    letter-spacing: 0;
  }

  .heading-4 {
    color: var(--regal-indigo);
    font-size: 28px;
  }

  .div-block-13 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    align-items: flex-end;
    display: flex;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    line-height: 20px;
  }

  .text-block-14 {
    line-height: 18px;
  }

  .text-block-15 {
    line-height: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 52px;
  }

  .bold-text-2 {
    color: var(--regal-indigo);
  }

  .paragraph-4 {
    color: var(--heading-text-color);
    text-align: center;
    line-height: 24px;
  }

  .bold-text-3 {
    color: var(--regal-indigo);
  }

  .paragraph-5 {
    color: var(--sub-text);
  }

  .bold-text-4 {
    color: var(--regal-indigo);
    font-weight: 600;
  }

  .heading-6 {
    color: var(--cloud-mist);
    margin-bottom: 10px;
  }

  .paragraph-6 {
    width: 58%;
    color: var(--heading-text-color);
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-5 {
    color: var(--heading-text-color);
  }

  .heading-7 {
    letter-spacing: 0;
    font-size: 28px;
  }

  .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    color: var(--regal-indigo);
    letter-spacing: 0;
  }

  .text-block-26 {
    color: var(--regal-indigo);
  }

  .navbar-logo-left {
    z-index: 3;
    background-color: #ffffff0d;
    border: 1px solid #0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .navbar-logo-left.white-header {
    background-color: #fff;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 10;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: block;
  }

  .navbar-logo-left-container.shadow-three.header-992 {
    background-color: #ffffff0d;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    left: auto;
    right: auto;
  }

  .navbar-logo-left-container.shadow-three.header-992.white {
    background-color: #fff;
    overflow: visible;
  }

  .container-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .navbar-wrapper {
    text-align: center;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 10px;
  }

  .navbar-wrapper.nav-white {
    padding-left: 50px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    display: block;
  }

  .nav-menu-two {
    justify-content: space-between;
  }

  .nav-link {
    color: #fff;
    font-weight: 600;
  }

  .nav-link.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link.nav-blue {
    color: #163d93;
  }

  .nav-link.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link._1 {
    color: #163d93;
  }

  .nav-dropdown-icon {
    color: #fff;
  }

  .nav-dropdown-icon.nav-blue {
    color: #163d93;
  }

  .button-primary {
    text-align: right;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-27 {
    color: #fff;
    font-weight: 600;
  }

  .text-block-27.nav-blue {
    color: #163d93;
  }

  .div-block-610 {
    margin-top: 0;
  }

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

  .field-label {
    letter-spacing: -.5px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .text-field {
    color: #7689a3;
    border-color: #e8ebf1;
    font-family: Inter, sans-serif;
    font-size: 14px;
  }

  .form-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-light-black-28px-center {
    margin-top: 0;
  }

  .slider-17 {
    height: 30%;
    margin-bottom: 20px;
  }

  .div-block-606 {
    height: 730px;
    padding-right: 40px;
  }

  .form-block-3 {
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .select-field {
    font-size: 14px;
  }

  .select-field:active, .select-field:focus {
    color: #606164;
  }

  .hero_section {
    background-color: #0000;
    max-width: 1440px;
    max-height: 620px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

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

  .hero_visual_wrap {
    background-image: url('../images/about-hero-img-1.png');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    position: relative;
  }

  .hero_image_wrapper {
    z-index: 0;
    flex-flow: row;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .image_main {
    max-width: 100%;
    position: relative;
    top: -90px;
    right: -240px;
  }

  .image_main.business {
    top: -10px;
    right: -224px;
  }

  .image_overlay {
    position: absolute;
    inset: 0% auto 0% 10%;
  }

  .image_overlay.business {
    top: 21%;
    left: 51px;
  }

  .image_overlay.business-copy {
    top: 21%;
  }

  .heading-8 {
    color: var(--heading-text-color);
    padding-top: 0;
    font-size: 64px;
    font-weight: 400;
    line-height: 68px;
  }

  .heading-8._1 {
    padding-top: 0;
    font-weight: 400;
  }

  .bold-text-6 {
    color: var(--regal-indigo);
  }

  .paragraph-7 {
    width: 86%;
    color: var(--heading-text-color);
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-7._1 {
    width: 61%;
    color: var(--new-para);
  }

  .div-block-1091 {
    padding-top: 20px;
    position: relative;
  }

  .div-block-1091.left {
    justify-content: flex-start;
  }

  .div-block-1091.lets-talk {
    justify-content: center;
    padding-top: 0;
  }

  .blue-logo.logo-white {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .navbar-logo-left-2 {
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }

  .navbar-logo-left-2.header-white {
    display: block;
    position: fixed;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #fff;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

  .container-3 {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 10px;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
    padding-left: 0;
  }

  .nav-link-2 {
    color: #163d93;
    font-weight: 600;
  }

  .nav-link-2.w--current {
    font-weight: 600;
  }

  .nav-dropdown-icon-2 {
    color: #163d93;
  }

  .text-block-438, .text-block-439 {
    color: #163d93;
    font-weight: 600;
  }

  .contact {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    color: #163d93;
    background-color: #fff;
    border-radius: 50px;
    align-items: center;
    margin-right: 20px;
    padding: 8px 8px 8px 20px;
    display: flex;
  }

  .contact.blue {
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 100%, #fff);
  }

  .text-block-440 {
    font-weight: 700;
  }

  .text-block-440.blue {
    color: #fff;
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .bold-text-7 {
    color: var(--rich-blue);
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    height: 522px;
    overflow: clip;
  }

  .container-4 {
    max-width: none;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-1092 {
    background-color: #f4fffc;
    border: 1px solid #d4ede7;
    border-radius: 30px;
    width: 691px;
    height: 522px;
    padding: 20px 40px 20px 20px;
  }

  .div-block-1093 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-9 {
    color: var(--heading-text-color);
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
  }

  .text-block-441 {
    color: #313638;
    font-weight: 400;
  }

  .div-block-1094 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .heading-10 {
    color: var(--heading-text-color);
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .form-block-3-copy {
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .contact-btn-copy-getintouch-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-getintouch-btn.small.contact {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: 38%;
    height: auto;
  }

  .contact-btn-copy-getintouch-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-getintouch-btn.btn {
    top: 26px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .text-block-442 {
    padding-left: 6px;
  }

  .heading-11 {
    color: var(--cloud-mist);
  }

  .heading-12 {
    color: #313638;
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
  }

  .text-block-443 {
    color: #7a7d7e;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-1095 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .white-bg-copy-globaloffices._20px-padding {
    border-color: #cedeff;
    width: 100%;
    height: 270px;
    padding: 20px 20px 40px;
  }

  .white-bg-copy-globaloffices._15px-padding {
    background-color: #cedeff;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .white-bg-copy-globaloffices._26-bottom-padding {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .div-block-1096 {
    justify-content: center;
    margin-bottom: 60px;
  }

  .heading-13 {
    max-width: 940px;
  }

  .text-block-444 {
    padding: 5px;
  }

  .text-block-445 {
    line-height: 22px;
  }

  .div-block-1097 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-1098 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-3 {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
  }

  .text-block-copy-submit-btn {
    color: var(--nav-color);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .contact-btn-copy-smarttechbtn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-smarttechbtn.extra-small {
    background-color: #fff;
    background-image: none;
    border: 1px solid #d4ede7;
    margin-top: 10px;
    padding-top: 4px;
    display: inline-flex;
  }

  .contact-btn-copy-smarttechbtn.btn {
    top: 26px;
  }

  .text-block-copy-smarttechtext {
    color: var(--green);
    letter-spacing: 0;
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .bold-text-8 {
    color: var(--bright-cyan);
  }

  .text-span-22 {
    color: var(--heading-text-color);
  }

  .heading-14 {
    line-height: 52px;
  }

  .heading-14._1 {
    font-weight: 500;
    line-height: 52px;
  }

  .text-block-446 {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-3 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    place-items: center;
  }

  .grid-3._1 {
    grid-column-gap: 130px;
  }

  .heading-15 {
    line-height: 28px;
  }

  .text-block-447 {
    padding-right: 62px;
  }

  .div-block-1100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 443px;
    padding-bottom: 40px;
  }

  .image-14.cloud {
    width: 40px;
  }

  .div-block-1101 {
    margin-top: 50px;
  }

  .container-7 {
    width: 100%;
    max-width: none;
    height: 1060px;
  }

  .container-7._1 {
    border-style: none;
    width: auto;
    max-width: 1340px;
    height: auto;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .heading-16 {
    font-size: 48px;
  }

  .text-block-448 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-1103 {
    padding: 15px 15px 25px;
  }

  .text-block-449 {
    height: 23px;
    line-height: 12px;
  }

  .div-block-1105 {
    padding-top: 10px;
  }

  .heading-17 {
    margin-top: 20px;
  }

  .text-block-454 {
    font-weight: 600;
  }

  .container-8 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    color: var(--cloud-mist);
    font-size: 28px;
  }

  .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28 {
    font-size: 28px;
  }

  .image-17, .image-18 {
    width: 28px;
    height: 31px;
  }

  .div-block-1107 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .section-4 {
    background-position: 50%;
    max-width: 1250px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    letter-spacing: -.04em;
  }

  .div-block-1108 {
    width: 55%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-29 {
    color: var(--new-para);
  }

  .tab-pane-tab-3-3, .tab-pane-tab-1-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-10, .bold-text-11 {
    font-weight: 600;
  }

  .text-block-458 {
    font-size: 16px;
  }

  .text-block-459 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-24, .image-25, .image-26 {
    width: 60px;
  }

  .grid-4, .grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-30 {
    color: var(--new-para);
  }

  .container-9 {
    max-width: 1350px;
  }

  .container-9._1 {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 60px 0 50px;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .div-block-1109 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-6 {
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .paragraph-9._1 {
    width: 42%;
  }

  .div-block-1110 {
    padding-left: 50px;
  }

  .container-10 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .div-block-1111, .div-block-1112 {
    padding-left: 50px;
  }

  .journey-card-h4 {
    color: var(--new-para);
  }

  .section-7 {
    margin-top: 60px;
  }

  .div-block-1113 {
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .container-11.max-width, .container-11.max-width-copy {
    max-width: 1100px;
  }

  .heading-32 {
    width: 46%;
  }

  .paragraph-11 {
    width: 63%;
  }

  .heading-33 {
    letter-spacing: -.04em;
  }

  .paragraph-12 {
    width: 96%;
  }

  .div-block-1115 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .text-block-462 {
    padding: 5px 10px;
  }

  .div-block-1117 {
    align-self: flex-start;
    margin-top: 40px;
  }

  .div-block-1117._1 {
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 20px;
  }

  .div-block-1118 {
    align-items: center;
  }

  .section-8 {
    margin-top: 60px;
    padding-top: 40px;
  }

  .section-9 {
    max-width: 1440px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

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

  .div-block-1119 {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 60px 40px;
  }

  .container-12._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15 {
    width: 67%;
  }

  .image-30, .image-31 {
    margin-bottom: 10px;
  }

  .section-10 {
    margin-top: 60px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr;
    margin-top: 40px;
  }

  .heading-36 {
    text-align: center;
    margin-bottom: 10px;
  }

  .paragraph-17 {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-32 {
    height: auto;
  }

  .container-13 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-11 {
    margin-top: 140px;
  }

  .section-12 {
    margin-top: 60px;
    padding-top: 40px;
  }

  .grid-9 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    margin-top: 50px;
  }

  .paragaph--1 {
    width: 80%;
  }

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

  .section-13 {
    padding-bottom: 100px;
  }

  .grid-10 {
    margin-top: 50px;
  }

  .div-block-1123 {
    overflow: hidden;
  }

  .div-block-1124 {
    padding-left: 20px;
  }

  .image-44 {
    overflow: visible;
  }

  .heading-41 {
    width: 77%;
  }

  .text-block-464 {
    width: 127%;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-465 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-466 {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-466._1 {
    width: 110%;
  }

  .text-block-467 {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-11 {
    grid-column-gap: 90px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr 1fr;
    place-items: start;
    padding-top: 20px;
  }

  .grid-11.width {
    width: 100%;
  }

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

  .bold-text-16, .bold-text-18 {
    line-height: 18px;
  }

  .logo-dark {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .container-head-nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-14 {
    margin-top: 100px;
  }

  .paragraph-20 {
    padding-bottom: 10px;
  }

  .paragraph-21 {
    width: 80%;
    padding-bottom: 10px;
  }

  .paragraph-22, .paragraph-23 {
    padding-bottom: 10px;
  }

  .paragraph-23.newcolor {
    width: 80%;
  }

  .paragraph-24, .paragraph-25 {
    padding-bottom: 10px;
  }

  .paragraph-26 {
    width: 80%;
    padding-bottom: 10px;
  }

  .paragraph-27, .paragraph-28 {
    padding-bottom: 10px;
  }

  .logo-2, .call-icon-dark {
    display: none;
  }

  .hero_section-jobseekers {
    background-color: #0000;
    max-width: none;
    max-height: 520px;
    margin-top: 0;
    padding: 40px 40px 80px 70px;
  }

  .container-copy-js {
    max-width: 1440px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 60px;
    display: block;
  }

  .container-copy-js.head-banner {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .container-copy-js.head-nav {
    background-color: #1f47a0c4;
    border: 1px solid #0a286d;
    border-radius: 37px;
  }

  .container-copy-js.center-flex {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .container-copy-js.bg {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-copy-js.bg.green-purple-gd {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-copy-js.gradient-bg.mg-40px-top.center {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .container-copy-js.map {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-js._2 {
    max-width: 100%;
    padding-top: 100px;
    padding-left: 40px;
  }

  .div-block-1090--jobseekers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .js {
    margin-top: -80px;
  }

  .contact-btn-copy-js-btn {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-js-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-js-btn.btn {
    top: 26px;
  }

  .contact-btn-copy-js-btn.schedule {
    margin-right: 0;
  }

  .div-block-1091-copy-discoveroursolutions-btn {
    padding-top: 20px;
    position: relative;
  }

  .div-block-1091-copy-discoveroursolutions-btn.left {
    justify-content: flex-start;
  }

  .text-span-34 {
    color: var(--regal-indigo);
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-44 {
    font-size: 44px;
  }

  .image_overlay-copy-js1 {
    position: absolute;
    inset: 0% auto 0% 10%;
  }

  .image_main-copy-js2 {
    max-width: 100%;
    position: relative;
    top: -90px;
    right: -240px;
  }

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

  .text-block-470 {
    padding-right: 77px;
  }

  .div-block-1132 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .div-block-1133 {
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-15 {
    margin-top: 10px;
  }

  .section-16 {
    margin-top: 100px;
  }

  .text-block-472 {
    justify-content: center;
    width: 244px;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .background-video {
    background-image: linear-gradient(45deg, #0461a757, #3f9b8552);
    height: 100%;
  }

  .heading-47 {
    margin-bottom: 10px;
  }

  ._18px-text {
    color: #163d93;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-48 {
    margin-bottom: 10px;
  }

  .section-17 {
    margin-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bold-text-22 {
    line-height: 52px;
  }

  .section-18 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .bold-text-23, .bold-text-24, .bold-text-25 {
    font-weight: 600;
  }

  .section-19 {
    margin-top: 20px;
  }

  .bold-text-26 {
    font-weight: 600;
  }

  .section-20 {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .bold-text-27 {
    color: var(--rich-blue);
    font-weight: 600;
  }

  .paragraph-29 {
    width: 42%;
    color: var(--heading-text-color);
  }

  .section-21, .section-22 {
    margin-top: 100px;
  }

  .paragraph-30 {
    width: 62%;
    color: var(--new-para);
  }

  .heading-49 {
    color: var(--new-para);
    margin-bottom: 10px;
  }

  .flex-block-15, .flex-block-16, .flex-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .section-23 {
    margin-top: 100px;
  }

  .bold-text-28 {
    font-weight: 600;
  }

  .paragraph-31 {
    color: var(--heading-text-color);
  }

  .heading-50 {
    margin-bottom: 10px;
  }

  .text-block-473 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-474, .text-block-475 {
    font-size: 85px;
    font-weight: 300;
    line-height: 90px;
  }

  .flex-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #d4ede7;
    border: 1px solid #d4ede7;
    border-radius: 20px;
    width: 320px;
    min-width: auto;
    max-width: none;
    padding: 20px;
  }

  .container-17 {
    max-width: none;
    padding-left: 50px;
    padding-right: 70px;
  }

  .section-24 {
    max-width: 100%;
    padding-bottom: 100px;
  }

  .heading-51 {
    margin-bottom: 5px;
  }

  .flex-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-25 {
    margin-top: 0;
    padding-top: 100px;
  }

  .section-25.margin {
    max-width: 1440px;
    margin: 120px auto 60px;
    padding-top: 10px;
    display: flex;
  }

  .text-block-476 {
    margin-top: 20px;
    padding-left: 70px;
    font-size: 12px;
  }

  .link-39 {
    color: #5e6269;
  }

  .link-40 {
    color: #333;
  }

  .link-40.w--current, .link-41, .link-42 {
    color: #5e6269;
  }

  .link-43 {
    font-weight: 400;
  }

  .link-43.w--current {
    color: #5e6269;
    font-weight: 700;
  }

  .hero-business {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-business.margin {
    z-index: -1;
    float: none;
    clear: none;
    position: static;
    overflow: visible;
  }

  .paragraph-32 {
    width: 80%;
    color: var(--new-para);
    font-size: 14px;
    line-height: 18px;
  }

  .section-26 {
    margin-top: 80px;
  }

  .text-block-477 {
    align-self: auto;
    margin-bottom: 10px;
    font-size: 84px;
    font-weight: 400;
    line-height: 89px;
  }

  .heading-52 {
    color: var(--green);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .heading-53 {
    color: var(--new-para);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .div-block-1134, .div-block-1135, .div-block-1136, .div-block-1137, .div-block-1138, .div-block-1139, .div-block-1140, .div-block-1141, .div-block-1142, .div-block-1143, .div-block-1144, .div-block-1145, .div-block-1146, .div-block-1147, .div-block-1148, .div-block-1149, .div-block-1150, .div-block-1151, .div-block-1152, .div-block-1153, .div-block-1154, .div-block-1155, .div-block-1156, .div-block-1157, .div-block-1158, .div-block-1159, .div-block-1160, .div-block-1161, .div-block-1162, .div-block-1163, .div-block-1164, .div-block-1165, .div-block-1166, .div-block-1167, .div-block-1168, .div-block-1169 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .text-block-478 {
    color: #5e6269;
    font-weight: 400;
  }

  .heading-54 {
    color: var(--green);
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
  }

  .container-18 {
    max-width: 100%;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-55 {
    color: var(--rich-blue);
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .text-block-479 {
    width: 42%;
  }

  .text-block-479.max-w.text {
    width: 54%;
  }

  .div-block-1170 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .container-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .container-20 {
    max-width: none;
    margin-left: 70px;
    margin-right: 40px;
    padding-left: 0;
  }

  .text-block-472-copy-1, .text-block-472-copy {
    width: 253px;
    font-size: 20px;
  }

  .text-block-472-copy._472 {
    width: 253px;
  }

  .text-block-472-1 {
    width: 299px;
    font-size: 20px;
  }

  .link-block-459 {
    background-color: #f9fafc;
    background-image: linear-gradient(90deg, #f9fafc, #fff);
    border: 1px solid #d6d3e4;
  }

  .contact-btn-copy-js-btn-copy-highdemand {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #f9fafc;
    background-image: linear-gradient(#f9fafc, #fff);
    border: 1px solid #d6d3e4;
    border-radius: 22px;
    margin-top: 40px;
    margin-right: 20px;
    padding: 3px 3px 3px 10px;
    font-size: 14.5px;
    position: static;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-js-btn-copy-highdemand.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-js-btn-copy-highdemand.btn {
    top: 26px;
  }

  .contact-btn-copy-js-btn-copy-highdemand.schedule {
    margin-right: 0;
  }

  .text-block-480 {
    color: #163d93;
    font-weight: 600;
  }

  .text-block-481 {
    color: #0562a7;
    letter-spacing: 0;
  }

  .section-27 {
    margin-left: 0;
  }

  .grid-13 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: .7fr 1fr;
  }

  .heading-56 {
    font-size: 48px;
  }

  .text-block-482 {
    width: 59%;
  }

  .div-block-1172 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .contact-btn-exploreinjobseeksers {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-exploreinjobseeksers.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-exploreinjobseeksers.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-exploreinjobseeksers.btn {
    top: 26px;
  }

  .contact-btn-exploreinjobseeksers.schedule {
    margin-right: 0;
  }

  .contact-btn-exploreinjobseeksers.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-exploreinjobseeksers.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-483 {
    letter-spacing: -.04em;
  }

  .container-21 {
    max-width: 1400px;
    margin-left: 40px;
    margin-right: 0;
  }

  .div-block-1174 {
    justify-content: center;
    display: flex;
  }

  .div-block-1175 {
    width: 594px;
    height: 440px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .heading-57 {
    font-weight: 500;
  }

  .text-block-484 {
    margin-bottom: 30px;
    padding-right: 127px;
  }

  .section-28 {
    max-width: none;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    overflow: visible;
  }

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

  .featuredjobcontent-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #f9fafc;
    background-image: linear-gradient(#f9fafc, #fff);
    border: 1px solid #d6d3e4;
    width: auto;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .featuredjobcontent-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .featuredjobcontent-btn.btn {
    top: 26px;
  }

  .featuredjobcontent-btn.schedule {
    margin-right: 0;
  }

  .text-block-497 {
    letter-spacing: -.5px;
  }

  .slider-26 {
    width: 32%;
  }

  .slider-26.slider-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    display: flex;
  }

  .heading-60 {
    width: auto;
  }

  .div-block-1186 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 30px;
  }

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

  .contact-btn-copy-findmoreopp {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-findmoreopp.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-findmoreopp.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-findmoreopp.btn {
    top: 26px;
  }

  .contact-btn-copy-findmoreopp.schedule {
    margin-right: 0;
  }

  .contact-btn-copy-findmoreopp.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-findmoreopp.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .slider-27 {
    width: auto;
    overflow: hidden;
  }

  .text-block-503 {
    color: #5a556a;
    width: 61%;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-63 {
    color: var(--rich-blue);
  }

  .flex-block-18-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #e9f1ff;
    border: 1px solid #cedeff;
    border-radius: 20px;
    width: 100%;
    min-width: 230px;
    max-width: none;
    padding: 20px;
  }

  .text-block-copy-smarttechtext-copy {
    color: var(--regal-indigo);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .container-7-copy {
    width: 100%;
    max-width: none;
    height: 975px;
  }

  .container-7-copy._1 {
    width: auto;
    height: auto;
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .heading-66 {
    color: var(--rich-blue);
  }

  .text-block-504, .text-block-506 {
    color: #313638;
  }

  .section-30 {
    margin-top: 140px;
  }

  .search-button {
    bottom: 59%;
    right: 27%;
  }

  .jobopenings-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #f9fafc;
    background-image: linear-gradient(#f9fafc, #fff);
    border: 1px solid #d6d3e4;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .jobopenings-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .jobopenings-btn.btn {
    top: 26px;
  }

  .jobopenings-btn.schedule {
    margin-right: 0;
  }

  .jobopeningsbtn {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    border: 1px solid #d6d3e4;
    width: auto;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .jobopeningsbtn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .jobopeningsbtn.btn {
    top: 26px;
  }

  .jobopeningsbtn.schedule {
    margin-right: 0;
  }

  .container-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-510, .text-block-511, .text-block-512, .text-block-513 {
    letter-spacing: -.5px;
  }

  .explorecareerssection {
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .heading-68 {
    letter-spacing: -.04em;
    padding-right: 197px;
  }

  .paragraph-36 {
    padding-right: 300px;
  }

  .contactusexp {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    padding: 5px 5px 5px 19px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contactusexp.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contactusexp.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contactusexp.btn {
    top: 26px;
  }

  .contactusexp.schedule {
    margin-right: 0;
  }

  .contactusexp.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contactusexp.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-514 {
    letter-spacing: 0;
    line-height: 14px;
  }

  .text-block-515 {
    padding-left: 90px;
  }

  .text-block-516 {
    padding-left: 70px;
  }

  .heading-69 {
    width: 72%;
    padding-top: 80px;
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-37 {
    width: 55%;
    font-size: 20px;
  }

  .contact-btn--insights {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn--insights.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn--insights.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn--insights.btn {
    top: 26px;
  }

  .contact-btn--insights.schedule {
    margin-right: 0;
  }

  .contact-btn--insights.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn--insights.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-copy-insights {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .image_overlay-copy-1 {
    position: absolute;
    inset: 27% 69% 0% auto;
  }

  .image_overlay-copy-1.business {
    top: 21%;
  }

  .heading-8-copy {
    width: 102%;
    color: var(--heading-text-color);
    font-size: 64px;
    font-weight: 500;
    line-height: 68px;
  }

  .heading-8-copy._1 {
    padding-top: 0;
  }

  .left-arrow-9 {
    top: 1374px;
    right: 2%;
  }

  .right-arrow-15 {
    top: 1374px;
  }

  .slider-28 {
    padding-bottom: 100px;
  }

  .text-block-517 {
    letter-spacing: -.04em;
    padding-bottom: 8px;
    line-height: 100%;
  }

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

  .tabs-menu-3 {
    width: auto;
  }

  .tab-link-tab-1-5.w--current {
    justify-content: center;
    align-items: center;
    padding: 17px 60px;
    display: flex;
  }

  .tab-link-tab-2-57 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tab-link-tab-2-57.w--current {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-1090-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    place-items: stretch center;
    height: auto;
    display: flex;
  }

  .div-block-1191-copy {
    padding-left: 0;
  }

  .hero_image_wrapper-copy {
    flex-flow: row;
    align-items: flex-end;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .image-54-copy {
    max-width: none;
    height: 425px;
  }

  .section-31 {
    margin-top: 100px;
    padding-bottom: 60px;
  }

  .section-32 {
    margin-top: 120px;
  }

  .text-block-523 {
    font-size: 10px;
  }

  .heading-71 {
    width: 61%;
  }

  .section-33 {
    padding-bottom: 60px;
  }

  .paragraph-41.para_size {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list {
    margin-bottom: 0;
  }

  .heading-79 {
    letter-spacing: -.04em;
    font-size: 64px;
    line-height: 68px;
  }

  .text-span-47 {
    color: var(--heading-text-color);
  }

  .paragraph-68 {
    width: 57%;
    font-size: 20px;
  }

  .contact-btn-techservices {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-techservices.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-techservices.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-techservices.btn {
    top: 26px;
  }

  .contact-btn-techservices.schedule {
    margin-right: 0;
  }

  .contact-btn-techservices.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-techservices.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-techservices {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .image-58 {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .image-59 {
    height: 425px;
  }

  .section-34 {
    margin-top: 140px;
  }

  .container-27 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .techservices-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #f9fafc;
    background-image: linear-gradient(#f9fafc, #fff);
    border: 1px solid #d6d3e4;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .techservices-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .techservices-btn.btn {
    top: 26px;
  }

  .techservices-btn.schedule {
    margin-right: 0;
  }

  .text-block-526 {
    letter-spacing: -.5px;
  }

  .div-block-1206 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-35 {
    margin-top: 158px;
  }

  .grid-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-1208 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .techservices-btn-it {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #d4ede7;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .techservices-btn-it.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .techservices-btn-it.btn {
    top: 26px;
  }

  .techservices-btn-it.schedule {
    margin-right: 0;
  }

  .text-block-529 {
    letter-spacing: -.5px;
  }

  .text-block-530 {
    width: 89%;
  }

  .text-block-531 {
    width: 45%;
  }

  .container-30 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-7-copy {
    margin-top: 60px;
  }

  .techservices {
    background-color: #f3f8ff;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .heading-68-copy {
    width: 61%;
  }

  .paragraph-36-copy {
    width: 54%;
  }

  .contactusexp-copy {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contactusexp-copy.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contactusexp-copy.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contactusexp-copy.btn {
    top: 26px;
  }

  .contactusexp-copy.schedule {
    margin-right: 0;
  }

  .contactusexp-copy.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contactusexp-copy.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-514-copy {
    letter-spacing: -.5px;
  }

  .section-38 {
    margin-top: 120px;
  }

  .heading-79-copy {
    color: var(--heading-text-color);
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68-copy {
    width: 58%;
    font-size: 20px;
  }

  .image-59-copy {
    height: 425px;
  }

  .image-58-copy {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .heading-84 {
    font-size: 48px;
  }

  .text-block-536 {
    width: auto;
  }

  .heading-85 {
    line-height: 100%;
  }

  .div-block-1214 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section-39 {
    margin-top: 164px;
  }

  .container-31 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1217 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-30-copy-sd {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-544 {
    color: #5a556a;
  }

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

  .div-block-1220 {
    align-self: auto;
  }

  .container-33 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .section-44 {
    margin-top: 60px;
  }

  .sd {
    background-color: #f3f8ff;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .sd-heading._w-text {
    width: 66%;
    margin-bottom: 12px;
  }

  .sd-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .sd-btn.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .sd-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .sd-btn.btn {
    top: 26px;
  }

  .sd-btn.schedule {
    margin-right: 0;
  }

  .sd-btn.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .sd-btn.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .sd-btn-text {
    letter-spacing: -.5px;
  }

  .section-38-copy {
    margin-top: 120px;
  }

  .text-block-534-copy-ai {
    padding-left: 26px;
  }

  .heading-79-copy-copy-ai {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68-copy-copy-ai {
    font-size: 20px;
  }

  .image-59-copy-copy-ai {
    height: 425px;
  }

  .image-58-copy-copy-ai {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .container-27-copy-ai {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai {
    padding-left: 26px;
  }

  .div-block-1217-copy-chooseai {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-35 {
    width: 87%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-33-copy {
    width: 85%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-88-copy {
    font-weight: 400;
  }

  .text-block-542-copy {
    width: 60%;
    line-height: 22px;
  }

  .div-block-1219-copy {
    width: auto;
  }

  .text-block-545-copy.t1 {
    width: 90%;
  }

  .text-block-545-copy.t2 {
    width: 84%;
  }

  .text-block-545-copy.t3 {
    width: 79%;
  }

  .text-block-551 {
    line-height: 22px;
  }

  .div-block-1225 {
    width: 500px;
  }

  .grid-19 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .container-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-37 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .div-block-1230, .div-block-1231 {
    background-color: #fcfdff;
    border: 1px solid #dddee6;
  }

  .heading-96 {
    width: auto;
    margin-top: 10px;
  }

  .transformingbusiness-ai-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #d6d3e4;
    margin-top: 10px;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .transformingbusiness-ai-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .transformingbusiness-ai-btn.btn {
    top: 26px;
  }

  .transformingbusiness-ai-btn.schedule {
    margin-right: 0;
  }

  .text-block-529-copy {
    letter-spacing: -.5px;
  }

  .section-44-copy-ai {
    margin-top: 60px;
  }

  .ai-div {
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .ai-heading-copy {
    width: 68%;
  }

  .paragraph-ai-copy {
    width: 75%;
  }

  .ai-btn-copy {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .ai-btn-copy.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .ai-btn-copy.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .ai-btn-copy.btn {
    top: 26px;
  }

  .ai-btn-copy.schedule {
    margin-right: 0;
  }

  .ai-btn-copy.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .ai-btn-copy.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .ai-btn-text-copy {
    letter-spacing: -.5px;
  }

  .section-copy {
    margin-top: 0;
    padding-top: 80px;
  }

  .section-copy.head-banner {
    z-index: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .section-copy.bg {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-copy.bg.map {
    background-color: #f2f6ff;
    background-image: url('../images/map.svg');
    background-size: cover;
    max-width: 100%;
    margin-bottom: 0;
    padding: 100px 0 100px 40px;
  }

  .section-copy.bg.mission {
    max-width: 1400px;
    margin-top: 20px;
  }

  .section-copy.lines-bg {
    background-image: none;
    background-size: auto;
    margin-top: 60px;
  }

  .section-copy.new {
    padding-top: 0;
  }

  .verticle-line-light-purple-copy {
    color: #b1c1e3;
    height: 45px;
  }

  .verticle-line-light-purple-copy._1 {
    color: #edeeef;
  }

  .contact-btn-copy.extra-small {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy.extra-small.p {
    margin-top: 10px;
  }

  .contact-btn-copy.extra-small.p3 {
    margin-top: 10px;
  }

  .contact-btn-copy.extra-small.p4 {
    margin-top: 10px;
  }

  .aboutus-banner-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .aboutus-banner-btn.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .aboutus-banner-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .aboutus-banner-btn.btn {
    top: 26px;
  }

  .aboutus-banner-btn.schedule {
    margin-right: 0;
  }

  .aboutus-banner-btn.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .aboutus-banner-btn.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .aboutus-banner-btn-2 {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .aboutus-banner-btn-2.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .aboutus-banner-btn-2.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .aboutus-banner-btn-2.btn {
    top: 26px;
  }

  .aboutus-banner-btn-2.schedule {
    margin-right: 0;
  }

  .aboutus-banner-btn-2.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .aboutus-banner-btn-2.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .aboutus-banner-btn-2.gap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .image_overlay-copy-mobile {
    position: absolute;
    inset: 0% auto 0% 10%;
  }

  .image_overlay-copy-mobile.business {
    top: 21%;
  }

  .image_overlay-copy {
    position: absolute;
    inset: 0% auto 0% 10%;
  }

  .image_overlay-copy.business {
    top: 21%;
  }

  .image_overlay-copy-js1-copy {
    position: absolute;
    inset: 0% auto 0% 10%;
  }

  .text-block-472-copy {
    justify-content: center;
    width: 244px;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .div-block-1174-copy {
    justify-content: flex-start;
    display: none;
  }

  .section-38-copy-blockchain {
    margin-top: 120px;
  }

  .container-27-copy-bc-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-534-copy-bc-text, .blockchain {
    padding-left: 26px;
  }

  .heading-79---bc {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68---bc {
    width: 59%;
    font-size: 20px;
  }

  .image-58-copy-copy-bc {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .image-59-copy-copy-bc {
    height: 425px;
  }

  .section-39-copy {
    margin-top: 164px;
  }

  .container-31-copy {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1214-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-84-copy {
    font-size: 48px;
  }

  .text-block-536-copy {
    width: 82%;
  }

  .heading-85-copy {
    line-height: 100%;
  }

  .container-36-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-1225-copy {
    width: 500px;
  }

  .div-block-1226-copy {
    background-color: #f3f8ff;
  }

  .text-block-561 {
    width: 60%;
  }

  .grid-21 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-101 {
    font-size: 31px;
  }

  .container-38 {
    max-width: 1440px;
  }

  .div-block-1242, .div-block-1243 {
    padding-left: 30px;
  }

  .container-32-copy {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-86-copy, .text-block-538-copy {
    letter-spacing: -.04em;
  }

  .div-block-1217-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .div-block-1216-copy-bc {
    width: 385px;
  }

  .heading-87-copy.bc-head, .text-block-540-copy {
    letter-spacing: -.04em;
  }

  .blockchain-last {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .blockchain-btn {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    padding: 4px 4px 4px 17px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .blockchain-btn:hover {
    background-color: #034e86;
  }

  .blockchain-btn.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .blockchain-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .blockchain-btn.btn {
    top: 26px;
  }

  .blockchain-btn.schedule {
    margin-right: 0;
  }

  .blockchain-btn.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .blockchain-btn.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .sd-btn-text-copy {
    letter-spacing: -.5px;
  }

  .section-49 {
    height: 50px;
  }

  .link-44, .link-44.w--current {
    color: #000;
  }

  .div-block-1132-copy-1 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    border-bottom-style: none;
    justify-content: space-around;
    align-items: center;
  }

  .bold-text-30 {
    color: #5e6269;
  }

  .bold-text-31 {
    color: var(--green);
  }

  .text-block-13-copy {
    color: #191a1d;
    line-height: 20px;
  }

  .text-block-14-copy {
    color: #191a1d;
    line-height: 18px;
  }

  .text-block-15-copy, .text-block-10-copy, .text-block-11-copy, .text-block-12-copy {
    color: #191a1d;
    line-height: 20px;
  }

  .head-color-new {
    color: var(--green);
  }

  .banner-image-copy._1 {
    background-image: none;
    background-size: auto;
  }

  .banner-image-copy._1.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .banner-image-copy._3 {
    background-image: url('../images/main-banner-2.png');
  }

  .banner-image-copy._1-copy {
    background-image: none;
    background-size: auto;
  }

  .banner-image-copy._1-copy.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .banner-image-copy._1-copy.bottom {
    padding-bottom: 80px;
  }

  .text-block-440-copy {
    font-weight: 700;
  }

  .text-block-440-copy.blue {
    color: #fff;
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .section-38--clouddevops {
    margin-top: 120px;
  }

  .container-27---clouddevops {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-79---cd {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68---cd {
    font-size: 20px;
  }

  .image-58---cd {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .image-59---cd {
    height: 425px;
  }

  .text-block-566 {
    width: 71%;
  }

  .container-39, .container-38-copy {
    max-width: 1440px;
  }

  .heading-104 {
    margin-bottom: 20px;
  }

  .div-block-1208-copy {
    padding-left: 20px;
  }

  .container-40 {
    width: 95%;
    max-width: none;
  }

  .section-40-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-32-copy-cd {
    margin-left: auto;
  }

  .heading-86-copy-1 {
    font-weight: 400;
    line-height: 52px;
  }

  .text-block-538-copy-2 {
    width: 79%;
  }

  .div-block-1216-copy {
    padding-top: 60px;
  }

  .div-block-1216-copy.cd1 {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .section-44-copy {
    margin-top: 60px;
  }

  .paragraph-cdcopy-copy {
    width: 76%;
  }

  .grid-24 {
    background-image: repeating-linear-gradient(#fff, #edfaff);
    max-width: none;
    height: 503px;
    margin-top: 20px;
    margin-left: 60px;
  }

  .container-41 {
    max-width: 1440px;
  }

  .section-38---itinfrastructure {
    margin-top: 120px;
  }

  .container-27--it {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1204-copy-it {
    overflow: visible;
  }

  .heading-79---it {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68---it {
    font-size: 20px;
  }

  .image-59---it {
    height: 425px;
  }

  .image-58---it {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .section-35-copy {
    margin-top: 158px;
  }

  .container-28-copy {
    max-width: 1440px;
    margin-left: auto;
  }

  .div-block-1206-copy {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    padding-left: 0;
    padding-right: 40px;
  }

  .techservices-btn-copy-it-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    border: 1px #d6d3e4;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .techservices-btn-copy-it-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .techservices-btn-copy-it-btn.btn {
    top: 26px;
  }

  .techservices-btn-copy-it-btn.schedule {
    margin-right: 0;
  }

  .text-block-526-copy-it {
    letter-spacing: -.5px;
  }

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

  .div-block-1216--itinfrastructure {
    border-radius: 20px;
  }

  .image-62-copy-itinfra {
    width: 120px;
    height: 120px;
  }

  .image-62-copy-itinfra.h.mb-10 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .image-62-copy-itinfra.mb-10 {
    margin-bottom: 10px;
  }

  .div-block-1256 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: center;
    align-items: stretch;
    max-width: 1440px;
    display: flex;
  }

  .container-42 {
    max-width: 1440px;
    display: block;
  }

  .section-54 {
    margin-bottom: 0;
  }

  .div-block-1258 {
    flex-flow: column;
    justify-content: center;
    height: 169px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-43 {
    max-width: 1100px;
  }

  .section-55 {
    margin-top: 100px;
  }

  .grid-25 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .section-44---it {
    margin-top: 60px;
  }

  .it-infrastructure-container {
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .it-heading-copy-copy {
    width: 73%;
  }

  .paragraph-it-copy-copy-copy {
    width: 71%;
  }

  .grid-26 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .section-38---cybersecurity {
    margin-top: 120px;
  }

  .link-53, .link-53.w--current {
    color: #5e6269;
  }

  .heading-79--cs {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68--cs {
    width: 58%;
    font-size: 20px;
  }

  .image-58--cs {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .image-59--cs {
    height: 425px;
  }

  .section-35--cybersecurity {
    margin-top: 158px;
  }

  .container-28--cybersecurity {
    max-width: 1440px;
    margin-left: auto;
  }

  .div-block-1206---cybersecurity {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 40px;
  }

  .heading-80-copy--cs {
    letter-spacing: -.04em;
  }

  .techservices-btn-copy-it-btn-copy-cs {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    border: 1px solid #d6d3e4;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .techservices-btn-copy-it-btn-copy-cs.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .techservices-btn-copy-it-btn-copy-cs.btn {
    top: 26px;
  }

  .techservices-btn-copy-it-btn-copy-cs.schedule {
    margin-right: 0;
  }

  .text-block-526-copy-cs {
    letter-spacing: -.5px;
  }

  .container-36-copy-copy-cybersecurity {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-1225-copy--cs1, .div-block-1225-copy--cs2, .div-block-1225-copy--cs3, .div-block-1225-copy--cs4 {
    width: 500px;
  }

  .section-40-copy---cybersecurity {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-32-copy--cs {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-538-copy--cs {
    width: 66%;
  }

  .div-block-1217-copy-copy-cs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .div-block-1216-copy-cs1 {
    width: 385px;
  }

  .section-44---cybersecurity {
    margin-top: 60px;
  }

  .cybersecurity {
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .paragraph-it-copy-copy-cs {
    width: 51%;
  }

  .cybersecurity-btn {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    padding: 7px 7px 7px 20px;
    font-size: 14.5px;
    position: static;
    inset: auto 0% 0%;
  }

  .cybersecurity-btn.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .cybersecurity-btn.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .cybersecurity-btn.btn {
    top: 26px;
  }

  .cybersecurity-btn.schedule {
    margin-right: 0;
  }

  .cybersecurity-btn.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .cybersecurity-btn.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .cb-btn-text-copy-copy {
    letter-spacing: -.5px;
  }

  .grid-28 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-1276 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-46 {
    max-width: 1440px;
  }

  .section-38-copy-dataanalytics {
    margin-top: 120px;
  }

  .container-27-copy-dataanalytics {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-79-copy-dataanalytics {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68-copy-dataanalytics {
    font-size: 20px;
  }

  .image-59-copy--da {
    height: 425px;
  }

  .image-58-copy--da {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .section-40-copy---dataanalytics {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-32-copy--da {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-86-copy--da {
    font-weight: 400;
  }

  .text-block-538-copy--da {
    width: 54%;
  }

  .div-block-1217-copy-copy-da {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .div-block-1216-copy-da {
    width: 385px;
  }

  .heading-87-copy-copy-da.bc-head-copy-da, .heading-87-copy-copy--da.bc-head-copy, .heading-87-copy-copy--da3.bc-head-copy {
    font-size: 26px;
  }

  .container-36-copy--dataanalytics {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-1225-copy--da1, .div-block-1225-copy--da2, .div-block-1225-copy--da3, .div-block-1225-copy--da4 {
    width: 500px;
  }

  .section-39-copy--dataanalytics {
    margin-top: 164px;
  }

  .container-31-copy--dataanalytics {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1214-copy--dataanalytics {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-84-copy--dataanalytics-head {
    font-size: 48px;
  }

  .text-block-536-copy--da-text {
    width: 92%;
  }

  .heading-85-copy-copy-da1, .heading-85-copy-copy, .heading-85-copy-copy {
    line-height: 100%;
  }

  .grid-16-copy-da {
    grid-column-gap: 153px;
    grid-row-gap: 153px;
  }

  .text-block-604 {
    width: 55%;
  }

  .grid-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-31 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-items: stretch start;
  }

  .div-block-1280 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .text-block-610 {
    padding-top: 10px;
  }

  .image-94, .image-95, .image-96, .image-97, .image-98, .image-99 {
    height: 80px;
  }

  .container-47 {
    max-width: 1440px;
  }

  .image-100, .image-101 {
    height: 80px;
  }

  .container-copy-bg {
    color: #163d93;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px 40px 70px;
    display: block;
  }

  .container-copy-bg.head-banner {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .container-copy-bg.head-nav {
    background-color: #1f47a0c4;
    border: 1px solid #0a286d;
    border-radius: 37px;
  }

  .container-copy-bg.center-flex {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy-bg.bg {
    justify-content: center;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-copy-bg.bg.green-purple-gd {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-copy-bg.gradient-bg.mg-40px-top.center {
    border-radius: var(--radius-1);
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container-copy-bg.map {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .container-copy-bg._2 {
    max-width: 100%;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 0;
  }

  .container-copy-bg.c-1.together {
    margin-bottom: 140px;
  }

  .container-copy-bg.new {
    max-width: 1440px;
    padding-top: 40px;
    padding-left: 70px;
  }

  .container-copy-bg.c1 {
    padding-right: 100px;
  }

  .heading-47-copy {
    margin-bottom: 10px;
  }

  ._700px-width-copy {
    color: var(--heading-text-color);
  }

  ._90px-copy.light.purple-text {
    color: var(--regal-indigo);
    font-weight: 400;
    line-height: 90px;
  }

  ._700px-width-copy-h {
    color: var(--newwhite);
    letter-spacing: -.04em;
  }

  .blue-logo-copy.logo-white {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .nav-link-copy._1.new-color {
    font-size: 14px;
  }

  .nav-link-copy-bu {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-bu.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-bu.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-bu.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-bu.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-bu._1 {
    color: #163d93;
  }

  .nav-link-copy {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy.nav-blue {
    color: #163d93;
  }

  .nav-link-copy.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy._1 {
    color: #163d93;
  }

  .contact-btn-copy-nav-about {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-nav-about.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-nav-about.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-nav-about.btn {
    top: 26px;
  }

  .contact-btn-copy-nav-about.schedule {
    margin-right: 0;
  }

  .contact-btn-copy-nav-about.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-nav-about.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-nav-about.blue-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .text-span-70 {
    color: var(--new-para);
  }

  .bold-text-35 {
    color: var(--bright-cyan);
    font-weight: 600;
  }

  .text-span-71 {
    font-weight: 500;
  }

  .section-59 {
    margin-bottom: 100px;
  }

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

  .bold-text-37, .bold-text-38, .bold-text-39 {
    font-weight: 600;
  }

  .div-block-1105-copy {
    justify-content: flex-start;
    padding-top: 10px;
  }

  .bold-text-43 {
    font-weight: 500;
  }

  .heading-114 {
    font-weight: 300;
  }

  .bold-text-44 {
    font-weight: 600;
  }

  .contact-btn-copy {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy.btn {
    top: 26px;
  }

  .contact-btn-copy.schedule {
    margin-right: 0;
  }

  .contact-btn-copy.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .nav-link-copy-1 {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-1.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-1.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-1.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-1.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-1._1 {
    color: #163d93;
  }

  .nav-link-copy-1.nav-color-copy-1 {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-1.nav-color-copy-1.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .container-copy-background {
    color: #163d93;
    border-radius: 20px;
    max-width: 1350px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 44px 60px 44px 70px;
    display: block;
  }

  .container-copy-background.head-banner {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .container-copy-background.head-nav {
    background-color: #1f47a0c4;
    border: 1px solid #0a286d;
    border-radius: 37px;
  }

  .container-copy-background.center-flex {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy-background.bg {
    justify-content: center;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-copy-background.bg.green-purple-gd {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-copy-background.gradient-bg.mg-40px-top.center {
    border-radius: var(--radius-1);
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container-copy-background.map {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .container-copy-background._2 {
    max-width: 100%;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 0;
  }

  .container-copy-background.c-1.together {
    margin-bottom: 140px;
  }

  .container-copy-background.new {
    max-width: 1440px;
    padding-top: 40px;
    padding-left: 70px;
  }

  .container-copy-background.c1 {
    padding-right: 100px;
  }

  .text-block-611 {
    width: 60%;
    font-weight: 300;
  }

  .bold-text-46 {
    color: var(--heading-text-color);
    font-weight: 400;
  }

  .text-span-75, .text-span-76 {
    color: var(--rich-blue);
    font-weight: 600;
  }

  .bold-text-50 {
    font-weight: 500;
  }

  .text-block-615 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-67 {
    font-weight: 600;
  }

  .list-item-12 {
    width: 64%;
  }

  .list-item-13 {
    width: 78%;
  }

  .list-item-14 {
    width: 72%;
  }

  .list-item-15, .list-item-16 {
    width: 70%;
  }

  .list-item-17 {
    width: 77%;
  }

  .bold-text-70 {
    font-weight: 600;
  }

  .section-38--qa-testing {
    margin-top: 120px;
  }

  .container-27-copy-qa-testing {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-79--qa-testing {
    color: var(--heading-text-color);
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68--qa-testing {
    width: 60%;
    font-size: 20px;
  }

  .image-59--qa-testing {
    height: 425px;
  }

  .image-58--qa-testing {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .section-40-copy---qa-testing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-32-copy--qa {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-538-copy---qa-testing {
    width: 64%;
  }

  .div-block-1217--qa-testing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .div-block-1216-copy-qa {
    width: 385px;
  }

  .container-36-copy--qa-testing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-19-copy-qa {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-1225-copy--qa1, .div-block-1225-copy--qa2, .div-block-1225-copy--qa3, .div-block-1225-copy--qa4 {
    width: 500px;
  }

  .heading-94--qa_testing1, .heading-94-copy--qa_testing2, .heading-94-qa_testing3, .heading-94--qa-4 {
    font-size: 32px;
  }

  .section-54-copy-qa {
    margin-bottom: 0;
  }

  .container-43-copy-qa {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1258-copy-qa, .div-block-1258-copy-qa2, .div-block-1258-copy-qa3, .div-block-1258-copy-qa4 {
    flex-flow: column;
    justify-content: center;
    height: 169px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-47-copy-qa {
    max-width: 1440px;
  }

  .text-block-604-copy-qa {
    width: 41%;
  }

  .grid-30-copy-qa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-1280-copy-qa {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid-31-copy-qa {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-items: stretch start;
  }

  .div-block-1280-copy-qa2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid-31-copy-qa2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-items: stretch start;
  }

  .div-block-1280-copy-qa3 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid-31-copy-copy-qa3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-31-copy-qa2-copy-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-items: stretch start;
  }

  .image-96-copy, .image-97-copy {
    height: 80px;
  }

  .image-99-copy {
    width: 80px;
    height: 80px;
  }

  .image-98-copy, .image-94-copy, .image-100-copy, .image-101-copy, .image-98-copy, .image-94-copy, .image-95-copy {
    height: 80px;
  }

  .text-block-610-copy {
    width: auto;
  }

  .section-44---cybersecurity-copy, .section-44---qa {
    margin-top: 60px;
  }

  .container-11-copy-qa.max-width, .container-11-copy-qa.max-width-copy {
    max-width: 1100px;
  }

  .qa {
    background-color: #eff4ff9e;
    border: 1px solid #8bacf645;
    border-radius: 20px;
    width: 1090px;
    padding: 60px 40px;
  }

  .it-heading-_qa {
    margin-bottom: 10px;
  }

  .paragraph-qa {
    width: 57%;
  }

  .section-38-copy-et {
    margin-top: 120px;
  }

  .container-27-copy-et {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-79-copy-copy_et {
    color: var(--heading-text-color);
    font-size: 64px;
    line-height: 68px;
  }

  .text-span-47-copy_et {
    color: var(--heading-text-color);
  }

  .paragraph-68-copy-copy_et {
    width: 56%;
    color: var(--new-para);
    font-size: 20px;
  }

  .image-59-_et {
    height: 425px;
  }

  .image-58-_et {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .container-39-copy-et {
    max-width: 1440px;
  }

  .container-36-copy--et {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-54-copy-et {
    margin-bottom: 0;
  }

  .container-43-copy-et {
    max-width: 1100px;
  }

  .container-49 {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-32 {
    place-items: stretch center;
  }

  .div-block-1283 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .heading-118 {
    width: 53%;
  }

  .container-47-copy-et {
    max-width: 1440px;
  }

  .text-block-604-copy-et {
    width: 52%;
  }

  .grid-30-copy-et {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-605-copy-et2 {
    font-size: 24px;
  }

  .grid-31-copy-et1, .grid-31-copy-et2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    place-items: stretch start;
  }

  .grid-31-copy-copy-et3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-96-copy-1, .image-97-copy-2, .image-98-copy-3, .image-94-copy-4, .image-100-copy-5, .image-101-copy-6, .image-96-copy-7, .image-97-copy-8 {
    height: 80px;
  }

  .it-heading-_qa-copy-et {
    margin-bottom: 10px;
  }

  .paragraph-qa-copy-et {
    width: 56%;
  }

  .section-61 {
    margin-top: 140px;
    margin-bottom: 120px;
  }

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

  .div-block-1092-copy-emplogin {
    background-color: #f4fffc;
    border: 1px solid #d4ede7;
    border-radius: 30px;
    width: 691px;
    height: 475px;
    padding: 20px 40px 20px 20px;
  }

  .heading-10-copy-el {
    color: var(--green);
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
  }

  .form-block-3--emplogin {
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .form-3-copy-emplogin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-1087-copy-emp {
    width: 100%;
  }

  .div-block-1087-copy-emplogin {
    width: 100%;
  }

  .field-label-copy {
    letter-spacing: -.5px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .text-block-copy-submit-btn-copy {
    color: var(--nav-color);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .container-50 {
    justify-content: center;
    align-items: center;
    max-width: 1340px;
    display: flex;
  }

  .contact-btn-copy-getintouch-btn-copy {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-getintouch-btn-copy.small.contact {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: auto;
    height: auto;
  }

  .contact-btn-copy-getintouch-btn-copy.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-getintouch-btn-copy.btn {
    top: 26px;
  }

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

  .contact-btn-copy-industry {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-industry.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-industry.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-industry.btn {
    top: 26px;
  }

  .contact-btn-copy-industry.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-industry.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-industry.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-industry.lets-talk-copy-ind, .contact-btn-copy-industry.lets-talk-copy-ind-copy-1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: none;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .slide-16 {
    height: auto;
  }

  .slider-29, .mask-11 {
    width: auto;
  }

  ._4x1-copy {
    grid-template-columns: .75fr .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

  ._4x1-copy.mg-40px-top {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .4fr .4fr .8fr 1fr;
    place-items: center stretch;
    max-width: 1400px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-10 {
    bottom: -24%;
    right: 3.3%;
  }

  .right-arrow-16 {
    bottom: -24%;
  }

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

  .heading-120 {
    margin-bottom: 50px;
  }

  .text-block-621 {
    width: auto;
  }

  .div-block-1292 {
    padding-top: 20px;
    padding-right: 60px;
  }

  .div-block-1292-copy {
    margin-bottom: 100px;
    padding-right: 60px;
  }

  .div-block-1293 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-120-copy {
    margin-bottom: 50px;
  }

  .text-block-627, .list-item-19 {
    width: auto;
  }

  .div-block-1294 {
    margin-bottom: 140px;
  }

  .div-block-1295 {
    margin-left: 60px;
    padding-right: 20px;
  }

  .nav-link-copy-bussiness {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-bussiness.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-bussiness.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-bussiness.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-bussiness.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-bussiness._1 {
    color: #163d93;
  }

  .dropdown-toggle-2 {
    width: 128%;
  }

  .nav-link-copy-legal {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-legal.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-legal.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-legal.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-legal.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-legal._1 {
    color: #163d93;
  }

  .dropdown-toggle-2-copy-legal {
    width: 193%;
  }

  .nav-link-copy-res {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-res.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-res.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-res.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-res.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-res._1 {
    color: #163d93;
  }

  .dropdown-toggle-2-copy-resources {
    width: 150%;
  }

  .nav-link-copy-copy-l {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-copy-l.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-copy-l.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-copy-l.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-copy-l.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-copy-l._1 {
    color: #163d93;
  }

  .nav-link-copy-copy-res {
    color: #fff;
    font-weight: 600;
  }

  .nav-link-copy-copy-res.w--current {
    color: #163d93;
    letter-spacing: .25px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }

  .nav-link-copy-copy-res.nav-blue {
    color: #163d93;
  }

  .nav-link-copy-copy-res.nav-color {
    color: #163d93;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-copy-copy-res.nav-color.w--current {
    text-underline-offset: auto;
    text-underline-position: under;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-copy-copy-res._1 {
    color: #163d93;
  }

  .section-38-copy-casestudies {
    margin-top: 120px;
  }

  .container-27-copy-casestudies {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-59-copy-copy-casestudies {
    height: 425px;
  }

  .image-58-copy-copy-casestudies {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .heading-79-copy-copy-casestudies {
    width: 63%;
    color: var(--heading-text-color);
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-68-copy-copy-casestudies {
    width: 53%;
    font-size: 20px;
  }

  .contact-btn-casestudies {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-casestudies.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-casestudies.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-casestudies.btn {
    top: 26px;
  }

  .contact-btn-casestudies.schedule {
    margin-right: 0;
  }

  .contact-btn-casestudies.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-casestudies.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-casestudies {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

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

  .text-block-630 {
    margin-bottom: 10px;
  }

  .heading-127 {
    width: 84%;
    font-size: 48px;
  }

  .text-block-631 {
    width: 92%;
  }

  .image-116 {
    width: 100%;
  }

  .contact-btn-casestudies-copy {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    padding: 3px 3px 3px 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-casestudies-copy.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-casestudies-copy.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-casestudies-copy.btn {
    top: 26px;
  }

  .contact-btn-casestudies-copy.schedule {
    margin-right: 0;
  }

  .contact-btn-casestudies-copy.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-casestudies-copy.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .text-block-casestudies-copy {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .container-54 {
    max-width: 1440px;
  }

  .grid-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .ct-cs {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    border: 1px solid #d6d3e4;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .ct-cs.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .ct-cs.btn {
    top: 26px;
  }

  .ct-cs.schedule {
    margin-right: 0;
  }

  .text-block-529-copy-copy-cs {
    letter-spacing: -.5px;
  }

  .grid-37-copy-1card, .grid-37-copy-lastcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .it-heading-_qa-copy-et-copy-cs {
    width: 65%;
    margin-bottom: 10px;
  }

  .paragraph-qa-copy-et-copy-cs {
    width: 51%;
  }

  .cb-btn-text-copy-copy-copy-cs {
    letter-spacing: -.5px;
  }

  .cybersecurity-btn-copy-cs {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .cybersecurity-btn-copy-cs.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .cybersecurity-btn-copy-cs.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .cybersecurity-btn-copy-cs.btn {
    top: 26px;
  }

  .cybersecurity-btn-copy-cs.schedule {
    margin-right: 0;
  }

  .cybersecurity-btn-copy-cs.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .cybersecurity-btn-copy-cs.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .container-56 {
    max-width: 1440px;
    padding-left: 70px;
    padding-right: 90px;
  }

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

  .container-57 {
    max-width: 1430px;
    margin-right: auto;
    padding-right: 40px;
  }

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

  .div-block-1303 {
    height: 620px;
  }

  .grid-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-58 {
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 40px;
  }

  .tabs-menu-4 {
    justify-content: space-between;
    align-items: center;
  }

  .tabs-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-122 {
    width: auto;
  }

  .text-block-661, .text-block-662, .text-block-663, .text-block-664 {
    font-size: 22px;
  }

  .div-block-1334 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image_overlay-copy-1-copy-mv {
    position: absolute;
    inset: 27% 69% 0% auto;
  }

  .image_overlay-copy-1-copy-mv.business {
    top: 21%;
  }

  .container-59 {
    padding-right: 178px;
  }

  .contact-btn-copy-copy-bussinesssol {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-copy-bussinesssol.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-copy-bussinesssol.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-copy-bussinesssol.btn {
    top: 26px;
  }

  .contact-btn-copy-copy-bussinesssol.schedule {
    margin-right: 0;
  }

  .contact-btn-copy-copy-bussinesssol.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-copy-bussinesssol.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .image_overlay-copy-bs {
    position: absolute;
    inset: 0% auto 0% 10%;
  }

  .image_overlay-copy-bs.business, .image_overlay-copy-bs.business-copy {
    top: 21%;
  }

  ._7x1-copy._80px-gap.mg-40px-top {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    max-width: 1440px;
  }

  ._7x1-copy._80px-gap.mg-40px-top-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    max-width: 1440px;
    margin-top: 50px;
  }

  .verticle-line-light-purple-copy-bs {
    color: #b1c1e3;
    height: 45px;
  }

  .verticle-line-light-purple-copy-bs._1 {
    color: #edeeef;
  }

  .service-block-copy-bs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .service-block-copy-bs._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .service-block-copy-bs.business, .service-block-copy-bs.business-copy {
    width: 200px;
  }

  .service-block-copy-bs_mv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .service-block-copy-bs_mv._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .service-block-copy-bs_mv.business, .service-block-copy-bs_mv.business-copy, .service-block-copy-bs_mv.business-copy {
    width: 200px;
  }

  .contact-btn-copy-bs {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-bs.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-bs.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-bs.btn {
    top: 26px;
  }

  .contact-btn-copy-bs.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-bs.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-bs.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-bs.schedule-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .image-58-copy-ts, .image-58-copy-copy-casestudies-copy-1 {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .contact-cus {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-cus.small.contact {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: 38%;
    height: auto;
  }

  .contact-cus.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-cus.btn {
    top: 26px;
  }

  .image-58-copy-copy_mv {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .contact-btn-copy-home {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-home.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-home.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-home.btn {
    top: 26px;
  }

  .contact-btn-copy-home.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-home.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-home.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-home.main-btn._w-h {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: space-between;
    margin-right: 0;
  }

  .contact-btn-copy-home.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-home2 {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-home2.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-home2.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-home2.btn {
    top: 26px;
  }

  .contact-btn-copy-home2.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-home2.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-home2.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-home2.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-home2._w-h {
    margin-right: 0;
  }

  .contact-btn-copy-home3 {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-home3.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-home3.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-home3.btn {
    top: 26px;
  }

  .contact-btn-copy-home3.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-home3.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-home3.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-home3.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-home3._w-h {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-right: 0;
    padding-bottom: 7px;
  }

  .contact-btn-copy_h_card {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy_h_card.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy_h_card.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy_h_card.btn {
    top: 26px;
  }

  .contact-btn-copy_h_card.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy_h_card.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy_h_card.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy_h_card.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-h_c2 {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-h_c2.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-h_c2.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-h_c2.btn {
    top: 26px;
  }

  .contact-btn-copy-h_c2.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-h_c2.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-h_c2.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-h_c2.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .div-block-1107-copy-ab {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .hero_image_wrapper-copy_ab {
    flex-flow: row;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .section-25-copy_bs {
    max-width: 1440px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .text-block-544-copy {
    color: #5a556a;
  }

  .image-58-copy-copy-ai-copy {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .text-block-544-copy-1 {
    color: #5a556a;
  }

  .div-block-1356 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-58-copy-copy-bc-copy-1 {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .div-block-1240-copy {
    align-self: center;
  }

  .heading-101-copy {
    font-size: 31px;
  }

  .image-58---cd-copy-1 {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .heading-101-copy-copy {
    font-size: 32px;
  }

  .image-58---it-copy-mv {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-right {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left-copy, .line-square-arrow-2-copy.slider-button-right---top-left {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-left-copy {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right-copy {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .image-copy-home {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .image-copy-home.arrow-2 {
    width: 42px;
  }

  .image-copy-home.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-home.call-icon-blue {
    display: block;
  }

  .image-copy-home.contact-us {
    width: 30px;
  }

  .image-copy-home2 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .image-copy-home2.arrow-2 {
    width: 42px;
  }

  .image-copy-home2.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-home2.call-icon-blue {
    display: block;
  }

  .image-copy-home2.contact-us {
    width: 30px;
  }

  .image-copy-home3 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .image-copy-home3.arrow-2 {
    width: 42px;
  }

  .image-copy-home3.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-home3.call-icon-blue {
    display: block;
  }

  .image-copy-home3.contact-us {
    width: 30px;
  }

  .text-block-666 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-1366 {
    opacity: 0;
    background-color: #f3f7ff;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section-25-copy {
    margin-top: 0;
    padding-top: 100px;
  }

  .grid-26-copy-it {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-58--cs-copy-mv {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .div-block-1379 {
    width: 62%;
  }

  .grid-28-copy-cs {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-58-copy--da-copy-data, .image-58-copy--da-copy-da, .image-58--qa-testing-copy-mv, .image-58--qa-testing-copy-ds {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .hero_section-copy-ins {
    background-color: #0000;
    max-width: 1440px;
    max-height: 620px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .image-copy-bs {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
    overflow: clip;
  }

  .image-copy-bs.arrow-2 {
    width: 42px;
  }

  .image-copy-bs.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-bs.call-icon-blue {
    display: block;
  }

  .image-copy-bs.contact-us {
    width: 30px;
  }

  .image-copy {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy.arrow-2 {
    width: 42px;
  }

  .image-copy.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy.call-icon-blue {
    display: block;
  }

  .image-copy.contact-us {
    width: 30px;
  }

  .image-copy-2bs {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .image-copy-2bs.arrow-2 {
    width: 42px;
  }

  .image-copy-2bs.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-2bs.call-icon-blue {
    display: block;
  }

  .image-copy-2bs.contact-us {
    width: 30px;
  }

  .image-copy-2bs.wid {
    position: static;
  }

  .image-copy-4 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy-4.arrow-2 {
    width: 42px;
  }

  .image-copy-4.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-4.call-icon-blue {
    display: block;
  }

  .image-copy-4.contact-us {
    width: 30px;
  }

  .image-copy-5 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy-5.arrow-2 {
    width: 42px;
  }

  .image-copy-5.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-5.call-icon-blue {
    display: block;
  }

  .image-copy-5.contact-us {
    width: 30px;
  }

  .image-copy-6 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy-6.arrow-2 {
    width: 42px;
  }

  .image-copy-6.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-6.call-icon-blue {
    display: block;
  }

  .image-copy-6.contact-us {
    width: 30px;
  }

  .image-copy-7 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy-7.arrow-2 {
    width: 42px;
  }

  .image-copy-7.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-7.call-icon-blue {
    display: block;
  }

  .image-copy-7.contact-us {
    width: 30px;
  }

  .image-copy-8 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy-8.arrow-2 {
    width: 42px;
  }

  .image-copy-8.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-8.call-icon-blue {
    display: block;
  }

  .image-copy-8.contact-us {
    width: 30px;
  }

  .image-copy-9 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .image-copy-9.arrow-2 {
    width: 42px;
  }

  .image-copy-9.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-9.call-icon-blue {
    display: block;
  }

  .image-copy-9.contact-us {
    width: 30px;
  }

  .div-block-1382 {
    width: 77%;
  }

  .image-58-_et-copy-mv, .image-58-_et-copy-m {
    height: 241px;
    top: -323px;
    left: -241px;
  }

  .contact-btn-copy-industry-copy-ind {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-industry-copy-ind.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-industry-copy-ind.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-industry-copy-ind.btn {
    top: 26px;
  }

  .contact-btn-copy-industry-copy-ind.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-industry-copy-ind.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-industry-copy-ind.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-industry-copy-ind.lets-talk-copy-ind, .contact-btn-copy-industry-copy-ind.lets-talk-copy-ind-copy-1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: none;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .image-44-copy-mv {
    overflow: visible;
  }

  .text-block-672 {
    padding-left: 100px;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right-copy {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 3%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 1%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    bottom: -20%;
    right: 6%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right-copy {
    margin-top: 20px;
    margin-right: 20px;
    bottom: -20%;
    right: 0%;
  }

  .collection-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .container-62 {
    max-width: 1130px;
    margin-left: 80px;
    margin-right: 0;
  }

  .list-item-36 {
    width: 92%;
  }

  .select-field-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
  }

  .heading-150 {
    padding-left: 254px;
    padding-right: 254px;
  }

  .heading-150.w {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-copy-cardbtn, .text-block-copy-ct {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .paragraph-70 {
    padding-top: 10px;
  }

  .text-block-copy-home-text {
    color: var(--cloud-mist);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .heading-15-copy-w {
    line-height: 28px;
  }

  .bold-text-97 {
    font-weight: 600;
  }

  .div-block-1393 {
    background-image: linear-gradient(6deg, #000000c4, #fff0), url('../images/signup.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .div-block-1394 {
    grid-template-columns: 1fr .65fr;
  }

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

  .container-64 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-5 {
    height: auto;
  }

  .text-field-6 {
    border: 1px solid #d4ede7;
    height: auto;
  }

  .flex-stack-center {
    min-width: 30vw;
    max-width: 30vw;
  }

  .section-74 {
    margin-top: 170px;
  }

  .section-75 {
    margin-top: 220px;
  }

  .flex-stack-center-copy {
    min-width: 30vw;
    max-width: 40vw;
    padding: 60px 10px;
  }

  .text-block-678-copy-checkemail {
    width: 77%;
  }

  .section-76 {
    margin-top: 160px;
    margin-bottom: 220px;
  }

  .div-block-1404 {
    min-width: 30vw;
  }

  .section-77 {
    margin-top: 140px;
    margin-bottom: 260px;
  }

  .flex-stack-center-2 {
    min-width: 30vw;
    max-width: 40vw;
  }

  .bold-text-100 {
    font-weight: 600;
  }

  .contact-btn-copy-new {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #0562a7;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-copy-new.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn-copy-new.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-copy-new.btn {
    top: 26px;
  }

  .contact-btn-copy-new.schedule {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn-copy-new.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn-copy-new.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn-copy-new.schedule-copy {
    background-color: #0562a7;
    background-image: none;
    margin-right: 0;
  }

  .contact-btn--mv {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #163d93;
    background-image: linear-gradient(100deg, #4171d7 45%, #163d93);
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn--mv.small.innovations {
    margin-right: 0;
    padding-left: 15px;
  }

  .contact-btn--mv.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn--mv.btn {
    top: 26px;
  }

  .contact-btn--mv.schedule {
    margin-right: 0;
  }

  .contact-btn--mv.blue {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .contact-btn--mv.lets-talk {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .contact-btn--mv.blue-copy-mv {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    letter-spacing: -.5px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
  }

  .image-copy-mv {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .image-copy-mv.arrow-2 {
    width: 42px;
  }

  .image-copy-mv.arrow-3 {
    width: 34px;
    height: 38px;
  }

  .image-copy-mv.call-icon-blue {
    display: block;
  }

  .image-copy-mv.contact-us, .image-copy-mv.contact-us-copy-mv {
    width: 30px;
  }

  .copuwrite-container-copy {
    background-color: #0000;
    border-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-block-686 {
    color: #313638;
    font-size: 16px;
  }

  .heading-156 {
    color: var(--rich-blue);
    font-size: 12px;
  }

  .heading-157 {
    color: var(--rich-blue);
    font-size: 30px;
    line-height: 36px;
  }

  .bold-text-102 {
    font-weight: 600;
  }

  .text-block-678-copy-checkemail-copy {
    width: 74%;
  }

  .paragraph-37-copy-insights {
    width: 63%;
    color: var(--heading-text-color);
    font-size: 20px;
  }

  .div-block-1418 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-528-copy-ts {
    font-size: 18px;
    line-height: 22px;
  }

  .container-67 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block-1419 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    padding-left: 117px;
    padding-right: 117px;
  }

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

  .div-block-1420 {
    width: 83%;
  }

  .section-78 {
    margin-top: 120px;
  }

  .container-68 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .heading-158 {
    width: 61%;
  }

  .text-block-688 {
    font-size: 10px;
  }

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

  .div-block-1423 {
    width: 83%;
  }

  .div-block-1424 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    padding-left: 117px;
    padding-right: 117px;
  }

  .paragraph-41-copy-in2.para_size, .paragraph-41-copy-in2.in2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text-115 {
    font-weight: 500;
  }

  .contact-btn-slider {
    color: #f4f6f9;
    letter-spacing: 1px;
    background-color: #f9fafc;
    background-image: linear-gradient(#f9fafc, #fff);
    border: 1px solid #d6d3e4;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14.5px;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-btn-slider.extra-small {
    background-color: #fff;
    background-image: none;
    margin-top: 20px;
    padding-top: 4px;
  }

  .contact-btn-slider.btn {
    top: 26px;
  }

  .contact-btn-slider.schedule {
    margin-right: 0;
  }

  .text-block-481-copy-slider {
    color: #0562a7;
    letter-spacing: 0;
  }

  .div-block-1220-copy-js {
    align-self: auto;
    width: 217px;
  }

  .text-span-104, .text-span-105, .text-span-106 {
    color: #0562a7;
  }

  .bold-text-116, .bold-text-117, .bold-text-118 {
    font-weight: 600;
  }

  .text-block-689 {
    width: 83%;
  }

  .div-block-1091-copy-cta {
    padding-top: 20px;
    position: relative;
  }

  .div-block-1091-copy-cta.left {
    justify-content: flex-start;
  }

  .div-block-1091-copy-cta.lets-talk {
    justify-content: center;
    padding-top: 0;
  }

  .image-copy-hover_icon {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: auto;
    overflow: clip;
  }

  .image-copy-hover_icon.arrow-2 {
    width: 38px;
  }

  .image-copy-hover_icon.arrow-3 {
    width: 26px;
    height: 26px;
  }

  .image-copy-hover_icon.call-icon-blue {
    display: block;
  }

  .image-copy-hover_icon.contact-us {
    width: 30px;
  }

  .tab-pane-tab-2-5, .tab-pane-tab-4-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-34-copy-jb {
    width: 61%;
  }

  .heading-162 {
    width: 48%;
  }

  .heading-163 {
    width: 61%;
  }

  .heading-163.w2 {
    width: 53%;
  }

  .bold-text-120, .bold-text-126 {
    font-weight: 600;
  }

  .background-video-copy-main {
    background-image: linear-gradient(45deg, #0461a775, #3f9b8578);
    height: 100%;
  }

  .banner-image-copy-copy-main._1 {
    background-image: none;
    background-size: auto;
  }

  .banner-image-copy-copy-main._1.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .banner-image-copy-copy-main._3 {
    background-image: url('../images/main-banner-2.png');
  }

  .banner-image-copy-copy-main._1-copy {
    background-image: none;
    background-size: auto;
  }

  .banner-image-copy-copy-main._1-copy.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .background-video-copy-mobile-view {
    background-image: linear-gradient(45deg, #0461a775, #3f9b8578);
    height: 100%;
  }

  .banner-image-copy--mobileview._1 {
    background-image: none;
    background-size: auto;
  }

  .banner-image-copy--mobileview._1.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .banner-image-copy--mobileview._3 {
    background-image: url('../images/main-banner-2.png');
  }

  .banner-image-copy--mobileview._1-copy {
    background-image: none;
    background-size: auto;
  }

  .banner-image-copy--mobileview._1-copy.about {
    background-image: url('../images/cyma-about.png');
    height: 45%;
  }

  .text-block-666-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-16-copy {
    font-size: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .section-banner {
    margin-left: auto;
    margin-right: auto;
  }

  .section-banner.head-banner {
    margin-top: -90px;
  }

  .section-banner.head-nav {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .container.head-banner {
    width: 100%;
    max-width: none;
  }

  .container.head-nav {
    width: 1440px;
  }

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

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

  .container._2 {
    flex-flow: column;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.c-1.together {
    flex-flow: column;
  }

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

  .banner-image._2, .banner-image._3 {
    padding-bottom: 200px;
  }

  .header-description {
    width: 39%;
  }

  .header-description.w {
    width: 33%;
  }

  ._4x1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._4x1.mg-40px-top {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .paragraph {
    width: 600px;
  }

  .grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .slider-wrapper.buttons-center---mbp {
    width: 100%;
    padding-left: 50px;
  }

  .line-square-arrow-2.slider-button-right---top-left {
    margin-right: 10px;
  }

  .line-square-arrow-2.slider-button-right---top-right {
    margin-right: 0;
    right: 2%;
  }

  .line-square-arrow-2.slider-button-right---top-left-copy {
    margin-right: 10px;
  }

  .line-square-arrow-2.slider-button-right---top-right-copy {
    margin-right: 0;
    right: 2%;
  }

  .slider-mask.portfolio-slider.industries {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-light {
    color: #fff;
  }

  .bgimg {
    background-position: 50% 42%;
    background-size: cover;
  }

  .bgimg._2 {
    padding-bottom: 40px;
  }

  ._7x1._80px-gap.mg-40px-top, ._7x1._80px-gap.mg-40px-top-copy {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    justify-content: center;
  }

  .field-label {
    font-size: 12px;
  }

  .text-field.message {
    font-size: 14px;
  }

  .hero_section {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-1090 {
    place-items: start center;
  }

  .hero_image_wrapper {
    width: auto;
  }

  .image_main {
    right: -220px;
  }

  .navbar-logo-left-2 {
    right: 0;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    right: 0;
  }

  .container-3 {
    width: 100%;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1093 {
    width: 96%;
  }

  .div-block-1103 {
    width: 475px;
  }

  .div-block-1106 {
    width: 1440px;
    max-width: 1440px;
  }

  .container-8 {
    flex-flow: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .section-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1108 {
    width: 52%;
  }

  .container-9._1 {
    background-color: #edfaff;
    border: 1px solid #fff;
    border-radius: 30px;
  }

  .section-6 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-10 {
    margin-left: 50px;
    margin-right: 50px;
  }

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

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

  .section-14 {
    margin-top: 100px;
  }

  .hero_section-jobseekers {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-js.head-banner {
    width: 100%;
    max-width: none;
  }

  .container-copy-js.head-nav {
    width: 1440px;
  }

  .container-copy-js.center-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-js.map {
    max-width: none;
  }

  .container-copy-js._2 {
    width: 100%;
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-44 {
    font-size: 48px;
  }

  .image_main-copy-js2 {
    right: -220px;
  }

  .text-block-470 {
    padding-right: 130px;
  }

  .flex-block-18 {
    width: 100%;
  }

  .container-17 {
    max-width: 95%;
  }

  .section-25.margin {
    width: auto;
    max-width: 1440px;
  }

  .text-block-476 {
    padding-left: 70px;
  }

  .container-18 {
    padding-top: 100px;
  }

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

  .container-21 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1174 {
    justify-content: center;
  }

  .text-block-484 {
    padding-right: 121px;
  }

  .section-28 {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
  }

  .flex-block-18-copy {
    width: 100%;
  }

  .section-30 {
    margin-top: 140px;
  }

  .search-button {
    bottom: 69%;
    right: 33%;
  }

  .left-arrow-9 {
    top: 1595px;
    right: 1.5%;
  }

  .right-arrow-15 {
    top: 1595px;
  }

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

  .heading-70 {
    height: 50px;
  }

  .div-block-1090-copy {
    justify-items: center;
    width: 94%;
  }

  .image-58 {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .image-59 {
    height: 470px;
  }

  .div-block-1206 {
    justify-content: space-around;
  }

  .section-35 {
    margin-top: 220px;
  }

  .image-59-copy {
    height: 470px;
  }

  .image-58-copy {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .heading-84 {
    font-size: 48px;
    line-height: 52px;
  }

  .text-block-536 {
    font-size: 20px;
  }

  .div-block-1214 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .container-31 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-33 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .heading-79-copy-copy-ai {
    width: 90%;
  }

  .image-59-copy-copy-ai {
    height: 470px;
  }

  .image-58-copy-copy-ai {
    height: 266px;
    position: relative;
    top: -355px;
    left: -281px;
  }

  .ai {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
  }

  .div-block-1205-copy-copy-ai {
    text-align: center;
  }

  .image-67 {
    width: 100%;
  }

  .container-35 {
    max-width: 1440px;
  }

  .grid-18 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-33-copy {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-copy.head-banner {
    margin-top: -90px;
  }

  .section-copy.head-nav {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-1174-copy {
    justify-content: center;
  }

  .image-58-copy-copy-bc {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .image-59-copy-copy-bc {
    height: 470px;
  }

  .container-31-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-1214-copy {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .heading-84-copy {
    font-size: 48px;
    line-height: 52px;
  }

  .text-block-536-copy {
    font-size: 20px;
  }

  .banner-image-copy._1-copy.bottom {
    padding-bottom: 200px;
  }

  .image-58---cd {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .image-59---cd {
    height: 470px;
  }

  .it-infrastructure {
    grid-column-gap: 91px;
    grid-row-gap: 91px;
  }

  .image-59---it {
    height: 470px;
  }

  .image-58---it {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .section-35-copy {
    margin-top: 220px;
  }

  .div-block-1206-copy {
    justify-content: flex-start;
  }

  .grid-25, .grid-26 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .image-58--cs {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .image-59--cs {
    height: 470px;
  }

  .section-35--cybersecurity {
    margin-top: 220px;
  }

  .div-block-1206---cybersecurity {
    justify-content: flex-start;
  }

  .div-block-1204-copy-dataanalytics {
    width: 886px;
  }

  .image-59-copy--da {
    height: 470px;
  }

  .image-58-copy--da {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .container-31-copy--dataanalytics {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-1214-copy--dataanalytics {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .heading-84-copy--dataanalytics-head {
    font-size: 48px;
    line-height: 52px;
  }

  .text-block-536-copy--da-text {
    font-size: 20px;
  }

  .container-copy-bg {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .container-copy-bg.head-banner {
    width: 100%;
    max-width: none;
  }

  .container-copy-bg.head-nav {
    width: 1440px;
  }

  .container-copy-bg.center-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-bg.map {
    max-width: none;
  }

  .container-copy-bg._2 {
    flex-flow: column;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-bg.c-1.together {
    flex-flow: column;
  }

  .container-copy-bg.new {
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-background {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .container-copy-background.head-banner {
    width: 100%;
    max-width: none;
  }

  .container-copy-background.head-nav {
    width: 1440px;
  }

  .container-copy-background.center-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-background.map {
    max-width: none;
  }

  .container-copy-background._2 {
    flex-flow: column;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-background.c-1.together {
    flex-flow: column;
  }

  .container-copy-background.new {
    margin-left: auto;
    margin-right: auto;
  }

  .image-59--qa-testing {
    height: 470px;
  }

  .image-58--qa-testing {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .image-59-_et {
    height: 470px;
  }

  .image-58-_et {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .field-label-copy {
    font-size: 12px;
  }

  ._4x1-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._4x1-copy.mg-40px-top {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .image-59-copy-copy-casestudies {
    height: 470px;
  }

  .image-58-copy-copy-casestudies {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .container-53 {
    max-width: 1400px;
  }

  ._7x1-copy._80px-gap.mg-40px-top, ._7x1-copy._80px-gap.mg-40px-top-copy {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    justify-content: center;
  }

  .image-58-copy-ts, .image-58-copy-copy-casestudies-copy-1, .image-58-copy-copy_mv {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .hero_image_wrapper-copy_ab {
    width: auto;
  }

  .image-58-copy-copy-ai-copy {
    height: 266px;
    position: relative;
    top: -355px;
    left: -281px;
  }

  .image-67-copy {
    width: 100%;
  }

  .image-58-copy-copy-bc-copy-1, .image-58---cd-copy-1, .image-58---it-copy-mv {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left {
    margin-right: 10px;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-right {
    margin-right: 0;
    right: 2%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left-copy, .line-square-arrow-2-copy.slider-button-right---top-left {
    margin-right: 10px;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right {
    margin-right: 0;
    right: 2%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-left-copy {
    margin-right: 10px;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right-copy {
    margin-right: 0;
    right: 2%;
  }

  .div-block-1106-copy-cards {
    width: 1440px;
    max-width: 1440px;
  }

  .grid-26-copy-it {
    margin-left: 140px;
    margin-right: 140px;
  }

  .image-58--cs-copy-mv, .image-58-copy--da-copy-data, .image-58-copy--da-copy-da, .image-58--qa-testing-copy-mv, .image-58--qa-testing-copy-ds {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .div-block-1106-copy-js {
    width: auto;
    max-width: none;
  }

  .hero_section-copy-ins {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-58-_et-copy-mv, .image-58-_et-copy-m {
    height: 266px;
    top: -355px;
    left: -281px;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left {
    margin-right: 10px;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right {
    margin-right: 0;
    right: 2%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right-copy {
    margin-right: 0;
    right: 2%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy, .line-square-arrow-2-copy-slide2.slider-button-right---top-left {
    margin-right: 10px;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right {
    margin-right: 0;
    right: 2%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy {
    margin-right: 10px;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right-copy {
    margin-right: 0;
    right: 2%;
  }

  .heading-150 {
    width: 71%;
    padding-left: 254px;
  }

  .heading-150.w {
    width: 45%;
  }

  .div-block-1419 {
    width: 100%;
    max-width: none;
  }

  .image-222, .image-223 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-1424 {
    width: 100%;
    max-width: none;
  }

  .heading-162 {
    width: 38%;
  }

  .heading-163 {
    width: 44%;
  }

  .heading-163.w2 {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .contact-btn {
    display: none;
  }

  .text-block {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }

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

  .section-banner.lines-bg.margin_padding_adjusted {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.center-flex {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.bg {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.gradient-bg.mg-40px-top.center {
    margin-left: 0;
    margin-right: 0;
  }

  .container._2 {
    max-width: none;
    padding-left: 20px;
  }

  .container.c-1.together {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.c1 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .mg-40px-top {
    flex-flow: column;
    display: block;
  }

  ._2x1.mg-40px-top {
    grid-template-columns: minmax(200px, 1fr);
  }

  ._2x1.mg-40px-top.mobileview {
    display: block;
  }

  ._2x1.mg-40px-top.desktopview {
    display: none;
  }

  ._2x1._3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  ._4x1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
  }

  ._4x1.mg-40px-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-block {
    justify-content: center;
    align-items: center;
  }

  .purple-text._50-opacity._270px-width {
    text-align: center;
  }

  .purple-text._80-opacity._270px-width {
    text-align: center;
    font-size: 14px;
  }

  .white-text {
    font-size: 32px;
    line-height: 36px;
  }

  .white-text._14px-font {
    line-height: 18px;
  }

  ._22px-text.white-text.font-weight-semibold, ._22px-text.white-text.font-weight-semibold-copy {
    font-size: 20px;
    line-height: 24px;
  }

  ._90px.light.purple-text {
    font-size: 60px;
  }

  ._3x1.fr.mg-40px-top {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  ._20px-text.medium {
    font-size: 18px;
    font-weight: 400;
  }

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

  ._16px-text.medium-copy, ._16px-text.medium-copy-copy {
    margin-top: 0;
  }

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

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

  .home-services-content.flex-10px-padding._100-px-right-padding {
    margin-right: 10px;
  }

  .display-2 {
    font-size: 16px;
  }

  .line-square-arrow-2.slider-button-right---top-left, .line-square-arrow-2.slider-button-right---top-left-copy, .line-square-arrow-2.slider-button-right---top-left-copy {
    right: 6%;
  }

  .subtitle-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2.overflow-hidden.bgcolor {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-right-10px {
    width: auto;
  }

  .mg-right-10px.height-520px, .mg-right-10px.height-430px {
    width: 300px;
    height: 400px;
  }

  .inner-container._400px---tablet {
    max-width: none;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-light {
    padding-left: 10px;
  }

  ._12px-spacing._400px-width {
    width: 300px;
  }

  .div-block-10 {
    display: none;
  }

  .flex-block-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-9 {
    height: 61px;
  }

  .bgimg, .bgimg.bsheader {
    padding-top: 0;
  }

  ._700px-width {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  ._7x1._80px-gap.mg-40px-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr auto 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  ._7x1._80px-gap.mg-40px-top-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr auto 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

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

  .navbar-logo-left-container.shadow-three.header-992 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo-left-container.shadow-three.header-992.white {
    padding: 10px;
    overflow: visible;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper.nav-white {
    background-color: #0000;
    border-radius: 15px;
    padding: 10px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: block;
    overflow: auto;
  }

  .nav-menu-two {
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding: 0 20px 10px;
    display: flex;
  }

  .nav-link {
    color: #0562a7;
    letter-spacing: -.04em;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
  }

  .nav-link:hover {
    color: #0562a7;
  }

  .nav-link.nav-color.w--current {
    color: #0562a7;
    vertical-align: baseline;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    height: auto;
    padding: 12px;
    display: block;
  }

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

  .div-block-607 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 200px;
    height: 220px;
    display: flex;
  }

  .contact-us-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 20px;
  }

  .slider-17 {
    width: 200px;
    height: 260px;
    margin-bottom: 0;
  }

  .div-block-606 {
    justify-content: flex-end;
    align-items: flex-end;
    height: 530px;
    padding-top: 20px;
    padding-right: 60px;
  }

  .slide-13 {
    margin-bottom: 20px;
  }

  .icon-4 {
    display: none;
  }

  .hero_section.margin {
    max-height: none;
  }

  .div-block-1090 {
    flex-flow: column;
  }

  .hero_image_wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .image_main.business {
    position: static;
  }

  .image_overlay {
    display: block;
  }

  .image_overlay.business {
    display: none;
  }

  .heading-8 {
    font-size: 37px;
    line-height: 44px;
  }

  .paragraph-7 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .navbar-logo-left-2 {
    z-index: 1000;
    position: fixed;
    overflow: visible;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .contact {
    display: none;
  }

  .text-block-440.blue {
    font-weight: 700;
    line-height: 14px;
  }

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

  .div-block-1092 {
    width: 100%;
    height: 478px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-446 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-1099 {
    justify-content: center;
  }

  .heading-15 {
    font-size: 20px;
    line-height: 33px;
  }

  .container-7 {
    border-radius: 20px;
  }

  .image-15 {
    width: 372px;
    height: 121px;
  }

  .image-15.newmobileimg {
    margin-top: 15px;
  }

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

  .div-block-1103 {
    height: auto;
  }

  .h1-second {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .section-4 {
    max-width: 1000px;
  }

  .heading-29 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
  }

  .image-23 {
    width: 44%;
    display: none;
  }

  .heading-30 {
    text-align: center;
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .container-9._1 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-27 {
    width: 75.1875px;
    max-width: none;
    height: 46.85px;
  }

  .heading-31 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-9._1 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-460 {
    font-size: 12px;
    line-height: 12px;
  }

  .journey-card-h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-1113 {
    flex-flow: column;
  }

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

  .paragraph-11 {
    text-align: center;
    width: auto;
  }

  .div-block-1115 {
    flex-flow: column;
    width: auto;
  }

  .section-8 {
    margin-top: 60px;
  }

  .heading-35 {
    font-size: 18px;
  }

  .image-35 {
    position: absolute;
    top: 32px;
  }

  .div-block-1125 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    display: none;
  }

  .div-block-15 {
    display: block;
  }

  .div-block-27 {
    position: static;
  }

  .image-36 {
    width: 100px;
  }

  .secondary-button.hide-mobile {
    padding: 5px 10px;
    display: none;
  }

  .image-38 {
    width: 100px;
  }

  .container-head-nav {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-1127 {
    background-color: #0976a6;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-container {
    display: none;
  }

  .nav-link-container.blue-bg-fill.hide-mobile {
    background-color: #ecf0f5;
    flex-flow: column;
    width: 100%;
    height: 85vh;
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .hamburger-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 30px;
    display: flex;
  }

  .nav-link-4 {
    color: #0976a6;
  }

  .div-block-20.hide-mobile {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-1128 {
    background-color: #0976a6;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-6 {
    color: #0976a6;
  }

  .div-block-1130.hide-mobile {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero_section-jobseekers {
    max-height: none;
  }

  .div-block-1090--jobseekers {
    flex-flow: column;
  }

  .heading-44 {
    font-size: 32px;
    line-height: 36px;
  }

  .image_overlay-copy-js1 {
    display: none;
  }

  .image_main-copy-js2 {
    width: 266px;
    height: 250px;
    position: static;
  }

  .text-block-469 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-45 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .text-block-472 {
    max-width: none;
    padding: 15px 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .heading-47 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-18 {
    display: block;
  }

  .section-19 {
    flex-flow: column;
    display: block;
  }

  .paragraph-29, .paragraph-30 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-49 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-23 {
    display: none;
  }

  .container-17 {
    max-width: none;
    padding-left: 20px;
  }

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

  .flex-block-19 {
    align-items: center;
  }

  .section-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-5 {
    overflow: visible;
  }

  .div-block-1170 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-block-472-copy-1, .text-block-472-copy, .text-block-472-1 {
    padding: 15px 7px;
    font-size: 14px;
    line-height: 14px;
  }

  .contact-btn-copy-js-btn-copy-highdemand {
    padding: 5px 0 5px 10px;
  }

  .text-block-481 {
    color: #163d93;
  }

  .section-27 {
    margin-top: 40px;
  }

  .heading-56 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-482 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-57 {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .text-block-485 {
    font-size: 60px;
    line-height: 64px;
  }

  .text-block-486 {
    font-size: 13px;
  }

  .div-block-1176 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .heading-61 {
    font-size: 21px;
  }

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

  .contact-btn-copy-findmoreopp {
    margin-top: 20px;
  }

  .heading-64 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .search-button {
    bottom: 28%;
  }

  .list-item-2 {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .heading-69 {
    font-size: 34px;
  }

  .paragraph-37 {
    font-size: 11px;
  }

  .heading-8-copy {
    width: 481px;
    font-size: 37px;
    line-height: 44px;
  }

  .slider-28 {
    height: auto;
    padding-bottom: 70px;
  }

  .heading-70 {
    line-height: 26px;
  }

  .heading-71 {
    width: 90%;
  }

  .div-block-1204 {
    padding-top: 0;
  }

  .heading-79-copy {
    width: 72%;
  }

  .image-59-copy {
    height: 283px;
  }

  .image-58-copy {
    height: 40%;
    top: -219px;
  }

  .container-32 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-1217 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-1219 {
    max-width: 102%;
  }

  .sd {
    flex-flow: column;
  }

  .sd-heading, .paragraph-sd {
    text-align: center;
  }

  .sd-btn {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 10px;
  }

  .sd-btn-text {
    font-size: 13px;
  }

  .heading-79-copy-copy-ai {
    font-size: 34px;
    line-height: 40px;
  }

  .image-59-copy-copy-ai {
    height: 274px;
  }

  .image-58-copy-copy-ai {
    top: -201px;
  }

  .div-block-1205-copy-copy-ai {
    height: 304px;
  }

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

  .heading-94 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-1225 {
    width: auto;
    height: auto;
  }

  .div-block-1226 {
    width: auto;
    padding: 20px;
  }

  .div-block-1227 {
    width: auto;
    padding-bottom: 20px;
  }

  .grid-19 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .heading-96 {
    height: 108px;
  }

  .text-block-556 {
    font-size: 9px;
  }

  .ai-heading-copy {
    font-size: 46px;
  }

  .paragraph-ai-copy {
    width: auto;
  }

  .ai-btn-copy {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .ai-btn-text-copy {
    font-size: 14px;
  }

  .paragraph-69 {
    color: var(--sub-text);
    text-align: right;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-97 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-copy {
    display: none;
  }

  .heading-98 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-span-57 {
    color: var(--regal-indigo);
  }

  .image-70 {
    max-width: none;
  }

  .icon-18, .image-71, .contact-btn-copy {
    display: none;
  }

  .contact-btn-copy.extra-small {
    display: flex;
  }

  .contact-btn-copy {
    display: none;
  }

  .contact-btn-copy.btn {
    display: flex;
  }

  .div-block-7-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-7-copy-1, .icon-19 {
    display: none;
  }

  .aboutus-banner-btn {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 8px;
    display: flex;
  }

  .aboutus-banner-btn-2 {
    display: flex;
  }

  .image_overlay-copy-mobile {
    display: none;
  }

  .image_overlay-copy {
    width: 190px;
    display: block;
    position: absolute;
    inset: 33% 23% auto auto;
  }

  .image-72, .image-73, .image-74 {
    width: 75.1875px;
    max-width: none;
  }

  .image-27-copy {
    width: auto;
    max-width: 100%;
    display: none;
  }

  .image-80 {
    width: auto;
    height: auto;
  }

  .text-block-557, .text-block-558, .text-block-559, .text-block-560 {
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
  }

  .image-23-copy-mobile {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    display: block;
  }

  .image-81 {
    width: 33px;
    max-width: none;
    display: none;
  }

  .image_overlay-copy-js1-copy {
    width: 244px;
    height: 146px;
    display: block;
    position: static;
  }

  .div-block-1234 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-99 {
    font-size: 32px;
    line-height: 36px;
  }

  .image-83 {
    width: 20%;
    max-width: none;
  }

  .text-block-472-copy {
    max-width: none;
    padding: 15px 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .image-58-copy-copy-bc {
    height: 40%;
    top: -232px;
  }

  .image-59-copy-copy-bc {
    height: 324px;
  }

  .text-block-536-copy {
    line-height: 20px;
  }

  .container-36-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1225-copy.border-bc {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-1226-copy.b1 {
    width: auto;
    padding: 20px;
  }

  .div-block-1227-copy {
    width: auto;
    padding-bottom: 20px;
  }

  .heading-94-copy.color-bc {
    font-size: 27px;
  }

  .text-block-552-copy.tx-bc-color {
    font-size: 14px;
  }

  .div-block-1226-copy.box-bk, .div-block-1226-copy {
    width: auto;
    padding: 40px 20px;
  }

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

  .blockchain-last {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-82-copy {
    height: 74px;
  }

  .container-32-copy-cd {
    height: auto;
  }

  .div-block-1204-copy-it {
    padding-top: 0;
  }

  .image-59---it {
    height: 307px;
  }

  .image-58---it {
    height: 40%;
    top: -235px;
  }

  .heading-107, .heading-109 {
    text-align: center;
  }

  .it-infrastructure-container {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .it-heading-copy-copy {
    text-align: center;
  }

  .paragraph-it-copy-copy-copy {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-1227-copy-copy {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cybersecurity {
    flex-flow: column;
  }

  .it-heading-copy-copy--cs {
    text-align: center;
  }

  .paragraph-it-copy-copy-cs {
    text-align: center;
    width: auto;
  }

  .div-block-1204-copy-dataanalytics {
    padding-top: 0;
  }

  .image-59-copy--da {
    height: 283px;
  }

  .image-58-copy--da {
    height: 35%;
    top: -206px;
  }

  .container-36-copy--dataanalytics {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-93-copy--da {
    text-align: center;
  }

  .div-block-1225-copy--da1, .div-block-1225-copy--da2, .div-block-1225-copy--da3, .div-block-1225-copy--da4 {
    width: auto;
    height: auto;
  }

  .div-block-1226-copy-copy-da {
    width: auto;
    padding: 40px 20px;
  }

  .div-block-1227-copy--da {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-94-copy-copy-copy, .heading-94-copy--da-heading, .heading-94-copy--da-heading2, .heading-94-copy--heading-da3 {
    font-size: 27px;
  }

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

  .grid-31 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    width: 100%;
  }

  .div-block-1280 {
    align-items: center;
  }

  .grid-31-copy {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    width: 100%;
  }

  .container-copy-bg.center-flex {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-bg.gradient-bg.mg-40px-top.center {
    margin-left: 0;
    margin-right: 0;
  }

  .container-copy-bg.c-1.together {
    max-width: none;
  }

  .heading-47-copy {
    font-size: 32px;
    line-height: 36px;
  }

  ._700px-width-copy {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  ._90px-copy.light.purple-text {
    font-size: 60px;
  }

  ._700px-width-copy-h {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .blue-logo-copy.logo-white {
    width: auto;
  }

  .nav-link-copy.nav-color._1 {
    letter-spacing: -.04em;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
  }

  .nav-link-copy._1.new-color {
    letter-spacing: -.04em;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .nav-link-copy._1.new-color.w--current {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .nav-link-copy-bu {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-bu.nav-color.w--current {
    color: #163d93;
  }

  .nav-link-copy._1.new-color2 {
    letter-spacing: -.04em;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
  }

  .nav-link-copy._1.new-color2.w--current {
    color: #0562a7;
    text-decoration: none;
  }

  .nav-link-copy._1.new-color3 {
    letter-spacing: -.04em;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
  }

  .nav-link-copy._1.new-color3.w--current {
    text-decoration: none;
  }

  .nav-link-copy {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy.nav-color.w--current {
    color: #163d93;
  }

  .contact-btn-copy-nav-about, .contact-btn-copy {
    display: none;
  }

  .nav-link-copy-1 {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-1.nav-color.w--current, .nav-link-copy-1.nav-color-copy-1.w--current {
    color: #163d93;
  }

  .container-copy-background.center-flex {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-background.gradient-bg.mg-40px-top.center {
    margin-left: 0;
    margin-right: 0;
  }

  .container-copy-background.c-1.together {
    max-width: none;
  }

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

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

  .image-59--qa-testing {
    height: 297px;
  }

  .image-58--qa-testing {
    height: 37%;
    top: -228px;
    left: -157px;
  }

  .container-36-copy--qa-testing {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-19-copy-qa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: center;
    width: 100%;
  }

  .div-block-1225-copy--qa1, .div-block-1225-copy--qa2, .div-block-1225-copy--qa3, .div-block-1225-copy--qa4 {
    width: 100%;
    height: auto;
  }

  .div-block-1226--qa_testing {
    width: auto;
    padding: 40px 20px;
  }

  .div-block-1227-_qa_testing {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-552--qa_testing1 {
    width: 97%;
  }

  .div-block-1226-copy-copy.box-bk {
    width: auto;
    padding: 40px 20px;
  }

  .div-block-1227-copy-copy-copy {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-552-_qa-testing2, .text-block-552-qa3 {
    width: 93%;
  }

  .container-43-copy-qa {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-107-copy-qa {
    text-align: center;
  }

  .div-block-1258-copy-qa {
    width: 300px;
    padding: 10px;
  }

  .container-47-copy-qa {
    background-image: linear-gradient(#fff, #edfaff);
    border-radius: 15px;
    flex-flow: column;
    align-items: center;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .grid-30-copy-qa {
    background-image: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 600px;
    padding: 0;
  }

  .div-block-1280-copy-qa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-31-copy-qa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .div-block-1280-copy-qa2 {
    align-items: center;
    width: 100%;
  }

  .grid-31-copy-qa2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .div-block-1280-copy-qa3 {
    align-items: center;
    width: 100%;
  }

  .grid-31-copy-copy-qa3, .grid-31-copy-qa2-copy-1 {
    width: 100%;
  }

  .qa {
    flex-flow: column;
  }

  .div-block-1204-copy_et {
    padding-top: 0;
  }

  .image-59-_et {
    height: 297px;
  }

  .image-58-_et {
    height: 41%;
    top: -231px;
  }

  .heading-94--et, .heading-94-copy--et, .heading-94-et, .heading-94--ett {
    font-size: 29px;
  }

  .div-block-1092-copy-emplogin {
    width: 100%;
    height: 478px;
  }

  .contact-btn-copy-getintouch-btn-copy.small.contact {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .contact-btn-copy-industry, .slider-29 {
    display: none;
  }

  ._4x1-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  ._4x1-copy.mg-40px-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-628 {
    color: #0562a7;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .icon-20 {
    color: gray;
    display: none;
  }

  .nav-link-copy-bussiness {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-bussiness.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-toggle-2 {
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 0 0 0 5px;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .nav-link-copy-legal {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-legal.nav-color.w--current {
    color: #163d93;
  }

  .text-block-628-copy-l {
    color: #0562a7;
    letter-spacing: -.04em;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .dropdown-list-copy-l.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .dropdown-toggle-2-copy-legal {
    align-items: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-copy-res {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-res.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-toggle-2-copy-resources {
    align-items: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-copy-res.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .text-block-628-copy-res {
    color: #0562a7;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .text-block-629 {
    letter-spacing: -.04em;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .icon-21 {
    display: none;
  }

  .dropdown-toggle-3 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-3.w--open {
    justify-content: space-between;
    width: auto;
    padding-right: 0;
  }

  .dropdown-list-2 {
    margin-top: 0;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    border-style: none;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    position: relative;
  }

  .nav-link-copy-copy-l {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-copy-l.nav-color.w--current {
    color: #163d93;
  }

  .text-block-629-copy_legal {
    letter-spacing: -.04em;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .dropdown-toggle-3-copy-legal {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-3-copy-legal.w--open {
    width: auto;
    padding-right: 0;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-3 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link-copy-copy-res {
    color: #163d93;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-copy-copy-res.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-toggle-3-copy-resources {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-3-copy-resources.w--open {
    width: auto;
    padding-right: 0;
  }

  .dropdown-list-2-copy-res.w--open {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85 {
    font-size: 12px;
  }

  .heading-79-copy-copy-casestudies {
    width: 72%;
  }

  .grid-41 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

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

  .div-block-1326 {
    display: none;
  }

  .div-block-1328 {
    padding-right: 20px;
  }

  .contact-btn-copy-copy-bussinesssol {
    display: inline-flex;
  }

  .image_overlay-copy-bs {
    display: block;
  }

  .image_overlay-copy-bs.business-copy {
    max-width: none;
    height: 146px;
    display: block;
    position: static;
  }

  .container-60 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-130, .image-131 {
    width: 100%;
  }

  ._7x1-copy._80px-gap.mg-40px-top, ._7x1-copy._80px-gap.mg-40px-top-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr auto 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .service-block-copy-bs, .service-block-copy-bs_mv {
    justify-content: center;
    align-items: center;
  }

  .contact-btn-copy-bs {
    display: none;
  }

  .contact-btn-copy-bs.schedule-copy {
    margin-top: 20px;
    display: inline-flex;
  }

  .contact-cus.small.contact {
    display: inline-flex;
  }

  .contact-btn-copy-home {
    display: none;
  }

  .contact-btn-copy-home.main-btn {
    display: inline-flex;
  }

  .contact-btn-copy-home2, .contact-btn-copy-home3, .contact-btn-copy_h_card {
    display: none;
  }

  .contact-btn-copy_h_card.small.innovations {
    padding-right: 0;
    display: flex;
  }

  .div-block-1349 {
    justify-content: flex-end;
    display: flex;
  }

  .contact-btn-copy-h_c2 {
    display: none;
  }

  .contact-btn-copy-h_c2.small.innovations {
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-1350 {
    justify-content: flex-end;
    display: flex;
  }

  .hero_image_wrapper-copy_ab {
    width: auto;
  }

  .image-155, .image-156, .image-157, .image-158, .image-161, .image-162, .image-163, .image-164 {
    max-width: none;
  }

  .image-58-copy-copy-bc-copy-1 {
    height: 40%;
    top: -232px;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left, .line-square-arrow-2-copy-component.slider-button-right---top-left-copy, .line-square-arrow-2-copy.slider-button-right---top-left, .line-square-arrow-2-copy.slider-button-right---top-left-copy {
    right: 6%;
  }

  .list-item-29 {
    border-bottom: 1px #8bacf645;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .image-copy-home, .image-copy-home2, .image-copy-home3 {
    width: 26px;
    max-width: none;
    height: 26px;
  }

  .list-item-30 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .list-item-30.boader {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-item-31 {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .list-item-32, .list-item-33 {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .list-item-34 {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .list-item-35 {
    border-bottom: 1px #8bacf645;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-26-copy-it {
    display: none;
  }

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

  .heading-145 {
    text-align: center;
    color: #b0acbe;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .grid-27-copy-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-1374, .div-block-1375 {
    margin-top: 30px;
  }

  .grid-27-copy-2, .grid-27-copy-3, .grid-27-copy-4, .grid-27-copy-5, .grid-27-copy-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-27-copy-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-1326-copy-mv {
    display: block;
  }

  .image-194 {
    width: auto;
    max-width: none;
  }

  .image-195, .image-196, .image-197 {
    max-width: none;
  }

  .image-58-copy--da-copy-data, .image-58-copy--da-copy-da {
    height: 35%;
    top: -206px;
  }

  .div-block-1281-copy-d, .div-block-1281-copy-da {
    display: none;
  }

  .image-58--qa-testing-copy-mv, .image-58--qa-testing-copy-ds {
    height: 37%;
    top: -228px;
    left: -157px;
  }

  .image-199, .image-200, .image-201, .image-202 {
    width: 70px;
    max-width: none;
    height: 50px;
  }

  .image-copy-bs, .image-copy, .image-copy-2bs, .image-copy-4, .image-copy-5, .image-copy-6, .image-copy-7, .image-copy-8, .image-copy-9 {
    width: 26px;
    max-width: none;
    height: 26px;
  }

  .div-block-1281-copy-copy {
    display: none;
  }

  .div-block-1281-copy-q {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-1281-copy-q1 {
    display: none;
  }

  .image-58-_et-copy-mv, .image-58-_et-copy-m {
    height: 41%;
    top: -231px;
  }

  .heading-96-copy-h1, .heading-96-copy-h {
    height: 108px;
  }

  .contact-btn-copy-industry-copy-ind {
    display: none;
  }

  .contact-btn-copy-industry-copy-ind.lets-talk-copy-ind-copy-1 {
    display: inline-flex;
  }

  .image-9-copy-1 {
    height: 61px;
  }

  ._22px-text-copy.white-text.font-weight-semibold, ._22px-text-copy.white-text.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold, ._22px-text-copy.white-text-copy.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .image-9-copy-2 {
    height: 61px;
  }

  ._22px-text-copy.white-text.font-weight-semibold, ._22px-text-copy.white-text.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold, ._22px-text-copy.white-text-copy.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .image-9-copy-3, .image-9-copy-1-copy-tailor, .image-9-copy-2-copy-tail2, .image-9-copy-3-copy-tail4, .image-9-copy-1-copy-tailor-copy-sys1, .image-9-copy-2-copy-tail2-copysys2, .sys3 {
    height: 61px;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left, .line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy, .line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy, .line-square-arrow-2-copy-slide2.slider-button-right---top-left, .line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy, .line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy {
    right: 6%;
  }

  .div-block-1328-copy {
    padding-right: 20px;
  }

  .heading-150.w {
    width: 67%;
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-copy-cardbtn, .text-block-copy-ct, .text-block-copy-home-text {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }

  .heading-15-copy-w {
    font-size: 20px;
    line-height: 33px;
  }

  .heading-152 {
    font-size: 44px;
  }

  .flex-stack-center {
    min-width: 70vw;
    display: block;
  }

  .form-6 {
    align-items: flex-start;
    width: auto;
  }

  .text-field-7 {
    width: 100%;
    padding-left: 15px;
  }

  .div-block-1401 {
    margin-top: 30px;
  }

  .div-block-1402 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-stack-center-copy {
    display: flex;
  }

  .heading-152-copy-reset {
    font-size: 44px;
  }

  .div-block-1406 {
    display: none;
  }

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

  .div-block-1407 {
    display: none;
  }

  .link-58, .link-59, .link-61 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .div-block-1407-copy-3, .div-block-1407-copy-2 {
    display: none;
  }

  .bold-text-100 {
    letter-spacing: -.04em;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

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

  .image-219 {
    margin-top: 0;
    display: inline-flex;
  }

  .image-220 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 12px;
    margin-top: 0;
    display: inline-flex;
  }

  .contact-btn-copy-new, .contact-btn--mv {
    display: none;
  }

  .contact-btn--mv.blue-copy-mv {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: inline-flex;
  }

  .div-block-1408 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 25px;
    display: flex;
  }

  .image-copy-mv {
    width: 26px;
    max-width: none;
    height: 26px;
  }

  .image-copy-mv.contact-us-copy-mv {
    width: 38px;
    height: 38px;
  }

  .div-block-1409 {
    background-color: #f3f8ff;
    border: 1px solid #e8ebf1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 100%;
    margin-top: 20px;
    display: block;
  }

  .div-block-7-copy-mv._2 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .copuwrite-container-copy {
    background-color: #0000;
    flex-flow: column;
    align-items: center;
  }

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

  .link-58-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

  .div-block-1410 {
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div-block-1411 {
    display: none;
  }

  .grid-52 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .link-62 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .grid-53, .grid-54 {
    margin-top: 0;
  }

  .list-item-37, .list-item-38, .list-item-39 {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .list-item-40 {
    border-bottom: 1px solid #8bacf645;
    order: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-1412 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-1413 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .list-item-41 {
    border-bottom: 1px solid #8bacf645;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .list-item-42 {
    border: 1px #8bacf645;
    border-bottom-style: solid;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .link-62-copy-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

  .image-221, .image-221-copy-r {
    text-align: left;
    height: 3px;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .paragraph-37-copy-insights {
    font-size: 11px;
  }

  .heading-158 {
    width: 90%;
  }

  .contact-btn-slider {
    padding: 5px 0 5px 10px;
  }

  .text-block-481-copy-slider {
    color: #163d93;
  }

  .text-span-104, .text-span-105, .text-span-106 {
    color: #0562a7;
  }

  .image-220-copy-l {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 12px;
    margin-top: 0;
    display: inline-flex;
  }

  .image-221-copy-l {
    text-align: left;
    height: 3px;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .image-220-copy-r, .image-220-copy-r1 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 12px;
    margin-top: 0;
    display: inline-flex;
  }

  .image-221-copy-r1 {
    text-align: left;
    height: 3px;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .image-220-copy-l1 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 12px;
    margin-top: 0;
    display: inline-flex;
  }

  .image-221-copy-l1 {
    text-align: left;
    height: 3px;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .link-block-462 {
    width: auto;
  }

  .link-block-462.w--current {
    width: auto;
    height: auto;
  }

  .image-225 {
    opacity: 0;
    display: none;
    position: absolute;
    bottom: 12px;
  }

  .image-copy-hover_icon {
    width: 26px;
    max-width: none;
    height: 26px;
  }

  .paragraph-34-copy-jb {
    text-align: center;
  }

  .heading-162.sl {
    width: 80%;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-163.w2.s1 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-666-copy {
    display: none;
  }

  .hambuger-menu-main {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .hamburger-lines-3, .hamburger-lines-2-copy, .hamburger-lines-1 {
    background-color: #004998;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-16-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-banner, .section-banner.head-banner {
    display: block;
  }

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

  .container.center-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .container.c1 {
    padding-right: 20px;
  }

  .header-description {
    width: auto;
  }

  ._2x1.mg-40px-top {
    justify-items: center;
  }

  ._2x1._3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  ._4x1.mg-40px-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-block {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section-71 .open-roles-grid {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .section-71 .open-roles-grid > .div-block-1389 {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    width: 100%;
  }

  /* TEMP VISUAL AID: make mobile cards obvious while testing */
  .section-71 .open-roles-grid > .div-block-1389 {
    background: #fff6c2;
    border: 2px solid #ff5722;
  }

  .section-71 .open-roles-grid::-webkit-scrollbar {
    display: none;
  }

  .section-71 .open-roles-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Controls for mobile carousel */
  .section-71 .open-roles-controls {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .section-71 .open-roles-prev,
  .section-71 .open-roles-next {
    background: #ffffff;
    border: 1px solid #d6e4ef;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .section-71 .open-roles-dots {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .section-71 .open-roles-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfd8e3;
    border: none;
    padding: 0;
  }

  .section-71 .open-roles-dot.active {
    background: #1a73e8;
  }

/* TEMP — Force carousel layout everywhere for testing; remove after verification */
.section-71 .open-roles-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 18px !important;
}
.section-71 .open-roles-grid > .div-block-1389 {
  flex: 0 0 100% !important;
  min-width: 100% !important;
  background: #fff6c2 !important;
  border: 2px solid #ff5722 !important;
}

  .purple-text._50-opacity._270px-width, .purple-text._80-opacity._270px-width {
    text-align: center;
  }

  .tabs-menu {
    box-sizing: content-box;
    aspect-ratio: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    justify-content: flex-start;
    width: auto;
    overflow: clip;
  }

  .tab-link-tab-1._2.w--current {
    display: flex;
  }

  ._3x1.fr.mg-40px-top {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  ._20px-text.medium {
    font-size: 17px;
    line-height: 18px;
  }

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

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

  .display-2 {
    font-size: 16px;
  }

  .mg-top-72px {
    margin-top: 64px;
  }

  .line-square-arrow-2 {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .line-square-arrow-2.slider-button-right---top-left {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2.slider-button-right---top-right {
    top: -92px;
    bottom: -150%;
  }

  .line-square-arrow-2.slider-button-right---top-left-copy {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2.slider-button-right---top-right-copy {
    top: -92px;
    bottom: -150%;
  }

  .subtitle-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-container._300px---mbl {
    max-width: 300px;
  }

  .inner-container._600px {
    max-width: 100%;
  }

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

  .mg-top-extra-large {
    margin-top: 54px;
  }

  .mg-top-extra-large.mg-top-24px---mbl {
    margin-top: 24px;
  }

  .slider-mask.portfolio-slider {
    max-width: 340px;
  }

  .slider-mask.portfolio-slider.industries {
    max-width: none;
  }

  .link-underline-container {
    font-size: 14px;
  }

  .flex-block-30-spacing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bgimg {
    padding-top: 0;
  }

  .bgimg.innovation-bg {
    background-image: url('../images/bg_desktop_lines.png');
    background-position: 50%;
    background-size: cover;
  }

  ._7x1._80px-gap.mg-40px-top, ._7x1._80px-gap.mg-40px-top-copy {
    flex-flow: wrap;
  }

  .verticle-line-light-purple {
    display: block;
  }

  .logov3_marquee {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    height: auto;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-link {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link.nav-color.w--current {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero_section {
    max-height: none;
    margin-top: 100px;
  }

  .div-block-1090 {
    flex-flow: column;
  }

  .hero_image_wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .image_main {
    width: 266px;
    max-width: none;
    height: 250px;
    position: static;
  }

  .image_overlay {
    width: 214px;
    max-width: none;
    height: 146px;
    position: static;
  }

  .image_overlay.business {
    display: none;
  }

  .heading-8 {
    padding-top: 0;
  }

  .heading-8._1 {
    width: auto;
    font-size: 55px;
    line-height: 57px;
  }

  .paragraph-7._1 {
    width: auto;
    font-size: 17px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .div-block-1093 {
    display: none;
  }

  .div-block-1096 {
    flex-flow: column;
    align-items: center;
  }

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

  .container-7 {
    border-radius: 0;
  }

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

  .div-block-1103 {
    width: auto;
    height: auto;
  }

  .h1-second {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .section-4 {
    background-image: url('../images/aboutusbk.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 40px;
  }

  .image-23 {
    display: none;
  }

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

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .image-27 {
    max-width: 100%;
    display: none;
  }

  .div-block-1113 {
    flex-flow: column;
  }

  .container-11.max-width {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

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

  .paragraph-11 {
    text-align: center;
    width: auto;
  }

  .div-block-1114 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-1115 {
    flex-flow: column;
    width: auto;
  }

  .section-8 {
    margin-top: 60px;
  }

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

  .paragraph-15 {
    font-size: 14px;
  }

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

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

  .paragraph-17 {
    font-size: 16px;
    line-height: 21px;
  }

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

  .image-33 {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    display: none;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
  }

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

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

  .div-block-1123 {
    flex-flow: column;
    height: auto;
    padding-bottom: 20px;
  }

  .div-block-1124 {
    padding-top: 10px;
    padding-left: 20px;
  }

  .image-35 {
    position: absolute;
    top: 32px;
  }

  .div-block-1125 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    display: none;
  }

  .div-block-15 {
    display: block;
  }

  .image-36 {
    width: 100px;
  }

  .secondary-button.hide-mobile {
    padding: 5px 10px;
    display: none;
  }

  .link-no-bg.flex {
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    display: flex;
  }

  .image-38 {
    width: 100px;
  }

  .image-44 {
    display: none;
  }

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

  .container-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_section-jobseekers {
    max-height: none;
  }

  .container-copy-js {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1090--jobseekers {
    flex-flow: column;
  }

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

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

  .image_overlay-copy-js1 {
    width: 153px;
    max-width: none;
    height: 133px;
    display: none;
    position: static;
  }

  .image_main-copy-js2 {
    width: 266px;
    height: 250px;
    position: static;
  }

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

  .div-block-1133 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-47 {
    display: none;
  }

  .flex-block-15, .flex-block-16, .flex-block-17 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-18 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 181px;
  }

  .section-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-19 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-32 {
    font-size: 16px;
  }

  .heading-52 {
    font-size: 44px;
  }

  .div-block-1170 {
    display: none;
  }

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .contact-btn-copy-js-btn-copy-highdemand {
    margin-top: 20px;
  }

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

  .div-block-1175 {
    margin-right: 20px;
  }

  .heading-57 {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-484 {
    font-size: 15px;
  }

  .text-block-485 {
    font-size: 65px;
  }

  .text-block-486 {
    font-size: 16px;
  }

  .section-28 {
    flex-flow: column;
    margin-right: 0;
  }

  .text-block-497 {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-1186 {
    display: none;
  }

  .heading-62, .paragraph-34 {
    text-align: center;
  }

  .heading-66 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-504 {
    text-align: center;
    width: 69%;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-506 {
    width: 69%;
  }

  .search-input {
    width: 450px;
  }

  .search-button {
    bottom: 24%;
    right: 11%;
  }

  .jobopenings-btn, .jobopeningsbtn {
    height: 34px;
  }

  .div-block-1189 {
    width: 87.9005%;
    padding-left: 20px;
    padding-right: 40px;
  }

  .heading-67 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-507 {
    width: 95%;
  }

  .container-25 {
    display: flex;
  }

  .text-block-510, .text-block-511, .text-block-512, .text-block-513 {
    font-size: 11px;
    line-height: 14px;
  }

  .explorecareerssection {
    flex-flow: column;
    justify-content: center;
  }

  .heading-68 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

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

  .contactusexp {
    margin-top: 20px;
  }

  .text-block-516 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-69 {
    padding-top: 10px;
  }

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

  .contact-btn--insights {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image_overlay-copy-1 {
    display: none;
    position: static;
  }

  .heading-8-copy {
    width: 481px;
  }

  .left-arrow-9 {
    top: auto;
    right: 5%;
  }

  .right-arrow-15 {
    top: auto;
  }

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

  .heading-70 {
    font-size: 16px;
  }

  .text-block-518 {
    font-size: 12px;
  }

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

  .div-block-1090-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-1191-copy {
    padding-left: 10px;
  }

  .hero_image_wrapper-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-54-copy {
    width: 266px;
    height: 250px;
  }

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

  .heading-71 {
    width: 96%;
  }

  .section-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1203 {
    flex-flow: column;
  }

  .heading-79, .paragraph-68 {
    width: auto;
  }

  .image-58 {
    display: none;
    position: static;
  }

  .image-59 {
    width: 266px;
    height: 250px;
  }

  .div-block-1204 {
    padding-top: 10px;
  }

  .div-block-1205 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .div-block-1206 {
    flex-flow: column;
  }

  .container-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-35 {
    margin-top: 100px;
  }

  .heading-81 {
    line-height: 55px;
  }

  .section-36 {
    margin-top: 60px;
  }

  .container-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-528 {
    text-align: left;
    width: auto;
  }

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

  .techservices-btn-it {
    margin-top: 30px;
  }

  .heading-82 {
    width: 71%;
  }

  .div-block-1209 {
    align-items: center;
    height: auto;
  }

  .text-block-532 {
    display: none;
  }

  .image-61 {
    width: 67px;
    max-width: none;
    height: 67px;
  }

  .text-block-533 {
    display: none;
  }

  .div-block-1210 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-1211 {
    order: 0;
    align-self: auto;
    width: 1px;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    position: relative;
    top: 0;
    left: -99px;
  }

  .div-block-1212 {
    flex-flow: column;
    align-self: auto;
    align-items: center;
  }

  .div-block-1114-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-block-534 {
    font-size: 12px;
    line-height: 16px;
  }

  .softwaredevelopment {
    flex-flow: column;
  }

  .div-block-1205-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .image-59-copy {
    width: 266px;
    height: 250px;
  }

  .image-58-copy {
    display: none;
    position: static;
    left: 0;
  }

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

  .container-31 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-32 {
    height: auto;
    padding: 40px 15px;
    display: block;
  }

  .div-block-1216 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    padding-left: 10px;
    display: flex;
  }

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

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

  .div-block-1217 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .text-block-544, .heading-89, .text-block-545 {
    display: none;
  }

  .div-block-1218 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
  }

  .div-block-1219 {
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
  }

  .div-block-1220 {
    width: 1px;
    height: 59px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 35px;
  }

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

  .text-block-548 {
    display: none;
  }

  .paragraph-68-copy-copy-ai {
    padding-top: 0;
  }

  .image-59-copy-copy-ai {
    width: 266px;
    height: 250px;
  }

  .image-58-copy-copy-ai {
    display: none;
  }

  .ai {
    flex-flow: column;
  }

  .div-block-1204-copy-ai {
    padding-top: 0;
  }

  .div-block-1205-copy-copy-ai {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .heading-92 {
    font-size: 27px;
  }

  .div-block-1223 {
    padding-bottom: 20px;
  }

  .container-35 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .section-45 {
    margin-top: 70px;
  }

  .div-block-1224 {
    display: none;
  }

  .section-42-copy {
    margin-top: 70px;
  }

  .container-33-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1219-copy {
    flex-flow: column;
    align-items: flex-start;
    margin-left: 85px;
  }

  .div-block-1220-copy.b1 {
    width: 1px;
    height: 59px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 33px;
  }

  .div-block-1220-copy {
    width: 1px;
    height: 59px;
    margin-top: 5px;
    position: relative;
    top: 0;
    left: 33px;
  }

  .heading-89-copy._1, .text-block-545-copy.t1, .heading-89-copy._2, .text-block-545-copy.t2, .heading-89-copy._3, .text-block-545-copy.t3 {
    display: none;
  }

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

  .div-block-1227 {
    padding-bottom: 40px;
  }

  .grid-19 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .section-46 {
    margin-top: 70px;
  }

  .container-37 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1230 {
    width: auto;
    height: auto;
  }

  .text-block-554 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
    line-height: 9px;
  }

  .heading-96 {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-555 {
    font-size: 10px;
    line-height: 10px;
  }

  .text-block-556 {
    font-size: 9px;
    line-height: 10px;
  }

  .div-block-1232 {
    display: none;
  }

  .transformingbusiness-ai-btn {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
    height: 30px;
  }

  .text-block-529-copy {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .section-47 {
    margin-top: 70px;
  }

  .ai-div {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ai-heading-copy {
    text-align: center;
  }

  .paragraph-ai-copy {
    text-align: center;
    width: 61%;
  }

  .ai-btn-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

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

  .text-span-56 {
    color: var(--regal-indigo);
  }

  .heading-98 {
    font-size: 32px;
    line-height: 36px;
  }

  .verticle-line-light-purple-copy {
    display: none;
  }

  .image_overlay-copy-mobile {
    width: 214px;
    max-width: none;
    height: 146px;
    display: block;
    position: static;
  }

  .image_overlay-copy {
    width: 214px;
    max-width: none;
    height: 146px;
    display: none;
    position: static;
  }

  .image-72, .image-73, .image-74 {
    width: 96.6px;
    max-width: none;
    height: 60.2px;
  }

  .image-27-copy {
    max-width: 100%;
    display: block;
  }

  .image-75 {
    width: auto;
    height: auto;
  }

  .image-23-copy-mobile {
    width: 473px;
    max-width: none;
    height: 266px;
    max-height: none;
    display: block;
  }

  .image_overlay-copy-js1-copy {
    width: 214px;
    max-width: none;
    height: 146px;
    display: block;
    position: static;
  }

  .div-block-1234 {
    align-items: center;
  }

  .image-47-copy-mobile {
    width: 372px;
    max-width: none;
    height: 190px;
    display: block;
  }

  .image-82 {
    width: 100%;
    max-width: none;
    display: block;
  }

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

  .div-block-1235 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 100px;
    display: flex;
  }

  .div-block-1236 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 0;
    display: flex;
  }

  .div-block-1237 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 100px;
    display: flex;
  }

  .div-block-1238 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 0;
    display: flex;
  }

  .div-block-1239 {
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }

  .div-block-1174-copy {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .container-27-copy-bc-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blockchain {
    flex-flow: column;
  }

  .div-block-1204-copy-bc {
    padding-top: 0;
  }

  .div-block-1205---bc {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .heading-79---bc {
    margin-bottom: 0;
  }

  .image-58-copy-copy-bc {
    display: none;
    position: static;
  }

  .image-59-copy-copy-bc {
    width: 266px;
    height: 250px;
  }

  .container-31-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-46-copy {
    margin-top: 70px;
  }

  .heading-93-copy-d {
    text-align: center;
  }

  .grid-21 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: flex-start;
  }

  .heading-101, .text-block-564 {
    display: none;
  }

  .div-block-1241 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    width: auto;
    padding-right: 0;
  }

  .container-38 {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-1242 {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex-flow: row;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-1243 {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    padding-left: 0;
    display: flex;
  }

  .section-40-copy {
    margin-top: 70px;
  }

  .container-32-copy {
    border-radius: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-1217-copy {
    flex-flow: column;
    align-items: stretch;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1216-copy-bc {
    align-items: center;
    width: auto;
  }

  .div-block-1216-copy-bc-2, .div-block-1216-copy-bc3, .div-block-1114-copy-copy {
    width: auto;
  }

  .paragraph-sd-copy {
    text-align: center;
  }

  .blockchain-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .sd-btn-text-copy {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .container-27---clouddevops {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cloud-devops-div {
    flex-flow: column;
  }

  .div-block-1204-copycd {
    padding-top: 0;
  }

  .div-block-1205-copycd {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .paragraph-68---cd {
    padding-top: 0;
  }

  .image-58---cd {
    display: none;
    position: static;
  }

  .image-59---cd {
    width: 266px;
    height: 240px;
  }

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

  .section-50 {
    margin-top: 70px;
  }

  .container-39 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1241-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    padding-right: 0;
  }

  .div-block-1242-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-1243-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 0;
    display: flex;
  }

  .heading-101-copy.c1, .text-block-564-copy.t1 {
    display: none;
  }

  .section-51 {
    margin-top: 70px;
  }

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

  .heading-82-copy {
    width: auto;
    height: auto;
    font-size: 19px;
  }

  .container-40 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-32-copy-cd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-1114---clouddevops {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .cd-heading-copy, .paragraph-cdcopy-copy, .heading-105 {
    text-align: center;
  }

  .grid-24 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .container-41, .container-27--it {
    padding-left: 15px;
    padding-right: 15px;
  }

  .it-infrastructure {
    flex-flow: column;
  }

  .div-block-1204-copy-it {
    padding-top: 0;
  }

  .div-block-1205-copy---it {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .image-59---it {
    width: 266px;
    height: 250px;
  }

  .image-58---it {
    display: none;
  }

  .section-35-copy {
    margin-top: 70px;
  }

  .container-28-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1206-copy {
    flex-flow: column;
  }

  .image-87-copy {
    height: auto;
  }

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

  .div-block-1216--itinfrastructure {
    max-width: none;
  }

  .div-block-1256 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .container-42 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-53, .section-54 {
    margin-top: 70px;
  }

  .div-block-1258 {
    width: 334.688px;
    margin-left: auto;
  }

  .text-block-571, .heading-108 {
    width: 45%;
  }

  .div-block-1259 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    display: flex;
  }

  .image-88, .image-89 {
    display: none;
  }

  .text-block-572 {
    width: auto;
    height: auto;
  }

  .text-block-573 {
    width: 55%;
    height: auto;
  }

  .text-block-574 {
    width: 78%;
    height: auto;
  }

  .container-43 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-55 {
    margin-top: 70px;
  }

  .text-block-575 {
    text-align: center;
    display: none;
  }

  .container-44, .container-45 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-58--cs {
    display: none;
    position: static;
  }

  .image-59--cs {
    width: 266px;
    height: 250px;
  }

  .section-35--cybersecurity {
    margin-top: 70px;
  }

  .container-28--cybersecurity {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1206---cybersecurity {
    flex-flow: column;
  }

  .div-block-1273-copy-cs {
    display: none;
  }

  .image-87--cybersecurity {
    height: auto;
  }

  .text-block-527-copy-copy-cs {
    display: none;
  }

  .section-46-copy-cybersecurity {
    margin-top: 70px;
  }

  .text-block-551-copy-cs {
    text-align: center;
  }

  .text-block-552-copy-copy.text_colors_gray {
    width: 70%;
  }

  .text-block-552-copy-copy.text_colors_gray.w2 {
    width: 62%;
  }

  .text-block-552-copy-copy.text_colors_gray.w4 {
    width: 57%;
  }

  .container-32-copy--cs {
    border-radius: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-86-copy--cs {
    width: 69%;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-538-copy--cs {
    width: 83%;
  }

  .div-block-1217-copy-copy-cs {
    flex-flow: column;
    padding-top: 10px;
  }

  .div-block-1216-copy-cs1, .div-block-1216-copy-cs2, .div-block-1216-copy-cs3 {
    border-radius: 15px;
  }

  .cybersecurity {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1114---cybersecurity {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .it-heading-copy-copy--cs {
    text-align: center;
  }

  .paragraph-it-copy-copy-cs {
    text-align: center;
    margin-top: 10px;
  }

  .cybersecurity-btn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .cb-btn-text-copy-copy {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .heading-112 {
    text-align: center;
    width: 63%;
  }

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

  .text-block-602 {
    padding-top: 5px;
    font-size: 12px;
  }

  .image-92, .image-93 {
    max-width: none;
    height: 50px;
  }

  .container-46 {
    background-image: linear-gradient(#fff, #edfaff);
    border-radius: 15px;
    flex-flow: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
  }

  .container-27-copy-dataanalytics {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dataanalytics {
    flex-flow: column;
  }

  .div-block-1205-copy--dataanalytics {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .heading-79-copy-dataanalytics {
    margin-bottom: 0;
  }

  .paragraph-68-copy-dataanalytics {
    padding-top: 0;
  }

  .image-59-copy--da {
    width: 266px;
    height: 250px;
  }

  .container-32-copy--da {
    border-radius: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-538-copy--da {
    width: auto;
  }

  .div-block-1217-copy-copy-da {
    flex-flow: column;
  }

  .div-block-1216-copy-da, .div-block-1216-copy-da2, .div-block-1216-copy-da3 {
    border-radius: 15px;
    width: 100%;
  }

  .text-block-540-copy-copy-da, .text-block-540-copy-copy-copyda, .text-block-540-copy-copy-copy {
    color: #313638;
  }

  .container-36-copy--dataanalytics {
    display: block;
  }

  .heading-94-copy-copy-copy {
    width: 47%;
  }

  .heading-94-copy--da-heading {
    width: 63%;
  }

  .text-block-552-copy--da-text-1 {
    width: 53%;
  }

  .text-block-552-copy--da-text-2 {
    width: 51%;
  }

  .text-block-552-copy--da-text3 {
    width: 54%;
  }

  .text-block-552-copy--da-text4 {
    width: 50%;
  }

  .container-31-copy--dataanalytics {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-58 {
    margin-top: 70px;
  }

  .grid-30 {
    background-image: none;
  }

  .div-block-1280 {
    padding-top: 30px;
  }

  .container-47 {
    background-image: linear-gradient(#fff, #edfaff);
    border-radius: 15px;
    padding: 40px 15px 30px;
  }

  .container-copy-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-copy, .nav-link-copy-bu, .nav-link-copy, .nav-link-copy, .nav-link-copy, .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-105 {
    width: 26px;
    height: auto;
  }

  .image-106, .image-107, .image-108 {
    width: 26px;
  }

  .nav-link-copy-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .container-copy-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-616 {
    width: 73%;
  }

  .container-27-copy-qa-testing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .qa-testing {
    flex-flow: column;
  }

  .div-block-1204-copy-qa-testing {
    padding-top: 0;
  }

  .div-block-1205--qa-testing {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .image-59--qa-testing {
    width: 266px;
    height: 250px;
  }

  .section-40-copy---qa-testing {
    margin-top: 70px;
  }

  .container-32-copy--qa {
    border-radius: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px 30px;
  }

  .text-block-538-copy---qa-testing {
    width: auto;
  }

  .div-block-1217--qa-testing {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1216-copy-qa, .div-block-1216-copy-qa2, .div-block-1216-copy-qa3 {
    border-radius: 15px;
    width: 100%;
    padding-left: 10px;
  }

  .section-46-copy-qa_testing {
    margin-top: 70px;
  }

  .heading-93-copy--qa-testing {
    text-align: center;
  }

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

  .div-block-1259-copy-qa {
    flex-flow: column;
  }

  .text-block-616-copy-qa {
    text-align: center;
  }

  .container-47-copy-qa {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-604-copy-qa {
    width: auto;
  }

  .grid-30-copy-qa {
    width: 450px;
  }

  .qa {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1114---qa {
    width: auto;
  }

  .it-heading-_qa, .paragraph-qa {
    text-align: center;
  }

  .softwaredevelopment-copy-et {
    flex-flow: column;
  }

  .div-block-1205-copy-copy_et {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .image-59-_et {
    width: 266px;
    height: 250px;
  }

  .section-50--emergingtechnology {
    margin-top: 70px;
  }

  .container-39-copy-et {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-46--et {
    margin-top: 70px;
  }

  .container-36-copy--et {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-116 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-551-copy--et {
    font-size: 14px;
  }

  .container-43-copy-et {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-107-copy-et {
    text-align: center;
    font-size: 32px;
  }

  .text-block-616-copy-et {
    text-align: center;
  }

  .section-60 {
    margin-top: 70px;
  }

  .container-49 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

  .text-block-618 {
    width: 61%;
  }

  .container-47-copy-et {
    background-image: linear-gradient(#fff, #edfaff);
    border-radius: 15px;
    padding: 40px 15px 30px;
  }

  .grid-30-copy-et {
    background-image: none;
  }

  .it-heading-_qa-copy-et, .paragraph-qa-copy-et {
    text-align: center;
  }

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

  .image-114 {
    width: 100%;
    height: auto;
    display: none;
  }

  .container-50 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-16 {
    width: auto;
    height: auto;
  }

  ._4x1-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._4x1-copy.mg-40px-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow-10 {
    right: 8%;
  }

  .nav-link-copy-bussiness {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .dropdown {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link-copy-legal {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .dropdown-toggle-2-copy-legal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-copy-res {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .dropdown-toggle-2-copy-resources {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-copy-copy-l, .nav-link-copy-copy-res {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .text-block-534-copy-casestudies {
    font-size: 12px;
    line-height: 16px;
  }

  .image-59-copy-copy-casestudies {
    width: 266px;
    height: 250px;
  }

  .image-58-copy-copy-casestudies {
    display: none;
    position: static;
  }

  .casestudies {
    flex-flow: column;
  }

  .heading-79-copy-copy-casestudies {
    width: 78%;
  }

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

  .div-block-1299 {
    display: none;
  }

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

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

  .grid-37-copy-1card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    place-items: center start;
  }

  .grid-37-copy-lastcard {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
  }

  .it-heading-_qa-copy-et-copy-cs, .paragraph-qa-copy-et-copy-cs {
    text-align: center;
  }

  .collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-block-638 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .container-58 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-1323 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-143 {
    width: 65%;
  }

  .div-block-1328 {
    margin-top: 0;
    position: static;
  }

  .text-block-659 {
    font-size: 20px;
  }

  .grid-44 {
    grid-template-rows: auto;
    place-items: center;
    margin-top: 30px;
  }

  .section-71 .open-roles-grid {
    grid-template-columns: 1fr !important;
    grid-column-gap: 0 !important;
  }

  .div-block-1335-mv {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-44-copy._1 {
    margin-top: 50px;
  }

  .grid-44-copy {
    grid-template-rows: auto;
    place-items: center;
    margin-top: 30px;
  }

  .image-123, .image-124 {
    width: 26px;
    max-width: none;
  }

  .image-125, .image-126, .image-127 {
    width: 26px;
  }

  .image_overlay-copy-1-copy-mv {
    width: 214px;
    height: 146px;
    display: block;
    position: static;
  }

  .image_overlay-copy-bs {
    width: 214px;
    max-width: none;
    height: 146px;
    position: static;
  }

  .image_overlay-copy-bs.business-copy {
    display: block;
  }

  .container-60 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-128, .image-129 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .image-130, .image-131 {
    width: auto;
    display: none;
  }

  .image-132 {
    width: 100%;
    max-width: none;
    display: block;
  }

  ._7x1-copy._80px-gap.mg-40px-top, ._7x1-copy._80px-gap.mg-40px-top-copy {
    flex-flow: wrap;
  }

  .verticle-line-light-purple-copy-bs {
    display: none;
  }

  .service-block-copy-bs, .service-block-copy-bs_mv {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .contact-btn-copy-bs.schedule-copy {
    margin-top: 20px;
  }

  .image-58-copy-ts {
    width: 214px;
    height: 146px;
    display: block;
    position: static;
  }

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

  .text-block-533-copy {
    text-align: left;
  }

  .div-block-1342 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .image-58-copy-copy-casestudies-copy-1 {
    width: 214px;
    height: 146px;
    display: block;
    position: static;
  }

  .div-block-1299-copy-mv {
    height: auto;
    display: block;
  }

  .image-116-copy-mv {
    width: 100%;
    max-width: none;
    height: 200px;
  }

  .div-block-1343-mv {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    display: none;
  }

  .div-block-1343_mv1 {
    margin-bottom: 5px;
    display: none;
  }

  .text-block-556-copy {
    font-size: 9px;
    line-height: 10px;
  }

  .image-145 {
    height: 93%;
  }

  .div-block-1343 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-58-copy-copy_mv {
    width: 214px;
    height: 146px;
    display: block;
    position: static;
    left: 0;
  }

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

  .hero_image_wrapper-copy_ab {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .text-block-545-copy {
    text-align: left;
  }

  .div-block-1353 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .image-58-copy-copy-ai-copy {
    width: 214px;
    height: 146px;
    display: inline-block;
    position: static;
  }

  .div-block-1224-copy {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .image-67-copy {
    height: 250px;
  }

  .text-block-544-copy-1 {
    display: block;
  }

  .text-block-545-copy-copy-1.t1-copy {
    text-align: left;
    width: 68%;
  }

  .div-block-1355 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-1232-copy-ai {
    display: none;
  }

  .image-159, .image-160 {
    height: 26px;
  }

  .image-58-copy-copy-bc-copy-1 {
    width: 214px;
    height: 146px;
    display: inline-block;
    position: static;
  }

  .div-block-1240-copy {
    display: none;
  }

  .div-block-1357 {
    flex-flow: column;
    display: flex;
  }

  .text-block-530-copy-copy {
    display: none;
  }

  .image-58---cd-copy-1 {
    width: 214px;
    height: 146px;
    display: inline-block;
    position: static;
  }

  .div-block-1359 {
    flex-flow: column;
    margin-top: 0;
    display: inline-flex;
  }

  .text-block-530-copy-copy-copy-mv {
    display: block;
  }

  .grid-46-mv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .heading-144 {
    text-align: center;
    color: #b0acbe;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
  }

  .div-block-1360 {
    flex-flow: column;
    margin-top: 0;
    display: block;
  }

  .div-block-1361, .div-block-1362, .div-block-1363 {
    margin-top: 30px;
  }

  .div-block-1250-copy-3, .div-block-1250-copy-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr .75fr .75fr;
  }

  .image-58---it-copy-mv {
    width: 214px;
    height: 146px;
    display: inline-block;
    position: static;
  }

  .line-square-arrow-2-copy-component {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-right {
    top: -92px;
    bottom: -150%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left-copy {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .line-square-arrow-2-copy.slider-button-right---top-left {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right {
    top: -92px;
    bottom: -150%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-left-copy {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right-copy {
    top: -92px;
    bottom: -150%;
  }

  .text-block-666 {
    font-size: 13px;
  }

  .div-block-1106-copy-cards {
    display: none;
  }

  .slider-30 {
    background-color: #0000;
    height: auto;
    margin-top: 20px;
    display: block;
  }

  .slide-nav-25, .left-arrow-11, .right-arrow-17 {
    display: none;
  }

  .mask-12 {
    background-color: #0000;
    height: auto;
  }

  .slide-17 {
    width: 309px;
    height: 226px;
    margin-right: 10px;
  }

  .slide-18, .slide-19 {
    width: 309px;
    height: 226px;
  }

  .list-item-31 {
    align-items: stretch;
  }

  .div-block-1368-copy-111 {
    display: block;
  }

  .image-87-copy-copy-it {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-1369 {
    display: none;
  }

  .image-88-copydown {
    max-width: none;
    height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .text-block-575-copy {
    text-align: center;
  }

  .text-block-575-copy-copy {
    text-align: center;
    display: block;
  }

  .grid-46 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-146 {
    font-weight: 600;
  }

  .heading-147 {
    color: var(--green);
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
  }

  .bold-text-91 {
    font-weight: 600;
  }

  .text-block-670 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .div-block-1378 {
    height: auto;
  }

  .image-114-copy-12 {
    width: 100%;
    height: auto;
    display: block;
  }

  .text-block-670-copy {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .div-block-1326-copy-mv {
    padding-bottom: 30px;
  }

  .image-58--cs-copy-mv {
    width: 214px;
    height: 146px;
    display: block;
    position: static;
  }

  .div-block-1273-copy-cs-copy-mv {
    display: block;
  }

  .image-87--cybersecurity-copy-mv {
    width: 100%;
    height: auto;
  }

  .text-block-527-copy-copy-cs-copy {
    display: block;
  }

  .div-block-1379 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .heading-148 {
    color: #b0acbe;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .div-block-1380 {
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .grid-28-copy-cs {
    display: none;
  }

  .grid-29-copy-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-179, .image-180, .image-181, .image-182, .image-183, .image-184, .image-185 {
    max-width: none;
    height: 50px;
  }

  .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101 {
    display: none;
  }

  .grid-29-copy-2cs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-29-copy-3cs {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .image-186, .image-187, .image-188, .image-189, .image-190, .image-191, .image-192, .image-193 {
    max-width: none;
    height: 50px;
  }

  .text-span-102 {
    display: none;
  }

  .image-194, .image-195, .image-196, .image-197 {
    width: 50px;
    height: 50px;
  }

  .image-58-copy--da-copy-data {
    width: 214px;
    height: 146px;
    display: inline-flex;
    position: static;
  }

  .image-58-copy--da-copy-da {
    display: none;
    position: static;
  }

  .image-58--qa-testing-copy-mv {
    width: 214px;
    height: 146px;
    display: inline-block;
    position: static;
  }

  .image-58--qa-testing-copy-ds, .div-block-1106-copy-js {
    display: none;
  }

  .hero_section-copy-ins {
    max-height: none;
    margin-top: 100px;
  }

  .image-58-_et-copy-mv {
    width: 214px;
    height: 146px;
    display: inline-block;
    position: static;
  }

  .image-58-_et-copy-m {
    display: none;
  }

  .image-204, .image-205, .image-206, .image-207 {
    width: 70px;
    height: 50px;
  }

  .image-113-copy-et {
    width: 100%;
    max-width: none;
    min-height: auto;
    display: inline-block;
  }

  .image-113-copy-main {
    display: none;
  }

  .heading-87-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .heading-96-copy-h1, .heading-96-copy-h {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-btn-copy-industry-copy-ind.lets-talk-copy-ind-copy-1 {
    padding: 3px 3px 3px 10px;
  }

  .container-61 {
    padding-left: 15px;
  }

  .image-44-copy-mv {
    width: 100%;
    max-width: none;
    height: auto;
    display: inline-flex;
  }

  .submit-button-2 {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .div-block-1384 {
    width: 170px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .image-208 {
    height: 28px;
  }

  .line-square-arrow-2-copy-slide1 {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right {
    top: -92px;
    bottom: -150%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right-copy {
    top: -92px;
    bottom: -150%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy-slide2 {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right {
    top: -92px;
    bottom: -150%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy {
    top: -92px;
    bottom: -150%;
    right: 8%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right-copy {
    top: -92px;
    bottom: -150%;
  }

  .collection-item {
    display: flex;
  }

  .collection-list-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-1328-copy {
    margin-top: 0;
    position: static;
  }

  .heading-152 {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-1393 {
    height: 250px;
    padding-left: 20px;
  }

  .text-block-679 {
    width: 77%;
    font-size: 22px;
    line-height: 26px;
  }

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

  .image-215 {
    height: 29px;
  }

  .div-block-1398 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    padding: 5px 5px 5px 0;
  }

  .section-75 {
    margin-top: 140px;
  }

  .flex-stack-center-copy {
    min-width: 80vw;
    max-width: 60vw;
    display: flex;
  }

  .heading-152-copy-reset {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-1404 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .container-66 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button-7 {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .flex-stack-center-2 {
    min-width: auto;
    max-width: none;
  }

  .div-block-1409 {
    margin-top: 0;
  }

  .paragraph-37-copy-insights {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-528-copy-ts {
    text-align: left;
    width: auto;
  }

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

  .heading-158 {
    width: 96%;
  }

  .contact-btn-slider {
    margin-top: 20px;
  }

  .div-block-1220-copy-js {
    width: 1px;
    height: 59px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 35px;
  }

  .heading-93-copy-copy-mv {
    text-align: center;
  }

  .text-block-555-copy {
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-1232-copy-h {
    display: none;
  }

  .heading-160 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-field-10, .text-field-11 {
    font-size: 12px;
    line-height: 14px;
  }

  .container-69 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-34-copy-jb {
    text-align: center;
  }

  .text-block-666-copy {
    font-size: 13px;
  }

  .heading-117-copy {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 34px;
    line-height: 38px;
  }

  h3 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-btn.btn {
    top: 11px;
  }

  .text-block {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .text-block.text-1 {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .image.arrow-2 {
    width: 26px;
  }

  .section-banner {
    margin-top: 30px;
    display: block;
  }

  .section-banner.head-banner {
    display: block;
  }

  .section-banner.head-nav, .section-banner.bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-banner.lines-bg {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-banner.lines-bg.margin_padding_adjusted {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.head-banner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.bg {
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.gradient-bg.mg-40px-top.center {
    border-radius: 0;
    max-width: none;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.map {
    background-position: 58% 100%;
    max-width: none;
    height: auto;
    padding: 40px 20px 140px;
  }

  .container.grey-gradient-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container._2 {
    max-width: none;
    padding-right: 0;
  }

  .container.c-1.together {
    max-width: none;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .container.new, .container.c1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-block {
    display: block;
  }

  .link-block.hide {
    display: none;
  }

  .banner-image._1 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-image._2, .banner-image._3 {
    padding-bottom: 90px;
  }

  .banner-image._1-copy {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .header-description {
    letter-spacing: 0;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
  }

  .header-description.pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hyper-text {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .title-block.center-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-block._2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-block.grid-2x1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .mg-40px-top {
    width: auto;
    margin-top: 0;
    overflow: visible;
  }

  ._2x1.mg-40px-top {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  ._2x1.mg-40px-top.mobileview {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  ._2x1._3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 625fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._2x1.new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-end-to-end.purple-bg, .flex-block-end-to-end.greenbg {
    justify-content: space-between;
    align-items: flex-end;
  }

  .white-bg {
    padding: 10px;
  }

  .white-bg._20px-padding {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 15px;
    width: 100%;
    padding: 15px 10px 10px 15px;
  }

  .white-bg._26-bottom-padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }

  ._30px-top-mag {
    margin-top: 10px;
  }

  ._542 {
    width: auto;
  }

  ._4x1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._4x1._70-spacing {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
  }

  ._4x1._70-spacing.mg-40px-top {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  ._4x1._60-spacing {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  ._4x1.mg-40px-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 27px;
  }

  .service-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    width: auto;
    padding-bottom: 20px;
  }

  .service-block._2 {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .service-block.business, .service-block.business-copy, .service-block.business-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .purple-text._2 {
    height: auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .purple-text._2.height {
    height: auto;
  }

  .purple-text._80-opacity._270px-width {
    width: auto;
    color: var(--heading-text-color);
    font-size: 14px;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .white-text._14px-font {
    padding-bottom: 15px;
    line-height: 18px;
  }

  .image-2 {
    width: 200px;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    overflow: clip;
  }

  .tab-link-tab-1.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-tab-1._2 {
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-1._2.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-2 {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-tab-2._2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-2._2.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs._2 {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .img-and-text-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-3 {
    width: 30px;
  }

  ._22px-text.white-text.font-weight-semibold, ._22px-text.white-text.font-weight-semibold-copy {
    margin-top: 0;
  }

  .flex-block-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-4 {
    width: 30px;
  }

  .logos.mg-40px-top {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph {
    width: auto;
  }

  .stat-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-top: 20px;
  }

  .stat-box._2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  ._90px.light {
    font-size: 60px;
    line-height: 64px;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .tab-link-tab-1-3 {
    padding-left: 20px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-tab-1-3.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-tab-2-3 {
    padding-left: 50px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  ._3x1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: auto auto auto;
    place-items: start stretch;
  }

  .news-block {
    width: 300px;
  }

  ._20px-text {
    text-align: center;
    width: 80%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._20px-text.medium {
    text-align: center;
    font-size: 14px;
  }

  ._20px-text.purple-text.font-weight-semibold {
    width: auto;
    font-weight: 500;
  }

  ._20px-text.purple-text.font-weight-semibold._1 {
    line-height: 34px;
  }

  ._20px-text.purple-text.font-weight-semibold.t {
    font-size: 20px;
    line-height: 24px;
  }

  ._20px-text.bold.purple-text {
    width: auto;
    color: var(--rich-blue);
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .black-text.text-color {
    margin-bottom: 30px;
  }

  .footer {
    background-color: #daf6ff;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container.white-bg.footer {
    border-bottom-style: none;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  ._16px-text {
    letter-spacing: -.04em;
    width: 84%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
  }

  ._16px-text.purple-text-homepg._1.business {
    line-height: 21px;
  }

  ._16px-text.medium {
    text-align: left;
    padding-left: 0;
  }

  ._16px-text._1 {
    font-weight: 500;
  }

  ._16px-text.medium-copy, ._16px-text.medium-copy-copy {
    text-align: left;
  }

  ._16px-text.medium-copy-copy.weight {
    text-align: center;
  }

  .div-block-5 {
    align-items: stretch;
  }

  .div-block-5.pt-30 {
    margin-top: 0;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .flex-block-4._2 {
    flex-flow: row;
  }

  .verticle-line {
    width: 100%;
    height: 3px;
    margin: 40px 0;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    padding-top: 40px;
  }

  .div-block-6 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .link-block-3 {
    margin-top: 0;
  }

  .flex-block-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-block-5._2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-4 {
    color: #0562a7;
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
  }

  .copuwrite-container {
    border-top-style: solid;
    border-top-color: #fff;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .slider-wrapper.buttons-center---mbp {
    padding-bottom: 64px;
    overflow: hidden;
  }

  .slider-wrapper.buttons-center---mbp.future {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .display-2 {
    font-size: 16px;
  }

  .display-2.strong {
    font-size: 12px;
    line-height: 16px;
  }

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

  .line-square-arrow-2 {
    width: 28px;
    height: 28px;
    font-size: 24px;
  }

  .line-square-arrow-2.slider-button-right---top-left {
    width: 40px;
    height: 40px;
    inset: 313px 10% 0% 0%;
  }

  .line-square-arrow-2.slider-button-right---top-right {
    width: 40px;
    height: 40px;
    inset: 313px -10px 0 15%;
  }

  .line-square-arrow-2.slider-button-right---top-left-copy {
    width: 40px;
    height: 40px;
    inset: 313px 10% 0% 0%;
  }

  .line-square-arrow-2.slider-button-right---top-right-copy {
    width: 40px;
    height: 40px;
    inset: 313px -10px 0 15%;
  }

  .subtitle-title-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .hidden {
    display: none;
    top: 0;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .section-2.overflow-hidden.bgcolor {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mg-right-10px {
    width: auto;
    margin-right: 0;
  }

  .mg-right-10px.height-520px {
    width: 276px;
    height: 312px;
    margin-right: 10px;
  }

  .mg-right-10px.height-520px._1 {
    width: 251px;
  }

  .mg-right-10px.height-430px {
    width: 100%;
    margin-right: 20px;
  }

  .inner-container {
    width: auto;
  }

  .dot-decoration-text, .dot-decoration-text.white {
    width: 8px;
    height: 8px;
  }

  .slider-content-block.service-1 {
    border-radius: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .slider-content-block.service-8, .slider-content-block.service-6, .slider-content-block.service-7, .slider-content-block.service-5, .slider-content-block.service-11, .slider-content-block.service-2, .slider-content-block.service-9 {
    background-position: 50%;
    border-radius: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .slider-content-block.service-3 {
    opacity: 1;
    background-position: 50%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .container-default {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 16px;
  }

  ._100-padding-right {
    padding-right: 0;
  }

  .slider-mask.portfolio-slider {
    max-width: none;
  }

  .slider-mask.portfolio-slider.industries {
    width: auto;
  }

  ._80-padding-right {
    padding-right: 0;
  }

  .link-underline-container {
    text-align: center;
  }

  .text-light {
    padding-left: 0;
  }

  .test-stat {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-4 {
    width: 40px;
  }

  .image-6 {
    width: 70px;
  }

  .text-block-8 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-7 {
    width: 100px;
  }

  .overflow-hidden {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    overflow: auto;
  }

  .image-8 {
    width: auto;
  }

  .text-block-9 {
    font-size: 10px;
    line-height: 16px;
  }

  ._10px-spacing.extend {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-30-spacing {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  .edf0f4-bg-color {
    align-items: center;
    padding: 0 10px 20px;
  }

  .flex-block-20-spacing._20px-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 15px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-tab-2-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .tab-link-tab-2-copy.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .tab-link-tab-2-55 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .tab-link-tab-2-55.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .paragraph-2._400px-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._12px-spacing._400px-width {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-8 {
    margin-top: 30px;
  }

  .flex-block-11 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .flex-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .body-text-color._260px {
    width: auto;
  }

  .body-text-color._260px._w-text {
    width: 82%;
  }

  .serviceimage {
    width: 49px;
    height: 49px;
  }

  .bgimg {
    background-image: url('../images/bg_mv_lines.png');
    background-position: 50%;
    background-size: cover;
  }

  .bgimg._2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .bgimg.innovation-bg {
    background-image: url('../images/bg_mv_lines.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 50px;
  }

  .bgimg.innerpadding {
    background-image: url('../images/bg_mv_lines.png');
    background-position: 0 0;
    background-size: cover;
  }

  .bgimg.bsheader {
    background-image: none;
    background-size: auto;
  }

  .flex-block-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 114px;
  }

  ._36px-font-size.font-weight-semibold {
    color: var(--regal-indigo);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  ._300px-width {
    color: #191a1d;
  }

  ._7x1._80px-gap.mg-40px-top {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._7x1._80px-gap.mg-40px-top-copy {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .verticle-line-light-purple {
    width: 1px;
    height: 20px;
  }

  .verticle-line-light-purple._1 {
    height: 20px;
  }

  .logov3_marquee {
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logov3_item {
    font-size: 12px;
  }

  .logov3_image {
    height: 32px;
  }

  .heading-4 {
    color: var(--rich-blue);
    letter-spacing: -.04em;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
    color: #313638;
    letter-spacing: -.04em;
  }

  .text-block-15 {
    color: #313638;
  }

  .heading-5 {
    width: 73%;
    color: var(--new-para);
    text-align: center;
    letter-spacing: -.04em;
  }

  .paragraph-4 {
    color: var(--new-para);
    letter-spacing: -.04em;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .text-block-16, .text-block-17, .text-block-18, .text-block-19 {
    color: var(--rich-blue);
  }

  .text-block-20 {
    color: var(--rich-blue);
    line-height: 100%;
  }

  .text-block-21, .text-block-22 {
    color: var(--rich-blue);
  }

  .text-block-23 {
    width: 82%;
    color: var(--rich-blue);
    letter-spacing: -.04em;
  }

  .text-block-24, .text-block-25, .text-block-26 {
    color: var(--rich-blue);
  }

  .navbar-logo-left-container.shadow-three.header-992 {
    z-index: 999;
    background-color: #0000;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0;
  }

  .navbar-logo-left-container.shadow-three.header-992.white {
    width: 100%;
    left: auto;
    right: auto;
    overflow: visible;
  }

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

  .navbar-wrapper.nav-white {
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 0;
  }

  .navbar-brand.w--current {
    height: auto;
  }

  .nav-menu-wrapper {
    height: auto;
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .nav-link {
    color: #0562a7;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link:hover {
    color: #0562a7;
  }

  .nav-link.nav-color.w--current {
    color: #0562a7;
    margin-left: 0;
    padding-left: 0;
  }

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

  .div-block-918 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .div-block-612 {
    width: 100%;
    display: block;
  }

  .div-block-610 {
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-276 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .slider-18 {
    width: auto;
    height: 33%;
    margin-bottom: 0;
  }

  .mask-10 {
    width: 350px;
    padding-bottom: 40px;
  }

  .field-label {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-607 {
    flex-flow: column;
    width: 350px;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
  }

  .tab-link-tab-1-4 {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    height: 46px;
    margin-top: 3px;
    font-size: 12px;
  }

  .text-field::placeholder {
    color: #7a7d7e;
  }

  .text-field.message {
    font-size: 12px;
  }

  .text-span-21 {
    font-weight: 600;
  }

  .submit-button {
    width: auto;
  }

  .div-block-1082 {
    flex-flow: column;
  }

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

  .tabs-content-2 {
    background-color: #fff;
    width: 100%;
    margin-top: -20px;
  }

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

  .tab-link-tab-2-56 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3 {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    width: auto;
  }

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

  .link-block-457 {
    width: auto;
    text-decoration: none;
  }

  .tabs-3 {
    width: 100%;
  }

  .slide-nav-12 {
    font-size: 6px;
  }

  .contact-us-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-609 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-light-black-28px-center {
    color: #000;
    text-align: center;
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
  }

  .text-block-46-copy {
    width: auto;
    font-size: 14px;
  }

  .link-block-454 {
    width: auto;
    margin-top: 10px;
    text-decoration: none;
  }

  .div-block-606 {
    width: 100%;
    height: 634px;
    padding-right: 0;
    display: none;
  }

  .div-block-1080 {
    flex-flow: column;
  }

  .checkbox-field {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-44-copy {
    width: auto;
    font-size: 14px;
  }

  .checkbox-label-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .tabs-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto 1fr;
    grid-auto-columns: auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 15px;
    display: flex;
    overflow: auto;
  }

  .link-block-458 {
    width: auto;
    margin-top: 10px;
    text-decoration: none;
  }

  .checkbox-field-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-383, .text-block-384 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .slider-25 {
    display: none;
  }

  .text-block-382 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

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

  .div-block-1069 {
    background-color: #021953;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-606-copy {
    background-image: url('../images/map-contact-us.png');
    background-position: 0 0;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slide-13 {
    width: auto;
  }

  .hero_section {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .div-block-1090 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .hero_image_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image_main {
    border-radius: 15px;
    width: 100%;
    height: 197px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .heading-8._1 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-7 {
    width: 92%;
    color: var(--new-para);
    margin-bottom: 0;
  }

  .paragraph-7._1 {
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .blue-logo.logo-white {
    width: auto;
    max-width: none;
    height: auto;
  }

  .navbar-logo-left-2 {
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

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

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1092 {
    flex-flow: column;
    height: auto;
    padding-top: 15px;
    padding-right: 10px;
    display: block;
  }

  .text-block-441 {
    text-align: center;
    width: 66%;
    font-weight: 500;
  }

  .heading-10 {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
  }

  .form-block-3-copy {
    flex-flow: column;
    display: none;
  }

  .dropdown-toggle {
    width: auto;
    max-width: none;
  }

  .white-bg-copy-globaloffices {
    padding: 10px;
  }

  .white-bg-copy-globaloffices._20px-padding {
    border-radius: 15px;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-1096 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

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

  .text-block-444 {
    width: auto;
    height: auto;
    padding: 4px 15px;
    font-size: 12px;
    line-height: 100%;
  }

  .text-block-445 {
    width: 81%;
    font-size: 14px;
  }

  .div-block-1097, .div-block-1098 {
    justify-content: flex-start;
  }

  .container-6 {
    display: none;
  }

  .section-3 {
    z-index: 40;
    position: sticky;
  }

  .text-block-copy-submit-btn {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .contact-btn-copy-smarttechbtn.extra-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-copy-smarttechtext {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .heading-14 {
    color: var(--new-para);
    letter-spacing: -.04em;
  }

  .text-block-446 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    place-items: stretch center;
    width: auto;
    padding-left: 10px;
  }

  .grid-3._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-15 {
    letter-spacing: -1px;
    width: 83%;
    padding-right: 0;
    line-height: 24px;
  }

  .heading-15.width {
    width: 62%;
  }

  .text-block-447 {
    width: auto;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-1100 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-bottom-color: #e8e9e9;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 25px;
    padding-right: 20px;
  }

  .div-block-1100.padding {
    border-bottom-color: #e8e9e9;
    padding-right: 25px;
  }

  .div-block-1101 {
    width: auto;
    margin-top: 20px;
  }

  .container-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-7._1 {
    border-style: none;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15.newmobileimg {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    letter-spacing: -.04em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-448 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-449 {
    width: auto;
    height: auto;
    padding: 3px 13px;
  }

  .heading-17 {
    height: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-16 {
    width: auto;
  }

  .text-block-454 {
    font-size: 12px;
  }

  .container-8 {
    padding-top: 70px;
    padding-left: 15px;
  }

  .h1-second {
    letter-spacing: -.04em;
  }

  .section-4 {
    background-image: url('../images/aboutusbk.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 15px;
    max-width: 1000px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-8 {
    letter-spacing: -.04em;
  }

  .div-block-1108 {
    width: auto;
    padding: 30px 20px;
  }

  .heading-29 {
    letter-spacing: -.04em;
    margin-bottom: 0;
    font-weight: 400;
  }

  .image-19, .image-20, .image-21, .image-22 {
    height: 98px;
  }

  .bold-text-10, .bold-text-11 {
    font-weight: 600;
  }

  .text-block-459 {
    font-size: 14px;
    line-height: 21px;
  }

  .image-24 {
    height: 42px;
  }

  .bold-text-12 {
    font-weight: 600;
  }

  .heading-30 {
    width: auto;
  }

  .container-9._1 {
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .section-6 {
    margin-top: 70px;
  }

  .heading-31 {
    width: 72%;
    color: var(--new-para);
  }

  .bold-text-13 {
    font-weight: 600;
  }

  .paragraph-9._1 {
    letter-spacing: -.04em;
    width: 94%;
    margin-bottom: 0;
  }

  .div-block-1110, .div-block-1111 {
    padding-left: 15px;
  }

  .div-block-1112 {
    padding-left: 10px;
  }

  .text-block-460 {
    margin-bottom: 0;
  }

  .journey-card-h4 {
    width: 143px;
  }

  .text-block-461 {
    width: 75%;
  }

  .section-7 {
    margin-top: 30px;
  }

  .div-block-1113 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11.max-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-32 {
    width: 96%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-11 {
    width: 88%;
  }

  .div-block-1114 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-33 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-12 {
    color: #313638;
    font-size: 14px;
  }

  .div-block-1115 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-13 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1116 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-block-1 {
    line-height: 20px;
  }

  .text-block-462 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 12px;
  }

  .div-block-1117 {
    margin-top: 0;
    padding-left: 15px;
  }

  .div-block-1117._1 {
    padding-left: 12px;
  }

  .div-block-1118 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section-8 {
    margin-top: 60px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1119 {
    border-radius: 0;
    padding: 40px 0;
  }

  .container-12._1 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15 {
    width: 94%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1120 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .heading-35 {
    font-size: 24px;
  }

  .paragraph-16 {
    width: 99%;
    font-size: 14px;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .section-10 {
    margin-top: 40px;
  }

  .grid-7 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-36 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-17 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1121 {
    border-radius: 15px;
    padding: 10px;
  }

  .text-block-463, .heading-37 {
    font-size: 20px;
    line-height: 20px;
  }

  .image-32 {
    width: 49px;
    height: auto;
  }

  .container-13 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-12 {
    padding-top: 0;
  }

  .paragraph-19 {
    color: var(--new-para);
  }

  .grid-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
  }

  .div-block-1122 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .container-14 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-13 {
    margin-bottom: 80px;
  }

  .heading-39 {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .bold-text-15 {
    color: var(--rich-blue);
  }

  .div-block-1124 {
    padding-left: 17px;
  }

  .div-block-21 {
    z-index: 999;
    position: relative;
  }

  .image-35 {
    position: absolute;
    top: 34px;
  }

  .div-block-1125 {
    display: none;
  }

  .div-block-22-copy {
    color: #fff;
    background-color: #fff;
  }

  .div-block-15 {
    padding: 10px 0 5px 20px;
    display: block;
  }

  .div-block-27 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    background-color: #134e6c;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: static;
  }

  .heading-40 {
    color: #fff;
  }

  .image-36 {
    height: 40px;
  }

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

  .secondary-button.hide-mobile {
    display: none;
  }

  .link-no-bg.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-38 {
    height: 40px;
    position: relative;
  }

  .image-39, .image-40, .image-41 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .image-42 {
    width: auto;
    max-width: none;
    height: auto;
    overflow: clip;
  }

  .image-43 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .heading-41 {
    width: 56%;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .text-block-464 {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-465 {
    padding-top: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-466, .text-block-467 {
    font-size: 10px;
    line-height: 14px;
  }

  .grid-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .grid-11.width {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 100%;
  }

  .nav-link-3 {
    color: #0976a6;
  }

  .container-head-nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-1127 {
    background-color: #ecf0f5;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-19 {
    flex-flow: column;
    display: flex;
  }

  .nav-link-container {
    z-index: 100;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding: 24px 10px 20px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-link-container.blue-bg-fill {
    display: none;
  }

  .nav-link-container.blue-bg-fill.hide-mobile {
    background-color: #f1f6f8;
    display: none;
  }

  .hamburger-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 30px;
    height: auto;
    display: flex;
  }

  .image-45 {
    width: 25px;
  }

  .nav-link-4 {
    color: #0976a6;
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-20.hide-mobile {
    display: flex;
  }

  .nexillologo {
    width: 130px;
  }

  .nav-link-5 {
    color: #0976a6;
  }

  .div-block-1128 {
    background-color: #ecf0f5;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-1129 {
    flex-flow: column;
    display: flex;
  }

  .image-46 {
    width: 25px;
  }

  .nav-link-6 {
    color: #0976a6;
  }

  .div-block-1130 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-1130.hide-mobile {
    display: flex;
  }

  .section-14 {
    margin-top: 60px;
  }

  .paragraph-20 {
    width: 79%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-21 {
    width: 89%;
    padding-right: 54px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-22.newcolor {
    width: 80%;
    padding-right: 27px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-23.newcolor, .paragraph-24 {
    width: 77%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-25 {
    width: 86%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-26 {
    width: 75%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-27 {
    width: 87%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-28 {
    width: 70%;
    font-size: 14px;
    line-height: 18px;
  }

  .container-copy-js {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-copy-js.head-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy-js.bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy-js.map {
    padding: 40px 20px;
  }

  .container-copy-js.grey-gradient-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-btn-copy-js-btn {
    justify-content: space-between;
    width: 162px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .div-block-1091-copy-discoveroursolutions-btn {
    margin-top: 20px;
  }

  .text-span-33 {
    color: var(--new-para);
  }

  .grid-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-44 {
    letter-spacing: -.04em;
  }

  .image_main-copy-js2 {
    width: 100%;
    height: 197px;
  }

  .text-block-468 {
    letter-spacing: -.04em;
    line-height: 16px;
  }

  .text-block-469 {
    width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-45 {
    letter-spacing: -.04em;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-470 {
    letter-spacing: -.04em;
    padding-top: 10px;
  }

  .div-block-1132 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-1133 {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-15, .section-16 {
    margin-top: 70px;
  }

  .background-video {
    display: none;
  }

  .section-18 {
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .bold-text-23, .bold-text-24, .bold-text-25 {
    font-weight: 600;
  }

  .section-19 {
    margin-top: 15px;
  }

  .section-20 {
    margin-top: 70px;
  }

  .bold-text-27 {
    font-weight: 600;
  }

  .paragraph-29 {
    letter-spacing: -.04em;
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-21 {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .section-22 {
    margin-top: 70px;
  }

  .paragraph-30 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-49 {
    color: var(--new-para);
    text-align: center;
    line-height: 36px;
  }

  .flex-block-15 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-23 {
    margin-top: 70px;
    display: block;
  }

  .paragraph-31 {
    text-align: center;
    letter-spacing: -.04em;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-50 {
    color: var(--new-para);
    text-align: center;
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-473 {
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-474, .text-block-475 {
    font-size: 60px;
    font-weight: 400;
    line-height: 78px;
  }

  .flex-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 5px;
  }

  .flex-block-18.sp {
    justify-content: flex-start;
  }

  .container-17 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11px;
    padding-right: 15px;
  }

  .section-24 {
    background-image: url('../images/bg_mv_lines.png');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-51 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .flex-block-19 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-25 {
    margin-top: 120px;
    display: block;
  }

  .text-block-476 {
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 16px;
  }

  .hero-business.margin {
    margin-top: 0;
  }

  .paragraph-32 {
    height: 43%;
    font-size: 14px;
  }

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

  .text-block-477 {
    font-size: 60px;
    line-height: 78px;
  }

  .heading-52 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .heading-53 {
    letter-spacing: -.04em;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-478 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-54 {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
  }

  .container-18 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-55 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .text-block-479 {
    width: auto;
  }

  .text-block-479.max-w {
    max-width: 84%;
  }

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-btn-copy-js-btn-copy-highdemand {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .text-block-481 {
    color: #0562a7;
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .section-27 {
    margin-left: 0;
  }

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

  .heading-56 {
    letter-spacing: -.04em;
  }

  .text-block-482 {
    letter-spacing: -.04em;
    width: auto;
    padding-right: 10px;
  }

  .div-block-1172 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-btn-exploreinjobseeksers {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 25px;
    padding: 4px 4px 4px 10px;
  }

  .text-block-483 {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .container-21 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1174 {
    display: none;
  }

  .div-block-1175 {
    height: auto;
    margin-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 0;
  }

  .heading-57 {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-484 {
    letter-spacing: -.04em;
    margin-bottom: 0;
    padding-right: 40px;
    font-size: 14px;
  }

  .text-block-485 {
    font-size: 55px;
    line-height: 58px;
  }

  .text-block-486 {
    font-size: 13px;
  }

  .div-block-1177 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .section-28 {
    margin-left: 15px;
  }

  .div-block-1179 {
    max-width: none;
    height: auto;
  }

  .text-block-487 {
    line-height: 14px;
  }

  .heading-59 {
    width: 97%;
    margin-top: 6px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-489 {
    line-height: 18px;
  }

  .div-block-1181 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .text-block-492 {
    height: 12px;
  }

  .text-block-493 {
    width: auto;
    height: 136px;
  }

  .text-block-494 {
    font-size: 10px;
  }

  .div-block-1182 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .div-block-1183 {
    overflow: visible;
  }

  .text-block-496 {
    font-size: 12px;
  }

  .image-49 {
    display: none;
  }

  .featuredjobcontent-btn {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .heading-60 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-61 {
    font-size: 24px;
  }

  .container-23 {
    display: block;
  }

  .section-29 {
    margin-top: 70px;
  }

  .sec30 {
    margin-top: 30px;
  }

  .heading-62 {
    text-align: center;
    width: 80%;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-34 {
    text-align: center;
    width: auto;
    padding-top: 10px;
  }

  .contact-btn-copy-findmoreopp {
    margin-top: 20px;
    padding: 3px 3px 3px 10px;
  }

  .text-block-502 {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .slide-14 {
    width: 302px;
    height: auto;
  }

  .slider-27 {
    height: auto;
  }

  .slide-15 {
    width: 302px;
    height: auto;
  }

  .text-block-503 {
    letter-spacing: -.04em;
    width: 81%;
  }

  .heading-63 {
    color: var(--new-para);
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-504 {
    width: auto;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-24 {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-506 {
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .search-input {
    width: 350px;
    font-size: 13px;
    line-height: 14px;
  }

  .search-input::placeholder {
    color: #0562a7;
  }

  .search {
    margin-bottom: 0;
  }

  .search-button {
    position: absolute;
    bottom: 25%;
    right: 3%;
  }

  .div-block-1189 {
    width: 95%;
    padding-right: 20px;
  }

  .text-block-507 {
    width: auto;
  }

  .div-block-1190 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .container-25 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .explorecareerssection, .paragraph-36 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contactusexp {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding: 3px 3px 3px 10px;
  }

  .text-block-514 {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .text-block-515 {
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .list-item-2 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-516 {
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .heading-69 {
    letter-spacing: -.04em;
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-37 {
    padding-bottom: 0;
    font-weight: 500;
  }

  .contact-btn--insights {
    padding: 4px 4px 4px 10px;
  }

  .text-block-copy-insights {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }

  .heading-8-copy {
    width: 277px;
    padding-top: 0;
    font-size: 40px;
  }

  .left-arrow-9 {
    flex-flow: column;
    justify-content: flex-end;
    width: auto;
    display: flex;
    bottom: auto;
    right: 9%;
  }

  .right-arrow-15 {
    flex-flow: column;
    justify-content: flex-end;
    width: auto;
    height: 44px;
    display: flex;
    position: absolute;
    bottom: auto;
  }

  .grid-14 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: .5fr .5fr;
  }

  .div-block-1192 {
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    display: flex;
  }

  .tabs-content-3 {
    margin-top: 25px;
  }

  .image-55 {
    height: 131px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-517 {
    line-height: 100%;
  }

  .heading-70 {
    height: 59px;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-518 {
    height: auto;
    line-height: 16px;
  }

  .div-block-1193 {
    padding-left: 7px;
  }

  .div-block-1193.mt-minus {
    margin-top: 0;
    padding-top: 0;
  }

  .tabs-menu-3 {
    width: 302px;
  }

  .tab-link-tab-1-5.w--current, .tab-link-tab-2-57 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-522 {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    width: 70px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-522._1 {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    width: 105px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-522._2 {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    width: 44px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-522._5, .text-block-522._6 {
    width: 103px;
  }

  .text-block-522._1-1 {
    width: 38px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-522._1-2 {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    width: 87px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-522._1-3 {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    width: 83px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
  }

  .div-block-1191-copy {
    padding-left: 0;
  }

  .hero_image_wrapper-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .image-54-copy {
    width: 100%;
    max-width: none;
    height: 197px;
  }

  .section-31 {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .container-26, .section-32 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-523 {
    color: #5e6269;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-71 {
    width: auto;
    padding-top: 25px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .div-block-1195 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-57 {
    height: 197px;
    margin-top: 20px;
  }

  .heading-72 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-38, .paragraph-39, .paragraph-40 {
    font-size: 14px;
    line-height: 18px;
  }

  .section-33 {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1196 {
    margin-top: 40px;
  }

  .heading-73 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-41.para_size, .paragraph-43, .paragraph-44, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1197 {
    margin-top: 40px;
  }

  .heading-74 {
    width: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-75, .heading-76, .heading-77, .heading-78 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-1198, .div-block-1199, .div-block-1200, .div-block-1201 {
    margin-top: 40px;
  }

  .paragraph-47, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .paragraph-64.changes, .paragraph-65.changes, .paragraph-66 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-79 {
    width: auto;
    color: var(--new-para);
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68 {
    width: auto;
    color: var(--new-para);
    padding-top: 0;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .contact-btn-techservices {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    padding: 3px 3px 3px 10px;
  }

  .text-block-techservices {
    letter-spacing: -.04em;
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .image-59 {
    width: 100%;
    height: 197px;
  }

  .div-block-1205 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .container-27 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .techservices-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 3px;
  }

  .text-block-526 {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .heading-80 {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 36px;
  }

  .container-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-35 {
    margin-top: 60px;
  }

  .text-block-527 {
    display: none;
  }

  .heading-81 {
    color: var(--new-para);
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .container-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-528 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1208 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    padding-bottom: 10px;
    display: flex;
  }

  .techservices-btn-it {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .text-block-529 {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .heading-82 {
    width: 80%;
    height: auto;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-82.ww2 {
    width: 72%;
    height: 50px;
    padding-right: 20px;
  }

  .heading-82.hh2 {
    height: 50px;
  }

  .heading-82.da {
    padding-right: 20px;
  }

  .heading-82.pd {
    padding-right: 0;
  }

  .text-block-530 {
    height: auto;
    display: none;
  }

  .image-60 {
    width: auto;
    height: 49px;
  }

  .section-37 {
    margin-top: 100px;
  }

  .heading-83 {
    text-align: center;
    width: 71%;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-531 {
    width: 80%;
    font-size: 14px;
  }

  .div-block-1210 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .div-block-1211 {
    left: -95px;
  }

  .container-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .techservices {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1114-copy {
    width: auto;
  }

  .heading-68-copy {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-36-copy {
    text-align: center;
    line-height: 18px;
  }

  .paragraph-36-copy.max-w {
    max-width: 87%;
  }

  .contactusexp-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 3px;
  }

  .text-block-514-copy {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .text-block-534 {
    width: 99%;
  }

  .heading-79-copy {
    width: auto;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
  }

  .paragraph-68-copy {
    width: 83%;
    padding-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .div-block-1205-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-59-copy {
    border-radius: 0;
    width: 100%;
    height: 197px;
  }

  .grid-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-84 {
    color: var(--new-para);
    font-size: 32px;
    line-height: 36px;
  }

  .text-span-49 {
    color: var(--new-para);
  }

  .text-block-536 {
    letter-spacing: -.04em;
    padding-right: 40px;
    font-size: 14px;
  }

  .heading-85 {
    letter-spacing: -.04em;
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-537 {
    line-height: 18px;
  }

  .div-block-1213 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .container-32 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-86 {
    width: 79%;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-538 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .div-block-1216 {
    border-radius: 15px;
    width: auto;
    padding-top: 20px;
  }

  .text-block-540 {
    width: 80%;
    line-height: 18px;
  }

  .div-block-1217 {
    align-items: stretch;
    margin-top: 25px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-40 {
    margin-top: 70px;
  }

  .heading-88 {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-542 {
    padding-left: 91px;
    padding-right: 91px;
    font-size: 14px;
  }

  .div-block-1218 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-1220 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .container-33 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-42 {
    margin-top: 70px;
  }

  .heading-90 {
    width: 94%;
    padding-left: 39px;
    padding-right: 39px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-546 {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .grid-17 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-block-547 {
    font-size: 12px;
    line-height: 100%;
  }

  .container-34 {
    border-radius: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-43 {
    margin-top: 70px;
  }

  .section-44 {
    margin-top: 30px;
  }

  .sd {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sd-heading {
    text-align: center;
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-sd {
    text-align: center;
    width: 96%;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 18px;
  }

  .sd-btn {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .sd-btn-text {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .text-block-534-copy-ai {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-79-copy-copy-ai {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68-copy-copy-ai {
    width: 76%;
    color: var(--new-para);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-59-copy-copy-ai {
    width: 100%;
    height: 197px;
  }

  .container-27-copy-ai {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-91 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-92 {
    text-align: left;
    letter-spacing: -.04em;
    order: 0;
    align-self: auto;
    height: 75px;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 4px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-549 {
    letter-spacing: -.04em;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-549.width {
    width: 96%;
  }

  .div-block-1223 {
    border-radius: 15px;
    padding: 10px 6px 10px 10px;
  }

  .container-35 {
    align-items: flex-start;
  }

  .container-33-copy {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .heading-88-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-542-copy {
    width: 83%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-1219-copy {
    margin-left: 0;
    padding-left: 20px;
  }

  .heading-93 {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
    display: none;
  }

  .text-block-551 {
    color: #313638;
    width: 83%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .heading-94 {
    width: 89%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552 {
    width: 72%;
  }

  .text-block-552.w1 {
    width: 84%;
  }

  .text-block-552.w2 {
    width: 85%;
  }

  .text-block-552.w3 {
    width: 79%;
  }

  .div-block-1225 {
    width: auto;
    height: auto;
  }

  .div-block-1226 {
    width: auto;
    padding: 40px 15px;
  }

  .div-block-1227 {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .grid-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: stretch;
    place-items: center;
    margin-top: 20px;
  }

  .container-36 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-95 {
    text-align: center;
    width: 67%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-553 {
    color: #313638;
    text-align: center;
    width: 68%;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-1230 {
    border-radius: 15px;
    min-height: 100%;
  }

  .heading-96 {
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .transformingbusiness-ai-btn {
    height: auto;
    padding-right: 2px;
  }

  .transformingbusiness-ai-btn.pt-10 {
    margin-top: 10px;
  }

  .text-block-529-copy {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .div-block-1233 {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .image-68 {
    border-radius: 15px 15px 0 0;
    height: 140px;
  }

  .image-69 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 140px;
  }

  .section-44-copy-ai {
    margin-top: 30px;
  }

  .ai-heading-copy {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-ai-copy {
    width: auto;
    margin-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .paragraph-ai-copy.w {
    max-width: 93%;
  }

  .ai-btn-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .ai-btn-text-copy {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .paragraph-69 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-97 {
    color: var(--new-para);
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 36px;
  }

  .section-copy {
    display: none;
  }

  .section-copy.head-nav, .section-copy.bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-70 {
    width: 100%;
    max-width: none;
  }

  .icon-18, .image-71 {
    display: none;
  }

  .contact-btn-copy.extra-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-btn-copy.btn {
    display: flex;
    top: 11px;
  }

  .div-block-7-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-top: 0;
    display: flex;
  }

  .aboutus-banner-btn {
    background-image: none;
    width: 162px;
    padding: 4px 4px 4px 10px;
  }

  .aboutus-banner-btn.btn {
    top: 11px;
  }

  .aboutus-banner-btn-2 {
    padding: 4px 4px 4px 10px;
  }

  .aboutus-banner-btn-2.btn {
    top: 11px;
  }

  .aboutus-banner-btn-2.gap {
    justify-content: space-between;
    align-items: center;
    width: 162px;
  }

  .image_overlay-copy-mobile {
    border-radius: 15px;
    width: 142px;
    height: 133px;
  }

  .image-72, .image-73, .image-74 {
    width: 76px;
    height: 48px;
  }

  .image-76, .image-77, .image-78, .image-79 {
    width: 76px;
    max-width: none;
    height: 48px;
  }

  .text-block-557 {
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-558 {
    text-align: center;
    width: 70%;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-559 {
    text-align: center;
    width: 66%;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-560 {
    text-align: center;
    width: 71%;
    font-size: 10px;
    font-weight: 500;
  }

  .image-23-copy-mobile {
    width: 351px;
    height: 190px;
  }

  .image-81 {
    display: none;
  }

  .image_overlay-copy-js1-copy {
    width: 142px;
    height: 133px;
  }

  .heading-99 {
    width: auto;
    padding-left: 0;
  }

  .image-83 {
    width: auto;
    height: 26px;
  }

  .text-block-472-copy {
    color: #0562a7;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
  }

  .div-block-1235 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
    padding-right: 20px;
  }

  .div-block-1236 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }

  .div-block-1237 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
    padding-right: 33px;
  }

  .div-block-1238 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 15px;
    padding-left: 48px;
  }

  .div-block-1239 {
    padding-top: 15px;
  }

  .div-block-1174-copy {
    display: flex;
  }

  .text-block-534-copy-bc-text {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 10px;
  }

  .heading-79---bc {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68---bc {
    width: auto;
    padding-top: 0;
    padding-right: 61px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-59-copy-copy-bc {
    width: 100%;
    height: 197px;
  }

  .heading-84-copy {
    color: var(--new-para);
    font-size: 31px;
    line-height: 36px;
  }

  .text-block-536-copy {
    padding-right: 1px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-85-copy.c1 {
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-537-copy.t1 {
    line-height: 18px;
  }

  .heading-85-copy.c2 {
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-537-copy.t2 {
    line-height: 18px;
  }

  .heading-85-copy {
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-537-copy.t3 {
    line-height: 18px;
  }

  .div-block-1228-copy {
    text-align: center;
  }

  .heading-93-copy-d {
    width: 87%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
    display: none;
  }

  .text-block-551-copy {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 14px;
  }

  .div-block-1226-copy.b1 {
    padding: 40px 15px;
  }

  .div-block-1226-copy.halfcard_color {
    width: auto;
    height: auto;
    min-height: auto;
    padding: 40px 15px;
  }

  .div-block-1227-copy {
    padding-top: 20px;
    padding-left: 15px;
  }

  .heading-94-copy.color-bc {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-1226-copy.halfcard_color {
    display: block;
  }

  .div-block-1226-copy.halfcard_color._1 {
    width: auto;
  }

  .div-block-1226-copy.box-bk {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1226-copy.halfcard_color {
    width: auto;
    display: flex;
  }

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

  .text-block-552-copy.tx-bc-color {
    width: 78%;
  }

  .heading-100 {
    width: 93%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-561 {
    width: 86%;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-21 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .div-block-1241 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .div-block-1242, .div-block-1243 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    align-items: center;
  }

  .section-48 {
    margin-top: 70px;
  }

  .section-40-copy._1 {
    display: block;
  }

  .heading-86-copy {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-538-copy {
    width: 80%;
    font-size: 14px;
  }

  .div-block-1217-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1216-copy-bc, .div-block-1216-copy-bc-2, .div-block-1216-copy-bc3 {
    border-radius: 15px;
  }

  .heading-87-copy.bc-head {
    font-size: 24px;
  }

  .text-block-540-copy {
    color: #313638;
  }

  .blockchain-last {
    align-items: center;
    padding-left: 10px;
  }

  .div-block-1114-copy-copy {
    flex-flow: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .paragraph-sd-copy {
    width: 93%;
    margin-top: 10px;
  }

  .paragraph-sd-copy.w {
    width: 87%;
  }

  .blockchain-btn {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .sd-btn-text-copy {
    font-weight: 600;
  }

  .section-49 {
    height: 25px;
  }

  .div-block-1132-copy-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .link-48.w--current {
    width: auto;
  }

  .bold-text-31, .head-color-new, .green-head {
    font-weight: 600;
  }

  .banner-image-copy._1, .banner-image-copy._1-copy {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-image-copy._1-copy.bottom {
    padding-bottom: 0;
  }

  .heading-79---cd {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68---cd {
    width: auto;
    padding-right: 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-59---cd {
    width: 100%;
    height: 197px;
  }

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

  .heading-102 {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-1245 {
    width: auto;
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1245.w1 {
    width: 27%;
  }

  .heading-103 {
    font-size: 30px;
  }

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

  .section-50, .section-48-copy {
    margin-top: 70px;
  }

  .container-38-copy {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .heading-100-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-561-copy {
    width: 86%;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1241-copy {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    align-items: center;
  }

  .div-block-1242-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
  }

  .div-block-1243-copy {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    align-items: center;
  }

  .grid-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-104 {
    margin-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-1208-copy {
    border-radius: 15px;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .image-60-copy {
    height: 49px;
  }

  .heading-82-copy {
    width: 83%;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-82-copy.w1 {
    width: 81%;
  }

  .section-40-copy {
    display: none;
  }

  .section-44-copy {
    margin-top: 30px;
  }

  .cd-heading-copy {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-cdcopy-copy {
    line-height: 18px;
  }

  .heading-105 {
    letter-spacing: -.04em;
    width: 68%;
    font-size: 32px;
    line-height: 36px;
  }

  .section-52 {
    margin-top: 70px;
  }

  .image-84 {
    width: auto;
    height: 50px;
  }

  .div-block-1251 {
    width: auto;
    max-width: none;
  }

  .image-85 {
    height: 50px;
  }

  .container-41 {
    background-image: linear-gradient(#fff, #edfaff);
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .text-block-534-it {
    padding-right: 40px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-1205-copy---it {
    width: auto;
    max-width: none;
  }

  .heading-79---it {
    letter-spacing: -.04em;
    width: auto;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68---it {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-59---it {
    border-radius: 15px;
    width: 100%;
    height: 197px;
  }

  .heading-80-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .techservices-btn-copy-it-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .text-block-526-copy-it {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .image-86 {
    width: auto;
    height: 26px;
  }

  .heading-106 {
    width: 76%;
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-1216--itinfrastructure {
    border-radius: 15px;
    justify-content: space-between;
    min-height: 100%;
    padding: 10px 9px 10px 10px;
  }

  .image-62-copy-itinfra {
    width: auto;
    max-width: none;
    height: 60px;
  }

  .image-62-copy-itinfra.h {
    height: 70px;
  }

  .heading-87--itinfrastructure {
    width: 61%;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-87--itinfrastructure.h {
    width: 72%;
  }

  .text-block-540---it {
    display: none;
  }

  .text-block-570 {
    font-size: 30px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .div-block-1256 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-107 {
    width: 91%;
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-1258 {
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .text-block-571 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-108 {
    width: auto;
    padding-top: 0;
    font-size: 20px;
  }

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

  .text-block-572 {
    width: auto;
  }

  .text-block-573 {
    width: 72%;
  }

  .text-block-574 {
    width: 90%;
    font-size: 14px;
  }

  .heading-109 {
    font-size: 32px;
    line-height: 36px;
  }

  .grid-25 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-110 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-1261 {
    padding-left: 0;
  }

  .div-block-1262 {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .image-90 {
    width: auto;
    height: 48.96px;
  }

  .div-block-1263 {
    padding-left: 0;
  }

  .section-44---it {
    margin-top: 30px;
  }

  .it-infrastructure-container {
    padding-top: 50px;
  }

  .paragraph-it-copy-copy-copy {
    padding-left: 21px;
    padding-right: 21px;
    line-height: 18px;
  }

  .heading-111 {
    width: 69%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .text-span-67 {
    color: var(--new-para);
  }

  .image-91 {
    width: auto;
    height: 50px;
  }

  .text-block-534---cybersecurity {
    padding-right: 62px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-79--cs {
    width: auto;
    color: var(--new-para);
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68--cs {
    width: 88%;
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .image-59--cs {
    border-radius: 15px;
    width: 100%;
    height: 197px;
  }

  .div-block-1206---cybersecurity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-80-copy--cs {
    font-size: 32px;
    line-height: 36px;
  }

  .techservices-btn-copy-it-btn-copy-cs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    padding-left: 10px;
  }

  .text-block-526-copy-cs {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .container-36-copy-copy-cybersecurity {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .heading-93-copy-cs-mv {
    text-align: center;
    width: 59%;
    font-size: 32px;
    line-height: 36px;
    display: none;
  }

  .text-block-551-copy-cs {
    width: 80%;
    font-size: 14px;
  }

  .div-block-1225-copy--cs1 {
    align-items: stretch;
    width: auto;
    height: auto;
  }

  .div-block-1225-copy--cs2 {
    justify-content: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-1225-copy--cs3, .div-block-1225-copy--cs4 {
    width: auto;
    height: auto;
  }

  .heading-94-copy-copy.head_color {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552-copy-copy.text_colors_gray {
    width: 88%;
    padding-right: 0;
  }

  .text-block-552-copy-copy.text_colors_gray.w2 {
    width: 66%;
  }

  .text-block-552-copy-copy.text_colors_gray.w4 {
    width: 73%;
  }

  .div-block-1227-copy-copy {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .section-40-copy---cybersecurity {
    margin-top: 70px;
  }

  .heading-86-copy--cs {
    width: 80%;
  }

  .text-block-538-copy--cs {
    width: auto;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 14px;
  }

  .div-block-1217-copy-copy-cs {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1216-copy-cs1 {
    width: 100%;
    padding: 25px 0;
  }

  .div-block-1216-copy-cs2, .div-block-1216-copy-cs3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-87-copy-copy-cs.bc-head-copy-cs {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy-copy-cs {
    line-height: 18px;
  }

  .heading-87-copy-copy.bc-head-copy.head-color-cs {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy-copy.text_colors_gray {
    line-height: 18px;
  }

  .cybersecurity {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .it-heading-copy-copy--cs {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-it-copy-copy-cs {
    line-height: 22px;
  }

  .cybersecurity-btn {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .cb-btn-text-copy-copy {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .heading-112 {
    width: 71%;
    font-size: 32px;
    line-height: 36px;
  }

  .section-57 {
    margin-top: 70px;
  }

  .container-46 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-534--dataanallytics {
    padding-right: 47px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-79-copy-dataanalytics {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68-copy-dataanalytics {
    width: auto;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-59-copy--da {
    border-radius: 15px;
    width: 100%;
    height: 197px;
  }

  .section-40-copy---dataanalytics {
    margin-top: 70px;
  }

  .container-32-copy--da {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-86-copy--da {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-538-copy--da {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1217-copy-copy-da {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1216-copy-da {
    border-radius: 15px;
    width: 100%;
    padding-left: 10px;
  }

  .div-block-1216-copy-da2, .div-block-1216-copy-da3 {
    border-radius: 15px;
    padding-left: 10px;
  }

  .heading-87-copy-copy-da.bc-head-copy-da {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy-copy-da {
    color: #313638;
    font-size: 14px;
  }

  .heading-87-copy-copy--da.bc-head-copy, .heading-87-copy-copy--da3.bc-head-copy {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-540-copy-copy-copyda, .text-block-540-copy-copy-copy {
    color: #313638;
    font-size: 14px;
  }

  .section-46-copy-dataanalytics {
    margin-top: 70px;
  }

  .heading-93-copy--da {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-551-copy--da {
    text-align: center;
    width: 78%;
    font-size: 14px;
  }

  .div-block-1226-copy-copy-da {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1227-copy--da {
    padding-left: 15px;
  }

  .heading-94-copy-copy-copy, .heading-94-copy--da-heading {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-94-copy--da-heading2, .heading-94-copy--heading-da3 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552-copy--da-text-1, .text-block-552-copy--da-text-2 {
    width: auto;
    padding-right: 20px;
  }

  .text-block-552-copy--da-text3 {
    width: 92%;
    padding-right: 10px;
  }

  .text-block-552-copy--da-text4 {
    width: 84%;
  }

  .container-31-copy--dataanalytics {
    padding-left: 19px;
  }

  .div-block-1214-copy--dataanalytics {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-84-copy--dataanalytics-head {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-536-copy--da-text {
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-85-copy-copy-da1 {
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-537-copy-copy.color-text {
    padding-right: 49px;
    line-height: 18px;
  }

  .text-block-537-copy-copy.color-text._1 {
    padding-right: 40px;
  }

  .heading-85-copy-copy.color-h {
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-537-copy-copy.color-text {
    padding-right: 66px;
  }

  .heading-113 {
    color: var(--new-para);
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-604 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-30 {
    width: auto;
    margin-top: 0;
    padding: 0;
  }

  .text-block-605 {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .div-block-1280 {
    width: 100%;
    padding-top: 30px;
  }

  .text-block-610 {
    padding-top: 10px;
  }

  .grid-31-copy {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .image-94, .image-95 {
    width: 60px;
    height: 60px;
  }

  .image-96, .image-97 {
    width: 50px;
    height: 50px;
  }

  .image-98 {
    width: 60px;
    height: 60px;
  }

  .image-99 {
    width: 50px;
    height: 50px;
  }

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

  .image-100, .image-101, .image-102, .image-103 {
    width: 50px;
    height: 50px;
  }

  .container-copy-bg {
    max-width: 375px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy-bg.head-banner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-bg.center-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-bg.bg {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy-bg.gradient-bg.mg-40px-top.center {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-bg.map {
    max-width: none;
    padding: 40px 20px;
  }

  .container-copy-bg.grey-gradient-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy-bg._2 {
    max-width: none;
    padding-right: 0;
  }

  .container-copy-bg.c-1.together {
    max-width: none;
  }

  ._90px-copy.light {
    font-size: 60px;
    line-height: 64px;
  }

  ._700px-width-copy-h {
    width: 101%;
  }

  .blue-logo-copy.logo-white {
    width: auto;
  }

  .nav-link-copy, .nav-link-copy.nav-color.w--current, .nav-link-copy, .nav-link-copy.nav-color.w--current {
    color: #163d93;
  }

  .nav-link-copy._1.new-color {
    color: #0562a7;
    font-size: 18px;
  }

  .nav-link-copy-bu, .nav-link-copy-bu.nav-color.w--current, .nav-link-copy, .nav-link-copy.nav-color.w--current, .nav-link-copy, .nav-link-copy.nav-color.w--current, .nav-link-copy, .nav-link-copy.nav-color.w--current, .nav-link-copy, .nav-link-copy.nav-color.w--current {
    color: #163d93;
  }

  .contact-btn-copy-nav-about.btn {
    top: 11px;
  }

  .bold-text-34 {
    font-weight: 600;
  }

  .section-59 {
    margin-bottom: 60px;
  }

  .container-48 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
    font-weight: 600;
  }

  .div-block-1105-copy._1 {
    height: auto;
  }

  .bold-text-42 {
    font-weight: 600;
  }

  .heading-114 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .bold-text-44 {
    font-weight: 600;
  }

  .contact-btn-copy.btn {
    top: 11px;
  }

  .nav-link-copy-1, .nav-link-copy-1.nav-color.w--current, .nav-link-copy-1.nav-color-copy-1.w--current {
    color: #163d93;
  }

  .container-copy-background {
    background-image: linear-gradient(54deg, #0461a7, #3f9b85);
    max-width: none;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy-background.head-banner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-background.center-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copy-background.bg {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy-background.gradient-bg.mg-40px-top.center {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-background.map {
    max-width: none;
    padding: 40px 20px;
  }

  .container-copy-background.grey-gradient-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy-background._2 {
    max-width: none;
    padding-right: 0;
  }

  .container-copy-background.c-1.together {
    max-width: none;
  }

  .bold-text-45, .bold-text-53, .bold-text-61, .bold-text-62, .bold-text-63 {
    font-weight: 600;
  }

  .text-block-612, .text-block-613 {
    width: auto;
  }

  .bold-text-65 {
    font-weight: 600;
  }

  .text-block-615 {
    text-align: center;
    width: auto;
    padding-left: 72px;
    padding-right: 72px;
  }

  .text-block-616 {
    width: 74%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-617 {
    padding-right: 73px;
  }

  .list-item-12 {
    width: 89%;
    padding-right: 0;
  }

  .list-item-13 {
    width: 98%;
    padding-right: 0;
  }

  .list-item-14 {
    width: 91%;
    padding-right: 0;
  }

  .list-item-15 {
    padding-right: 40px;
  }

  .list-item-16 {
    padding-right: 16px;
  }

  .list-item-17 {
    width: 94%;
    padding-right: 0;
  }

  .bold-text-69, .bold-text-73 {
    font-weight: 600;
  }

  .text-block-534-copy-qa-testing {
    margin-bottom: 15px;
    padding-right: 32px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-79--qa-testing {
    width: auto;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68--qa-testing {
    width: auto;
    padding-top: 0;
    padding-right: 23px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .image-59--qa-testing {
    border-radius: 15px;
    width: 100%;
    height: 197px;
  }

  .container-32-copy--qa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-86-copy---qa-testing {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-538-copy---qa-testing {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-93-copy--qa-testing {
    width: 79%;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-551-copy--qa {
    text-align: center;
    width: 78%;
    font-size: 14px;
  }

  .grid-19-copy-qa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

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

  .div-block-1227-_qa_testing {
    padding-left: 15px;
  }

  .heading-94--qa_testing1 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-1226-copy-copy.box-bk {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1227-copy-copy-copy {
    padding-left: 15px;
  }

  .heading-94-copy--qa_testing2, .heading-94-qa_testing3, .heading-94--qa-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-54-copy-qa {
    margin-top: 70px;
  }

  .div-block-1259-copy-qa {
    margin-top: 10px;
  }

  .heading-107-copy-qa {
    width: 80%;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-616-copy-qa {
    letter-spacing: -.04em;
    width: 78%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1258-copy-qa {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .div-block-1258-copy-qa2, .div-block-1258-copy-qa3 {
    padding-left: 30px;
    padding-right: 10px;
  }

  .text-block-571-copy-qa {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-108-copy-qa {
    padding-top: 0;
    font-size: 20px;
  }

  .text-block-574-copy-qa {
    width: 75%;
    font-size: 14px;
  }

  .text-block-571-copy-qa2 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-108-copy-qa2 {
    padding-top: 0;
    font-size: 20px;
  }

  .text-block-573-copy-qa2 {
    width: 84%;
    font-size: 14px;
  }

  .text-block-571-copy-qa3 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-108-copy-qa3 {
    padding-top: 0;
    font-size: 20px;
  }

  .text-block-572-copy-qa3 {
    width: 99%;
    font-size: 14px;
  }

  .div-block-1258-copy-qa4 {
    padding-left: 30px;
    padding-right: 10px;
  }

  .bold-text-78 {
    font-weight: 600;
  }

  .section-58-copy-qa {
    margin-top: 70px;
  }

  .heading-113-copy-qa {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-604-copy-qa {
    padding-left: 37px;
    padding-right: 37px;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-30-copy-qa {
    width: auto;
  }

  .text-block-605-copy-qa {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-31-copy-qa {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-1280-copy-qa2 {
    margin-top: 30px;
  }

  .text-block-605-copy-qa2 {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-31-copy-qa2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 41px;
    padding-right: 41px;
  }

  .div-block-1280-copy-qa3 {
    margin-top: 30px;
  }

  .text-block-605-copy-qa3 {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-31-copy-copy-qa3, .grid-31-copy-qa2-copy-1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-96-copy, .image-97-copy {
    width: 50px;
    height: 50px;
  }

  .image-99-copy {
    width: 60px;
    height: 50px;
  }

  .image-98-copy._1, .image-94-copy._2, .image-100-copy, .image-101-copy, .image-102-copy, .image-98-copy, .image-94-copy, .image-95-copy {
    width: 50px;
    height: 50px;
  }

  .section-44---qa {
    margin-top: 30px;
  }

  .container-11-copy-qa.max-width-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .qa {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1114---qa {
    flex-flow: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .it-heading-_qa {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-qa {
    width: 86%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
  }

  .container-27-copy-et {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-534-copy-et {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-79-copy-copy_et {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68-copy-copy_et {
    width: auto;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1205-copy-copy_et {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-59-_et {
    border-radius: 15px;
    width: 100%;
    height: 197px;
  }

  .heading-115 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-103-copy {
    font-size: 30px;
  }

  .heading-116 {
    text-align: center;
    width: 88%;
  }

  .text-block-551-copy--et {
    text-align: center;
    width: 75%;
  }

  .heading-94--et {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552-et {
    width: 77%;
  }

  .heading-94-copy--et {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552-_et {
    width: 70%;
  }

  .heading-94-et {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552-et1 {
    width: 75%;
  }

  .heading-94--ett {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-552-et4 {
    width: 76%;
  }

  .section-54-copy-et {
    margin-top: 70px;
  }

  .heading-107-copy-et {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
  }

  .text-block-616-copy-et {
    letter-spacing: -.04em;
    width: 72%;
  }

  .heading-108-copy-et, .heading-108-copy-et2, .heading-108-copy-et3 {
    padding-top: 0;
  }

  .heading-117 {
    padding-left: 0;
    padding-right: 58px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-117.hid {
    display: none;
  }

  .div-block-1283 {
    padding-bottom: 15px;
  }

  .heading-118 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .text-block-618 {
    width: 89%;
    padding-right: 16px;
  }

  .text-block-618.w1 {
    width: 98%;
  }

  .section-58-copy-et {
    margin-top: 70px;
  }

  .heading-113-copy-et {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-604-copy-et {
    width: 88%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-30-copy-et {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-605-copy-et, .text-block-605-copy-et2 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-605-copy-et3 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-31-copy-et1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-31-copy-et1._1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-31-copy-et2, .grid-31-copy-copy-et3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-96-copy-1 {
    width: auto;
    max-width: none;
    height: 50px;
  }

  .image-97-copy-2, .image-98-copy-3, .image-94-copy-4, .image-100-copy-5, .image-101-copy-6, .image-96-copy-7, .image-97-copy-8 {
    width: auto;
    height: 50px;
  }

  .it-heading-_qa-copy-et {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-qa-copy-et {
    text-align: center;
    width: 93%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
  }

  .section-61 {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .grid-34 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-1092-copy-emplogin {
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
  }

  .heading-10-copy-el {
    font-size: 24px;
    line-height: 25px;
  }

  .div-block-1080-copy, .div-block-1080-copy-emp {
    flex-flow: column;
  }

  .field-label-copy._1 {
    font-size: 12px;
  }

  .field-label-copy {
    margin-bottom: 0;
    font-size: 12px;
  }

  .contact-btn-copy-getintouch-btn-copy.small.contact {
    margin-top: 20px;
  }

  .div-block-1288 {
    justify-content: center;
    display: flex;
  }

  .contact-btn-copy-industry.btn {
    top: 11px;
  }

  .slider-29 {
    display: none;
  }

  ._4x1-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
    display: grid;
  }

  ._4x1-copy._70-spacing {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
  }

  ._4x1-copy._70-spacing.mg-40px-top {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  ._4x1-copy._60-spacing {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .section-62 {
    margin-top: 100px;
  }

  .container-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-115 {
    display: none;
  }

  .text-block-534-copy-et-copy-noticeoffiling {
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-120 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-121 {
    font-size: 24px;
    line-height: 25px;
  }

  .heading-122 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-block-621 {
    font-weight: 500;
  }

  .bold-text-81 {
    line-height: 18px;
  }

  .text-block-622 {
    font-weight: 500;
  }

  .div-block-1292, .div-block-1292-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-52 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-534-copy-et-copy-noticeoffiling-copy-h1b {
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-120-copy {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-123 {
    font-size: 24px;
    line-height: 25px;
  }

  .heading-125 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-1294 {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-1295 {
    margin-top: 40px;
  }

  .text-block-628 {
    color: #0562a7;
  }

  .text-block-628.animation {
    margin-top: 0;
  }

  .icon-20 {
    color: #0562a7;
  }

  .nav-link-copy-bussiness {
    color: #163d93;
    display: none;
  }

  .nav-link-copy-bussiness.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-toggle-2, .dropdown-toggle-2.w--open {
    width: auto;
    padding-right: 0;
  }

  .dropdown {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .dropdown-list {
    margin-top: 0;
    position: relative;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    padding-left: 0;
  }

  .dropdown-link {
    color: #0562a7;
    padding-left: 10px;
    font-size: 12px;
  }

  .nav-link-copy-legal {
    color: #163d93;
    display: none;
  }

  .nav-link-copy-legal.nav-color.w--current {
    color: #163d93;
  }

  .text-block-628-copy-l {
    color: #0562a7;
  }

  .dropdown-list-copy-l {
    width: auto;
    margin-top: 0;
    padding-left: 10px;
    position: relative;
  }

  .dropdown-list-copy-l.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: auto;
  }

  .dropdown-link-copy-l {
    color: #0562a7;
    font-size: 12px;
  }

  .dropdown-toggle-2-copy-legal {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    position: static;
  }

  .dropdown-toggle-2-copy-legal.w--open {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .nav-link-copy-res {
    color: #163d93;
    display: none;
  }

  .nav-link-copy-res.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-toggle-2-copy-resources.w--open {
    width: auto;
    padding-right: 0;
  }

  .dropdown-list-copy-res.w--open {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .text-block-628-copy-res {
    color: #0562a7;
  }

  .dropdown-link-copy-res {
    color: #0562a7;
    font-size: 12px;
  }

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

  .dropdown-list-2.w--open {
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
    position: relative;
  }

  .nav-link-copy-copy-l, .nav-link-copy-copy-l.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-2, .dropdown-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-copy-copy-res, .nav-link-copy-copy-res.nav-color.w--current {
    color: #163d93;
  }

  .dropdown-list-2-copy-res {
    margin-top: 0;
    padding-top: 10px;
  }

  .container-27-copy-casestudies {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-534-copy-casestudies {
    padding-bottom: 15px;
  }

  .image-59-copy-copy-casestudies {
    width: 100%;
    height: 197px;
  }

  .heading-79-copy-copy-casestudies {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-68-copy-copy-casestudies {
    width: auto;
    color: var(--new-para);
    padding-top: 0;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .contact-btn-casestudies {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 5px 4px 5px 15px;
  }

  .text-block-casestudies {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .section-63 {
    margin-top: 60px;
  }

  .container-53 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1296 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-630 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-127 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-631 {
    width: 98%;
  }

  .text-block-556-copy-cs {
    padding: 6px 7px;
  }

  .contact-btn-casestudies-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 5px 5px 5px 10px;
  }

  .text-block-casestudies-copy {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .section-64 {
    margin-top: 60px;
  }

  .container-54 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-128 {
    width: 84%;
    font-size: 32px;
    line-height: 36px;
  }

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

  .image-117 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .heading-129 {
    width: 94%;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-633 {
    width: 93%;
    padding-top: 10px;
  }

  .ct-cs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .text-block-529-copy-copy-cs {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .image-118-copy-cs {
    width: 26px;
    height: 26px;
  }

  .grid-37-copy-1card {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .grid-37-copy-lastcard {
    grid-template-columns: 1fr;
  }

  .it-heading-_qa-copy-et-copy-cs {
    text-align: center;
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-qa-copy-et-copy-cs {
    line-height: 18px;
  }

  .cb-btn-text-copy-copy-copy-cs {
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .cybersecurity-btn-copy-cs {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .section-65 {
    margin-top: 20px;
  }

  .container-55, .container-56 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-130 {
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
  }

  .text-block-639 {
    font-size: 10px;
    line-height: 10px;
  }

  .heading-131 {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }

  .text-block-640 {
    font-size: 10px;
    line-height: 10px;
  }

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

  .image-119 {
    width: 372px;
    height: 197px;
  }

  .container-57 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1303 {
    height: auto;
    padding: 20px 0 20px 15px;
  }

  .heading-132 {
    font-size: 24px;
    line-height: 25px;
  }

  .heading-133 {
    line-height: 20px;
  }

  .list-item-26 {
    line-height: 18px;
  }

  .text-block-642 {
    padding-right: 5px;
  }

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

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

  .heading-135 {
    width: 91%;
    font-size: 22px;
    line-height: 26px;
  }

  .list-item-28 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-136 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-644 {
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .heading-137 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-645 {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-41 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .div-block-1318 {
    padding-left: 10px;
  }

  .heading-138 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-646 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-648 {
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-650 {
    margin-top: 5px;
    font-size: 10px;
    line-height: 14px;
  }

  .image-120 {
    height: 79px;
  }

  .div-block-1319 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .button {
    width: auto;
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .heading-139 {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-651 {
    font-size: 14px;
    line-height: 18px;
  }

  .form-block-5 {
    display: none;
  }

  .tab-link-tab-1-6.w--current, .tab-link-tab-2-58, .tab-link-tab-3-2, .tab-link-tab-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-656 {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-141 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-142 {
    font-size: 18px;
  }

  .heading-138-copy {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-646-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-43 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-1327 {
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .heading-143 {
    font-size: 20px;
    line-height: 20px;
  }

  .image-122 {
    width: auto;
    height: 49px;
  }

  .div-block-1328 {
    display: none;
  }

  .div-block-1330 {
    margin-top: 10px;
    padding-top: 15px;
  }

  .text-block-659, .text-block-660 {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .text-block-661 {
    line-height: 12px;
  }

  .div-block-1332 {
    margin-top: 5px;
    display: flex;
  }

  .text-block-494-copy-1 {
    font-size: 10px;
  }

  .text-block-494-copy-mv {
    font-size: 10px;
    display: none;
  }

  .div-block-1333 {
    margin-top: 5px;
    display: flex;
  }

  .text-block-494-copy-new {
    font-size: 10px;
  }

  .text-block-494-copy-s {
    font-size: 10px;
    display: none;
  }

  .div-block-1334 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .grid-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-items: start;
    padding-left: 0;
  }

  .div-block-1335-mv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

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

  .div-block-1337 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-61-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-498-copy {
    text-align: left;
    margin-top: 6px;
  }

  .grid-44-copy._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr;
    justify-items: start;
  }

  .grid-44-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  .image_overlay-copy-1-copy-mv {
    width: 100%;
    max-width: none;
    height: 133px;
  }

  .div-block-1194-copy-mv {
    margin-top: 8px;
    display: flex;
  }

  .div-block-1194-copy-1 {
    display: none;
  }

  .container-59 {
    margin-bottom: 90px;
    padding-right: 0;
  }

  .contact-btn-copy-copy-bussinesssol {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: 162px;
    padding: 3px 3px 3px 10px;
  }

  .contact-btn-copy-copy-bussinesssol.btn {
    top: 11px;
  }

  .image_overlay-copy-bs.business-copy {
    width: 143px;
    height: 133px;
  }

  .container-60 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-128, .image-129 {
    margin-bottom: 20px;
  }

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

  ._7x1-copy._80px-gap.mg-40px-top {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._7x1-copy._80px-gap.mg-40px-top-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .verticle-line-light-purple-copy-bs {
    display: none;
  }

  .service-block-copy-bs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    width: auto;
    padding-bottom: 20px;
  }

  .service-block-copy-bs._2 {
    justify-content: flex-end;
  }

  .service-block-copy-bs.business, .service-block-copy-bs.business-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .service-block-copy-bs_mv {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    width: auto;
    padding-bottom: 20px;
  }

  .service-block-copy-bs_mv._2 {
    justify-content: flex-end;
  }

  .service-block-copy-bs_mv.business, .service-block-copy-bs_mv.business-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-block-copy-bs_mv.business-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .contact-btn-copy-bs.btn {
    top: 11px;
  }

  .contact-btn-copy-bs.schedule-copy {
    margin-top: 20px;
    padding: 4px 4px 4px 10px;
  }

  .image-58-copy-ts {
    width: 142px;
    height: 133px;
  }

  .image-133 {
    width: 372px;
    max-width: none;
    display: none;
  }

  .text-block-527-copy {
    display: block;
  }

  .image-134 {
    display: inline-block;
  }

  .image-135 {
    width: 26px;
  }

  .text-block-530-copy {
    height: auto;
    font-size: 14px;
    display: block;
  }

  .image-136, .image-137, .image-138, .image-139, .image-140, .image-141, .image-142, .image-143, .image-144 {
    height: 26px;
  }

  .text-block-533-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .image-58-copy-copy-casestudies-copy-1 {
    width: 142px;
    height: 133px;
  }

  .div-block-1299-copy-mv {
    width: auto;
    height: auto;
  }

  .image-116-copy-mv {
    width: 100%;
    height: auto;
  }

  .text-block-556-copy-cs-copy-mv {
    display: none;
  }

  .div-block-1343-mv {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-bottom: 10px;
    display: none;
  }

  .div-block-1343-mv.h {
    display: inline-flex;
  }

  .div-block-1343_mv1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: none;
  }

  .div-block-1343_mv1.h {
    display: inline-flex;
  }

  .text-block-556-copy {
    padding: 3px 5px;
    font-size: 8px;
  }

  .image-145 {
    height: 20px;
  }

  .div-block-1344 {
    margin-top: 0;
    display: none;
  }

  .div-block-1344-copy {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .image-117-copy {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-1345, .div-block-1346 {
    display: none;
  }

  .image-146 {
    width: 26px;
    max-width: none;
    height: 26px;
  }

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

  .div-block-1304-copy {
    display: none;
  }

  .contact-cus.small.contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 10px;
    padding-left: 10px;
  }

  .dropdown-5 {
    width: 100%;
  }

  .div-block-1347 {
    margin-top: 15px;
  }

  .div-block-1348 {
    justify-content: center;
    display: flex;
  }

  .image-115-copy {
    display: block;
  }

  .section-69 {
    margin-top: 100px;
  }

  .image-58-copy-copy_mv {
    width: 142px;
    height: 133px;
  }

  .contact-btn-copy-home.btn {
    top: 11px;
  }

  .contact-btn-copy-home.main-btn {
    border: 1px solid #204db0;
    padding: 5px 5px 5px 20px;
    display: flex;
  }

  .contact-btn-copy-home2 {
    border: 1px solid #204db0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    display: flex;
  }

  .contact-btn-copy-home2.btn {
    top: 11px;
  }

  .contact-btn-copy-home3 {
    border: 1px solid #204db0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    display: flex;
  }

  .contact-btn-copy-home3.btn {
    top: 11px;
  }

  .contact-btn-copy_h_card.small.innovations {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 4px;
    display: flex;
  }

  .contact-btn-copy_h_card.btn {
    top: 11px;
  }

  .div-block-1349 {
    justify-content: flex-end;
    display: flex;
  }

  .contact-btn-copy-h_c2.small.innovations {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 4px;
    display: flex;
  }

  .contact-btn-copy-h_c2.btn {
    top: 11px;
  }

  .div-block-1350 {
    justify-content: flex-end;
    display: flex;
  }

  .image-147, .image-148, .image-149 {
    height: 75px;
  }

  .div-block-1351 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .hero_image_wrapper-copy_ab {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: minmax(150px, .75fr) minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-150, .image-151 {
    height: 26px;
  }

  .section-70 {
    margin-top: 40px;
  }

  .section-25-copy_bs {
    margin-top: 120px;
    display: block;
  }

  .image-152 {
    height: auto;
  }

  .div-block-1352 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-545-copy {
    margin-top: 6px;
  }

  .div-block-1354 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .bold-text-90 {
    width: auto;
  }

  .image-58-copy-copy-ai-copy {
    width: 140px;
    height: 133px;
  }

  .div-block-1224-copy {
    width: auto;
  }

  .image-67-copy {
    width: 100vh;
    min-width: auto;
    max-width: 100%;
    height: 190px;
  }

  .image-153, .image-154 {
    width: 53px;
    max-width: none;
    height: 53px;
  }

  .heading-89-copy-copy-1._1-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-545-copy-copy-1.t1-copy {
    width: auto;
    margin-top: 6px;
    font-size: 14px;
  }

  .div-block-1356 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-155, .image-156, .image-157, .image-158 {
    width: 70px;
    max-width: none;
    height: 50px;
  }

  .image-161, .image-162, .image-163, .image-164 {
    width: 70px;
    height: 50px;
  }

  .image-58-copy-copy-bc-copy-1 {
    width: 142px;
    height: 133px;
  }

  .heading-101-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-564-copy {
    font-size: 14px;
  }

  .div-block-1358 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-58---cd-copy-1 {
    width: 142px;
    height: 133px;
  }

  .heading-101-copy-copy.c1-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-564-copy-copy.t1 {
    font-size: 14px;
  }

  .div-block-1359 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-530-copy-copy-copy-mv {
    font-size: 14px;
  }

  .text-block-530-copy-copy-copy-mv.th {
    height: auto;
  }

  .heading-144 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-1250-copy-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-1361, .div-block-1362, .div-block-1363 {
    margin-top: 20px;
  }

  .div-block-1250-copy-3 {
    grid-template-columns: .5fr .5fr .5fr;
    justify-content: stretch;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1250-copy-4 {
    grid-template-columns: .5fr .5fr .5fr;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-165, .image-166, .image-167, .image-168, .image-169, .image-170, .image-171, .image-172, .image-173 {
    height: 50px;
  }

  .text-block-527-copy-copy-bs {
    display: none;
  }

  .image-58---it-copy-mv {
    border-radius: 15px;
    width: 142px;
    height: 133px;
  }

  .line-square-arrow-2-copy-component {
    width: 28px;
    height: 28px;
    font-size: 24px;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left {
    width: 40px;
    height: 40px;
    inset: 219px 10% 0% 0%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-right {
    width: 40px;
    height: 40px;
    inset: 219px -10px 0 15%;
  }

  .line-square-arrow-2-copy-component.slider-button-right---top-left-copy {
    width: 40px;
    height: 40px;
    inset: 300px 9% 0% 0%;
  }

  .line-square-arrow-2-copy {
    width: 28px;
    height: 28px;
    font-size: 24px;
  }

  .line-square-arrow-2-copy.slider-button-right---top-left {
    width: 40px;
    height: 40px;
    inset: 219px 10% 0% 0%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right {
    width: 40px;
    height: 40px;
    inset: 219px -10px 0 15%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-left-copy {
    width: 40px;
    height: 40px;
    inset: 219px 10% 0% 0%;
  }

  .line-square-arrow-2-copy.slider-button-right---top-right-copy {
    width: 40px;
    height: 40px;
    inset: 300px -10px 0 15%;
  }

  .list-item-29 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-copy-home {
    width: auto;
    height: auto;
  }

  .image-copy-home.arrow-2 {
    width: 26px;
  }

  .image-copy-home2 {
    width: auto;
    height: auto;
  }

  .image-copy-home2.arrow-2 {
    width: 26px;
  }

  .image-copy-home3 {
    width: auto;
    height: auto;
  }

  .image-copy-home3.arrow-2 {
    width: 26px;
  }

  .text-block-666 {
    color: #313638;
    letter-spacing: -.04em;
    padding-right: 0;
    font-size: 14px;
    display: none;
  }

  .slide-18 {
    margin-right: 10px;
  }

  .div-block-1366 {
    opacity: 0;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .div-block-1367 {
    display: none;
  }

  .list-item-30 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item-30.boader {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-31 {
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item-32, .list-item-33 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-34, .list-item-35 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-25-copy {
    margin-top: 120px;
    display: block;
  }

  .div-block-1368-copy-111 {
    width: 100%;
    display: block;
  }

  .div-block-1369 {
    display: none;
  }

  .text-block-667 {
    color: #313638;
    display: block;
  }

  .text-block-668 {
    letter-spacing: -.04em;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .text-block-668.height_mv {
    height: 90px;
  }

  .div-block-1370 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: static;
  }

  .div-block-1371, .div-block-1372, .div-block-1373 {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .text-block-575-copy-copy {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-669 {
    padding-right: 49px;
  }

  .grid-46 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .grid-27-copy-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-1376 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .text-span-94, .text-span-95, .text-span-96 {
    display: none;
  }

  .text-block-670 {
    margin-bottom: 20px;
  }

  .div-block-1377 {
    display: block;
  }

  .text-block-670-copy {
    margin-bottom: 20px;
  }

  .div-block-1326-copy-mv {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-174 {
    height: 26px;
  }

  .dropdown-toggle-4 {
    padding: 10px 40px 10px 10px;
  }

  .image-58--cs-copy-mv {
    border-radius: 15px;
    width: 142px;
    height: 133px;
  }

  .image-175, .image-176, .image-177, .image-178 {
    width: 70px;
    max-width: none;
    height: 50px;
  }

  .grid-47 {
    width: 100%;
  }

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

  .grid-29-copy-1, .grid-29-copy-2cs, .grid-29-copy-3cs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .image-194 {
    width: 70px;
    max-width: none;
  }

  .image-195, .image-196, .image-197 {
    width: 70px;
  }

  .image-58-copy--da-copy-data {
    border-radius: 15px;
    width: 142px;
    height: 133px;
  }

  .image-198 {
    height: auto;
  }

  .image-58--qa-testing-copy-mv {
    border-radius: 15px;
    width: 142px;
    height: 133px;
  }

  .hero_section-copy-ins {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-copy-bs {
    width: auto;
    height: auto;
  }

  .image-copy-bs.arrow-2 {
    width: 26px;
  }

  .image-copy {
    width: auto;
    height: auto;
  }

  .image-copy.arrow-2, .image-copy-2bs.arrow-2 {
    width: 26px;
  }

  .image-copy-2bs.wid, .image-copy-4 {
    width: auto;
    height: auto;
  }

  .image-copy-4.arrow-2 {
    width: 26px;
  }

  .image-copy-5 {
    width: auto;
    height: auto;
  }

  .image-copy-5.arrow-2 {
    width: 26px;
  }

  .image-copy-6 {
    width: auto;
    height: auto;
  }

  .image-copy-6.arrow-2 {
    width: 26px;
  }

  .image-copy-7 {
    width: auto;
    height: auto;
  }

  .image-copy-7.arrow-2 {
    width: 26px;
  }

  .image-copy-8 {
    width: auto;
    height: auto;
  }

  .image-copy-8.arrow-2 {
    width: 26px;
  }

  .image-copy-9 {
    width: auto;
    height: auto;
  }

  .image-copy-9.arrow-2 {
    width: 26px;
  }

  .text-block-671 {
    color: #5e6269;
    margin-bottom: 15px;
  }

  .image-203 {
    display: inline-block;
  }

  .image-136-copy, .image-137-copy, .image-138-copy, .image-139-copy, .image-140-copy, .image-141-copy, .image-142-copy, .image-143-copy, .image-144-copy {
    height: 26px;
    display: none;
  }

  .div-block-1382 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-1383 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .image-58-_et-copy-mv {
    border-radius: 15px;
    width: 142px;
    height: 133px;
  }

  .image-204, .image-205, .image-206, .image-207 {
    max-width: none;
  }

  .div-block-1281-copy {
    display: none;
  }

  .heading-87-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-96-copy-h1, .heading-96-copy-h {
    height: 50px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .contact-btn-copy-industry-copy-ind.btn {
    top: 11px;
  }

  .container-61 {
    padding-top: 10px;
    padding-right: 15px;
  }

  .text-block-672 {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  ._22px-text-copy.white-text.font-weight-semibold, ._22px-text-copy.white-text.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold, ._22px-text-copy.white-text-copy.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy-copy, ._22px-text-copy.white-text.font-weight-semibold, ._22px-text-copy.white-text.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold, ._22px-text-copy.white-text-copy.font-weight-semibold-copy, ._22px-text-copy.white-text-copy.font-weight-semibold-copy {
    margin-top: 0;
  }

  .line-square-arrow-2-copy-slide1 {
    width: 28px;
    height: 28px;
    font-size: 24px;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left {
    width: 40px;
    height: 40px;
    inset: 313px 10% 0% 0%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right {
    width: 40px;
    height: 40px;
    inset: 313px -10px 0 15%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-right-copy {
    width: 40px;
    height: 40px;
    inset: 219px -10px 0 15%;
  }

  .line-square-arrow-2-copy-slide1.slider-button-right---top-left-copy {
    width: 40px;
    height: 40px;
    inset: 238px 10% 0% 0%;
  }

  .line-square-arrow-2-copy-slide2 {
    width: 28px;
    height: 28px;
    font-size: 24px;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left {
    width: 40px;
    height: 40px;
    inset: 313px 10% 0% 0%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right {
    width: 40px;
    height: 40px;
    inset: 313px -10px 0 15%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-left-copy {
    width: 40px;
    height: 40px;
    inset: 313px 10% 0% 0%;
  }

  .line-square-arrow-2-copy-slide2.slider-button-right---top-right-copy {
    width: 40px;
    height: 40px;
    inset: 238px -4px 0 15%;
  }

  .collection-list-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-209, .image-210, .image-211, .image-212, .image-213, .image-214 {
    height: 25px;
  }

  .div-block-1328-copy {
    padding-right: 5px;
    display: flex;
  }

  .image-209-copy {
    height: 25px;
  }

  .heading-150 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
  }

  .bold-text-93, .bold-text-94, .bold-text-95, .bold-text-96 {
    font-weight: 600;
  }

  .text-block-copy-cardbtn {
    letter-spacing: 0;
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .text-block-copy-ct {
    letter-spacing: -.04em;
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.32px;
  }

  .paragraph-70 {
    color: var(--sub-text);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-copy-home-text {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .heading-15-copy-w {
    letter-spacing: -1px;
    width: 69%;
    padding-right: 0;
    line-height: 24px;
  }

  .heading-15-copy-w.width {
    width: 62%;
  }

  .bold-text-97 {
    font-weight: 600;
  }

  .section-71 .open-roles-grid {
    grid-template-columns: 1fr !important;
    grid-column-gap: 0 !important;
  }

  .form-wrapper {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .section-72 {
    margin-bottom: 60px;
  }

  .heading-151 {
    letter-spacing: -.04em;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
  }

  .text-block-677 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-152 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-678 {
    text-align: center;
    width: 76%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }

  .div-block-1392 {
    justify-content: center;
    align-items: center;
  }

  .div-block-1393 {
    background-image: linear-gradient(345deg, #010101a3, #fff0), url('../images/signup.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-left: 10px;
  }

  .text-block-679 {
    width: 93%;
  }

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

  .text-block-681 {
    padding-right: 67px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-field-2, .text-field-3, .text-field-4 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-1396, .div-block-1397 {
    margin-top: 20px;
  }

  .submit-button-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .container-63 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1398 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding: 3px 4px 4px 0;
  }

  .image-216 {
    height: 26px;
  }

  .form-wrapper-2 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-73 {
    margin-bottom: 140px;
  }

  .container-64 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1399, .div-block-1400 {
    margin-top: 20px;
  }

  .text-field-5 {
    color: #7a7d7e;
    height: 46px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-field-6 {
    color: #7a7d7e;
    border: 1px solid #d4ede7;
    height: 46px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-683 {
    font-size: 12px;
    line-height: 16px;
  }

  .submit-button-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-stack-center {
    min-width: auto;
    max-width: none;
    padding-top: 20px;
  }

  .section-74 {
    margin-bottom: 180px;
  }

  .text-field-7 {
    font-size: 12px;
    line-height: 14px;
  }

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

  .section-75 {
    margin-top: 140px;
    margin-bottom: 220px;
  }

  .flex-stack-center-copy {
    min-width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-6 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11.14px;
    font-weight: 600;
    line-height: 14.5px;
  }

  .text-block-678-copy-checkemail {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
  }

  .heading-152-copy-reset {
    text-align: center;
    width: 68%;
    font-size: 40px;
    line-height: 44px;
  }

  .container-65 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-76 {
    margin-bottom: 115px;
  }

  .text-field-8, .text-field-9 {
    color: #7a7d7e;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-685 {
    line-height: 16px;
  }

  .flex-stack-center-2 {
    width: 100%;
  }

  .grid-48 {
    flex-flow: column;
    width: auto;
    margin-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .grid-49, .grid-50 {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .image-220 {
    align-items: flex-start;
  }

  .contact-btn-copy-new.btn, .contact-btn--mv.btn {
    top: 11px;
  }

  .contact-btn--mv.blue-copy-mv {
    padding: 7px 7px 7px 10px;
  }

  .div-block-1408 {
    margin-top: 20px;
    padding-left: 20px;
  }

  .image-copy-mv.arrow-2 {
    width: 26px;
  }

  .div-block-1409 {
    margin-top: 40px;
  }

  .div-block-5-copy-mv {
    align-items: center;
  }

  .flex-block-4-copy-mv {
    flex-flow: column;
  }

  .flex-block-4-copy-mv._2, .flex-block-4-copy-mv._2-copy {
    flex-flow: row;
  }

  .copuwrite-container-copy {
    border-top-style: none;
    border-top-color: #fff;
    border-bottom-style: none;
    flex-flow: column;
    align-items: center;
    padding-top: 25px;
  }

  .div-block-1410 {
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .list-item-41, .list-item-42 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-157 {
    font-size: 20px;
    line-height: 24px;
  }

  .bold-text-101, .bold-text-102, .bold-text-103, .bold-text-104, .bold-text-105, .bold-text-106, .bold-text-107, .bold-text-108, .bold-text-109, .bold-text-110, .bold-text-111 {
    font-weight: 600;
  }

  .div-block-1414, .div-block-1415, .div-block-1416, .div-block-1417 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .text-block-678-copy {
    text-align: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .text-block-678-copy-cnp {
    text-align: center;
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
  }

  .text-block-678-copy-checkemail-copy {
    text-align: center;
    width: 96%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
  }

  .paragraph-37-copy-insights {
    color: var(--new-para);
    padding-bottom: 0;
    font-weight: 500;
  }

  .text-block-528-copy-ts {
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
  }

  .image-222 {
    border-radius: 15px;
    height: 197px;
  }

  .div-block-1421 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-78 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-158 {
    width: auto;
    padding-top: 25px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .text-block-688 {
    color: #5e6269;
    font-size: 12px;
    line-height: 19px;
  }

  .image-223 {
    border-radius: 15px;
    height: 197px;
  }

  .paragraph-41-copy-in2.para_size, .paragraph-41-copy-in2.in2, .paragraph-57-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-159 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .bold-text-113 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .div-block-1425 {
    margin-top: 40px;
  }

  .bold-text-115 {
    font-weight: 400;
  }

  .contact-btn-slider {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    display: none;
  }

  .text-block-481-copy-slider {
    color: #0562a7;
    font-size: 11.14px;
    line-height: 14.32px;
  }

  .image-224 {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .div-block-1220-copy-js {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-span-104 {
    color: #0562a7;
  }

  .bold-text-116, .bold-text-117 {
    font-weight: 600;
  }

  .image-220-copy-l, .image-220-copy-r, .image-220-copy-r1, .image-220-copy-l1 {
    align-items: flex-start;
  }

  .image-225 {
    display: none;
  }

  .bold-text-118 {
    font-weight: 600;
  }

  .text-block-689 {
    font-weight: 500;
  }

  .body-6 {
    overflow: visible;
  }

  .heading-93-copy-1 {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
    display: block;
  }

  .heading-93-copy-copy-mv {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
    display: block;
  }

  .heading-93-copy-cs-copy-mv {
    text-align: center;
    width: auto;
    font-size: 32px;
    line-height: 36px;
    display: block;
  }

  .text-block-555-copy {
    display: none;
  }

  .section-79 {
    margin-bottom: 100px;
  }

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

  .div-block-1091-copy-cta {
    margin-top: 20px;
  }

  .div-block-1430 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-1431 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-1432, .div-block-1433, .div-block-1434, .div-block-1435, .div-block-1436, .div-block-1437, .div-block-1438 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .image-copy-hover_icon.arrow-2 {
    width: 26px;
  }

  .paragraph-34-copy-jb {
    text-align: center;
    width: auto;
    padding-top: 10px;
  }

  .heading-162.sl {
    width: auto;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-163.w2.s1 {
    width: 93%;
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-121, .bold-text-122, .bold-text-123, .bold-text-124, .bold-text-125, .bold-text-127, .bold-text-128, .bold-text-129 {
    font-weight: 600;
  }

  .banner-image-copy-copy-main._1, .banner-image-copy-copy-main._1-copy {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video-copy-mobile-view {
    display: block;
  }

  .banner-image-copy--mobileview._1, .banner-image-copy--mobileview._1-copy {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-image-copy--mobileview._1-copy.bottom {
    justify-content: flex-end;
    padding-bottom: 90px;
  }

  .text-block-666-copy {
    color: #313638;
    letter-spacing: -.04em;
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-666-copy.hiden {
    display: block;
  }

  .text-block-666-copy {
    color: #313638;
    letter-spacing: -.04em;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .div-block-1439 {
    justify-content: center;
    display: flex;
  }

  .heading-117-copy {
    padding-left: 0;
    padding-right: 9px;
    font-size: 32px;
    line-height: 36px;
    display: block;
  }

  .image-226 {
    opacity: 1;
    justify-content: flex-start;
    width: 31px;
    height: 29px;
    display: none;
    position: absolute;
    inset: 0% auto 0% 26%;
  }

  .code-embed {
    display: none;
  }

  .hambuger-menu-main {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: flex-end;
    width: 33px;
    height: 29px;
    display: flex;
  }

  .hamburger-lines-3 {
    background-color: #0562a7;
    width: 33px;
    height: 2.2px;
  }

  .hamburger-lines-2-copy {
    background-color: #19191b;
    width: 16px;
    height: 1.5px;
  }

  .hamburger-lines-2-copy._2 {
    background-color: #0562a7;
    width: 33px;
    height: 2.2px;
    margin-bottom: 0;
  }

  .hamburger-lines-1 {
    background-color: #0562a7;
    width: 33px;
    height: 2.2px;
  }

  .heading-16-copy {
    letter-spacing: -.04em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 36px;
  }
}

#w-node-_1886b352-584c-5d21-b896-69b39bd13d9f-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13da1-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13da3-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13da5-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13da7-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13da9-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13db1-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13db3-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13db5-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13db7-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13db9-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dbb-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dc3-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dc5-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dc7-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dc9-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dcb-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dcd-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dd0-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dd2-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dd4-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dd6-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dd8-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dda-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13de2-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13de4-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13de6-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13de8-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dea-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dec-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13df4-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13df6-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13df8-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dfa-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dfc-9bd13d92, #w-node-_1886b352-584c-5d21-b896-69b39bd13dfe-9bd13d92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8997654e-4d4a-f404-41e0-993b27c0164a-86060e76, #w-node-d18a53b1-ec69-765d-256c-d546c9dafb0a-86060e76, #w-node-_4756908e-96d3-6e08-d165-9d9eb8174af0-86060e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7bddc8a6-ab22-671b-2111-467f968b5927-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5929-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b592b-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b592d-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b592f-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5931-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5939-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b593b-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b593d-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b593f-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5941-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5943-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b594b-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b594d-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b594f-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5951-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5953-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5955-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5958-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b595a-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b595c-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b595e-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5960-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5962-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b596a-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b596c-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b596e-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5970-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5972-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5974-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b597c-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b597e-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5980-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5982-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5984-968b5918, #w-node-_7bddc8a6-ab22-671b-2111-467f968b5986-968b5918 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79fbbd14-1156-5e90-9234-8f5c9000b6f5-bca4a482, #w-node-_35cdc094-4325-5459-4a58-c79ecb55d0db-bca4a482, #w-node-_062ea07c-eced-1b8a-4ff9-60865fe8ec77-db2cfb0e {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_0854d58f-d251-3f02-e77d-56760b255392-e8b8b17d, #w-node-e08a493f-eb40-9695-4c27-1e5f0c1e6054-e8b8b17d, #w-node-_1cefb769-6e93-978e-3494-5333a5c29e98-1f371fe0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0854d58f-d251-3f02-e77d-56760b255392-e8b8b17d, #w-node-e08a493f-eb40-9695-4c27-1e5f0c1e6054-e8b8b17d, #w-node-_747e6d39-c774-a763-9c54-31d5777c1fd7-777c1fa1, #w-node-_901b54b3-7e33-3314-f9b5-c0719c3fb5e0-d0ff80f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a83bb9c-e2f5-dbe7-e8c6-917b101b7926-1cbf22c9 {
    place-self: start;
  }

  #w-node-b088f3f4-d76c-cf30-e154-a4956b9c7172-1cbf22c9 {
    order: 9999;
  }

  #w-node-_07e9f5a1-c3ab-b6c1-4278-acdf1115dabc-86060e76 {
    place-self: center;
  }

  #w-node-_1a178e0c-6521-602a-0d58-1a8c1afbcf70-1ec3ccf7, #w-node-_1cefb769-6e93-978e-3494-5333a5c29e98-1f371fe0, #w-node-_9cdd8331-2a2f-6f46-5f0b-ad9890c80350-db2cfb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8bf2d266-1458-d4b6-877d-504045e2e17b-d0ff80f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07e9f5a1-c3ab-b6c1-4278-acdf1115dabc-86060e76 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d96f31a8-dcb3-a706-68f9-251732462e6e-e8b8b17d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3394f57e-ebb2-a0d3-34c5-8c4fd08f5059-e8b8b17d {
    align-self: start;
  }

  #w-node-_8bf2d266-1458-d4b6-877d-504045e2e17b-d0ff80f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acc05bc3-6109-7fc5-752b-c79de89bfa77-86060e76 {
    align-self: center;
  }

  #w-node-_7b47cb00-62be-5562-8ff5-558f1c382de5-5531b9c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.w-slider {
  touch-action: pan-y !important;
}
.w-slider-mask {
  touch-action: pan-y !important;
}
.w-slide {
  touch-action: pan-y !important;
}

@media screen and (max-width: 767px) {
  .slider-27 .w-slider-mask {
    overflow-x: auto !important;
    touch-action: auto !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  .slider-27 .w-slider-mask::-webkit-scrollbar {
    display: none !important;
  }
}


