@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
html.locked,
body.locked {
  overflow-y: hidden;
}
html.locked:after,
body.locked:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 56px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

figure {
  margin: 0;
}

.b-image-why-us {
  margin-left: -270px;
}
@media (max-width: 1024px) {
  .b-image-why-us {
    margin-left: -280px;
  }
}
@media (max-width: 991px) {
  .b-image-why-us {
    margin-left: -280px;
  }
}
@media (max-width: 768px) {
  .b-image-why-us {
    margin-left: 0;
  }
}

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

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

.bg--primary {
  background-color: #108AC4;
}

.bg--light-green {
  background-color: #F0FDFA;
}

.bg--dark-green {
  background-color: #0F766E;
}

.bg--lime {
  background-color: #F4FCE8;
}

.bg--light-purple-1 {
  background-color: #FAF5FF;
}

.bg--dark-purple-1 {
  background-color: #7E22CE;
}

.bg--light-purple-2 {
  background-color: #EEF2FF;
}

.bg--dark-purple-2 {
  background-color: #4338CA;
}

.bg--light-blue-1 {
  background-color: #F0F9FF;
}

.bg--light-blue-2 {
  background-color: #e9f1f9;
}

.bg--dark-blue-1 {
  background-color: #0369A1;
}

.bg--dark-blue-2 {
  background-color: #19242D;
}

.bg--light-yellow-1 {
  background-color: #FEFCE8;
}

.bg--light-yellow-2 {
  background-color: #FAF4E6;
}

.bg--dark-yellow {
  background-color: #A16207;
}

.bg--light-red {
  background-color: #FFF1F2;
}

.bg--dark-red {
  background-color: #BE123C;
}

.bg--light-grey-1 {
  background-color: #FBFAF9;
}

.bg--light-grey-2 {
  background-color: #F8FAF9;
}

.bg--light-grey-3 {
  background-color: #E1E6E8;
}

.bg--dark-grey-1 {
  background-color: #BBB8BA;
}

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

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

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

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

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

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

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

.font-weight-900 {
  font-weight: 900;
}

.font-color--dark-green {
  color: #0F766E;
}

.font-color--dark-blue-1 {
  color: #0369A1;
}

.font-color--dark-purple-1 {
  color: #7E22CE;
}

.font-color--dark-purple-2 {
  color: #4338CA;
}

.font-color--dark-yellow {
  color: #A16207;
}

.font-color--dark-red {
  color: #BE123C;
}

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

.row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.row.align-items-center {
  align-items: center;
}
.row.align-items-end {
  align-items: flex-end;
}
.row.justify-content-center {
  justify-content: center;
}

.col {
  flex: 1 0 0%;
  padding: 0 15px;
}
.col.col-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.col.col-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col.col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.col.col-33 {
  flex: 0 0 33%;
  max-width: 33%;
}
.col.col-35 {
  flex: 0 0 35%;
  max-width: 35%;
}
.col.col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.col.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col.col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.col.col-65 {
  flex: 0 0 65%;
  max-width: 65%;
}
.col.col-66 {
  flex: 0 0 66%;
  max-width: 66%;
}
.col.col-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.col.col-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col.col-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.col.col-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.col.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.br-6 {
  border-radius: 6px;
}

.br-tl-6 {
  border-top-left-radius: 6px;
}

.br-tr-6 {
  border-top-right-radius: 6px;
}

.br-bl-6 {
  border-bottom-left-radius: 6px;
}

.br-br-6 {
  border-bottom-right-radius: 6px;
}

.br-12 {
  border-radius: 12px;
}

.br-tl-12 {
  border-top-left-radius: 12px;
}

.br-tr-12 {
  border-top-right-radius: 12px;
}

.br-bl-12 {
  border-bottom-left-radius: 12px;
}

.br-br-12 {
  border-bottom-right-radius: 12px;
}

.br-circle {
  border-radius: 50%;
}

.header {
  position: relative;
  background-color: #fff;
}
@media (max-width: 991px) {
  .header-main {
    padding: 8px 0;
    border-bottom: 2px solid #E1E6E8;
  }
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 999;
}
.header--job-opening .header-main, .header--contact .header-main, .header--service-explorer .header-main {
  padding: 19px 0;
}
@media (max-width: 991px) {
  .header--job-opening .header-main, .header--contact .header-main, .header--service-explorer .header-main {
    padding: 0;
  }
}
.header--job-opening .header-navigation, .header--contact .header-navigation, .header--service-explorer .header-navigation {
  display: none;
}
.header--job-opening .header-left-col, .header--contact .header-left-col, .header--service-explorer .header-left-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.header--job-opening .header-right-col, .header--contact .header-right-col, .header--service-explorer .header-right-col {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.header--job-opening .header-right-col .b-button-group, .header--contact .header-right-col .b-button-group, .header--service-explorer .header-right-col .b-button-group {
  align-items: center;
}
.header--no-navigation .header-main {
  padding: 19px 0;
}
.header--no-navigation .b-button-group {
  margin: 0 -16px;
}
.header--no-navigation .b-button-group__button {
  padding: 0 16px;
}
.header-breadcrumb {
  padding: 8px 0;
  border-top: 1px solid #E1E6E8;
}
.header-breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #9B9798;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-breadcrumb-list li {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.header-breadcrumb-list li a {
  color: #505050;
}
.header-breadcrumb-list li a:hover {
  text-decoration: underline;
}
.header-breadcrumb-list li.active a {
  color: #9B9798;
}
.header-breadcrumb-list li:not(:last-child):after {
  display: inline-block;
  content: "/";
  padding: 0 16px;
  color: #505050;
}
.header-left-col {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header-right-col {
  flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 991px) {
  .header-right-col .b-button-group {
    display: none;
  }
}
.header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile__button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.header-navigation {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .header-navigation {
    display: none;
  }
}
.header-navigation-footer {
  display: none;
}
.header-navigation.opened {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  min-height: calc(100vh - 58px);
  overflow-y: scroll;
  padding-left: 0;
}
.header-navigation.opened .header-navigation-footer {
  display: block;
  padding: 40px 15px;
}
.header-navigation.opened .header-navigation-footer .b-button-group__button {
  flex: 0 0 100%;
}
.header-navigation.opened .header-navigation-footer .b-button-group__button:not(:last-child) {
  margin-bottom: 24px;
}
.header-navigation.opened .header-navigation-footer .b-button-group__button .button {
  width: 100%;
  text-align: center;
}
.header-navigation-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header-navigation-list__item {
  flex: 0 0 auto;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media (max-width: 991px) {
  .header-navigation-list__item {
    flex: 0 0 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.header-navigation-list__item > a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #505050;
  padding: 34px 0;
  transition: all 100ms ease-in-out;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991px) {
  .header-navigation-list__item > a {
    justify-content: space-between;
    padding: 30px 25px 30px 15px;
    border-bottom: 1px solid #E1E6E8;
  }
}
.header-navigation-list__item > a span {
  padding-right: 6px;
}
.header-navigation-list__item > a img,
.header-navigation-list__item > a svg {
  transform: rotate(0deg);
  transition: all 100ms ease-in-out;
  width: 10px;
}
@media (max-width: 991px) {
  .header-navigation-list__item > a img,
  .header-navigation-list__item > a svg {
    width: auto;
  }
}
.header-navigation-list__item > a img path,
.header-navigation-list__item > a svg path {
  stroke: #505050;
}
.header-navigation-list__item > a:hover {
  color: #0D0E10;
  border-bottom-color: #0D0E10;
}
@media (max-width: 991px) {
  .header-navigation-list__item > a:hover {
    border-bottom-color: #E1E6E8;
  }
}
.header-navigation-list__item.active > a {
  color: #0D0E10;
  border-bottom-color: #0D0E10;
}
@media (max-width: 991px) {
  .header-navigation-list__item.active > a {
    border-bottom-color: #E1E6E8;
  }
}
.header-navigation-list__item.active > a img,
.header-navigation-list__item.active > a svg {
  transform: rotate(180deg);
}
.header-navigation-list__item.active > a img path,
.header-navigation-list__item.active > a svg path {
  stroke: #0D0E10;
}
.header-navigation-list__item.active .header-submenu {
  display: block;
}
.header-navigation-list__item:hover > a {
  color: #0D0E10;
  border-bottom-color: #0D0E10;
}
@media (max-width: 991px) {
  .header-navigation-list__item:hover > a {
    border-bottom-color: #E1E6E8;
  }
}

.header-submenu {
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #E1E6E8;
  border-bottom: 1px solid #E1E6E8;
  background: linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(250, 250, 249) 70%, rgb(250, 250, 249) 100%);
  z-index: 999;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  display: none;
}
@media (max-width: 991px) {
  .header-submenu {
    position: relative;
    top: 0;
    border-top: unset;
    background: #FBFAF9;
    box-shadow: unset;
    height: auto;
  }
}
.header-submenu__inside {
  display: flex;
  flex-flow: row wrap;
}
.header-submenu-body {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  flex-flow: row wrap;
  background-color: white;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .header-submenu-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0;
    background-color: #FBFAF9;
  }
}
.header-submenu-sidebar {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 40px 0 60px 60px;
  background-color: rgb(250, 250, 249);
  border-left: 3px solid #E1E6E8;
}
@media (max-width: 991px) {
  .header-submenu-sidebar {
    display: none;
  }
}

.header-submenu-body__heading {
  flex: 0 0 27%;
  max-width: 27%;
}
@media (max-width: 991px) {
  .header-submenu-body__heading {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .header-submenu-body__heading .button {
    font-size: 16px;
    line-height: 19px;
  }
}
.header-submenu-body__heading .header-submenu-body-heading > div {
  width: 40px;
  height: 2px;
  background-color: #108AC4;
}
.header-submenu-body__heading .header-submenu-body-heading h6 {
  margin: 4px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
.header-submenu-body__heading .header-submenu-body-heading h6 a {
  color: #1e1e1e;
}
.header-submenu-body__main {
  flex: 0 0 73%;
  max-width: 73%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
@media (max-width: 991px) {
  .header-submenu-body__main {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
.header-submenu-body__cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 100%;
  margin: -8px;
}
@media (max-width: 991px) {
  .header-submenu-body__cards {
    margin: 0 -8px;
  }
}
@media (max-width: 768px) {
  .header-submenu-body__cards {
    margin: 0;
  }
}
.header-submenu-body__cards .b-heading {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.019em;
  color: #505050;
}
.header-submenu-body__cards .b-card {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 90px;
  padding: 8px;
  transition: all 100ms ease-in-out;
}
@media (max-width: 991px) {
  .header-submenu-body__cards .b-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .header-submenu-body__cards .b-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px 0;
  }
}
.header-submenu-body__cards .b-card-inside {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: unset;
  background-color: #FAFAF9;
}
@media (max-width: 991px) {
  .header-submenu-body__cards .b-card-inside {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .header-submenu-body__cards .b-card-inside {
    min-height: 74px;
  }
}
.header-submenu-body__cards .b-card:hover .b-card-inside, .header-submenu-body__cards .b-card:focus .b-card-inside {
  border: 1px solid #E1E6E8;
  background-color: #FAFAF9;
}
@media (max-width: 991px) {
  .header-submenu-body__cards .b-card:hover .b-card-inside, .header-submenu-body__cards .b-card:focus .b-card-inside {
    background-color: #fff;
  }
}
.header-submenu-body__list {
  flex: 0 0 100%;
  max-width: 100%;
}
.header-submenu-body__list .b-heading {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.019em;
  color: #505050;
}
.header-submenu-body__list ul {
  padding: 8px 8px 8px 24px;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header-submenu-body__list ul {
    padding: 0;
  }
}
.header-submenu-body__list ul li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-submenu-body__list ul li {
    font-weight: 700;
  }
}
.header-submenu-body__list ul li a {
  color: #0D0E10;
}
.header-submenu-body__main-grid {
  margin: 0 -24px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .header-submenu-body__main-grid {
    margin: 0;
  }
}
.header-submenu-body__main-grid .header-submenu-body__cards {
  width: 50%;
  padding: 0 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .header-submenu-body__main-grid .header-submenu-body__cards {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}
.header-submenu-body__main-grid .header-submenu-body__cards .b-card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.header-submenu-body__main-grid .header-submenu-body__cards .b-card:not(:last-child) {
  margin-bottom: 8px;
}
.header-submenu-body__main-grid .header-submenu-body__list {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .header-submenu-body__main-grid .header-submenu-body__list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.header-submenu-body__main-grid .header-submenu-body__list ul {
  padding: 0;
}

.header-submenu-sidebar__item {
  display: none;
}
.header-submenu-sidebar__item--active {
  display: block;
}
.header-submenu-sidebar__heading {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E1E6E8;
}
.header-submenu-sidebar__heading span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #0D0E10;
}
.header-submenu-sidebar__list > div:not(:last-child) {
  margin-bottom: 24px;
}
.header-submenu-sidebar__list ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: disc;
}
.header-submenu-sidebar__list ul li {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #505050;
}
.header-submenu-sidebar__list p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16.94px;
  color: #505050;
}

.b-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #505050;
  letter-spacing: -0.011em;
}
.b-text p:not(:last-child) {
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .b-text p:not(:last-child) {
    margin: 0 0 24px;
  }
}
.b-text p span {
  background-color: #ecff77;
}
.b-text strong {
  font-weight: 700;
  color: #1e1e1e;
}
.b-text s {
  text-decoration-color: #BE123C;
  text-decoration-thickness: 2px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.b-text.font-24 p {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .b-text.font-24 p {
    font-size: 20px;
    line-height: 28px;
  }
}

.button {
  display: inline-block;
  padding: 16px 38px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  transition: all 100ms ease-in-out;
  border: 0;
  cursor: pointer;
}
.button--white {
  background-color: #FAFCFF;
  color: #1e1e1e;
}
.button--white:hover span {
  text-decoration: underline;
}
.button--light-grey {
  background-color: #FBFAF9;
  color: #1e1e1e;
}
.button--light-grey:hover {
  color: #1e1e1e;
  background-color: #E9F1F9;
}
.button--dark {
  background-color: #0D0E10;
  color: #fff;
}
.button--dark[disabled] {
  background-color: rgba(13, 14, 16, 0.2);
}
.button--dark:hover {
  background-color: #334155;
  color: #fff;
}
.button--dark-text {
  color: #1e1e1e;
  background-color: transparent;
}
.button--dark-text:hover span {
  text-decoration: underline;
}
.button--dark-link {
  padding: 0;
  color: #1e1e1e;
  background-color: transparent;
}
.button--dark-link:hover span {
  text-decoration: underline;
}
.button--dark-red {
  color: #fff;
  background-color: #BE123C;
}
.button span {
  padding-right: 8px;
}
.button img {
  max-width: 18px;
}
.button--icon-left span {
  padding-right: 0;
  padding-left: 8px;
}
.button--icon-40 {
  display: flex;
  padding: 0;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.button--icon-40 img {
  padding-left: 0;
  padding-right: 0;
}

.b-heading-group__supheading {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #1e1e1e;
}
@media (max-width: 1200px) {
  .b-heading-group__supheading {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .b-heading-group__supheading {
    font-size: 12px;
    line-height: 18px;
  }
}
.b-heading-group__heading {
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
@media (max-width: 1200px) {
  .b-heading-group__heading {
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .b-heading-group__heading {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .b-heading-group__heading {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 24px;
  }
}
.b-heading-group .b-text {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .b-heading-group .b-text {
    margin-bottom: 32px;
  }
}

.b-card {
  position: relative;
  padding: 8px;
}
.b-card-inside {
  display: block;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: #fefefe;
  transition: all 100ms ease-in-out;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.b-card a.b-card-inside:hover {
  background-color: #F8FAFC;
  border: 1px solid #E1E6E8;
}
.b-card a.b-card-inside:hover .button span {
  text-decoration: underline;
}
.b-card-content {
  margin-top: 16px;
  padding-top: 16px;
  flex: 0 0 calc(100% - 40px - 16px);
  max-width: calc(100% - 40px - 16px);
  margin-left: auto;
  border-top: 1px solid #E1E6E8;
}
.b-card .b-card-list-group p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #505050;
}
.b-card .b-card-list-group:not(:last-child) {
  margin-bottom: 16px;
}
.b-card .b-plain-list__list {
  margin: 0;
  padding: 0 0 0 20px;
}
.b-card .b-plain-list__list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #505050;
}

.tag {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  border-radius: 6px;
}
.tag--green {
  color: #0F766E;
  background-color: #F0FDFA;
}
.tag--blue-1 {
  color: #0369A1;
  background-color: #F0F9FF;
}
.tag--blue-2 {
  color: #0D0E10;
  background-color: #e9f1f9;
}
.tag--red {
  color: #BE123C;
  background-color: #FFF1F2;
}
.tag--purple-1 {
  color: #7E22CE;
  background-color: #FAF5FF;
}
.tag--purple-2 {
  color: #4338CA;
  background-color: #EEF2FF;
}
.tag--yellow-1 {
  color: #A16207;
  background-color: #FEFCE8;
}

.accordion-header {
  margin: 0;
}
.accordion-button {
  position: relative;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid #E1E6E8;
  width: 100%;
  background-color: transparent;
  color: #505050;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  padding-right: 40px;
}
.accordion-button:hover {
  cursor: pointer;
  background-color: #F8FAFC;
}
.accordion-button > span {
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #505050;
}
.accordion-button > span strong {
  font-weight: 700;
  color: #1e1e1e;
}
.accordion-button:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.accordion-button:not(.collapsed) span {
  background-color: #ecff77;
}
.accordion-button:not(.collapsed):after {
  background-image: url("../images/minus.svg");
}
@media (max-width: 767px) {
  .accordion-button br {
    display: none;
  }
}
.accordion .b-text {
  padding: 0 80px 24px 0;
}
@media (max-width: 767px) {
  .accordion .b-text {
    padding: 0 24px 24px 0;
  }
}
.accordion .b-text a {
  color: #108AC4;
  text-decoration: underline;
}
.accordion .fade {
  transition: opacity 0.15s linear;
}
.accordion .fade:not(.show) {
  opacity: 0;
}
.accordion .collapse:not(.show) {
  display: none;
}
.accordion .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.accordion .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.b-tabs {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
}
.b-tabs__nav {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 767px) {
  .b-tabs__nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-tabs__content {
  flex: 0 0 70%;
  max-width: 70%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .b-tabs__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b-tabs {
    display: none;
  }
}

.b-tabs--mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-tabs--mobile {
    display: block;
  }
  .b-tabs--mobile .b-tabs__nav {
    border-radius: 12px;
  }
  .b-tabs--mobile .b-tabs__nav .nav {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .b-tabs--mobile .b-tabs__nav .nav-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .b-tabs--mobile .b-tabs__nav .nav-item:first-child .nav-link {
    border-top-right-radius: 12px;
  }
  .b-tabs--mobile .b-tabs__nav .nav-item:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .b-tabs--mobile .b-tabs__nav .nav-item:last-child .nav-link {
    border-bottom-right-radius: 12px;
  }
  .b-tabs--mobile .b-tabs__nav .nav-item:last-child .b-tabs__content {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.b-tabs__nav {
  background-color: #FBFAF9;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.b-tabs__nav .nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.b-tabs__nav .nav-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .b-tabs__nav .nav-item {
    background-color: #fff;
  }
}
.b-tabs__nav .nav-item:first-child .nav-link {
  border-top-left-radius: 12px;
}
.b-tabs__nav .nav-item:last-child .nav-link {
  border-bottom-left-radius: 12px;
  border-bottom: 0;
}
.b-tabs__nav .nav-link {
  display: flex;
  flex-flow: row wrap;
  text-align: left;
  width: 100%;
  padding: 40px;
  border: 0;
  outline: 0;
  background-color: #FBFAF9;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #505050;
  border-right: 1px solid #E1E6E8;
  border-bottom: 1px solid #E1E6E8;
  transition: all 100ms ease-in-out;
}
@media (max-width: 991px) {
  .b-tabs__nav .nav-link {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .b-tabs__nav .nav-link {
    border-right: 0;
  }
}
.b-tabs__nav .nav-link:hover {
  background-color: #F8FAFC;
}
.b-tabs__nav .nav-link .b-card {
  width: 100%;
  padding: 0;
}
.b-tabs__nav .nav-link .b-card-inside {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
}
.b-tabs__nav .nav-link .b-icon__text span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #505050;
}
.b-tabs__nav .nav-link.active {
  color: #0D0E10;
  background-color: #fff;
  border-right: 1px solid transparent;
}
.b-tabs__nav .nav-link.active .b-icon__text span {
  color: #0D0E10;
}
.b-tabs__nav .nav-link:hover, .b-tabs__nav .nav-link:focus {
  cursor: pointer;
}

.b-tabs__content {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.b-tabs__content .tab-content {
  height: 100%;
}
.b-tabs__content .tab-content h1, .b-tabs__content .tab-content h2, .b-tabs__content .tab-content h3, .b-tabs__content .tab-content h4, .b-tabs__content .tab-content h5, .b-tabs__content .tab-content h6 {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0D0E10;
}
@media (max-width: 768px) {
  .b-tabs__content .tab-content h1, .b-tabs__content .tab-content h2, .b-tabs__content .tab-content h3, .b-tabs__content .tab-content h4, .b-tabs__content .tab-content h5, .b-tabs__content .tab-content h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.b-tabs__content .tab-content .b-tabs-list-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -30px;
}
@media (max-width: 768px) {
  .b-tabs__content .tab-content .b-tabs-list-body {
    margin: 0;
  }
}
.b-tabs__content .tab-content .b-tabs-list-body-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}
.b-tabs__content .tab-content .b-tabs-list-body-col:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .b-tabs__content .tab-content .b-tabs-list-body-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.b-tabs__content .tab-content .b-tabs-list-body .b-heading {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 22px;
}
.b-tabs__content .tab-content .b-tabs-list-body .b-arrow-list {
  margin-bottom: 40px;
}
.b-tabs__content .tab-content .b-tabs-list-body .b-arrow-list-item {
  margin: 0 0 8px;
  align-items: center;
}
.b-tabs__content .tab-content .b-tabs-list-body .b-arrow-list-item-icon {
  flex: 0 0 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
}
.b-tabs__content .tab-content .b-tabs-list-body .b-arrow-list-item-icon svg {
  max-width: 12px;
}
.b-tabs__content .tab-content .b-tabs-list-body .b-arrow-list-item-text {
  flex: 0 0 calc(100% - 24px);
  max-width: calc(100% - 24px);
  padding-left: 16px;
}

.tab-content {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.tab-content > .tab-pane {
  display: none;
  height: 100%;
  padding: 60px 120px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 1024px) {
  .tab-content > .tab-pane {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .tab-content > .tab-pane {
    padding: 0;
  }
}
.tab-content > .active {
  display: block;
}
@media (max-width: 767px) {
  .tab-content > .active {
    padding: 24px;
    border-bottom: 1px solid #E1E6E8;
  }
}

.b-button-group {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}
.b-button-group.justify-content-center {
  justify-content: center;
}
.b-button-group.justify-content-space-between {
  justify-content: space-between;
}
.b-button-group.justify-content-end {
  justify-content: end;
}
.b-button-group.align-items-center {
  align-items: center;
}
.b-button-group.align-items-end {
  align-items: flex-end;
}
.b-button-group__button {
  flex: 0 0 auto;
  padding: 0 12px;
}

.b-call-to-action-box {
  background-color: #FAF4E6;
  border-radius: 12px;
  padding: 60px;
  background-image: url("../images/cta-box-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .b-call-to-action-box {
    padding: 60px 36px;
  }
}
@media (max-width: 991px) {
  .b-call-to-action-box {
    background-image: none;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .b-call-to-action-box {
    padding: 40px 16px;
  }
}
@media (max-width: 991px) {
  .b-call-to-action-box__content {
    text-align: center;
  }
}
.b-call-to-action-box .b-heading-group__heading {
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .b-call-to-action-box .b-heading-group__heading {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .b-call-to-action-box .b-heading-group__heading br {
    display: none;
  }
}
@media (max-width: 768px) {
  .b-call-to-action-box .b-heading-group__heading {
    margin: 0 0 16px;
  }
}
.b-call-to-action-box .b-heading-group .b-text {
  margin: 0;
}
.b-call-to-action-box .b-button-group {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .b-call-to-action-box .b-button-group {
    margin-top: 24px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .b-call-to-action-box .b-button-group__button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-call-to-action-box .b-button-group__button:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .b-call-to-action-box .b-button-group__button .button {
    width: 100%;
  }
}

.b-card-icon {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}
.b-card-icon .b-icon {
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.b-card-icon-text {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 16px;
}
.b-card-icon-text .b-text p,
.b-card-icon-text .b-text span {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #0D0E10;
}
.b-card-icon-text > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #505050;
}

.b-card-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.b-card-link-inside {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #0D0E10;
}
.b-card-link-text {
  flex: 0 0 auto;
  max-width: auto;
  padding-right: 12px;
}
.b-card-link-text .b-text p,
.b-card-link-text .b-text span {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #0D0E10;
}
.b-card-link-text > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #505050;
}

.b-card-double-list .b-heading {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.b-card-double-list-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.b-card-double-list-grid__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
.b-card-double-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-card-double-list__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #0D0E10;
}
.b-card-double-list__list li:not(:last-child) {
  margin-bottom: 10px;
}
.b-card-double-list__list li:last-child {
  margin-top: 24px;
}
.b-card-double-list__list li a {
  color: #108AC4;
}
.b-card-double-list__list li a.button {
  color: #0D0E10;
}

.b-card-image {
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
}
.b-card-image-inside {
  padding: 0;
  border: 0;
}
.b-card-image-inside:hover {
  border: 0;
  background-color: unset;
}
.b-card-image a.b-card-inside:hover {
  border: 0;
}
.b-card-image a.b-card-inside:hover .button span {
  text-decoration: underline;
}
.b-card-image-image {
  width: 100%;
  height: 180px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.b-card-image-image img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
.b-card-image-content {
  padding: 16px 40px;
}

.b-card-text .b-card-icon {
  margin-bottom: 16px;
}
.b-card-text .b-card-icon .b-icon {
  flex: 0 0 56px;
  max-width: 56px;
  width: 56px;
  height: 56px;
}
.b-card-text .b-card-icon .b-icon img {
  width: 32px;
  height: 32px;
}
.b-card-text .b-card-icon-text {
  flex: 0 0 calc(100% - 56px);
  max-width: calc(100% - 56px);
}
.b-card-text .b-card-icon-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  color: #0D0E10;
}
@media (max-width: 767px) {
  .b-card-text .b-card-icon-text p {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-card-text .b-card-inside {
  height: 100%;
}
.b-card-text-content {
  padding-top: 16px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #E1E6E8 0%, rgba(225, 230, 232, 0) 100%);
  border-image-slice: 1;
}
.b-card-text-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #505050;
}

.b-cards {
  display: flex;
  flex-flow: row wrap;
}
.b-cards .b-card {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 767px) {
  .b-cards .b-card {
    flex: 1 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .b-cards .b-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .b-cards.p-24 {
    padding: 8px 16px !important;
  }
}
.b-cards--cols-3 .b-card {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 767px) {
  .b-cards--cols-3 .b-card {
    flex: 1 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .b-cards--cols-3 .b-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-cards--cols-2 .b-card {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .b-cards--cols-2 .b-card {
    flex: 1 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .b-cards--cols-2 .b-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .b-cards--cols-2 .b-card-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-cards--cols-1 .b-card {
  flex: 0 0 100%;
  max-width: 100%;
}

.b-image-cards {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.b-image-cards .b-card {
  position: relative;
  padding: 0 8px;
  flex: 0 0 42%;
  max-width: 42%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .b-image-cards .b-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .b-image-cards .b-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b-image-cards .b-card:not(:last-child) {
    margin-bottom: 32px;
  }
}
.b-image-cards .b-card-inside {
  padding: 0;
  display: block;
  border-radius: 12px;
  background-color: #fefefe;
  transition: all 100ms ease-in-out;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.b-image-cards .b-card-content {
  margin-top: 0;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  margin-left: unset;
  border-top: none;
}
.b-image-cards .b-card-content .b-heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .b-image-cards .b-card-content {
    padding: 32px 16px;
  }
}
.b-image-cards .b-card .b-image {
  width: 100%;
  height: 220px;
}
.b-image-cards .b-card .b-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}
.b-image-cards:after {
  content: "";
  position: absolute;
  top: -120px;
  right: -60px;
  width: 400px;
  height: 400px;
  background-image: url("../images/cards-graphic.png");
  background-repeat: no-repeat;
  background-size: 400px;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-image-cards:after {
    display: none;
  }
}

.b-cards-and-list {
  margin-top: 8px;
  margin-bottom: 8px;
}
.b-cards-and-list-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -80px;
}
@media (max-width: 992px) {
  .b-cards-and-list-grid {
    margin: 0 -40px;
  }
}
@media (max-width: 768px) {
  .b-cards-and-list-grid {
    margin: 0;
  }
}
.b-cards-and-list-cards, .b-cards-and-list-list {
  flex: 0 0 42%;
  max-width: 42%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .b-cards-and-list-cards, .b-cards-and-list-list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .b-cards-and-list-cards, .b-cards-and-list-list {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .b-cards-and-list-cards, .b-cards-and-list-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.b-cards-and-list-cards {
  border-right: 1px solid #E1E6E8;
}
@media (max-width: 768px) {
  .b-cards-and-list-cards {
    border-right: 0;
    border-bottom: 1px solid #E1E6E8;
    padding-bottom: 24px;
  }
}
.b-cards-and-list-cards .b-card {
  padding: 0;
}
.b-cards-and-list-cards .b-card:not(:last-child) {
  margin-bottom: 16px;
}
.b-cards-and-list-list {
  border-left: 1px solid #E1E6E8;
}
@media (max-width: 768px) {
  .b-cards-and-list-list {
    border-left: 0;
    border-top: 1px solid #E1E6E8;
    padding-top: 24px;
  }
}
.b-cards-and-list-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-cards-and-list-list ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  color: #1e1e1e;
}
.b-cards-and-list-list ul li:not(:last-child) {
  margin-bottom: 14px;
}

.b-content-group-icon-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.b-content-group-icon-items__content, .b-content-group-icon-items__items {
  padding: 0 8px;
}
.b-content-group-icon-items__content {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .b-content-group-icon-items__content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .b-content-group-icon-items__content .b-text br {
    display: none;
  }
}
.b-content-group-icon-items__items {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 768px) {
  .b-content-group-icon-items__items {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-content-group-icon-items .b-icon-group-items .b-icon-group-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .b-content-group-icon-items .b-icon-group-items .b-icon-group-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-content-group-icon-items .b-icon-group-items .b-icon-group-item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .b-content-group-icon-items .b-icon-group-items .b-icon-group-item .b-heading br {
    display: none;
  }
}

.b-icon-group-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.b-icon-group-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 8px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .b-icon-group-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-icon-group-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.b-icon-group-item__icon {
  flex: 0 0 32px;
  max-width: 32px;
}
.b-icon-group-item__body {
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  padding-left: 16px;
}
.b-icon-group-item .b-heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
.b-icon-group-item .b-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}

.b-group-items-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -32px;
}
.b-group-items-grid-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .b-group-items-grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-group-items-grid-item:not(:last-child) {
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .b-group-items-grid-item:not(:last-child) {
    margin: 0 0 24px;
  }
}
.b-group-items-grid-item .b-image {
  margin-bottom: 16px;
}
.b-group-items-grid-item .b-heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .b-group-items-grid-item .b-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
.b-group-items-grid-item .b-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}

.b-group-items-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.b-group-items-body-header, .b-group-items-body-main {
  padding: 0 8px;
}
.b-group-items-body-header {
  flex: 0 0 16%;
  max-width: 16%;
}
@media (max-width: 768px) {
  .b-group-items-body-header {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-group-items-body-header .b-heading {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #1e1e1e;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .b-group-items-body-header .b-heading {
    margin: 0 0 24px;
  }
}
.b-group-items-body-main {
  flex: 0 0 84%;
  max-width: 84%;
}
@media (max-width: 768px) {
  .b-group-items-body-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.b-group-items-footer {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .b-group-items-footer {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .b-group-items-footer {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .b-group-items-footer .b-text br {
    display: none;
  }
}

.b-image-content .b-image {
  margin-bottom: 32px;
}
.b-image-content .b-text {
  margin: 0 0 40px;
}

.b-testimonial {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  background-color: #E1E6E8;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
  z-index: 3;
}
.b-testimonial__content {
  padding: 60px 90px;
  flex: 0 0 66%;
  max-width: 66%;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 1024px) {
  .b-testimonial__content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .b-testimonial__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 16px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
  }
}
.b-testimonial__case-study {
  padding: 60px;
  flex: 0 0 34%;
  max-width: 34%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  background-color: #e9f1f9;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 1024px) {
  .b-testimonial__case-study {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .b-testimonial__case-study {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 16px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }
}
.b-testimonial__case-study .b-heading {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .b-testimonial__case-study .b-heading {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 24px;
  }
}
.b-testimonial__case-study .b-heading strong {
  font-weight: 700;
}

.b-testimonial-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .b-testimonial-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .b-testimonial-header {
    align-items: flex-start;
  }
}
.b-testimonial-header__avatar {
  flex: 0 0 90px;
  max-width: 90px;
  margin: 0;
}
.b-testimonial-header__avatar img {
  border-radius: 50%;
}
.b-testimonial-header__company-logo {
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .b-testimonial-header__company-logo {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 768px) {
  .b-testimonial-header__company-logo img {
    max-width: 120px;
  }
}
.b-testimonial-header__data {
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 32px;
}
@media (max-width: 768px) {
  .b-testimonial-header__data {
    padding-left: 16px;
  }
}
.b-testimonial-header .b-tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-testimonial-header .b-tags-list__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-testimonial-header .b-tags-list__item .tag {
  display: inline-block;
}

.b-testimonial-body {
  position: relative;
  margin-bottom: 32px;
}
.b-testimonial-body__icon {
  position: absolute;
  top: 0;
  left: -45px;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .b-testimonial-body__icon {
    position: relative;
    left: 0;
  }
}
@media (max-width: 768px) {
  .b-testimonial-body .b-text p br {
    display: none;
  }
}

.b-testimonial-footer__person {
  display: inline-block;
  padding-top: 16px;
  border-top: 2px solid #108AC4;
}
.b-testimonial-footer__person-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  color: #1e1e1e;
}
.b-testimonial-footer__person-role {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  color: #505050;
}

.b-simple-testimonial {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.b-simple-testimonial__left, .b-simple-testimonial__right {
  padding: 0 15px;
}
.b-simple-testimonial__left {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.b-simple-testimonial__right {
  flex: 0 0 50%;
  max-width: 50%;
}
.b-simple-testimonial-person {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.b-simple-testimonial-person__border {
  width: 75%;
  height: 2px;
  background-color: #108AC4;
  margin-bottom: 16px;
}
.b-simple-testimonial-person__image {
  flex: 0 0 88px;
  max-width: 88px;
}
.b-simple-testimonial-person__image img {
  border-radius: 50%;
}
.b-simple-testimonial-person__data {
  flex: 0 0 calc(100% - 88px);
  max-width: calc(100% - 88px);
  padding-left: 24px;
}
.b-simple-testimonial-person__data p {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.019em;
  color: #505050;
  font-style: italic;
}
.b-simple-testimonial-person__data p strong {
  font-weight: 700;
  color: #1e1e1e;
}
.b-simple-testimonial-text {
  position: relative;
  margin-left: 60px;
}
.b-simple-testimonial-text__icon {
  position: absolute;
  top: 0;
  left: -45px;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #1e1e1e;
}
.b-simple-testimonial-text .b-text p {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.019em;
  color: #505050;
}
.b-simple-testimonial-text .b-text p strong {
  font-weight: 700;
  color: #1e1e1e;
}

.b-grid-box {
  background-color: #fff;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
  margin-bottom: -80px;
  display: flex;
  flex-flow: row wrap;
  padding: 60px 80px 60px 80px;
}
@media (max-width: 767px) {
  .b-grid-box {
    padding: 40px 24px 24px 24px;
  }
}

.b-grid-box-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .b-grid-box-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-grid-box-item-heading {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .b-grid-box-item-heading {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }
}
.b-grid-box-item__inside {
  border-left: 8px solid transparent;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .b-grid-box-item__inside {
    padding-left: 16px;
    padding-right: 0;
  }
}
.b-grid-box-item__inside .b-icon-text-content {
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.b-grid-box-item--light-green .b-grid-box-item__inside {
  border-color: #F0FDFA;
}
.b-grid-box-item--light-purple-1 .b-grid-box-item__inside {
  border-color: #FAF5FF;
}
.b-grid-box-item--light-purple-2 .b-grid-box-item__inside {
  border-color: #EEF2FF;
}
.b-grid-box-item--light-yellow-1 .b-grid-box-item__inside {
  border-color: #FEFCE8;
}
.b-grid-box-item--light-red .b-grid-box-item__inside {
  border-color: #FFF1F2;
}
.b-grid-box-item--light-blue-1 .b-grid-box-item__inside {
  border-color: #F0F9FF;
}
.b-grid-box-item .b-heading {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .b-grid-box-item .b-heading {
    font-size: 20px;
  }
}
.b-grid-box-item .b-icon {
  margin-bottom: 24px;
}
.b-grid-box-item .b-text {
  margin: 0 0 16px;
}
.b-grid-box-item .b-text p {
  font-style: italic;
}

.b-grid-box--border .b-grid-box-item:nth-child(odd) {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(45deg, rgba(225, 230, 232, 0), #E1E6E8, rgba(225, 230, 232, 0));
  border-image-slice: 1;
}
.b-grid-box--border .b-grid-box-item:nth-child(1) {
  border-right: 1px solid transparent;
}
.b-grid-box--border .b-grid-box-item:nth-child(even) {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(-45deg, rgba(225, 230, 232, 0), #E1E6E8, rgba(225, 230, 232, 0));
  border-image-slice: 1;
}
.b-grid-box--border .b-grid-box-item:nth-child(3) {
  border-image: linear-gradient(-45deg, rgba(225, 230, 232, 0), #E1E6E8, rgba(225, 230, 232, 0));
  border-right: 1px solid transparent;
  border-image-slice: 1;
  border-bottom: 0;
}
.b-grid-box--border .b-grid-box-item:nth-child(4) {
  border-bottom: 0;
}

.b-grid-box-item-heading .b-heading {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.b-grid-box-item .b-icon-text:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-grid-box-item .b-icon-text {
    margin-bottom: 24px;
  }
}
.b-grid-box-item .b-icon-text .b-heading {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .b-grid-box-item .b-icon-text .b-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.b-grid-box-item .b-icon-text .b-text {
  margin: 0;
}
.b-grid-box-item .b-icon-text .b-text p {
  font-style: normal;
}

.b-numbered-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-numbered-list-item {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.b-numbered-list-item__index {
  flex: 0 0 50px;
  max-width: 50px;
  padding-right: 24px;
  color: #0F766E;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .b-numbered-list-item__index {
    padding-right: 16px;
  }
}
.b-numbered-list-item__content {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  color: #505050;
}
.b-numbered-list-item .b-heading {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: -0.019em;
}
@media (max-width: 767px) {
  .b-numbered-list-item .b-heading {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 8px;
  }
}
.b-numbered-list-item .b-text p {
  letter-spacing: -0.019em;
}
@media (max-width: 767px) {
  .b-numbered-list-item .b-text p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .b-numbered-list-item .b-text br {
    display: none;
  }
}
.b-numbered-list-item:not(:last-child) {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .b-numbered-list-item:not(:last-child) {
    margin: 0 0 24px;
  }
}
.b-numbered-list--green .b-numbered-list-item__index {
  color: #0F766E;
}
.b-numbered-list--blue .b-numbered-list-item__index {
  color: #0369A1;
}
.b-numbered-list--purple .b-numbered-list-item__index, .b-numbered-list--purple-1 .b-numbered-list-item__index {
  color: #7E22CE;
}
.b-numbered-list--purple-2 .b-numbered-list-item__index {
  color: #4338CA;
}
.b-numbered-list--orange .b-numbered-list-item__index {
  color: #A16207;
}
.b-numbered-list--red .b-numbered-list-item__index {
  color: #BE123C;
}

.b-checkbox-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-checkbox-list-item {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #505050;
  font-weight: 500;
}
.b-checkbox-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.b-checkbox-list-item__icon {
  flex: 0 0 24px;
  max-width: 24px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.b-checkbox-list-item__icon img {
  max-width: 100%;
  height: auto;
}
.b-checkbox-list-item span {
  flex: 0 0 calc(100% - 24px);
  max-width: calc(100% - 24px);
  padding-left: 8px;
}

.b-quadrant-box {
  background-color: #fff;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
  margin-bottom: -80px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.b-quadrant-box-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .b-quadrant-box-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-quadrant-box-item .b-icon {
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.b-quadrant-box-item .b-heading {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .b-quadrant-box-item .b-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .b-quadrant-box-item .b-heading br {
    display: none;
  }
}
.b-quadrant-box-item .b-icon {
  margin-bottom: 24px;
}
.b-quadrant-box-item .b-text {
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .b-quadrant-box-item .b-text {
    margin: 0 0 24px;
  }
}
.b-quadrant-box-item .b-text p {
  font-style: italic;
}
@media (max-width: 768px) {
  .b-quadrant-box-item .b-text br {
    display: none;
  }
}
.b-quadrant-box-item .b-checkbox-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.b-quadrant-box-item__inside {
  border-left: 8px solid transparent;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .b-quadrant-box-item__inside {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.b-quadrant-box-item--light-green .b-quadrant-box-item__inside {
  border-color: #F0FDFA;
}
.b-quadrant-box-item--light-purple-1 .b-quadrant-box-item__inside {
  border-color: #FAF5FF;
}
.b-quadrant-box-item--light-purple-2 .b-quadrant-box-item__inside {
  border-color: #EEF2FF;
}
.b-quadrant-box-item--light-yellow-1 .b-quadrant-box-item__inside {
  border-color: #FEFCE8;
}
.b-quadrant-box-item--light-red .b-quadrant-box-item__inside {
  border-color: #FFF1F2;
}
.b-quadrant-box-item--light-blue-1 .b-quadrant-box-item__inside {
  border-color: #F0F9FF;
}
.b-quadrant-box-item:nth-child(1), .b-quadrant-box-item:nth-child(3) {
  padding-left: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .b-quadrant-box-item:nth-child(1), .b-quadrant-box-item:nth-child(3) {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .b-quadrant-box-item:nth-child(1), .b-quadrant-box-item:nth-child(3) {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .b-quadrant-box-item:nth-child(1), .b-quadrant-box-item:nth-child(3) {
    padding-left: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 24px;
  }
}
.b-quadrant-box-item:nth-child(2), .b-quadrant-box-item:nth-child(4) {
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .b-quadrant-box-item:nth-child(2), .b-quadrant-box-item:nth-child(4) {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .b-quadrant-box-item:nth-child(2), .b-quadrant-box-item:nth-child(4) {
    padding-top: 40px;
    padding-left: 24px;
    padding-bottom: 40px;
    padding-right: 24px;
  }
}
.b-quadrant-box-item:nth-child(odd) {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(45deg, rgba(225, 230, 232, 0), #E1E6E8, rgba(225, 230, 232, 0));
  border-image-slice: 1;
}
@media (max-width: 768px) {
  .b-quadrant-box-item:nth-child(odd) {
    border-bottom: unset;
    border-image: unset;
    border-image-slice: unset;
  }
}
.b-quadrant-box-item:nth-child(1) {
  border-right: 1px solid transparent;
}
@media (max-width: 768px) {
  .b-quadrant-box-item:nth-child(1) {
    border-right: unset;
  }
}
.b-quadrant-box-item:nth-child(even) {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(-45deg, rgba(225, 230, 232, 0), #E1E6E8, rgba(225, 230, 232, 0));
  border-image-slice: 1;
}
@media (max-width: 768px) {
  .b-quadrant-box-item:nth-child(even) {
    border-bottom: unset;
    border-image: unset;
    border-image-slice: unset;
  }
}
.b-quadrant-box-item:nth-child(3) {
  border-image: linear-gradient(-45deg, rgba(225, 230, 232, 0), #E1E6E8, rgba(225, 230, 232, 0));
  border-right: 1px solid transparent;
  border-image-slice: 1;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .b-quadrant-box-item:nth-child(3) {
    border-right: unset;
    border-bottom: unset;
    border-image: unset;
    border-image-slice: unset;
  }
}
.b-quadrant-box-item:nth-child(4) {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .b-quadrant-box-item:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(270deg, rgba(225, 230, 232, 0) 0%, #E1E6E8 50%, rgba(225, 230, 232, 0) 100%);
    border-image-slice: 1;
  }
}

.b-technology-about {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -8px;
}
.b-technology-about-body, .b-technology-about-card {
  padding: 0 8px;
}
.b-technology-about-body {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .b-technology-about-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-technology-about-body .b-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .b-technology-about-body .b-text br {
    display: none;
  }
}
.b-technology-about-card {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .b-technology-about-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-technology-about-logos {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
@media (max-width: 768px) {
  .b-technology-about-logos {
    margin-bottom: 40px;
  }
}
.b-technology-about-logos-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}
@media (max-width: 1200px) {
  .b-technology-about-logos-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .b-technology-about-logos-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .b-technology-about-logos-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.b-technology-about-logos-item-inside {
  width: 80px;
  height: 80px;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.b-technology-about-logos-item-inside img {
  max-width: 100%;
  height: auto;
}

.b-heading-text-group {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -32px;
}
.b-heading-text-group-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 32px;
  margin-bottom: 32px;
}
.b-heading-text-group-item .b-heading {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
.b-heading-text-group-item .b-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.019em;
  color: #505050;
}
.b-heading-text-group--cols-2 .b-heading-text-group-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.b-overview-item {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .b-overview-item {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .b-overview-item {
    padding-bottom: 40px;
  }
}
.b-overview-item:not(:first-child) {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .b-overview-item:not(:first-child) {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .b-overview-item:not(:first-child) {
    padding-top: 40px;
  }
}
.b-overview-item:not(:last-child) {
  border-bottom: 1px solid #E1E6E8;
}
.b-overview-item-header, .b-overview-item-body {
  padding: 0 16px;
  position: relative;
}
.b-overview-item-header {
  flex: 0 0 40%;
  max-width: 40%;
}
.b-overview-item-header .b-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.b-overview-item-header.fixed .b-heading {
  position: fixed;
  top: 140px;
}
@media (max-width: 991px) {
  .b-overview-item-header.fixed .b-heading {
    top: 110px;
  }
}
@media (max-width: 768px) {
  .b-overview-item-header.fixed .b-heading {
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .b-overview-item-header {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.b-overview-item-body {
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 768px) {
  .b-overview-item-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-overview-item-body .b-heading-group__heading {
  margin: 0 0 32px;
}
.b-overview-item-body .b-heading-group .b-text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .b-overview-item-body .b-heading-group .b-text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .b-overview-item-body .b-heading-group .b-text {
    margin-bottom: 24px;
  }
}

.b-icon-text-group {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.b-icon-text {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.b-icon-text-icon {
  flex: 0 0 32px;
  max-width: 32px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.b-icon-text-content {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 16px;
}
.b-icon-text--top .b-icon-text-icon {
  margin-bottom: 16px;
  flex: 0 0 40px;
  max-width: 40px;
}
.b-icon-text--top .b-icon-text-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}
.b-icon-text .b-heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
.b-icon-text .b-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}

.b-icon-text-group-col-1 .b-icon-text {
  flex: 0 0 100%;
  max-width: 100%;
}

.b-icon-text-group-col-2 .b-icon-text {
  margin: 0 0 60px;
  flex: 0 0 50%;
  max-width: 50%;
}

.b-icon-text-group-col-3 .b-icon-text {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.b-team-members-filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px 40px -8px;
}
.b-team-members-filter__item {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .b-team-members-filter__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 8px;
  }
}
.b-team-members-filter__item .button {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  background-color: #FBFAF9;
}
@media (max-width: 768px) {
  .b-team-members-filter__item .button {
    width: 100%;
  }
}
.b-team-members-filter__item .button:hover, .b-team-members-filter__item .button:focus {
  background-color: #F8FAFC;
  text-decoration: underline;
}
.b-team-members-filter__item.active .button {
  background: #ecff77;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .b-team-members-header .b-heading-group .b-text br {
    display: none;
  }
}
.b-team-members-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.b-team-member-item {
  margin-bottom: 40px;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .b-team-member-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 860px) {
  .b-team-member-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 600px) {
  .b-team-member-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  .b-team-member-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.b-team-member-item__image {
  margin-bottom: 16px;
}
.b-team-member-item__image img {
  border-radius: 12px;
}
.b-team-member-item__image--main {
  display: block;
}
.b-team-member-item__image--main img {
  display: block;
}
.b-team-member-item__image--hover {
  display: none;
}
.b-team-member-item__image--hover img {
  display: none;
}
.b-team-member-item:hover .b-team-member-item__image--main {
  display: none;
}
.b-team-member-item:hover .b-team-member-item__image--main img {
  display: none;
}
.b-team-member-item:hover .b-team-member-item__image--hover {
  display: block;
}
.b-team-member-item:hover .b-team-member-item__image--hover img {
  display: block;
}
.b-team-member-item__name {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #1e1e1e;
}
@media (max-width: 991px) {
  .b-team-member-item__name {
    font-size: 16px;
    line-height: 20px;
  }
}
.b-team-member-item__role {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #505050;
}

.b-image-slider-header {
  margin-bottom: 20px;
  max-width: 1200px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
.b-image-slider-header-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.b-image-slider-header-col {
  flex: 1 0 auto;
  max-width: 100%;
  padding: 0 15px;
}
.b-image-slider .b-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #1e1e1e;
}
.b-image-slider .b-button-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.b-image-slider .b-button-group .button {
  border-radius: 50%;
}
.b-image-slider .b-button-group .button img {
  width: 18px;
}
.b-image-slider .b-button-group .button:first-child {
  margin-right: 8px;
}
.b-image-slider .swiper {
  margin-left: 15px;
}
.b-image-slider .swiper-slide {
  height: 520px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .b-image-slider .swiper-slide {
    height: 350px;
  }
}
@media (max-width: 700px) {
  .b-image-slider .swiper-slide {
    height: 250px;
  }
}

.c-image-slider .container {
  max-width: calc((100% - 1200px) / 2 + 1200px);
  margin-right: 0;
}
.c-image-slider .container .col {
  padding-right: 0;
  padding-left: 0;
}

.b-employee-testimonial-slider {
  position: relative;
}
.b-employee-testimonial-slider-wrapper {
  position: relative;
}
.b-employee-testimonial-slider-navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-navigation {
    justify-content: flex-start;
  }
}
.b-employee-testimonial-slider-navigation .b-button-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 32px;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-navigation .b-button-group {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin: 0;
  }
}
.b-employee-testimonial-slider-navigation .b-button-group .button {
  border-radius: 50%;
}
.b-employee-testimonial-slider-navigation .b-button-group .button img {
  width: 18px;
}
.b-employee-testimonial-slider-navigation .b-button-group .button:first-child {
  margin-right: 8px;
}

.b-employee-testimonial-slider-item {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.b-employee-testimonial-slider-item-graphic {
  position: absolute;
  left: -40px;
  bottom: -30px;
  z-index: 10;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-graphic {
    display: none;
  }
}
.b-employee-testimonial-slider-item-image {
  position: relative;
  flex: 0 0 280px;
  max-width: 280px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.b-employee-testimonial-slider-item-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.b-employee-testimonial-slider-item-image-graphic {
  display: none;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-image-graphic {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 10;
  }
}
.b-employee-testimonial-slider-item-content {
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 32px;
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    flex-flow: row wrap;
  }
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-content .b-text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.b-employee-testimonial-slider-item-content .b-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #1e1e1e;
  letter-spacing: -0.011em;
}
@media (max-width: 1024px) {
  .b-employee-testimonial-slider-item-content .b-text p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .b-employee-testimonial-slider-item-content .b-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-content .b-text p {
    font-size: 20px;
    line-height: 24px;
  }
}
.b-employee-testimonial-slider-item-person {
  margin-top: auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 600px) {
  .b-employee-testimonial-slider-item-person {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-employee-testimonial-slider-item-person-name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #1e1e1e;
}
.b-employee-testimonial-slider-item-person-role {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #505050;
}

.b-job-openings {
  padding: 60px;
  background-color: #FBFAF9;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .b-job-openings {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .b-job-openings {
    padding: 40px 16px;
  }
}
.b-job-openings-group {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.b-job-openings-group:not(:last-child) {
  margin: 0 -8px 40px -8px;
}
.b-job-openings-group-name, .b-job-openings-group-items {
  padding: 0 8px;
}
.b-job-openings-group-name {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 768px) {
  .b-job-openings-group-name {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-job-openings-group-name-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #0D0E10;
}
@media (max-width: 768px) {
  .b-job-openings-group-name-heading {
    margin-bottom: 16px;
  }
}
.b-job-openings-group-items {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 768px) {
  .b-job-openings-group-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.b-job-openings-item {
  padding: 24px;
  border-radius: 6px;
  background-color: #fefefe;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: all 100ms ease-in-out;
}
.b-job-openings-item:hover {
  background-color: #F8FAFC;
  cursor: pointer;
}
.b-job-openings-item:hover .button span {
  text-decoration: underline;
}
.b-job-openings-item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .b-job-openings-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .b-job-openings-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.b-job-openings-item-data, .b-job-openings-item-action {
  flex: 1 0 auto;
  max-width: 50%;
}
@media (max-width: 768px) {
  .b-job-openings-item-data, .b-job-openings-item-action {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-job-openings-item-data {
    margin-bottom: 16px;
  }
}
.b-job-openings-item-action {
  text-align: right;
}
@media (max-width: 768px) {
  .b-job-openings-item-action {
    text-align: left;
  }
}
.b-job-openings-item-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .b-job-openings-item-title {
    margin: 0 0 4px;
  }
}
.b-job-openings-item-location {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #505050;
}

.b-job-openings-empty {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .b-job-openings-empty {
    width: 100%;
  }
}
.b-job-openings-empty-image {
  flex: 0 0 200px;
  max-width: 200px;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .b-job-openings-empty-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.b-job-openings-empty-content {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 0 8px;
}
@media (max-width: 768px) {
  .b-job-openings-empty-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-job-openings-empty .b-heading {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
@media (max-width: 768px) {
  .b-job-openings-empty .b-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .b-job-openings-empty .b-heading br {
    display: none;
  }
}
.b-job-openings-empty .b-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #505050;
}

.b-case-studies-results-items-item {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
}
.b-case-studies-results-items-item:not(:first-child) {
  padding-top: 80px;
}
.b-case-studies-results-items-item:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: 1px solid #E1E6E8;
}
.b-case-studies-results-items-item-header, .b-case-studies-results-items-item-main {
  padding: 0 16px;
}
.b-case-studies-results-items-item-header {
  flex: 0 0 40%;
  max-width: 40%;
}
.b-case-studies-results-items-item-main {
  flex: 0 0 50%;
  max-width: 50%;
}

.b-case-studies-results-item {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
  border-bottom: 1px solid #E1E6E8;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .b-case-studies-results-item {
    padding-bottom: 40px;
  }
}
.b-case-studies-results-item:not(:first-child) {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .b-case-studies-results-item:not(:first-child) {
    padding-top: 40px;
  }
}
.b-case-studies-results-item-header, .b-case-studies-results-item-body {
  padding: 0 16px;
}
.b-case-studies-results-item-header {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .b-case-studies-results-item-header {
    margin-bottom: 32px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-case-studies-results-item-header-item:not(:last-child) {
  margin-bottom: 16px;
}
.b-case-studies-results-item-header-item p {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #505050;
}
.b-case-studies-results-item-header-item p strong {
  font-weight: 700;
  color: #1e1e1e;
}
.b-case-studies-results-item-body {
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 768px) {
  .b-case-studies-results-item-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-case-studies-results-item-body .b-heading-group__heading {
  margin: 0 0 32px;
}
.b-case-studies-results-item-body .b-heading-group .b-text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .b-case-studies-results-item-body .b-heading-group .b-text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .b-case-studies-results-item-body .b-heading-group .b-text {
    margin-bottom: 24px;
  }
}
.b-case-studies-results-item-body .b-card-image-image {
  position: relative;
}
.b-case-studies-results-item-body .b-card-image-image:after {
  position: absolute;
  content: "";
  background: linear-gradient(95.82deg, #19242D 0%, rgba(25, 36, 45, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.b-case-studies-testimonial {
  display: flex;
  flex-flow: row wrap;
}
.b-case-studies-testimonial-header {
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 991px) {
  .b-case-studies-testimonial-header {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.b-case-studies-testimonial-body {
  position: relative;
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1024px) {
  .b-case-studies-testimonial-body {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
@media (max-width: 991px) {
  .b-case-studies-testimonial-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-case-studies-testimonial-body-icon {
  flex: 0 0 30px;
  max-width: 30px;
}
@media (max-width: 768px) {
  .b-case-studies-testimonial-body-icon {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-case-studies-testimonial-body-icon span {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #1e1e1e;
}
.b-case-studies-testimonial-body-text {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-left: 16px;
}
@media (max-width: 768px) {
  .b-case-studies-testimonial-body-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.b-case-studies-testimonial-body .b-text p {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.019em;
}
.b-case-studies-testimonial-company-divider {
  width: 290px;
  height: 2px;
  margin: 16px 0;
  background-color: #108AC4;
}
.b-case-studies-testimonial-person {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.b-case-studies-testimonial-person-image {
  flex: 0 0 90px;
  max-width: 90px;
}
.b-case-studies-testimonial-person-info {
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 24px;
}
.b-case-studies-testimonial-person-name {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
.b-case-studies-testimonial-person-role {
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.019em;
  color: #505050;
}

.b-image-text-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -16px;
}
.b-image-text-grid__image, .b-image-text-grid__content {
  padding: 0 16px;
}
.b-image-text-grid__image {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .b-image-text-grid__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .b-image-text-grid__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.b-image-text-grid__content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .b-image-text-grid__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-image-text-grid__content .b-heading-group .b-text {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .b-image-text-grid__content .b-heading-group .b-text br {
    display: none;
  }
}
.b-image-text-grid__content .b-button-group {
  margin-top: 40px;
}

.b-text-image-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -16px;
}
.b-text-image-grid__image, .b-text-image-grid__content {
  padding: 0 16px;
}
.b-text-image-grid__content {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .b-text-image-grid__content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .b-text-image-grid__content .b-heading-group .b-text {
    margin-bottom: 0;
  }
}
.b-text-image-grid__image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .b-text-image-grid__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
}

.b-arrow-list-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-arrow-list-item {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #505050;
  font-weight: 500;
}
.b-arrow-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.b-arrow-list-item-icon {
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  background-color: #ECFF77;
  border-radius: 4px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.b-arrow-list-item-icon img {
  max-width: 100%;
  height: auto;
}
.b-arrow-list-item-text {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-left: 24px;
}
.b-arrow-list-item-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}

.b-box-items {
  padding: 60px 60px 48px 60px;
  border-radius: 12px;
  background: #FAF4E6;
}
@media (max-width: 991px) {
  .b-box-items {
    padding: 40px 40px 28px 40px;
  }
}
.b-box-items .b-heading-group {
  margin-bottom: 40px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, #E1E6E8 0%, rgba(225, 230, 232, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 1024px) {
  .b-box-items .b-heading-group {
    margin-bottom: 24px;
  }
}
.b-box-items-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}
.b-box-items-body-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 12px;
}
@media (max-width: 800px) {
  .b-box-items-body-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-box-items-body-item .b-heading {
  margin: 0 0 16px;
  font-weight: 500;
}
.b-box-items-body-item .b-text p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.019em;
}
.b-box-items-body-item .b-text p:only-child {
  margin: 0;
}
@media (max-width: 991px) {
  .b-box-items-body-item .b-text p br {
    display: none;
  }
}

.b-testimonial-1-inside {
  padding: 32px;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
  height: 100%;
}
.b-testimonial-1 .b-image {
  margin-bottom: 8px;
}
.b-testimonial-1 .b-tags {
  margin-bottom: 32px;
}
.b-testimonial-1 .b-tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-testimonial-1 .b-tags-list__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-testimonial-1 .b-text {
  margin-bottom: 32px;
}
.b-testimonial-1 .b-text p {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.019em;
  color: #505050;
}
.b-testimonial-1 .b-text p:not(:last-child) {
  margin: 0 0 16px;
}
.b-testimonial-1-footer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -8px;
}
.b-testimonial-1-person {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 8px;
  margin: 0 -8px;
}
@media (max-width: 768px) {
  .b-testimonial-1-person {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-testimonial-1-person .b-image, .b-testimonial-1-person-text {
  padding: 0 8px;
}
.b-testimonial-1-person .b-image {
  flex: 0 0 80px;
  max-width: 80px;
}
.b-testimonial-1-person .b-image img {
  max-width: 100%;
  height: auto;
}
.b-testimonial-1-person-text {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}
.b-testimonial-1-person-divider {
  width: 105px;
  height: 2px;
  background-color: #108AC4;
  margin-bottom: 16px;
}
.b-testimonial-1-person-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  color: #1e1e1e;
}
.b-testimonial-1-person-role {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  color: #505050;
}
.b-testimonial-1-more {
  flex: 0 0 auto;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .b-testimonial-1-more {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.b-case-study-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .b-case-study-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-case-study-item-header {
  position: relative;
  width: 100%;
  height: 140px;
}
@media (max-width: 768px) {
  .b-case-study-item-header {
    height: 180px;
  }
}
.b-case-study-item-image img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .b-case-study-item-image img {
    height: 180px;
  }
}
.b-case-study-item-image:after {
  position: absolute;
  content: "";
  background: linear-gradient(95.82deg, #19242D 0%, rgba(25, 36, 45, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.b-case-study-item-type {
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 40px;
  z-index: 3;
}
@media (max-width: 991px) {
  .b-case-study-item-type {
    left: 20px;
    right: 20px;
  }
}
.b-case-study-item-type span {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500px;
  background-color: #e9f1f9;
  color: #0D0E10;
}
.b-case-study-item-body {
  padding: 16px 40px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 991px) {
  .b-case-study-item-body {
    padding: 16px 20px;
  }
}
.b-case-study-item-tags {
  margin-bottom: 16px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(180deg, rgba(225, 230, 232, 0) 0%, #E1E6E8 100%);
  border-image-slice: 1;
}
.b-case-study-item-tags .b-tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-case-study-item-tags .b-tags-list__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-case-study-item-tags .b-tags-list__item .tag {
  display: inline-block;
}
.b-case-study-item-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .b-case-study-item-title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 24px;
  }
}
.b-case-study-item:hover .button {
  text-decoration: underline;
}
.b-case-study-item p.coming-soon {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #505050;
}

@media (max-width: 768px) {
  .c-heading-section .b-heading-group__heading br {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-heading-section .b-text br {
    display: none;
  }
}

.c-hero {
  position: relative;
  background-color: #FBFAF9;
}
.c-hero-inside {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -16px;
}
.c-hero__left, .c-hero__right {
  padding: 0 16px;
}
.c-hero__left {
  flex: 0 0 55%;
  max-width: 55%;
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .c-hero__left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .c-hero__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-hero__right {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .c-hero__right {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 0;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .c-hero__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: unset;
  }
}
.c-hero .b-heading-group__supheading {
  margin: 0 0 16px;
}
@media (max-width: 1200px) {
  .c-hero .b-heading-group__supheading {
    font-size: 14px;
    line-height: 17px;
  }
}
.c-hero .b-heading-group__heading {
  font-size: 56px;
  line-height: 68px;
}
.c-hero .b-heading-group__heading span {
  background-color: #ecff77;
  padding: 0 8px;
}
@media (max-width: 1200px) {
  .c-hero .b-heading-group__heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .c-hero .b-heading-group__heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.c-hero .b-heading-group .b-text {
  margin-bottom: 40px;
}
.c-hero .b-numbered-list {
  margin: 0 0 40px;
}
.c-hero .b-numbered-list-item:not(:last-child) {
  margin: 0 0 8px;
}
.c-hero .b-numbered-list-item .b-text {
  margin: 0;
}
@media (max-width: 480px) {
  .c-hero .b-button-group {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .c-hero .b-button-group__button {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .c-hero .b-button-group__button:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .c-hero .b-button-group__button .button {
    width: 100%;
    text-align: center;
  }
}
.c-hero .b-image {
  position: absolute;
}
@media (max-width: 768px) {
  .c-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}
.c-hero-bg-gradient--green {
  background: linear-gradient(230deg, #FBFAF9 52.83%, #F0FDFA 85.51%);
}
@media (max-width: 767px) {
  .c-hero-bg-gradient--green {
    background: linear-gradient(270deg, #FBFAF9 39.8%, #F0FDFA 61.67%);
  }
}
.c-hero-bg-gradient--purple-1 {
  background: linear-gradient(230deg, #FBFAF9 52.83%, #FAF5FF 85.51%);
}
@media (max-width: 767px) {
  .c-hero-bg-gradient--purple-1 {
    background: linear-gradient(270deg, #FBFAF9 39.8%, #FAF5FF 61.67%);
  }
}
.c-hero-bg-gradient--blue {
  background: linear-gradient(230deg, #FBFAF9 52.83%, #F0F9FF 85.51%);
}
@media (max-width: 767px) {
  .c-hero-bg-gradient--blue {
    background: linear-gradient(270deg, #FBFAF9 39.8%, #F0F9FF 61.67%);
  }
}
.c-hero-bg-gradient--yellow {
  background: linear-gradient(230deg, #FBFAF9 52.83%, #FEFCE8 85.51%);
}
@media (max-width: 767px) {
  .c-hero-bg-gradient--yellow {
    background: linear-gradient(270deg, #FBFAF9 39.8%, #FEFCE8 61.67%);
  }
}
.c-hero-bg-gradient--red {
  background: linear-gradient(230deg, #FBFAF9 52.83%, #FFF1F2 85.51%);
}
@media (max-width: 767px) {
  .c-hero-bg-gradient--red {
    background: linear-gradient(270deg, #FBFAF9 39.8%, #FFF1F2 61.67%);
  }
}
.c-hero-bg-gradient--purple-2 {
  background: linear-gradient(230deg, #FBFAF9 52.83%, #EEF2FF 85.51%);
}
@media (max-width: 767px) {
  .c-hero-bg-gradient--purple-2 {
    background: linear-gradient(270deg, #FBFAF9 39.8%, #EEF2FF 61.67%);
  }
}
@media (max-width: 1024px) {
  .c-hero .b-text br {
    display: none;
  }
}

.c-case-studies-hero {
  position: relative;
  background-color: #FBFAF9;
  padding-top: 200px;
  margin-bottom: 280px;
}
@media (max-width: 991px) {
  .c-case-studies-hero {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-hero {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.c-case-studies-hero-inside {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.c-case-studies-hero-inside .b-heading-group__supheading {
  margin: 0 0 16px;
}
@media (max-width: 1200px) {
  .c-case-studies-hero-inside .b-heading-group__supheading {
    font-size: 14px;
    line-height: 17px;
  }
}
.c-case-studies-hero-inside .b-heading-group__heading {
  font-size: 56px;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .c-case-studies-hero-inside .b-heading-group__heading {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-hero-inside .b-heading-group__heading {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-hero-inside .b-heading-group__heading br {
    display: none;
  }
}
@media (max-width: 480px) {
  .c-case-studies-hero-inside .b-button-group {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .c-case-studies-hero-inside .b-button-group__button {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .c-case-studies-hero-inside .b-button-group__button:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .c-case-studies-hero-inside .b-button-group__button .button {
    width: 100%;
    text-align: center;
  }
}
.c-case-studies-hero-headings {
  flex: 0 0 100%;
  max-width: 100%;
}
.c-case-studies-hero-main-data {
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 768px) {
  .c-case-studies-hero-main-data {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-case-studies-hero-main-data .b-text {
  margin-bottom: 40px;
}
.c-case-studies-hero-company-data {
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 768px) {
  .c-case-studies-hero-company-data {
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
  }
}
.c-case-studies-hero-company-data p {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #505050;
}
.c-case-studies-hero-company-data p strong {
  font-weight: 700;
  color: #1e1e1e;
}
.c-case-studies-hero-company-data-item {
  margin-bottom: 12px;
}
.c-case-studies-hero-image {
  margin-top: 80px;
  margin-bottom: -200px;
}
@media (max-width: 768px) {
  .c-case-studies-hero-image {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.c-case-studies-hero-image img {
  border-radius: 12px;
}

.c-expertise {
  padding: 80px 0;
  background-color: #FBFAF9;
}
@media (max-width: 1024px) {
  .c-expertise {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .c-expertise {
    padding: 40px 0;
  }
}

.b-expertise-logos {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px 60px -8px;
}
@media (max-width: 991px) {
  .b-expertise-logos {
    margin-bottom: 40px;
  }
}
.b-expertise-logos-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}
@media (max-width: 1200px) {
  .b-expertise-logos-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .b-expertise-logos-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 600px) {
  .b-expertise-logos-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .b-expertise-logos-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.b-expertise-logos-item-inside {
  width: 100%;
  height: 100px;
  border: 1px solid #E1E6E8;
  border-radius: 12px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.b-expertise-logos-item-inside img {
  max-width: 100%;
  height: auto;
}

.c-expertise-bottom .b-text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-expertise-bottom .b-text br {
    display: none;
  }
}

.b-expertise-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.b-expertise-list:not(:last-child) {
  margin-bottom: 16px;
}
.b-expertise-list-item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}
.b-expertise-list-item:not(:last-child)::after {
  content: "•";
  display: inline-block;
  padding: 0 16px;
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.b-expertise-list-item a {
  text-decoration: underline;
  color: #505050;
}
.b-expertise-list-item a:hover {
  color: #0D0E10;
}

.c-accordion {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .c-accordion {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .c-accordion {
    padding: 40px 0;
  }
}
.c-accordion-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
}
.c-accordion-header, .c-accordion-body {
  padding: 0 16px;
}
.c-accordion-header {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .c-accordion-header {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.c-accordion-body {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767px) {
  .c-accordion-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-call-to-action {
  position: relative;
  padding: 120px 0;
  background-color: #FAF4E6;
}
@media (max-width: 1200px) {
  .c-call-to-action {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .c-call-to-action {
    padding: 60px 0;
  }
}
.c-call-to-action .b-heading-group {
  text-align: center;
}
.c-call-to-action .b-heading-group__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .c-call-to-action .b-heading-group__heading {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .c-call-to-action .b-heading-group__heading {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .c-call-to-action .b-heading-group__heading br {
    display: none;
  }
}
.c-call-to-action .b-heading-group .b-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-call-to-action .b-heading-group .b-text {
    margin-bottom: 24px;
  }
}
.c-call-to-action .b-button-group {
  position: relative;
  z-index: 3;
  justify-content: center;
}
@media (max-width: 480px) {
  .c-call-to-action .b-button-group {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .c-call-to-action .b-button-group__button {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .c-call-to-action .b-button-group__button:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .c-call-to-action .b-button-group__button .button {
    width: 100%;
    text-align: center;
  }
}
.c-call-to-action:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 720px;
  height: 720px;
  background-image: url("../images/call-to-action.png");
  background-repeat: no-repeat;
  background-size: 720px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .c-call-to-action:after {
    width: 400px;
    height: 500px;
    background-size: 400px 500px;
    right: -60px;
  }
}
@media (max-width: 768px) {
  .c-call-to-action:after {
    display: none;
  }
}

.c-content-cards-grid,
.c-cards-content-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -16px;
}
.c-content-cards-grid__content, .c-content-cards-grid__cards,
.c-cards-content-grid__content,
.c-cards-content-grid__cards {
  padding: 0 16px;
}
.c-content-cards-grid__content,
.c-cards-content-grid__content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .c-content-cards-grid__content,
  .c-cards-content-grid__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .c-content-cards-grid__content,
  .c-cards-content-grid__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-content-cards-grid__content .b-image,
.c-cards-content-grid__content .b-image {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .c-content-cards-grid__content .b-image,
  .c-cards-content-grid__content .b-image {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .c-content-cards-grid__content .b-image,
  .c-cards-content-grid__content .b-image {
    margin-bottom: 24px;
  }
}
.c-content-cards-grid__content .b-text,
.c-cards-content-grid__content .b-text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .c-content-cards-grid__content .b-text,
  .c-cards-content-grid__content .b-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-content-cards-grid__content,
  .c-cards-content-grid__content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 32px;
  }
}
.c-content-cards-grid__cards,
.c-cards-content-grid__cards {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .c-content-cards-grid__cards,
  .c-cards-content-grid__cards {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .c-content-cards-grid__cards,
  .c-cards-content-grid__cards {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.c-image-numbered-list .b-heading-group {
  max-width: 50%;
}
@media (max-width: 860px) {
  .c-image-numbered-list .b-heading-group {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-image-numbered-list .b-heading-group .b-text {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .c-image-numbered-list .b-heading-group .b-text br {
    display: none;
  }
}
.c-image-numbered-list-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -16px;
}
.c-image-numbered-list-grid__image, .c-image-numbered-list-grid__list {
  padding: 0 16px;
}
.c-image-numbered-list-grid__image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .c-image-numbered-list-grid__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-image-numbered-list-grid__list {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .c-image-numbered-list-grid__list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-field-group:not(:last-child) {
  margin-bottom: 60px;
}
.form-field-group__item:not(:last-child) {
  margin-bottom: 24px;
}
.form-field label {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1e1e1e;
  cursor: pointer;
}
.form-field label .required {
  color: #BE123C;
}
.form-field label .optional {
  font-size: 14px;
  color: #505050;
}
.form-field__input {
  width: 100%;
  font-size: 16px;
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #BBB8BA;
  border-radius: 6px;
  transition: border 100ms ease-in-out;
}
.form-field__input:focus {
  outline: none;
  border-color: rgb(124.3776978417, 119.1223021583, 122.6258992806);
}
.form-field__text, .form-field__select {
  padding: 8px 16px;
  height: 56px;
}
.form-field__select {
  appearance: none;
  background-image: url("../images/icons/dropdown-chevron.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  color: #1e1e1e;
}
.form-field__select:invalid {
  color: #9B9798;
}
.form-field__textarea {
  font-family: "Inter", sans-serif;
  padding: 16px;
  resize: none;
}
.form-field__header {
  margin-bottom: 40px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E6E8;
}
.form-field__header .b-heading {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.019em;
}
.form-field-file-drop {
  position: relative;
  padding: 60px 30px;
  background-color: #fff;
  border: 1px dashed #BBB8BA;
  border-radius: 6px;
}
.form-field-file-drop input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.form-field-file-drop-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}
.form-field-file-drop-grid__item {
  flex: 0 0 auto;
  max-width: 50%;
  padding: 0 8px;
}
@media (max-width: 600px) {
  .form-field-file-drop-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.form-field-file-drop-grid__item .button {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .form-field-file-drop-grid__item .button {
    text-align: center;
    margin-bottom: 16px;
    justify-content: center;
  }
}
.form-field-file-drop-grid__item > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9B9798;
}
.form-field-file-drop--file {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.form-field-file-drop--file p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #505050;
}
.form-field-file-drop--file .button {
  margin-left: 8px;
  font-size: 10px;
  padding: 2px 10px;
  font-weight: 400;
}
.form-field-error {
  font-size: 14px;
  line-height: 16px;
}

.form-submission-result p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.form-submission-result p a {
  color: #108AC4;
  font-weight: 700;
  text-decoration: underline;
}
.form-submission-result-error p {
  color: #BE123C;
}
.form-submission-result-success p {
  color: #0F766E;
}

.c-faq {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 3;
}
@media (max-width: 991px) {
  .c-faq {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-faq {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.c-faq-header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-faq-header {
    margin-bottom: 60px;
  }
}
.c-faq-inside {
  width: 66.6666%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .c-faq-inside {
    width: 100%;
  }
}

.c-image-text {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .c-image-text {
    padding: 40px 0;
  }
}

.c-team-members {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .c-team-members {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .c-team-members {
    padding: 40px 0;
  }
}

.c-image-slider {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .c-image-slider {
    padding: 40px 0;
  }
}

.c-employee-testimonial-slider {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .c-employee-testimonial-slider {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 768px) {
  .c-employee-testimonial-slider {
    padding: 0 0 40px 0;
  }
}

.c-grid-box {
  padding-top: 60px;
  margin-bottom: 160px;
  background-color: #e9f1f9;
}
@media (max-width: 1024px) {
  .c-grid-box {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .c-grid-box {
    padding-top: 40px;
    margin-bottom: 120px;
  }
}

.c-group-items {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-group-items {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-group-items {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .c-group-items-header .b-heading-group__heading br {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-group-items-header .b-heading-group .b-text br {
    display: none;
  }
}

.c-content-group-icon-items {
  padding: 80px 0;
  background-color: #FAF4E6;
}
@media (max-width: 1024px) {
  .c-content-group-icon-items {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .c-content-group-icon-items {
    padding: 40px 0;
  }
}

.c-group-icon-items {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .c-group-icon-items {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .c-group-icon-items {
    padding: 40px 0;
  }
}

.c-case-studies-box {
  padding: 16px 24px;
  background-color: #FBFAF9;
  border-radius: 12px;
}
.c-case-studies-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.c-case-studies-results {
  position: relative;
  margin-top: -420px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .c-case-studies-results {
    margin-bottom: 80px;
    margin-top: -440px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-results {
    margin-bottom: 60px;
    margin-top: -460px;
  }
}

.c-case-studies-two-columns-header .b-heading-group__heading {
  margin: 0 0 32px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .c-case-studies-two-columns-header .b-heading-group__heading {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-two-columns-header .b-heading-group__heading {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-two-columns-header .b-heading-group .b-text br {
    display: none;
  }
}
.c-case-studies-two-columns-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -40px;
}
@media (max-width: 768px) {
  .c-case-studies-two-columns-body {
    margin: 0;
  }
}
.c-case-studies-two-columns-body-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .c-case-studies-two-columns-body-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .c-case-studies-two-columns-body-col .b-numbered-list-item:last-child {
    margin: 0 0 24px;
  }
}
.c-case-studies-two-columns-body-image {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 80px;
  text-align: center;
}

.c-case-studies-technology-stack {
  background-color: #FBFAF9;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-case-studies-technology-stack {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-technology-stack {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.c-case-studies-technology-stack-main {
  max-width: 50%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .c-case-studies-technology-stack-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-case-studies-technology-stack-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -40px;
}
@media (max-width: 768px) {
  .c-case-studies-technology-stack-body {
    margin: 0;
  }
}
.c-case-studies-technology-stack-logos, .c-case-studies-technology-stack-cards {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .c-case-studies-technology-stack-logos, .c-case-studies-technology-stack-cards {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .c-case-studies-technology-stack-logos .b-technology-about-logos-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .c-case-studies-technology-stack-logos .b-technology-about-logos-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .c-case-studies-technology-stack-logos .b-technology-about-logos-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-case-studies-technology-stack-cards {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .c-case-studies-technology-stack-cards {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-case-studies-technology-stack .b-technology-about-logos-item-inside {
  background-color: #fff;
}

.c-case-studies-related {
  padding: 80px 0;
  background-color: #FBFAF9;
}
@media (max-width: 1024px) {
  .c-case-studies-related {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .c-case-studies-related {
    padding: 40px 0;
  }
}
.c-case-studies-related-header {
  border-bottom: 1px solid #E1E6E8;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.c-case-studies-related-header-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #505050;
  text-transform: uppercase;
}
.c-case-studies-related-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.c-case-studies-related-item {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  z-index: 5;
}
@media (max-width: 768px) {
  .c-case-studies-related-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-case-studies-related-item:first-child {
    margin-bottom: 32px;
  }
}
.c-case-studies-related-item-heading {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.019em;
}
@media (max-width: 768px) {
  .c-case-studies-related-item-heading {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 24px;
  }
}
.c-case-studies-related-item .b-card-image-image {
  position: relative;
}
.c-case-studies-related-item .b-card-image-image:after {
  position: absolute;
  content: "";
  background: linear-gradient(95.82deg, #19242D 0%, rgba(25, 36, 45, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.c-solutions-section-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -40px;
}
@media (max-width: 768px) {
  .c-solutions-section-body {
    margin: 0;
  }
}
.c-solutions-section-body-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .c-solutions-section-body-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .c-solutions-section-body-col:not(:last-child) {
    margin: 0 0 24px;
  }
}
.c-solutions-section-body-col-list {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .c-solutions-section-body-col-list {
    margin-top: 32px;
  }
}
.c-solutions-section-body-col-tabs {
  flex: 0 0 100%;
  max-width: 100%;
}
.c-solutions-section-body-col-tabs .b-tabs.c-solutions-tabs {
  margin-top: 0;
}
.c-solutions-section-body-col-image {
  flex: 0 0 85%;
  max-width: 85%;
  margin: 60px auto 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .c-solutions-section-body-col-image {
    margin: 32px auto 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-solutions-section-body-col-image .b-image {
  display: block;
  padding: 40px 40px 0 40px;
  border: 1px solid #E6E2E2;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .c-solutions-section-body-col-image .b-image {
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  .c-solutions-section-body-col-image .b-image {
    padding: 24px 24px 0 24px;
  }
}
.c-solutions-section-body-col-image .b-image figcaption {
  display: inline-block;
  margin-top: 60px;
  padding: 24px;
  background-color: #E6E2E2;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: left;
}
@media (max-width: 991px) {
  .c-solutions-section-body-col-image .b-image figcaption {
    margin-top: 32px;
  }
}
.c-solutions-section-body-col-image .b-image figcaption p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.019em;
  font-weight: 500;
  color: #616161;
}
@media (max-width: 991px) {
  .c-solutions-section-body-col-image .b-image figcaption p {
    font-size: 14px;
    line-height: 18px;
  }
}
.c-solutions-section-body-col-image .b-image figcaption p strong {
  font-weight: 700;
  color: #000;
}

.b-solution-testimonial {
  display: flex;
  flex-flow: row wrap;
}
.b-solution-testimonial-icon {
  flex: 0 0 60px;
  max-width: 60px;
}
@media (max-width: 768px) {
  .b-solution-testimonial-icon {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-solution-testimonial-icon span {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #1e1e1e;
}
.b-solution-testimonial-body {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
}
@media (max-width: 768px) {
  .b-solution-testimonial-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-solution-testimonial-footer {
  margin-top: 32px;
}
.b-solution-testimonial-footer-line {
  display: block;
  width: 220px;
  height: 2px;
  background-color: #108AC4;
  margin-bottom: 16px;
}
.b-solution-testimonial-footer-person-name, .b-solution-testimonial-footer-person-role {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 19.2px;
  letter-spacing: -0.019em;
  text-align: left;
}
.b-solution-testimonial-footer-person-name {
  font-weight: 700;
  color: #1e1e1e;
}
.b-solution-testimonial-footer-person-role {
  font-weight: 500;
  color: #505050;
}

.b-solutions-tabs {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .b-solutions-tabs {
    margin-top: 32px;
  }
}
.b-solutions-tabs .nav-link.active .b-card-icon-text .b-text p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.b-solutions-tabs .tab-pane-bg--light-green {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #F0FDFA 87.72%);
}
.b-solutions-tabs .tab-pane-bg--light-purple-1 {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #FAF5FF 87.72%);
}
.b-solutions-tabs .tab-pane-bg--light-blue-1 {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #F0F9FF 87.72%);
}
.b-solutions-tabs .tab-pane-bg--light-red {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #FFF1F2 87.72%);
}
.b-solutions-tabs .tab-pane-bg--light-yellow-1 {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #FEFCE8 87.72%);
}
.b-solutions-tabs .tab-pane-bg--light-purple-2 {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #EEF2FF 87.72%);
}
.b-solutions-tabs .tab-pane-bg--lime {
  background: linear-gradient(118.11deg, #FFFFFF 56.17%, #F4FCE8 87.72%);
}

.c-benefits-inside {
  padding: 60px;
  border-radius: 12px;
  background-color: #FAF4E6;
}
@media (max-width: 991px) {
  .c-benefits-inside {
    padding: 32px;
  }
}
.c-benefits-body {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -40px 32px -40px;
}
@media (max-width: 991px) {
  .c-benefits-body {
    margin: 0;
  }
}
.c-benefits-body-content, .c-benefits-body-images {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .c-benefits-body-content, .c-benefits-body-images {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .c-benefits-body-content {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .c-benefits-body-images {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .c-benefits-body-images .b-image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .c-benefits-body-images .b-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-benefits-body-images .b-image:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .c-benefits-body-images .b-image:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-benefits-body-images .b-image img {
  border-radius: 12px;
}
.c-benefits-cards {
  margin: 0 -8px;
}
@media (max-width: 991px) {
  .c-benefits-cards {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-benefits-cards .b-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-benefits-card-items-inside {
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.c-benefits-card-items .b-card-items .b-card-item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .c-benefits-card-items .b-card-items .b-card-item {
    flex: 1 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .c-benefits-card-items .b-card-items .b-card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .c-benefits-footer {
    padding: 8px;
  }
}
.c-benefits-footer-top {
  margin: 0 0 24px;
}
.c-benefits-footer-top .b-heading {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.019em;
  color: #1e1e1e;
}
.c-benefits-footer .c-benefits-buttons {
  margin-top: 24px;
}

.c-multiple-testimonials-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.c-multiple-testimonials-grid .b-testimonial-1 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .c-multiple-testimonials-grid .b-testimonial-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-multiple-testimonials-grid .b-testimonial-1:not(:last-child) {
    margin-bottom: 16px;
  }
}

.c-card-items-inside {
  padding: 24px;
  background-color: #FBFAF9;
  border-radius: 12px;
}
.c-card-items-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 32px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.b-card-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
}

.b-card-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 16px;
}
@media (max-width: 767px) {
  .b-card-item {
    flex: 1 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .b-card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-card-item-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -8px 16px -8px;
}
.b-card-item-header-icon, .b-card-item-header-text {
  padding: 0 8px;
}
.b-card-item-header-icon {
  flex: 0 0 72px;
  max-width: 72px;
}
.b-card-item-header-icon .b-icon {
  flex: 0 0 56px;
  max-width: 56px;
  width: 56px;
  height: 56px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.b-card-item-header-text {
  flex: 0 0 calc(100% - 72px);
  max-width: calc(100% - 72px);
}
.b-card-item-header-text .b-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #0D0E10;
}
.b-card-item-content {
  padding-top: 16px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #E1E6E8 0%, rgba(225, 230, 232, 0) 100%);
  border-image-slice: 1;
}
.b-card-item-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #505050;
}

.c-card-checklist-inside {
  padding: 24px;
  background-color: #FBFAF9;
  border-radius: 12px;
}
.c-card-checklist-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.b-card-checklist-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.b-card-checklist {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 8px;
}
@media (max-width: 991px) {
  .b-card-checklist {
    flex: 1 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .b-card-checklist {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.b-card-checklist-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -8px 16px -8px;
}
.b-card-checklist-header-icon, .b-card-checklist-header-text {
  padding: 0 8px;
}
.b-card-checklist-header-icon {
  flex: 0 0 72px;
  max-width: 72px;
}
.b-card-checklist-header-icon .b-icon {
  flex: 0 0 56px;
  max-width: 56px;
  width: 56px;
  height: 56px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.b-card-checklist-header-text {
  flex: 0 0 calc(100% - 72px);
  max-width: calc(100% - 72px);
}
.b-card-checklist-header-text .b-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #0D0E10;
}
.b-card-checklist-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px 16px -8px;
}
.b-card-checklist-body-divider, .b-card-checklist-body-items {
  padding: 0 8px;
}
.b-card-checklist-body-divider {
  flex: 0 0 72px;
  max-width: 72px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.b-card-checklist-body-divider span {
  height: 100%;
  width: 8px;
  display: block;
}
.b-card-checklist-body-items {
  flex: 0 0 calc(100% - 72px);
  max-width: calc(100% - 72px);
}

.c-homepage-hero {
  margin-bottom: 160px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-homepage-hero {
    margin-bottom: 140px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .c-homepage-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
.c-homepage-hero .c-hero__left {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .c-homepage-hero .c-hero__left {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .c-homepage-hero .c-hero__left {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-homepage-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-homepage-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-homepage-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-homepage-hero .b-image {
  position: absolute;
  bottom: -200px;
  right: -250px;
}
@media (max-width: 860px) {
  .c-homepage-hero .b-image {
    bottom: -120px;
  }
}
@media (max-width: 768px) {
  .c-homepage-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-homepage-solutions {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .c-homepage-solutions {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .c-homepage-solutions {
    margin-bottom: 16px;
  }
}

.c-homepage-partnership {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-homepage-partnership {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-homepage-partnership {
    margin-bottom: 40px;
  }
}

.c-homepage-industry-expertise {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-homepage-industry-expertise {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-homepage-industry-expertise {
    margin-bottom: 40px;
  }
}

.c-homepage-services {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .c-homepage-services {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .c-homepage-services {
    margin-bottom: 16px;
  }
}

.c-homepage-call-to-action-box {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-homepage-call-to-action-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-homepage-call-to-action-box {
    margin-bottom: 40px;
  }
}

.c-homepage-industries,
.c-homepage-technologies {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-homepage-industries,
  .c-homepage-technologies {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-homepage-industries,
  .c-homepage-technologies {
    margin-bottom: 40px;
  }
}

.c-engagement-models {
  margin-bottom: 160px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .c-engagement-models {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .c-engagement-models {
    margin-bottom: 120px;
  }
}

.c-homepage-why-haselt {
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .c-homepage-why-haselt {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-homepage-why-haselt {
    margin-bottom: 40px;
  }
}

.c-homepage-testimonials {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-homepage-testimonials {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-homepage-testimonials {
    margin-bottom: 40px;
  }
}

.c-homepage-case-studies {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-homepage-case-studies {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-homepage-case-studies {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .c-overview-hero {
    margin-bottom: 0;
  }
}
.c-overview-hero .c-hero__left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .c-overview-hero .c-hero__left {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .c-overview-hero .c-hero__left {
    padding-top: 160px;
  }
}
@media (max-width: 768px) {
  .c-overview-hero .c-hero__left {
    padding-top: 140px;
  }
}

.c-overview-cards {
  padding-top: 0;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .c-overview-cards {
    padding-top: 24px;
  }
}
.c-overview-cards .b-cards {
  margin: 0 -8px;
}
@media (max-width: 768px) {
  .c-overview-cards .b-cards {
    margin: 0;
  }
}

.c-overview-call-to-action-box {
  margin-top: -145px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .c-overview-call-to-action-box {
    margin-bottom: 40px;
  }
}

.c-overview-why-haselt {
  margin-top: 60px;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .c-overview-why-haselt {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.c-industries-hero {
  margin-bottom: 120px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-industries-hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-industries-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .c-industries-hero .c-hero__left {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .c-industries-hero .c-hero__left {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-industries-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-industries-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-industries-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-industries-hero .b-image {
  position: absolute;
  bottom: -180px;
  right: -80px;
}
@media (max-width: 1024px) {
  .c-industries-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 860px) {
  .c-industries-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .c-industries-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-industries-intro {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .c-industries-intro {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-industries-intro {
    margin-bottom: 40px;
  }
}
.c-industries-intro .b-heading-group .b-text {
  margin-bottom: 0;
}

.c-industries-tabs {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-industries-tabs {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-industries-tabs {
    margin-bottom: 40px;
  }
}

.c-industries-testimonial {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-industries-testimonial {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-industries-testimonial {
    margin-bottom: 40px;
  }
}

.c-industries-why-haselt {
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .c-industries-why-haselt {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-industries-why-haselt {
    margin-bottom: 40px;
  }
}

.c-technologies-hero {
  margin-bottom: 120px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-technologies-hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-technologies-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .c-technologies-hero .c-hero__left {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .c-technologies-hero .c-hero__left {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-technologies-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-technologies-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-technologies-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-technologies-hero .b-image {
  position: absolute;
  bottom: -180px;
  right: -80px;
}
@media (max-width: 1024px) {
  .c-technologies-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 860px) {
  .c-technologies-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .c-technologies-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-technologies-about {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-technologies-about {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-technologies-about {
    margin-bottom: 40px;
  }
}

.c-technologies-why-haselt {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .c-technologies-why-haselt {
    margin-top: 60px;
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-technologies-why-haselt {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.c-about-hero {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .c-about-hero {
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .c-about-hero .c-hero__left {
    padding-top: 140px;
  }
}

.c-mission-and-vision {
  position: relative;
  margin-top: -140px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-mission-and-vision {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-mission-and-vision {
    margin-bottom: 40px;
  }
}

.c-about-team-members {
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .c-about-team-members {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .c-about-team-members {
    padding-bottom: 40px;
  }
}

.c-careers-hero {
  margin-bottom: 140px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-careers-hero {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-careers-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .c-careers-hero .c-hero__left {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .c-careers-hero .c-hero__left {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-careers-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-careers-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-careers-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-careers-hero .b-image {
  position: absolute;
  bottom: -320px;
  right: -250px;
}
@media (max-width: 1024px) {
  .c-careers-hero .b-image {
    bottom: -290px;
  }
}
@media (max-width: 860px) {
  .c-careers-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .c-careers-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-careers-accordion {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-careers-accordion {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-careers-accordion {
    margin-bottom: 40px;
  }
}

.c-careers-job-openings {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-careers-job-openings {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-careers-job-openings {
    margin-bottom: 40px;
  }
}

.c-careers-internship {
  margin-bottom: 20px;
}

.c-careers-community {
  padding-bottom: 60px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .c-careers-community {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-careers-community {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}

.c-community-involvement-hero {
  margin-bottom: 140px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-community-involvement-hero {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-community-involvement-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .c-community-involvement-hero .c-hero__left {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .c-community-involvement-hero .c-hero__left {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-community-involvement-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-community-involvement-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-community-involvement-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-community-involvement-hero .b-image {
  position: absolute;
  bottom: -200px;
  right: -80px;
}
@media (max-width: 860px) {
  .c-community-involvement-hero .b-image {
    bottom: -180px;
    right: -110px;
  }
}
@media (max-width: 768px) {
  .c-community-involvement-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-community-involvement-intro {
  margin-bottom: 20px;
}
.c-community-involvement-intro .b-heading-group__heading {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .c-community-involvement-education,
  .c-community-involvement-open-source,
  .c-community-involvement-events,
  .c-community-involvement-social-impact {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .c-community-involvement-education,
  .c-community-involvement-open-source,
  .c-community-involvement-events,
  .c-community-involvement-social-impact {
    margin-bottom: 0;
  }
}

.c-community-involvement-social-impact {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .c-community-involvement-social-impact {
    padding-bottom: 40px;
  }
}

.c-case-studies-why-haselt {
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .c-case-studies-why-haselt {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-why-haselt {
    margin-bottom: 40px;
  }
}

.c-work-hero {
  padding-bottom: 480px;
}
@media (max-width: 768px) {
  .c-work-hero {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .c-work-hero .c-hero__left {
    padding-top: 160px;
  }
}
@media (max-width: 768px) {
  .c-work-hero .c-hero__left {
    padding-top: 140px;
  }
}

.c-case-studies-challenge {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-case-studies-challenge {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-challenge {
    margin-bottom: 40px;
  }
}

.c-case-studies-approach {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FBFAF9;
}
@media (max-width: 1024px) {
  .c-case-studies-approach {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-approach {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-case-studies-result {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-case-studies-result {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-result {
    margin-bottom: 40px;
  }
}

.c-case-studies-conclusion {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-case-studies-conclusion {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-case-studies-conclusion {
    margin-bottom: 40px;
  }
}

.c-case-studies-testimonial {
  margin-bottom: 80px;
}

.c-services-hero {
  margin-bottom: 120px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-services-hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-services-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .c-services-hero .c-hero__left {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .c-services-hero .c-hero__left {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-services-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-services-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-services-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-services-hero .b-image {
  position: absolute;
  bottom: -180px;
  right: -80px;
}
@media (max-width: 1024px) {
  .c-services-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 860px) {
  .c-services-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .c-services-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-services-intro {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-services-intro {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-services-intro {
    padding-bottom: 40px;
  }
}
.c-services-intro .b-heading-group .b-text {
  margin-bottom: 0;
}

.c-services-accordion,
.c-services-tabs {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-services-accordion,
  .c-services-tabs {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-services-accordion,
  .c-services-tabs {
    margin-bottom: 40px;
  }
}

.c-services-why-haselt {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .c-services-why-haselt {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-services-why-haselt {
    margin-bottom: 40px;
  }
}

.c-services-testimonial {
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .c-services-testimonial {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-services-testimonial {
    margin-bottom: 40px;
  }
}

.c-solutions-hero {
  margin-bottom: 120px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .c-solutions-hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-solutions-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .c-solutions-hero .c-hero__left {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .c-solutions-hero .c-hero__left {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .c-solutions-hero .b-heading-group__heading {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1024px) {
  .c-solutions-hero .b-heading-group .b-text {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .c-solutions-hero .b-heading-group .b-text {
    margin-bottom: 16px !important;
  }
}
.c-solutions-hero .b-image {
  position: absolute;
  bottom: -180px;
  right: -80px;
}
@media (max-width: 1024px) {
  .c-solutions-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 860px) {
  .c-solutions-hero .b-image {
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .c-solutions-hero .b-image {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.c-solutions-overview-hero-cards {
  padding-top: 0;
  padding-bottom: 50px;
}
.c-solutions-overview-hero-cards .b-cards {
  margin: 0 -8px;
}
@media (max-width: 480px) {
  .c-solutions-overview-hero-cards .b-cards {
    margin: 0;
  }
}

.c-solutions-overview-call-to-action-box {
  margin-top: -20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .c-solutions-overview-call-to-action-box {
    margin-bottom: 40px;
  }
}

.c-solutions-future,
.c-solutions-challenge,
.c-solutions-transformation,
.c-solutions-centric,
.c-solutions-our-offer,
.c-solutions-ecosystem,
.c-solutions-solutions,
.c-solutions-testimonial {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-solutions-future,
  .c-solutions-challenge,
  .c-solutions-transformation,
  .c-solutions-centric,
  .c-solutions-our-offer,
  .c-solutions-ecosystem,
  .c-solutions-solutions,
  .c-solutions-testimonial {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-solutions-future,
  .c-solutions-challenge,
  .c-solutions-transformation,
  .c-solutions-centric,
  .c-solutions-our-offer,
  .c-solutions-ecosystem,
  .c-solutions-solutions,
  .c-solutions-testimonial {
    margin-bottom: 40px;
  }
}

.c-solutions-why-haselt {
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .c-solutions-why-haselt {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-solutions-why-haselt {
    margin-bottom: 40px;
  }
}

.c-solutions-offer {
  margin-bottom: 24px;
}

.c-solutions-call-to-action-box,
.c-solutions-industry-expertise,
.c-solutions-focus-area,
.c-solutions-case-studies,
.c-solutions-benefits,
.c-solutions-testimonials {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-solutions-call-to-action-box,
  .c-solutions-industry-expertise,
  .c-solutions-focus-area,
  .c-solutions-case-studies,
  .c-solutions-benefits,
  .c-solutions-testimonials {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-solutions-call-to-action-box,
  .c-solutions-industry-expertise,
  .c-solutions-focus-area,
  .c-solutions-case-studies,
  .c-solutions-benefits,
  .c-solutions-testimonials {
    margin-bottom: 40px;
  }
}
.c-solutions-call-to-action-box .b-call-to-action-box__content,
.c-solutions-industry-expertise .b-call-to-action-box__content,
.c-solutions-focus-area .b-call-to-action-box__content,
.c-solutions-case-studies .b-call-to-action-box__content,
.c-solutions-benefits .b-call-to-action-box__content,
.c-solutions-testimonials .b-call-to-action-box__content {
  max-width: 100%;
}

.c-solutions-models {
  margin-bottom: 160px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .c-solutions-models {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .c-solutions-models {
    margin-bottom: 120px;
  }
}

.c-solutions-why-haselt {
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .c-solutions-why-haselt {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .c-solutions-why-haselt {
    margin-bottom: 40px;
  }
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

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

.p-120 {
  padding: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.p-130 {
  padding: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.p-140 {
  padding: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.p-160 {
  padding: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.p-170 {
  padding: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.p-180 {
  padding: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.p-190 {
  padding: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.p-200 {
  padding: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.p-340 {
  padding: 340px;
}

.pt-340 {
  padding-top: 340px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pl-340 {
  padding-left: 340px;
}

.pr-340 {
  padding-right: 340px;
}

.p-400 {
  padding: 400px;
}

.pt-400 {
  padding-top: 400px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pl-400 {
  padding-left: 400px;
}

.pr-400 {
  padding-right: 400px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mt--0 {
  margin-top: -0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mt--8 {
  margin-top: -8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mt--16 {
  margin-top: -16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mt--24 {
  margin-top: -24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mt--32 {
  margin-top: -32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.m-40 {
  margin: 40px;
}

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

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

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mt--60 {
  margin-top: -60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mt--80 {
  margin-top: -80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.m-120 {
  margin: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.m-130 {
  margin: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mt--130 {
  margin-top: -130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.m-140 {
  margin: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mt--140 {
  margin-top: -140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.m-160 {
  margin: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mt--160 {
  margin-top: -160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.m-170 {
  margin: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mt--170 {
  margin-top: -170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.m-180 {
  margin: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mt--180 {
  margin-top: -180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.m-190 {
  margin: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mt--190 {
  margin-top: -190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.m-200 {
  margin: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mt--200 {
  margin-top: -200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.m-340 {
  margin: 340px;
}

.mt-340 {
  margin-top: 340px;
}

.mt--340 {
  margin-top: -340px;
}

.mb-340 {
  margin-bottom: 340px;
}

.ml-340 {
  margin-left: 340px;
}

.mr-340 {
  margin-right: 340px;
}

.m-400 {
  margin: 400px;
}

.mt-400 {
  margin-top: 400px;
}

.mt--400 {
  margin-top: -400px;
}

.mb-400 {
  margin-bottom: 400px;
}

.ml-400 {
  margin-left: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.body-contact {
  min-height: 100vh;
  background: linear-gradient(90deg, rgb(233, 241, 249) 0%, rgb(233, 241, 249) 50%, rgb(251, 250, 249) 50%, rgb(251, 250, 249) 100%);
}
@media (max-width: 768px) {
  .body-contact {
    background: unset;
  }
}

.c-contact {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .c-contact {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-contact {
    padding-top: 120px;
    background-color: #e9f1f9;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .c-contact .col-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-contact-sidebar {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .c-contact-sidebar {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .c-contact-sidebar-col {
    background-color: #e9f1f9;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .c-contact-sidebar-top {
    margin-bottom: 40px;
  }
}
.c-contact-sidebar-buttons {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}
.c-contact-sidebar-buttons-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .c-contact-sidebar-buttons-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-contact-sidebar-buttons-group .b-button-group {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .c-contact-sidebar-buttons-group .b-button-group {
    display: block;
  }
}
.c-contact-sidebar-buttons-group .b-button-group__button {
  padding: 0;
}
@media (max-width: 991px) {
  .c-contact-sidebar-buttons-group .b-button-group__button {
    margin-bottom: 8px;
  }
}
.c-contact-sidebar-buttons-group .b-button-group__button:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .c-contact-sidebar-buttons-group .b-button-group__button:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-contact-sidebar-buttons-group .b-button-group__button .button {
  font-size: 16px;
  padding: 16px;
  border-radius: 12px;
  height: 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .c-contact-sidebar-buttons-group .b-button-group__button .button {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .c-contact-sidebar-buttons-group .b-button-group__button .button {
    display: inline-block;
  }
}
.c-contact-sidebar-buttons-group:first-child .b-button-group__button {
  width: 100%;
}
.c-contact-sidebar-bottom {
  margin-top: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: auto -12px 0 -12px;
}
.c-contact-sidebar-address {
  flex: 0 0 auto;
  padding: 0 12px;
}
@media (max-width: 1024px) {
  .c-contact-sidebar-address {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-contact-sidebar-address {
    margin-bottom: 40px;
  }
}
.c-contact-sidebar-address p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  font-weight: 500;
  color: #505050;
}
.c-contact-sidebar-address p:first-child {
  margin: 0 0 8px;
}
.c-contact-sidebar-address p strong {
  font-weight: 700;
  color: #1e1e1e;
}
.c-contact-sidebar-social {
  text-align: right;
  flex: 0 0 auto;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .c-contact-sidebar-social {
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-contact-sidebar-social__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}
.c-contact-sidebar-social__item {
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.c-contact-sidebar-social__item a {
  color: #1e1e1e;
  text-decoration: underline;
}
.c-contact-form {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .c-contact-form-col {
    padding: 40px 0;
    background-color: #FBFAF9;
  }
}
@media (max-width: 1024px) {
  .c-contact-form {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .c-contact-form {
    padding: 0 15px;
  }
}

.body-service-explorer {
  height: 100vh;
  background-image: linear-gradient(90deg, rgb(233, 241, 249) 0%, rgb(233, 241, 249) 40%, rgb(251, 250, 249) 40%, rgb(251, 250, 249) 100%);
}
@media (max-width: 768px) {
  .body-service-explorer {
    background-image: unset;
  }
}
.body-service-explorer-result {
  height: 100vh;
  background-image: linear-gradient(90deg, rgb(250, 244, 230) 0%, rgb(250, 244, 230) 40%, rgb(251, 250, 249) 40%, rgb(251, 250, 249) 100%);
}
@media (max-width: 768px) {
  .body-service-explorer-result {
    background: unset;
  }
}

.c-service-explorer {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .c-service-explorer {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-service-explorer {
    padding-top: 120px;
    background-color: #e9f1f9;
    padding-bottom: 0;
  }
}
.c-service-explorer-bg {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: calc(40% - 500px);
  background: url("../images/service-explorer-sidebar-bg.png");
  background-repeat: no-repeat;
  width: 500px;
  height: 611px;
  z-index: 1;
}
@media (max-width: 991px) {
  .c-service-explorer-bg {
    display: none;
  }
}
.c-service-explorer-sidebar {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .c-service-explorer-sidebar-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    background-color: #e9f1f9;
    padding-bottom: 40px;
  }
}
.c-service-explorer-sidebar .b-heading-group .b-text {
  margin-bottom: 0;
}
.c-service-explorer-main {
  padding-left: 90px;
}
@media (max-width: 768px) {
  .c-service-explorer-main {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .c-service-explorer-main-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    background-color: #FBFAF9;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .c-service-explorer-result {
    background-color: #FAF4E6;
  }
}
@media (max-width: 768px) {
  .c-service-explorer-result .c-service-explorer-sidebar-col {
    background-color: #FAF4E6;
  }
}
@media (max-width: 768px) {
  .c-service-explorer-result .c-service-explorer-main-col {
    background-color: #FBFAF9;
  }
}

.b-service-explorer-question {
  display: none;
}
.b-service-explorer-question--active {
  display: block;
}
.b-service-explorer-question-header {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px 24px -12px;
}
.b-service-explorer-question-header__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .b-service-explorer-question-header__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-service-explorer-question-header__col:first-child {
    order: 2;
  }
}
@media (max-width: 768px) {
  .b-service-explorer-question-header__col:last-child {
    order: 1;
  }
}
.b-service-explorer-question-header__category {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #0D0E10;
  text-transform: uppercase;
}
.b-service-explorer-question-header__index {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #505050;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .b-service-explorer-question-header__index {
    text-align: left;
    margin: 0 0 4px;
  }
}
.b-service-explorer-question__question {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.011em;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .b-service-explorer-question__question {
    font-size: 20px;
    line-height: 24px;
  }
}
.b-service-explorer-question__description {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.011em;
  color: #505050;
}
@media (max-width: 768px) {
  .b-service-explorer-question__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.b-service-explorer-question-answer {
  position: relative;
  margin-bottom: 8px;
  border-radius: 6px;
  padding: 24px;
  background-color: #fefefe;
  border: 1px solid transparent;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 100ms ease-in-out;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .b-service-explorer-question-answer {
    padding: 16px;
  }
}
.b-service-explorer-question-answer:hover {
  background-color: #F8FAFC;
  border: 1px solid #E1E6E8;
}
.b-service-explorer-question-answer input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.b-service-explorer-question-answer input:checked ~ .b-service-explorer-question-answer__field .custom-radio,
.b-service-explorer-question-answer input:checked ~ .b-service-explorer-question-answer__field .custom-checkbox {
  background-color: #108AC4;
  background-clip: content-box;
}
.b-service-explorer-question-answer__label {
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-right: 16px;
  font-size: 14px;
}
.b-service-explorer-question-answer__field {
  flex: 0 0 20px;
  max-width: 20px;
}
.b-service-explorer-question-buttons {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .b-service-explorer-question-buttons {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .b-service-explorer-question-buttons .b-button-group__button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-service-explorer-question-buttons .b-button-group__button:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .b-service-explorer-question-buttons .b-button-group__button .button {
    width: 100%;
    text-align: center;
  }
}

.b-service-explorer-result-header {
  margin-bottom: 40px;
}
.b-service-explorer-result-header__supheading {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #1e1e1e;
}
.b-service-explorer-result-header .b-text {
  margin-bottom: 32px;
}
.b-service-explorer-result-header .b-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}
.b-service-explorer-result-header .b-text p strong {
  font-weight: 700;
  color: #0D0E10;
}
.b-service-explorer-result-header .b-text p:not(:last-child) {
  margin: 0 0 16px;
}
.b-service-explorer-result-body {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .b-service-explorer-result-body {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .b-service-explorer-result-body {
    margin-bottom: 40px;
  }
}
.b-service-explorer-result-body .accordion-button {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}
.b-service-explorer-result-body .accordion-button strong {
  color: #1e1e1e;
  font-weight: 700;
}
.b-service-explorer-result-body .accordion-button::after {
  top: 16px;
}
.b-service-explorer-result-body .accordion-button-inside {
  display: flex;
  flex-flow: row wrap;
}
.b-service-explorer-result-body .accordion-button-icon {
  flex: 0 0 20px;
  max-width: 20px;
}
.b-service-explorer-result-body .accordion-button-text {
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-left: 16px;
}
.b-service-explorer-result-form__heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.011em;
  color: #1e1e1e;
}
.b-service-explorer-result-form .form--service-explorer {
  width: 320px;
}
.b-service-explorer-result-form .form--service-explorer .form-field-group:not(:last-child) {
  margin-bottom: 32px;
}
.b-service-explorer-result-form .form--service-explorer .form-field-group__item:not(:last-child) {
  margin-bottom: 16px;
}
.b-service-explorer-result-form .form--service-explorer .form-field__text,
.b-service-explorer-result-form .form--service-explorer .form-field__select {
  padding: 8px 14px;
  height: 42px;
}

.custom-radio,
.custom-checkbox {
  width: 20px;
  height: 20px;
  background-color: #FBFAF9;
  border: 1px solid #BBB8BA;
  padding: 1px;
}

.custom-radio {
  border-radius: 50%;
}

.custom-checkbox {
  border-radius: 4px;
}

.accordion-cards {
  padding-bottom: 32px;
  margin-left: 30px;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .accordion-cards {
    margin-right: 24px;
  }
}

.accordion-card {
  position: relative;
  padding: 8px;
}
.accordion-card-inside {
  display: block;
  padding: 16px;
  border-radius: 6px;
  background-color: #fefefe;
  transition: all 100ms ease-in-out;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.accordion-card-header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E1E6E8;
}
.accordion-card-header p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #1e1e1e;
}
.accordion-card-body ul {
  margin: 0;
  padding: 0 0 0 40px;
}
.accordion-card-body ul li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #505050;
}

.b-service-explorer-result-group:not(:last-child) {
  margin-bottom: 40px;
}
.b-service-explorer-result-group-header h2 {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #1e1e1e;
}

.b-service-explorer-step-error p a {
  color: #108AC4;
  font-weight: 700;
  text-decoration: underline;
}

.job-opening-header {
  padding: 200px 0 110px 0;
  background-color: #FBFAF9;
}
@media (max-width: 1024px) {
  .job-opening-header {
    padding: 160px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .job-opening-header {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .job-opening-header {
    padding: 120px 0 40px 0;
  }
}
.job-opening-header .b-heading-group {
  margin-bottom: 30px;
}
.job-opening-header .b-heading-group__supheading {
  margin: 0 0 16px;
}
.job-opening-header .b-heading-group__heading {
  margin: 0;
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .job-opening-header .b-heading-group__heading {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .job-opening-header .b-heading-group__heading {
    font-size: 32px;
    line-height: 32px;
  }
}
.job-opening-header-data {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -12px 16px -12px;
}
@media (max-width: 768px) {
  .job-opening-header-data {
    margin: 0 -12px 24px -12px;
  }
}
.job-opening-header-data__item {
  flex: 0 0 auto;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .job-opening-header-data__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .job-opening-header-data__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.job-opening-header-data__item > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #505050;
}
.job-opening-header-data__item .button {
  display: flex;
  align-items: center;
}
.job-opening-header .b-tags {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .job-opening-header .b-tags {
    margin-bottom: 24px;
  }
}
.job-opening-header .b-tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.job-opening-header .b-tags-list__item {
  padding-right: 6px;
}
.job-opening-sidebar.fixed {
  position: fixed;
  top: 160px;
}
@media (max-width: 991px) {
  .job-opening-sidebar.fixed {
    top: 110px;
  }
}
@media (max-width: 768px) {
  .job-opening-sidebar.fixed {
    position: relative;
    top: 0;
  }
}
.job-opening-sidebar .b-tags {
  margin-bottom: 24px;
}
.job-opening-sidebar .b-tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.job-opening-sidebar .b-tags-list__item {
  padding-right: 6px;
}
.job-opening-sidebar-data {
  display: flex;
  flex-flow: column wrap;
}
.job-opening-sidebar-data__item {
  flex: 0 0 100%;
  margin-bottom: 24px;
}
.job-opening-sidebar-data__item > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #505050;
}
.job-opening-sidebar-data__item .button {
  display: flex;
  align-items: center;
}
.job-opening-main {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .job-opening-main {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .job-opening-main {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .job-opening-main .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .job-opening-main .col.col-25 {
    display: none;
  }
}
.job-opening-content {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .job-opening-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .job-opening-content {
    margin-bottom: 40px;
  }
}
.job-opening-content h1, .job-opening-content h2, .job-opening-content h3, .job-opening-content h4, .job-opening-content h5, .job-opening-content h6 {
  margin: 0 0 40px;
  font-weight: 600;
  color: #1e1e1e;
}
@media (max-width: 991px) {
  .job-opening-content h1, .job-opening-content h2, .job-opening-content h3, .job-opening-content h4, .job-opening-content h5, .job-opening-content h6 {
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .job-opening-content h1, .job-opening-content h2, .job-opening-content h3, .job-opening-content h4, .job-opening-content h5, .job-opening-content h6 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 24px;
  }
}
.job-opening-content h1:not(:first-of-type), .job-opening-content h2:not(:first-of-type), .job-opening-content h3:not(:first-of-type), .job-opening-content h4:not(:first-of-type), .job-opening-content h5:not(:first-of-type), .job-opening-content h6:not(:first-of-type) {
  margin: 80px 0 40px;
}
@media (max-width: 991px) {
  .job-opening-content h1:not(:first-of-type), .job-opening-content h2:not(:first-of-type), .job-opening-content h3:not(:first-of-type), .job-opening-content h4:not(:first-of-type), .job-opening-content h5:not(:first-of-type), .job-opening-content h6:not(:first-of-type) {
    margin: 32px 0;
  }
}
@media (max-width: 768px) {
  .job-opening-content h1:not(:first-of-type), .job-opening-content h2:not(:first-of-type), .job-opening-content h3:not(:first-of-type), .job-opening-content h4:not(:first-of-type), .job-opening-content h5:not(:first-of-type), .job-opening-content h6:not(:first-of-type) {
    margin: 0 0 16px;
  }
}
.job-opening-content p {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #505050;
}
.job-opening-content p strong {
  font-weight: 700;
  color: #1e1e1e;
}
.job-opening-content ul,
.job-opening-content ol {
  margin: 0 0 24px;
}
.job-opening-content ul li,
.job-opening-content ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.011em;
  color: #505050;
}
.job-opening-content ul li strong,
.job-opening-content ol li strong {
  font-weight: 700;
  color: #1e1e1e;
}
.job-opening-form-header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E1E6E8;
}
.job-opening-form-header .b-heading {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .job-opening-form-header .b-heading {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .job-opening-form-header .b-heading {
    font-size: 24px;
  }
}
.job-opening-form-body {
  padding: 60px;
  background-color: #FBFAF9;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .job-opening-form-body {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .job-opening-form-body {
    padding: 40px 16px;
  }
}

.footer {
  position: relative;
  padding: 80px 0;
  background-color: #19242D;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0 40px 0;
  }
}
.footer-col {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (max-width: 767px) {
  .footer-company {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-widgets {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .footer-widgets {
    margin-bottom: 0;
  }
}
.footer__divider {
  width: 100%;
  height: 1px;
  background-color: #2F404E;
  margin-bottom: 24px;
}

.footer-text p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #9C9FA5;
}
.footer-text p:not(:last-child) {
  margin: 0 0 15px;
}

.footer-navigation:not(:last-child) {
  margin-bottom: 45px;
}
.footer-navigation--contact {
  margin-bottom: 32px !important;
}
.footer-navigation-heading {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #fff;
}
.footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-navigation ul li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.footer-navigation ul li:not(:last-child) {
  margin: 0 0 15px;
}
@media (max-width: 1000px) {
  .footer-navigation ul li br {
    display: none;
  }
}
.footer-navigation ul li a {
  color: #9C9FA5;
  transition: color 100ms ease-in-out;
}
.footer-navigation ul li a:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
