@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: rgb(21 63 103);
  font-family: "Open Sauce Sans", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-image: url(../images/body-bg-pattern.png);
  background-position: center top;
  background-repeat: no-repeat;
}

html, body, * {
  box-sizing: border-box;
}

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

.btn,
.button {
  font-family: "Inter", sans-serif;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}

.container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.container {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 20px;
}

h1 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
  color: #002447;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 410px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 992px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: rgb(77, 77, 77);
}

h1, h2, h3, h4, h5, p {
  margin-top: 0;
}

.color-primary {
  color: rgb(0 36 71);
}

.text-start {
  text-align: left !important;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: rgb(0 107 214);
  border: solid 1px rgb(0 128 255);
  border-radius: 32px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-primary:hover {
  background-color: rgb(15 59 100);
  border-color: rgb(23 91 154);
}

.gform_wrapper .gform_footer .gform_button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #ffffff !important;
  background-color: rgb(0 36 71); !important;
  border: solid 1px rgb(0 36 71); !important;
  border-radius: 32px !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer .gform_button.button:hover {
  background-color: rgb(254, 82, 104) !important;
  border-color: rgb(254, 82, 104) !important;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(0 33 60);
  background-color: transparent;
  border: 1px solid rgb(0 36 71);
  border-radius: 32px;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.btn-secondary:hover {
  background-color: rgb(0 107 214);
  color: rgb(255, 255, 255);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: rgb(21 63 103);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 32px;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.btn-white:hover {
  background-color: rgb(0 36 71);
  color: rgb(255, 255, 255);
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 24px;
  border: 1px solid rgb(123, 123, 123);
  border-radius: 999px;
  color: rgb(123, 123, 123);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  width: fit-content;
  position: relative;
}
.back-button.det-back-button {
  margin: 64px 0 48px;
}
@media (max-width: 767px) {
  .back-button.det-back-button {
    display: none;
  }
}

.back-button::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.5 3.5L6 8L10.5 12.5' stroke='%238B8B8B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  left: 6px;
  width: 16px;
  height: 16px;
}

.sky-blue {
  background-color: rgb(230, 246, 255);
}

.butter-yellow {
  background-color: rgb(255, 246, 208);
}

.soft-peach {
  background-color: rgb(255, 234, 223);
}

.blush-pink {
  background-color: rgb(255, 239, 254);
}

.ice-blue {
  background-color: rgb(239, 245, 255);
}

.mint-white {
  background-color: rgb(239, 255, 250);
}

.lavender-blue {
  background-color: rgb(233, 233, 255);
}

.mint-green {
  background-color: rgb(234, 255, 218);
}

.bg-soft-peach {
  background-color: rgb(255, 234, 223);
  color: rgb(172, 87, 42);
}

.bg-sliver-light {
  background-color: rgb(255, 255, 255);
  color: rgb(77, 77, 77);
}

.bg-ice-blue {
  background-color: rgb(239, 245, 255);
  color: rgb(35, 70, 116);
}

.bg-butter-yellow {
  background-color: rgb(255, 246, 208);
  color: rgb(124, 104, 24);
}

.bg-blush-pink {
  background-color: rgb(255, 239, 254);
  color: rgb(116, 35, 112);
}

.bg-mint-white {
  background-color: rgb(239, 255, 250);
  color: rgb(35, 116, 109);
}

.bg-sky-blue {
  background-color: rgb(230, 246, 255);
  color: rgb(32, 100, 140);
}

.bg-mint-green {
  background-color: rgb(234, 255, 218);
  color: rgb(35, 116, 109);
}

.bg-lavender-blue {
  background-color: rgb(233, 233, 255);
  color: rgb(60, 60, 148);
}

.site-header {
  width: 100%;
  padding: 24px 0 16px;
  transition: transform 0.3s ease, visibility 0.3s ease;
  background-color: #edf2f7;
}
.site-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-100%);
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.site-header.is-fixed.is-visible {
  transform: translateY(0);
  visibility: visible;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .site-header__inner {
    flex-wrap: wrap;
  }
}

.site-logo img {
  display: block;
  height: 90px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .site-logo img {
    height: 60px;
  }
}

.site-nav {
  flex: 1;
}

.site-nav__list {
  display: flex;
  justify-content: left;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 30px;
}

/* Dropdown: WordPress uses .menu-item-has-children and .sub-menu */
.site-nav__list > li.menu-item-has-children {
  position: relative;
}

/*site-nav__list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
}*/

.site-nav__list li {
	line-height:40px;
}
.site-nav__list li .sub-menu li {
	line-height:25px;
}
.site-nav__list > li.menu-item-has-children:hover ~ .sub-menu-wrap,
.site-nav .sub-menu-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav__list .sub-menu .menu-item {
  border-bottom: none;
}

.site-nav__list .sub-menu .site-nav__link {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
}

.site-nav__list .sub-menu .site-nav__link::after {
  display: none;
}

/* Second-level dropdown: position to the right */
.site-nav__list .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 4px;
}

.site-nav__container {
  z-index: 999;
  position: relative;
}

.site-logo, .site-header__cta {
  position: relative;
  z-index: 999;
}

.site-nav .sub-menu-wrap {
  position: absolute;
  /*left: 0;*/
  width: auto;
  list-style: none;
  margin: 0;
  padding: 20px 0 25px;
  background: rgb(255, 255, 255);
  /*box-shadow: 1px 7px 9px rgba(0, 0, 0, 0.12);*/
  opacity: 0;
  visibility: hidden;
  /*transform: translateY(4px);*/
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
  /*top: 0;*/
  max-width: min(calc(100vw - 2.5rem), 80rem);
  border-radius: .75rem;
  filter: drop-shadow(0 0 2.5rem rgba(75, 102, 142, .16));
  margin-top: 30px;
}
svg.dklmul9 {
    top: -.9375rem;
    transform: translateX(calc(var(--dklmul7) - (100% / 2)));
    width: 1.5rem;
    height: 1.3125rem;
    fill: rgb(255, 255, 255);
    stroke: none;
    z-index: -10;
    position: absolute;
    left: 50%;
}
.site-nav .sub-menu-wrap .site-header__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .site-nav .sub-menu-wrap .site-header__inner {
    flex-wrap: wrap;
  }
}
.site-nav .sub-menu-wrap #menu-services {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .site-nav .sub-menu-wrap #menu-services {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.site-nav .sub-menu-wrap #menu-services .menu-link {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
  text-decoration: none;
  padding: 6px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #222222;
  transition: all 0.2s ease;
}
.site-nav .sub-menu-wrap #menu-services .menu-link > span:not(.menu-item-content) {
  border-radius: 6px;
  padding: 6px;
  border: solid 1px #fff;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.site-nav .sub-menu-wrap #menu-services .menu-link > span:not(.menu-item-content) img {
  width: 22px;
  height: auto;
  display: block;
}
.site-nav .sub-menu-wrap #menu-services .menu-link .menu-item-content {
  font-size: 14px;
  line-height: 1.2;
  color: #222222;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .site-nav .sub-menu-wrap #menu-services .menu-link .menu-item-content {
    font-size: 16px !important;
  }
}
.site-nav .sub-menu-wrap #menu-services .menu-link .menu-item-description {
  font-size: 13px;
  line-height: 1.2;
  color: #7f7f7f;
  text-decoration: none;
  margin: 0;
  font-family: "Inter", sans-serif;
  width: 100%;
}
@media (max-width: 992px) {
  .site-nav .sub-menu-wrap #menu-services .menu-link .menu-item-description {
    font-size: 12px !important;
  }
}
.site-nav .sub-menu-wrap #menu-services .menu-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.site-nav .sub-menu-wrap #menu-services .menu-link:hover > span:not(.menu-item-content) {
  box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.04);
}

.site-header__column.first {
  padding-left: 0;
  flex: 1 1 50%;
}
@media (max-width: 992px) {
  .site-header__column.first {
    flex: 1 1 100%;
  }
}

.site-header__column {
  flex: 1 1 23%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .site-header__column {
    flex: 1 1 100%;
    padding-left: 0;
  }
}
.site-header__column h6 {
  margin: 16px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #7B7B7B;
}
@media screen and (max-width: 992px) {
  .site-header__column h6 {
    margin: 0 0 10px;
  }
}
.site-header__column ul {
  list-style: none;
  padding: 0;
  margin: 9px 0 0;
}
.site-header__column ul li {
  padding: 3px 0;
}
@media (max-width: 992px) {
  .site-header__column ul li {
    padding: 6px 0;
  }
}
.site-header__column ul a {
  color: #222222;
  line-height: 1.5;
  font-size: 14px !important;
  display: inline-block;
  font-weight: 300 !important;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .site-header__column ul a {
    padding: 0 !important;
    font-size: 16px !important;
  }
}
.site-header__column ul#menu-services li {
  padding: 0;
  margin-bottom: 7px;
}

.site-headerr__column h6 {
  margin: 16px 0 0;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 300;
  color: #7B7B7B;
  font-family: "Inter", sans-serif;
}
.site-headerr__column ul {
  list-style: none;
  padding: 0;
  margin: 9px 0 0;
}
.site-headerr__column ul li {
  padding: 3px 0;
}
@media (max-width: 992px) {
  .site-headerr__column ul li {
    padding: 6px 0;
  }
}
.site-headerr__column ul a {
  color: #222222;
  line-height: 1.5;
  font-size: 14px !important;
  display: inline-block;
  font-weight: 300 !important;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .site-headerr__column ul a {
    padding: 0 !important;
    font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  .site-nav .sub-menu-wrap {
    top: 100px;
    overflow: auto;
    height: calc(100vh - 100px);
    z-index: 9999;
    padding: 0;
  }
}
@media (min-width: 993px) {
  /* Arrow indicator for parent items (desktop) */
  #primary-menu-list .services-custom-menu button {
    border: 0;
    width: 15px;
	height: 15px;
	top: 5px;
	margin-left: 3px;
    position: absolute;
    background: url(../images/up-arrow.png) center/contain no-repeat;
    transform: rotate(180deg);
  }
  #primary-menu-list .services-custom-menu:hover button {
    transform: rotate(0deg);
  }
}
.site-header .site-nav__link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(0 33 60);
  text-decoration: none;
}

.site-header .site-nav__link:hover {
  color: rgb(0 36 71);
}

.site-nav__mobile-header {
  display: none;
}

.site-nav__close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: rgb(0 33 60);
}

.site-nav__cta {
  display: none;
}

.mobile-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
}

.mobile-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgb(21 63 103);
  border-radius: 999px;
}

.is-menu-open {
  overflow: hidden;
}

.main-banner {
  width: 100%;
  padding: 32px 0 64px;
  background-color: #edf2f7;
}

.main-banner__inner {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .main-banner__inner {
    flex-wrap: wrap;
    gap: 64px;
  }
}

.site-nav__list .sub-menu-toggle {
  display: none;
}

@media (max-width: 992px) {
  .site-header__inner {
    justify-content: space-between;
  }
  .site-header__cta {
    display: none;
  }
  .mobile-nav-toggle {
    display: inline-flex;
  }
  .site-nav {
    position: fixed;
    inset: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100vh;
  }
  .site-nav__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav__list li {
    border-bottom: 1px solid rgb(243, 238, 238);
  }
  /* Mobile: show sub-menus as indented lists (WordPress structure) */
  .site-nav__list .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 16px;
    margin: 0;
    border-radius: 0;
	width: 100%;
  }
  .site-nav__list .sub-menu .site-nav__link {
    padding: 10px 20px;
  }
  .site-nav__list .sub-menu .sub-menu {
    margin-left: 0;
  }
  .site-nav__list > li.menu-item-has-children > .site-nav__link::after,
  .site-nav__list .sub-menu li.menu-item-has-children > .site-nav__link::after {
    border: none;
    width: 16px;
    height: 16px;
    background: url(../images/icon-arrow-up-right.svg) center/contain no-repeat;
  }
  .site-header .site-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
  }
  .site-nav__list > li.menu-item-has-children > button,
  .site-nav__list .sub-menu li.menu-item-has-children > button {
    background: url(../images/up-arrow.png) center no-repeat;
    transform: rotate(90deg);
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 13px;
    border: 0;
  }
  .site-nav__cta {
    display: inline-flex;
    width: 100%;
    margin-top: auto;
  }
}
.main-banner__content {
  flex: 1;
  max-width: 575px;
}
@media (max-width: 1200px) {
  .main-banner__content {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .main-banner__content {
    padding-right: 0;
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .main-banner__content {
    padding-right: 0;
    flex: auto;
    width: 100%;
  }
}

.main-banner__content p {
  max-width: 500px;
  margin: 16px 0 24px;
  color: rgb(0 36 71);
}

.main-banner__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1200px) {
  .main-banner__actions {
    flex-wrap: wrap;
    gap: 20px;
  }
  .main-banner__actions .btn {
    width: 100%;
  }
}

.main-banner__image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: 520px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .main-banner__image {
    width: 100%;
    justify-content: flex-end;
    padding-left: 60px;
  }
}

.main-banner__image .imgs {
  position: absolute;
  z-index: 2;
  width: auto;
}

.main-banner__image .imgs.img1 {
  left: -50px;
  top: 50px;
}

.main-banner__image .imgs.img2 {
  left: -80px;
  bottom: 50px;
}

.main-banner__image .imgs.img3 {
  right: 20px;
  bottom: 20px;
}

.main-banner__image::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: rgba(0, 28, 60, 0.2);
  filter: blur(80px);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .main-banner__image::before {
    width: 320px;
    height: 320px;
    left: 0;
  }
}

.main-banner__image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .main-banner__image img {
    width: 100%;
    max-width: 350px;
  }
}

.main-banner__overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 85%;
}
@media (max-width: 576px) {
  .main-banner__overlay {
    padding: 10px;
    gap: 8px;
  }
}

.main-banner__overlay--top-left {
  top: 12%;
  left: -50px;
}
@media (max-width: 992px) {
  .main-banner__overlay--top-left {
    left: 30px;
    top: 20px;
  }
}
@media (max-width: 576px) {
  .main-banner__overlay--top-left {
    left: 20px;
    top: 10px;
  }
}

.main-banner__overlay--bottom-left {
  bottom: 60px;
  left: -80px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  padding: 12px;
  gap: 8px;
  width: 160px;
  height: 145px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .main-banner__overlay--bottom-left {
    left: 0;
    width: 140px;
    height: 130px;
  }
}
@media (max-width: 576px) {
  .main-banner__overlay--bottom-left {
    padding: 10px;
    width: 107px;
    height: 97px;
  }
}

.main-banner__overlay--bottom-right {
  bottom: 30px;
  right: 30px;
}
@media (max-width: 992px) {
  .main-banner__overlay--bottom-right {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .main-banner__overlay--bottom-right {
    right: 10px;
    bottom: 10px;
  }
}

.main-banner__overlay-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(0 102 255);
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .main-banner__overlay-icon {
    width: 30px;
    height: 30px;
  }
}

.main-banner__overlay-icon--center {
  align-self: flex-start;
}

.main-banner__overlay-icon--right {
  align-self: flex-end;
}

.main-banner__overlay-icon img {
  width: 16px;
  height: 16px;
}
@media (max-width: 992px) {
  .main-banner__overlay-icon img {
    width: 12px;
    height: 12px;
  }
}

.main-banner__overlay-text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(21 63 103);
  line-height: 1.3;
}
@media (max-width: 992px) {
  .main-banner__overlay-text {
    font-size: 10px;
  }
}

.main-banner__overlay-text--large {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 576px) {
  .main-banner__overlay-text--large {
    font-size: 10px;
  }
}

.client-logos {
  width: 100%;
  padding: 16px 0 72px;
  overflow: hidden;
  background-color: #edf2f7;
}
.client-logos .container {
  overflow: hidden;
}
@media (max-width: 992px) {
  .client-logos {
    padding: 0 0 48px;
  }
}

.client-logos__title {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  color: rgb(0 36 71);
}

.client-logos__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: client-logos-marquee 14s linear infinite;
  will-change: transform;
}
@media (max-width: 992px) {
  .client-logos__row {
    gap: 0;
  }
}

.client-logos__row li {
  flex: 0 0 auto;
}

.client-logos__item--duplicate {
  display: list-item;
}

@keyframes client-logos-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.client-logos__row img {
  height: 56px;
  width: auto;
  display: block;
  margin: 0;
}

.get-in-touch {
  background: rgb(21 63 103);
  padding: 64px 0;
}
@media (max-width: 992px) {
  .get-in-touch {
    padding: 40px 0;
  }
}

.get-in-touch__title {
  margin: 0 0 24px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.get-in-touch__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .get-in-touch__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.get-in-touch__card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.get-in-touch__card-content p:not(.get-in-touch__label) {
  margin: 0;
}

.get-in-touch__label {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  font-family: "Open Sauce Sans", sans-serif;
  color: rgb(21 63 103);
}

.get-in-touch__value {
  margin-bottom: 4px;
  font-weight: 600;
  color: rgb(21 63 103);
}

.get-in-touch__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgb(0 36 71);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.get-in-touch__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.real-people {
  padding: 72px 0;
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .real-people {
    padding: 48px 0;
  }
}

.real-people__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 112px;
}
@media (max-width: 767px) {
  .real-people__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

.real-people__intro h2 {
  margin: 0 0 16px;
}
.real-people__intro p {
  margin: 0;
  line-height: 1.6;
  max-width: 450px;
}
@media (max-width: 767px) {
  .real-people__intro {
    text-align: center;
  }
}

.real-people__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 768px) {
  .real-people__grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 300px;
    width: 300px;
    margin: 0 auto 20px;
  }
}

.real-people__card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.real-people__image {
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .real-people__image {
    max-width: 300px !important;
    width: 300px !important;
    margin: 0 auto 20px;
  }
}

.real-people__name {
  margin: 0 0 4px;
  font-weight: 700;
  color: rgb(0 36 71);
  font-size: 18px;
  line-height: 140%;
  font-family: "Open Sauce Sans", sans-serif;
}

.real-people__role {
  margin: 0 0 16px;
  font-size: 14px;
  color: rgb(21 63 103);
  font-weight: 500;
  font-family: "Open Sauce Sans", sans-serif;
}

.real-people__quote {
  margin: 0;
  font-size: 13px;
}

.send-message {
  background: #edf2f7;
  padding: 72px 0;
}
@media (max-width: 992px) {
  .send-message {
    padding: 48px 0;
  }
}

.send-message__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 112px;
  align-items: start;
}
@media (max-width: 767px) {
  .send-message__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

@media screen and (max-width: 992px) {
  .send-message__form {
    order: 2;
  }
}

.send-message__form .gform_wrapper {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

.send-message__form .ginput_container select {
  width: 100%;
  border: 1px solid rgb(243, 238, 238);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgb(21 63 103);
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 992px) {
  .send-message__content {
    order: 1;
  }
}
.send-message__content h2 {
  margin: 0 0 16px;
}
.send-message__content h3 {
  margin: 24px 0 12px;
  font-size: 16px;
  font-family: "Open Sauce Sans", sans-serif;
  font-weight: 700;
}

.send-message__lead {
  margin: 0 0 32px;
  max-width: 420px;
}

.send-message__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.send-message__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(21 63 103);
}

.send-message__tick {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.send-message__tick img {
  width: 18px;
  height: 18px;
  display: block;
}

.send-message__callout {
  background: #002447;
  color: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 410px;
}

.send-message__callout-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #002447;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.send-message__callout-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.send-message__callout-title {
  margin: 0 0 6px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.send-message__callout-text {
  margin: 0;
  color: rgb(211, 211, 211);
  font-size: 14px;
}
.send-message__callout-text p {
  color: rgb(211, 211, 211);
}
.send-message__callout-text strong {
  color: rgb(255, 255, 255);
}

.visit-office {
  background: rgb(255, 255, 255);
  padding: 72px 0;
}
@media (max-width: 992px) {
  .visit-office {
    padding: 48px 0;
  }
}

.visit-office__header {
  max-width: 100%;
  margin: 0 auto 56px;
}
.visit-office__header h2 {
  margin: 0 0 16px;
}
.visit-office__header p {
  margin: 0;
}

.visit-office__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
@media (max-width: 767px) {
  .visit-office__grid {
    grid-template-columns: 1fr;
  }
}

.visit-office__details h3 {
  margin: 0 0 32px;
  font-family: "Open Sauce Sans", sans-serif;
}

.visit-office__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

.visit-office__plain-link {
  color: inherit;
  text-decoration: none;
}
.visit-office__plain-link:hover {
  color: inherit;
  text-decoration: none;
}

.visit-office__info:last-child {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .visit-office__info:last-child {
    grid-column: auto;
  }
}
.visit-office__info h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(0 36 71);
  font-family: "Open Sauce Sans", sans-serif;
}
.visit-office__info p {
  margin: 0;
  font-size: 14px;
}

.visit-office__info--full h4 {
  margin-bottom: 8px;
}
.visit-office__info--full p {
  margin: 0;
  max-width: 430px;
}

.visit-office__map {
  width: 100%;
}
.visit-office__map > a {
  display: none;
}
.visit-office__map .visit-office__map-embed {
  border-radius: 16px;
  overflow: hidden;
}
.visit-office__map .visit-office__map-embed iframe {
  height: 450px;
}
@media (max-width: 767px) {
  .visit-office__map {
    grid-column: 1;
    order: 2;
  }
}

.visit-office__map-link {
  display: block;
  line-height: 0;
}

.visit-office__map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.few-things {
  background: #f6f6f6;
  padding: 72px 0;
}
@media (max-width: 767px) {
  .few-things {
    padding: 48px 0;
  }
}

.few-things__title {
  margin: 0 0 40px;
  text-align: center;
}

.few-things__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .few-things__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .few-things__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.few-things__card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.few-things__card h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sauce Sans", sans-serif;
}
.few-things__card p {
  margin: 0;
  font-size: 14px;
}

.few-things__icon-box {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.few-things__icon-box img {
  width: 28px;
  height: 28px;
  display: block;
}

.few-things__icon-box--coffee {
  background: #fff6d0;
}

.few-things__icon-box--lightning {
  background: #e9e9ff;
}

.few-things__icon-box--australian {
  background: #e6f6ff;
}

.few-things__icon-box--speak {
  background: #eaffda;
}

.core-values {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
@media (max-width: 992px) {
  .core-values {
    padding: 48px 0;
  }
}

.core-values__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 992px) {
  .core-values__inner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .core-values__inner {
    flex-direction: column;
  }
}

.core-values__content {
  max-width: 482px;
}
.core-values__content h2 {
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .core-values__content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .core-values__content {
    text-align: center;
    max-width: 100%;
  }
}

.core-values__lead {
  margin: 0 0 40px;
  font-weight: 600;
  color: rgb(45, 45, 45);
}

.core-values__text {
  margin: 0;
  color: rgb(45, 45, 45);
  line-height: 1.6;
}

.core-values__list {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 482px;
}
.core-values__list h5 {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .core-values__list h5 {
    text-align: center;
  }
}

.core-values__card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 28px 20px;
  box-shadow: 0 6px 20px rgba(17, 17, 17, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
}
.core-values__card h4 {
  margin: 0 0 8px;
}
.core-values__card p {
  margin: 0;
}
@media (max-width: 767px) {
  .core-values__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.core-values__icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: rgb(0, 182, 122);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.core-values__icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.founder-section {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .founder-section {
    padding: 48px 0;
  }
}

.founder-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 767px) {
  .founder-section__inner {
    flex-direction: column;
    gap: 32px;
  }
}

.founder-section__media {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
  .founder-section__media {
    width: 100%;
    order: 2;
    padding-bottom: 100px;
  }
}

.founder-section__image {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.founder-section__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 768px and up: desktop image; 767px and below: mobile image */
.founder-section__img--desktop {
  display: block;
}

.founder-section__img--mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .founder-section__img--desktop {
    display: none !important;
  }
  .founder-section__img--mobile {
    display: block !important;
  }
}
.founder-section__quote {
  position: absolute;
  left: -100px;
  bottom: 28px;
  max-width: 257px;
  padding: 20px;
  border-radius: 12px;
  background: rgb(0 36 71);
  color: rgb(255, 255, 255);
}
.founder-section__quote p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1380px) {
  .founder-section__quote {
    left: 0;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .founder-section__quote {
    margin-top: 20px;
    max-width: none;
    width: 260px;
    left: 0;
    bottom: 0;
  }
}

.founder-section__quote-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 12px;
}
.founder-section__quote-icon img {
  width: 12px;
  display: block;
}

.founder-section__quote-author {
  margin: 0 !important;
  font-weight: 600;
}
.founder-section__quote-author span {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.85;
}

.founder-section__content {
  flex: 1;
  max-width: 445px;
}
.founder-section__content h2 {
  margin: 0 0 20px;
  font-size: 40px;
}
@media (max-width: 992px) {
  .founder-section__content h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .founder-section__content {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
}

.founder-section__lead {
  margin: 0 0 32px;
  font-weight: 600;
  color: rgb(21 63 103);
  font-size: 20px;
}
@media (max-width: 992px) {
  .founder-section__lead {
    font-size: 16px;
  }
}

.founder-section__text {
  margin: 0;
  line-height: 1.6;
}

.dark-section {
  width: 100%;
  background-color: rgb(21 63 103);
  padding: 64px 0;
  background-image: url(../images/problems-background.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}
@media (max-width: 992px) {
  .dark-section {
    padding: 48px 0;
    background-repeat: repeat;
  }
}

.services-cover-section {
  width: 100%;
  background-color: rgb(21 63 103);
  background-image: url(../images/problems-background.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  padding: 80px 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .services-cover-section {
    padding: 48px 0;
  }
}

.services-cover__header {
  max-width: 760px;
  margin: 0 auto 48px;
}
.services-cover__header h2 {
  margin-bottom: 12px;
}
.services-cover__header p {
  margin: 0 auto;
  max-width: 740px;
  color: rgba(231, 231, 231, 0.85);
  line-height: 1.6;
}

.services-cover__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 48px;
}
@media (max-width: 767px) {
  .services-cover__grid {
    display: block;
    position: relative;
    padding-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .services-cover__track {
    display: contents;
  }
}
@media (max-width: 767px) {
  .services-cover__track {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .services-cover__slider {
    display: contents;
  }
}
@media (max-width: 767px) {
  .services-cover__slider {
    display: flex;
    width: 200%;
    transition: transform 0.4s ease-out;
    will-change: transform;
  }
}

.services-cover__dots {
  display: none;
}
@media (max-width: 767px) {
  .services-cover__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.services-cover__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  .services-cover__dot {
    display: none;
  }
}
.services-cover__dot:hover {
  background: rgba(255, 255, 255, 0.7);
}
.services-cover__dot.is-active {
  background: rgb(255, 255, 255);
}

.services-cover__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
@media (max-width: 992px) {
  .services-cover__list {
    flex: 0 0 50%;
    min-width: 0;
    box-sizing: border-box;
  }
}
.services-cover__list li {
  position: relative;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 1.3;
  color: rgba(239, 239, 239, 0.92);
  font-size: 14px;
  align-items: center;
  display: flex;
}
.services-cover__list li::before {
  content: "";
  left: 16px;
  top: 16px;
  flex: none;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background: url("../images/icon-greentick-box.svg") center/contain no-repeat;
}

.it-plans-section {
  background: rgb(255, 255, 255);
  padding: 80px 0;
}
@media (max-width: 992px) {
  .it-plans-section {
    padding: 48px 0;
  }
}

.it-plans__header {
  max-width: 720px;
  margin: 0 auto 36px;
}
.it-plans__header h2 {
  margin-bottom: 8px;
}
.it-plans__header p {
  margin: 0;
  color: rgb(77, 77, 77);
}

.it-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .it-plans__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .it-plans__grid {
    grid-template-columns: 1fr;
  }
}

.it-plan-card {
  background: linear-gradient(180deg, rgba(255, 228, 229, 0) 50%, rgb(255, 228, 229) 100%), rgb(255, 255, 255);
  border: 4px solid rgb(255, 255, 255);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.it-plan-card h4 {
  margin: 0 0 12px;
  font-weight: 700;
}

.it-plan-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgb(0 36 71);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.it-plan-card__icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.it-plan-card__summary {
  margin: 0;
  font-size: 14px;
}

.it-plan-card__cta {
  margin: 32px 0 55px;
  align-self: stretch;
  background-color: rgb(21 63 103);
  border: 0;
  color: rgb(255, 255, 255);
  height: 43px;
  padding: 0 24px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.it-plan-card__cta:hover {
  background-color: rgb(0 36 71);
}

.it-plan-card__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 10px;
}
.it-plan-card__list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: rgb(21 63 103);
  line-height: 1.5;
  font-weight: 500;
}
.it-plan-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-greentick-circle.svg") center/contain no-repeat;
}

.it-plan-card__note {
  font-weight: 500;
  color: rgb(77, 77, 77);
  font-size: 14px;
}

.it-plans__footer {
  margin-top: 40px;
  font-size: 13px;
}
.it-plans__footer span {
  color: rgb(230, 50, 69);
  font-weight: 700;
}
.it-plans__footer p {
  margin: 4px 0 0;
}

.light-section {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 88px 0;
}
@media (max-width: 992px) {
  .light-section {
    padding: 48px 0;
  }
}

.solutions {
  width: 100%;
}

.solutions__header {
  text-align: center;
  margin-bottom: 40px;
}

.error-404__content {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.error-404__actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-404__content .search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  max-width: 100%;
}
.error-404__content .search-form label {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 0;
  flex-shrink: 0;
}
.error-404__content .search-form .search-field {
  flex: 1;
  min-width: 160px;
  border: 1px solid #888;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgb(21 63 103);
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
.error-404__content .search-form .search-field::placeholder {
  color: rgb(77, 77, 77);
}
.error-404__content .search-form .search-field:focus {
  outline: none;
  border-color: rgb(0 36 71);
}
.error-404__content .search-form .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(0 36 71);
  border: 1px solid rgb(0 36 71);
  border-radius: 32px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}
.error-404__content .search-form .search-submit:hover {
  background-color: rgb(254, 82, 104);
  border-color: rgb(254, 82, 104);
}

.solutions__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 767px) {
  .solutions__inner {
    flex-wrap: wrap;
  }
}

.solutions__col {
  flex: 1;
}
@media (max-width: 992px) {
  .solutions__col {
    flex: auto;
    width: 100%;
  }
}

.solutions__image {
  position: relative;
}

.solutions__image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .solutions__image img {
    max-width: 100%;
  }
}

.solutions-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.solutions-accordion {
  display: grid;
  gap: 0;
}

.solutions-item {
  border-bottom: 1px solid rgb(211, 211, 211);
}

.solutions-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(21 63 103);
  cursor: pointer;
}

.solutions-title::after {
  content: "";
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%238b8b8b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

.solutions-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: rgb(21 63 103);
  padding-bottom: 0;
}

#solutionOne:checked ~ .solutions__col .solutions-item[data-solution=solutionOne],
#solutionTwo:checked ~ .solutions__col .solutions-item[data-solution=solutionTwo],
#solutionThree:checked ~ .solutions__col .solutions-item[data-solution=solutionThree],
#solutionFour:checked ~ .solutions__col .solutions-item[data-solution=solutionFour],
#solutionFive:checked ~ .solutions__col .solutions-item[data-solution=solutionFive],
#solutionSix:checked ~ .solutions__col .solutions-item[data-solution=solutionSix] {
  border-bottom-color: rgb(0 36 71);
}

#solutionOne:checked ~ .solutions__col .solutions-item[data-solution=solutionOne] .solutions-title,
#solutionTwo:checked ~ .solutions__col .solutions-item[data-solution=solutionTwo] .solutions-title,
#solutionThree:checked ~ .solutions__col .solutions-item[data-solution=solutionThree] .solutions-title,
#solutionFour:checked ~ .solutions__col .solutions-item[data-solution=solutionFour] .solutions-title,
#solutionFive:checked ~ .solutions__col .solutions-item[data-solution=solutionFive] .solutions-title,
#solutionSix:checked ~ .solutions__col .solutions-item[data-solution=solutionSix] .solutions-title {
  color: rgb(0 36 71);
  font-weight: 700;
}

#solutionOne:checked ~ .solutions__col .solutions-item[data-solution=solutionOne] .solutions-title::after,
#solutionTwo:checked ~ .solutions__col .solutions-item[data-solution=solutionTwo] .solutions-title::after,
#solutionThree:checked ~ .solutions__col .solutions-item[data-solution=solutionThree] .solutions-title::after,
#solutionFour:checked ~ .solutions__col .solutions-item[data-solution=solutionFour] .solutions-title::after,
#solutionFive:checked ~ .solutions__col .solutions-item[data-solution=solutionFive] .solutions-title::after,
#solutionSix:checked ~ .solutions__col .solutions-item[data-solution=solutionSix] .solutions-title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23c43043' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

#solutionOne:checked ~ .solutions__col .solutions-item[data-solution=solutionOne] .solutions-panel,
#solutionTwo:checked ~ .solutions__col .solutions-item[data-solution=solutionTwo] .solutions-panel,
#solutionThree:checked ~ .solutions__col .solutions-item[data-solution=solutionThree] .solutions-panel,
#solutionFour:checked ~ .solutions__col .solutions-item[data-solution=solutionFour] .solutions-panel,
#solutionFive:checked ~ .solutions__col .solutions-item[data-solution=solutionFive] .solutions-panel,
#solutionSix:checked ~ .solutions__col .solutions-item[data-solution=solutionSix] .solutions-panel {
  max-height: 120px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  #solutionOne:checked ~ .solutions__col .solutions-item[data-solution=solutionOne] .solutions-panel,
  #solutionTwo:checked ~ .solutions__col .solutions-item[data-solution=solutionTwo] .solutions-panel,
  #solutionThree:checked ~ .solutions__col .solutions-item[data-solution=solutionThree] .solutions-panel,
  #solutionFour:checked ~ .solutions__col .solutions-item[data-solution=solutionFour] .solutions-panel,
  #solutionFive:checked ~ .solutions__col .solutions-item[data-solution=solutionFive] .solutions-panel,
  #solutionSix:checked ~ .solutions__col .solutions-item[data-solution=solutionSix] .solutions-panel {
    padding-bottom: 0;
  }
}

#solutionOne:checked ~ .solutions__image img[data-image=solutionOne],
#solutionTwo:checked ~ .solutions__image img[data-image=solutionTwo],
#solutionThree:checked ~ .solutions__image img[data-image=solutionThree],
#solutionFour:checked ~ .solutions__image img[data-image=solutionFour],
#solutionFive:checked ~ .solutions__image img[data-image=solutionFive],
#solutionSix:checked ~ .solutions__image img[data-image=solutionSix] {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.dark-section__inner {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dark-section__inner {
    flex-wrap: wrap;
    gap: 32px;
  }
}

.dark-section__content {
  color: rgb(255, 255, 255);
}
.dark-section__content h2 {
  max-width: 380px;
  margin: 0;
}

.dark-section__image img {
  max-width: 100%;
}

.problems-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 540px;
  width: 100%;
}
@media (max-width: 576px) {
  .problems-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.problems-grid__row {
  display: grid;
  gap: 16px;
}
.problems-grid__row--1 {
  grid-template-columns: repeat(3, 168px);
}
.problems-grid__row--2 {
  grid-template-columns: repeat(2, 260px);
  justify-content: center;
}
@media (max-width: 576px) {
  .problems-grid__row {
    display: contents;
  }
  .problems-grid__row--1, .problems-grid__row--2 {
    grid-template-columns: unset;
    justify-content: unset;
  }
}

.problems-grid__card {
  background: rgb(0 36 71);
  padding: 20px 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .problems-grid__card {
    width: 100%;
    min-height: 200px;
  }
}

.problems-grid__row--1 .problems-grid__card {
  width: 168px;
  height: 200px;
}
@media (max-width: 576px) {
  .problems-grid__row--1 .problems-grid__card {
    width: 100%;
  }
}

.problems-grid__row--2 .problems-grid__card {
  width: 260px;
  height: 200px;
}
@media (max-width: 576px) {
  .problems-grid__row--2 .problems-grid__card {
    width: 100%;
  }
}

.problems-grid__icon-box {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.problems-grid__icon-box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.problems-grid__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-align: left;
}

.section-eyebrow {
  margin-bottom: 16px;
  display: inline-block;
}

.primary-box-text {
  font-family: "Inter", sans-serif;
  border: solid 1px rgb(0 36 71);
  padding: 6px 12px;
  border-radius: 6px;
  color: rgb(0 36 71);
  margin-bottom: 24px;
  display: inline-block;
  line-height: 140%;
  text-transform: uppercase;
}
.primary-box-text + h2 {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .primary-box-text {
    font-size: 14px;
    line-height: 130%;
  }
}

.service-section {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .service-section {
    padding: 48px 0;
  }
}

.core-services-section {
  padding: 72px 0 88px;
  background: rgb(255, 255, 255);
}
.core-services-section h2 {
  max-width: 580px;
}
@media (max-width: 992px) {
  .core-services-section {
    padding: 48px 0;
  }
}

.about-core-services-section {
  padding: 72px 0 0;
  background: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .about-core-services-section {
    padding: 0 0 48px 0;
  }
}

.core-services__header {
  max-width: 780px;
  margin: 0 auto 56px;
}
.core-services__header h2 {
  margin: 0 auto 8px;
}
.core-services__header p {
  margin: 0 auto;
  max-width: 780px;
  line-height: 1.5;
}

.core-services__subheader {
  max-width: 780px;
  margin: 0 auto 24px;
}
.core-services__subheader p {
  font-weight: 700;
  color: rgb(21 63 103);
}

.core-services__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .core-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .core-services__grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding: 0 14px;
  }
}

.core-services__cta {
  margin-top: 56px;
}

.core-services__tile {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 6px 20px rgba(17, 17, 17, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.core-services__tile h4 {
  margin: 0;
  font-weight: 700;
}
.core-services__tile p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.core-services__tile-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.core-services__tile-icon img {
  width: 28px;
  height: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  .core-services__tile-icon img {
    width: 24px;
  }
}
@media screen and (max-width: 992px) {
  .core-services__tile-icon {
    margin-bottom: 8px;
    width: 48px;
    height: 48px;
  }
}

.core-services__tile-icon--green {
  background: rgb(223, 242, 210);
}

.core-services__tile-icon--lavender {
  background: rgb(228, 229, 255);
}

.core-services__tile-icon--blue {
  background: rgb(210, 231, 255);
}

.core-services__tile-icon--pink {
  background: rgb(255, 228, 244);
}

.core-services__tile-icon--peach {
  background: rgb(255, 234, 219);
}

.core-services__tile-icon--yellow {
  background: rgb(255, 242, 201);
}

.core-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.core-services__list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  color: rgb(77, 77, 77);
  line-height: 1.4;
}
.core-services__list li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 4L6.0013 11.3333L2.66797 8' stroke='%234ACF4A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.core-services__link {
  margin-top: auto;
}

.service__inner {
  display: flex;
  align-items: center;
  gap: 32px 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .service__inner {
    margin-top: 16px;
  }
}

.service-carousel {
  position: relative;
}

.service-carousel__viewport {
  width: 100%;
}

.service-carousel__dots {
  display: none;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.service-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgb(77, 77, 77);
  opacity: 0.6;
  cursor: pointer;
  padding: 0;
}

.service-carousel__dot.is-active {
  background: rgb(0 36 71);
  opacity: 1;
}

@media (max-width: 1200px) {
  .service-carousel__viewport {
    overflow: hidden;
  }
  .service__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    transform: translateX(0);
    transition: transform 0.4s ease;
    will-change: transform;
  }
  .service__item {
    flex: 0 0 calc((100% - 48px) / 3);
  }
  .service-carousel__dots {
    display: flex;
  }
}
@media (max-width: 767px) {
  .service-carousel__viewport {
    width: 258px;
    margin: 0 auto;
  }
  .service__inner {
    justify-content: flex-start;
  }
  .service__item {
    flex: 0 0 258px;
  }
}
@media (max-width: 480px) {
  .service__item {
    flex: 0 0 258px;
  }
}
.service__cta {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.industry-section {
  padding: 0 0 80px 0;
}
@media (max-width: 992px) {
  .industry-section {
    padding: 24px 0 48px 0;
  }
}

.industry-box {
  background-color: rgb(21 63 103);
  border-radius: 16px;
  padding: 32px;
  color: rgb(255, 255, 255);
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 767px) {
  .industry-box {
    flex-wrap: wrap;
    padding: 32px 20px;
    gap: 24px;
  }
}

.industry-box__content {
  padding: 16px;
  width: 600px;
}
@media (max-width: 767px) {
  .industry-box__content {
    flex-wrap: wrap;
    padding: 0 0 40px;
    width: 100%;
  }
}

.industry-box__content p {
  color: rgb(211, 211, 211);
}

.industry-box__map {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .industry-box__map {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.industry-box__map img {
  width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .industry-box__map img {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .industry-box__map img {
    width: 100%;
  }
}

.process-section {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .process-section {
    padding: 32px 0 48px;
  }
}

.process-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 640px) {
  .process-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 14px;
  }
}

.process-card {
  /*background: rgb(243, 238, 238);
  border-radius: 16px;
  padding: 32px;*/
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .process-card {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .process-card {
    max-width: 380px;
    margin: 0 auto;
  }
}

.process-card__visual {
  border-radius: 12px;
  padding: 0;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card__placeholder {
  padding: 0px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .process-card__placeholder {
    text-align: left;
  }
}

.process-card__placeholder::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/works-mask.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.process-card__placeholder img {
  width: 100%;
  border-radius: 16px;
}

.process-card__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(0 36 71);
}

.process-card__step {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgb(0 36 71);
  border-radius: 6px;
  padding: 4px 8px;
  align-self: flex-start;
  background-color: rgba(196, 48, 67, 0.1);
}

.process-card h5 {
  margin: 8px 0 0;
}

.process-card p {
  margin: 0;
  color: rgb(77, 77, 77);
}

.process-cta {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.reviews-section {
  background-color: rgb(255, 255, 255);
  padding: 96px 0;
}
@media (max-width: 992px) {
  .reviews-section {
    padding: 72px 0 48px;
  }
}

.reviews__inner {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 767px) {
  .reviews__inner {
    flex-wrap: wrap;
  }
}

.reviews__content {
  flex: 1;
}
@media (max-width: 767px) {
  .reviews__content {
    flex: auto;
  }
}

.reviews__content .section-title {
  margin: 6px 0 24px;
}

.reviews__content .section-subtitle {
  margin-bottom: 40px;
  color: rgb(77, 77, 77);
  max-width: 420px;
}

.reviews__carousel {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 260px;
  background: rgb(255, 255, 255);
  padding: 24px 32px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .reviews__carousel {
    padding: 24px;
    border-radius: 12px;
  }
}

.reviews-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 9999px;
  background: rgba(0, 182, 122, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-card__icon img {
  width: 20px;
  height: 20px;
}

.reviews__carousel-wrap {
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease;
}

.reviews__carousel-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.reviews-card__slide {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.reviews-card__slide.is-active {
  /* for height measurement */
}

.reviews-card__text {
  color: rgb(21 63 103);
  margin: 0 0 20px;
}

.reviews-card__name {
  margin: 0;
  font-weight: 600;
  color: rgb(21 63 103);
}

.reviews-card__role {
  margin: 4px 0 0;
  color: rgb(77, 77, 77);
}

.reviews-card__controls {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.reviews-control {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reviews-control img {
  width: 40px;
  height: 40px;
  display: block;
}

.reviews-control--prev img {
  transform: rotate(180deg);
}

.reviews-control:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.reviews__stats {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .reviews__stats {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 48px;
  }
}

.reviews-stat h3 {
  margin: 0 0 6px;
}

.reviews-stat p {
  margin: 0;
  color: rgb(77, 77, 77);
}

.services-compare-section {
  background: url("../images/services.jpg") center/cover no-repeat;
  padding: 96px 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .services-compare-section {
    padding: 48px 0;
  }
}

.services-compare__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
}
@media (max-width: 992px) {
  .services-compare__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.services-compare__content p {
  margin-bottom: 40px;
  color: #D3D3D3;
  max-width: 380px;
}

.services-compare__content .section-subtitle {
  color: rgb(211, 211, 211);
  margin-bottom: 40px;
  max-width: 420px;
}
@media (max-width: 992px) {
  .services-compare__content .section-subtitle {
    max-width: 100%;
  }
}

.services-compare__panel {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .services-compare__panel {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.services-compare__lists {
  display: flex;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  position: relative;
  justify-content: flex-end;
  min-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .services-compare__lists {
    min-width: 100%;
  }
}

@media (max-width: 992px) {
  .services-compare__content {
    max-width: 100%;
    width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .services-compare__content {
    max-width: 380px;
    width: 100%;
  }
}

.services-compare__list {
  border-radius: 12px;
  padding: 20px;
  position: absolute;
  left: -30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .services-compare__list {
    left: 0;
    padding: 0;
    width: 100%;
  }
}

.services-compare__label {
  color: rgb(0 36 71);
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .services-compare__label {
    font-size: 14px;
  }
}

.services-compare__list ul,
.services-compare__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.services-compare__list li,
.services-compare__card li {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  gap: 8px;
  font-size: 16px;
  padding: 12px 24px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .services-compare__list li,
  .services-compare__card li {
    font-size: 10px;
    padding: 8px;
  }
}

.services-compare__list img {
  width: 20px;
  height: 20px;
}

.services-compare__list li {
  background-color: #313131;
  border: solid 1px #939393;
  color: #DEDEDE;
  padding: 12px 30px 12px 12px;
}
@media screen and (max-width: 767px) {
  .services-compare__list li {
    padding: 8px 30px 8px 4px;
    gap: 4px;
  }
}

.services-compare__card {
  background: rgb(255, 255, 255);
  color: rgb(21 63 103);
  border-radius: 16px;
  padding: 24px;
  width: 380px;
  z-index: 2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .services-compare__card {
    width: 220px;
    padding: 12px;
  }
}
@media screen and (max-width: 410px) {
  .services-compare__card {
    width: 180px;
    padding: 10px;
  }
}

.services-compare__card > img {
  display: block;
  margin: 0 auto 16px;
  height: 38px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .services-compare__card > img {
    max-width: 120px;
  }
}

.services-compare__card ul img {
  width: 20px;
  height: 20px;
}

.history-section {
  padding: 96px 0;
}

.history-section__heading {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.history-section__heading p {
  margin: 12px auto 0;
  max-width: 760px;
  font-family: "Inter", sans-serif;
}

.history-timeline {
  position: relative;
  display: grid;
  gap: 48px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  background: rgb(211, 211, 211);
  transform: translateX(-50%);
}

.history-timeline__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  position: relative;
}

.history-timeline__card {
  display: grid;
  gap: 16px;
}

.history-timeline__item--left .history-timeline__card {
  justify-self: end;
}

.history-timeline__item--right .history-timeline__card {
  justify-self: start;
}

.history-timeline__image img {
  width: 100%;
  border-radius: 12px;
  display: block;
  box-shadow: 0 16px 30px rgba(22, 28, 45, 0.12);
}

.history-timeline__year {
  display: inline-block;
  color: rgb(0 36 71);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.history-timeline__text h5 {
  margin: 0 0 6px;
  font-weight: 700;
}

.history-timeline__text p {
  margin: 0;
  max-width: 280px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.history-timeline__dot {
  width: 10px;
  height: 10px;
  background: rgb(0 36 71);
  border-radius: 50%;
  justify-self: center;
  margin-top: 170px;
}

.history-team {
  margin-top: 72px;
}

.history-team__header {
  max-width: 820px;
  margin: 0 0 48px;
  text-align: left;
}

.history-team__header p {
  margin: 12px 0 0;
  max-width: 720px;
  color: rgb(77, 77, 77);
}

.history-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.history-team__card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .history-team__card {
    width: 246px;
    margin: 0 auto;
  }
}

.history-team__photo {
  border-radius: 10px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  width: 100%;
  margin: 0 auto;
}

.history-team__photo img {
  width: 100%;
  display: block;
}

.history-team__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.history-team__name {
  margin: 0;
  color: rgb(0 36 71);
  font-weight: 700;
  font-size: 18px;
}

.history-team__role {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 14px;
  color: rgb(21 63 103);
}

.history-team__quote {
  margin: 0 0 12px;
  font-size: 12px;
  padding-right: 10px;
}

.history-team__label {
  margin: 8px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: rgb(21 63 103);
}
@media (max-width: 992px) {
  .history-team__label {
    margin-top: 0;
  }
}

.history-team__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 220px;
}

.history-team__tags li {
  font-size: 10px;
  font-weight: 500;
  padding: 4px;
  border-radius: 999px;
  line-height: 1.2;
}

.history-team__tags .bg-ice-blue {
  background-color: rgb(210, 231, 255);
  color: rgb(35, 70, 116);
}

.history-team__tags .bg-butter-yellow {
  background-color: rgb(255, 242, 201);
  color: rgb(124, 104, 24);
}

.history-team__tags .bg-blush-pink {
  background-color: rgb(228, 229, 255);
  color: rgb(89, 72, 140);
}

.history-team__tags .bg-mint-white {
  background-color: rgb(223, 242, 210);
  color: rgb(35, 116, 109);
}

@media (max-width: 992px) {
  .history-section {
    padding: 72px 0;
  }
  .history-section__heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .history-timeline {
    gap: 36px;
    max-width: 400px;
    margin: 0 auto;
  }
  .history-timeline > div:first-child .history-timeline__dot {
    margin-top: -119px;
  }
  .history-timeline > div:nth-child(2) .history-timeline__dot {
    margin-top: 170px;
  }
  .history-timeline > div:nth-child(3) .history-timeline__dot {
    margin-top: -120px;
  }
  .history-timeline > div:nth-child(4) .history-timeline__dot {
    margin-top: 175px;
  }
  .history-timeline::before {
    left: 12px;
  }
  .history-timeline__item {
    grid-template-columns: 24px minmax(0, 1fr);
  }
  .history-timeline__item--left .history-timeline__card,
  .history-timeline__item--right .history-timeline__card {
    justify-self: start;
  }
  .history-timeline__dot {
    grid-column: 1;
    margin-top: 32px;
  }
  .history-timeline__card {
    grid-column: 2;
  }
  .history-timeline__empty {
    display: none;
  }
  .history-team {
    margin-top: 56px;
  }
  .history-team__header {
    text-align: center;
    margin-bottom: 56px;
  }
  .history-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .history-team__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.faq-section {
  padding: 96px 0;
  background: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .faq-section {
    padding: 48px 0;
  }
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-header .section-subtitle {
  margin-top: 8px;
  color: rgb(77, 77, 77);
}

.faq-list {
  max-width: 846px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.faq-item {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 0 20px;
  border: none;
}
@media screen and (max-width: 767px) {
  .faq-item {
    padding: 0 16px;
  }
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(21 63 103);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-chevron-down.svg");
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.faq-item[open] summary {
  background: rgb(0 36 71);
  color: rgb(255, 255, 255);
  padding: 16px 20px;
  margin: 0 -20px;
  border-radius: 12px 12px 0 0;
  margin-bottom: 16px;
  transition: all 0.2s ease;
}

.faq-item__content {
  padding: 0 0 16px;
  color: rgb(77, 77, 77);
}

.cyber-trust {
  background: #F6F6F6;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .cyber-trust {
    padding: 48px 0;
  }
}
@media (max-width: 576px) {
  .cyber-trust {
    padding: 40px 0;
  }
}

.cyber-trust__title {
  margin: 0 0 40px;
  color: rgb(21 63 103);
  text-align: center;
}
@media (max-width: 576px) {
  .cyber-trust__title {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 0 8px;
  }
}

.cyber-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .cyber-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .cyber-trust__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.cyber-trust__card {
  background: rgb(255, 255, 255);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .cyber-trust__card {
    padding: 14px;
  }
}

.cyber-trust__icon-box {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #00B67A;
  border: 6px solid rgba(70, 183, 105, 0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cyber-trust__icon-box img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.cyber-trust__text {
  margin: 0;
  margin-top: auto;
  padding: 0 10%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(21 63 103);
  text-align: center;
  min-height: 2.8em;
}
@media (max-width: 576px) {
  .cyber-trust__text {
    padding: 0 6%;
    font-size: 13px;
    min-height: 2.8em;
  }
}

.problems-inline {
  width: 100%;
  background-color: rgb(21 63 103);
  background-image: url(../images/problems-background.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  padding: 88px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .problems-inline {
    padding: 48px 0;
  }
}
@media (max-width: 576px) {
  .problems-inline {
    padding: 40px 0;
  }
}

.problems-inline__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.problems-inline__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(0 36 71);
}

.problems-inline__title {
  margin: 0 0 48px;
  color: rgb(255, 255, 255);
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .problems-inline__title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.problems-inline__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 992px) {
  .problems-inline__list {
    gap: 24px 32px;
  }
}
@media (max-width: 576px) {
  .problems-inline__list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.problems-inline__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  max-width: 200px;
}
@media (max-width: 992px) {
  .problems-inline__item {
    width: 280px;
    max-width: 280px;
  }
}

.problems-inline__icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.problems-inline__icon-wrap img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.problems-inline__text {
  margin: 0;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 576px) {
  .problems-inline__text br {
    display: none;
  }
}

.our-process {
  background: #F6F6F6;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .our-process {
    padding: 48px 0;
  }
}
@media (max-width: 576px) {
  .our-process {
    padding: 40px 0;
  }
}

.our-process__title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(21 63 103);
  text-align: center;
}
@media (max-width: 576px) {
  .our-process__title {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 0 8px;
  }
}

.our-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .our-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .our-process__grid {
    grid-template-columns: 1fr;
  }
}

.our-process__card {
  background: rgb(255, 255, 255);
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .our-process__card {
    padding: 24px;
  }
}

.our-process__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgb(0 36 71);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
}

.our-process__card-title {
  margin: 0 0 8px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(21 63 103);
}
@media (max-width: 576px) {
  .our-process__card-title {
    font-size: 18px;
    margin-top: 24px;
  }
}

.our-process__card-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(77, 77, 77);
  text-align: left;
}

.our-process-steps {
  padding: 88px 0;
  background: #f8f9fa;
}
@media (max-width: 576px) {
  .our-process-steps {
    padding: 48px 0px;
  }
}
.our-process-steps .our-process-steps__title {
  margin: 0 0 40px;
  color: rgb(21 63 103);
  text-align: center;
}
@media (max-width: 576px) {
  .our-process-steps .our-process-steps__title {
    margin-bottom: 24px;
    padding: 0 8px;
  }
}
.our-process-steps .our-process-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .our-process-steps .our-process-steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}
@media (max-width: 576px) {
  .our-process-steps .our-process-steps__grid {
    grid-template-columns: 1fr;
  }
}
.our-process-steps .our-process-steps__card {
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 992px) {
  .our-process-steps .our-process-steps__card {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .our-process-steps .our-process-steps__card {
    margin-bottom: 48px;
  }
}
.our-process-steps .our-process-steps__card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% + 24px + 40px);
  width: calc(100% - 48px - 80px);
  height: 1px;
  background: rgba(34, 34, 34, 0.25);
  pointer-events: none;
}
@media (max-width: 992px) {
  .our-process-steps .our-process-steps__card:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .our-process-steps .our-process-steps__card:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: -36px;
    height: 24px;
    width: 1px;
    background: rgba(34, 34, 34, 0.25);
    pointer-events: none;
  }
}
.our-process-steps .our-process-steps__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(0 36 71);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.our-process-steps .our-process-steps__card-title {
  margin: 0 0 8px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(21 63 103);
}
@media (max-width: 576px) {
  .our-process-steps .our-process-steps__card-title {
    font-size: 18px;
  }
}
.our-process-steps .our-process-steps__card-text {
  margin: 0;
  text-align: center;
}

.design-principles {
  padding: 88px 0;
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .design-principles {
    padding: 48px 0px;
  }
}
.design-principles .design-principles__header {
  margin-bottom: 56px;
  text-align: center;
}
.design-principles .design-principles__title {
  margin: 0 0 8px;
  color: rgb(21 63 103);
}
.design-principles .design-principles__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(77, 77, 77);
}
.design-principles .design-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .design-principles .design-principles__grid {
    grid-template-columns: 1fr;
  }
}
.design-principles .design-principles__card {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.design-principles .design-principles__card-title {
  margin: 0 0 8px;
  font-size: 20px;
  color: rgb(21 63 103);
}
.design-principles .design-principles__card-text {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(77, 77, 77);
  flex-grow: 1;
}
.design-principles .design-principles__card-visual {
  margin-top: auto;
  text-align: center;
}
.design-principles .design-principles__card-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.stories-section {
  padding: 88px 0;
  background: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .stories-section {
    padding: 48px 0;
  }
}

.stories-header {
  text-align: center;
  margin-bottom: 48px;
}

.stories-filters {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.stories-tabs,
.stories-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 540px) {
  .stories-tabs,
  .stories-chips {
    gap: 10px;
  }
}

.stories-tab,
.stories-chip {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(77, 77, 77);
  padding: 6px 0 10px;
  border-bottom: 2px solid transparent;
}

.stories-tab.is-active {
  color: rgb(0 36 71);
  border-bottom: 2px solid rgb(0 36 71);
  line-height: 1.2;
}

.stories-tabs {
  gap: 40px;
  border-bottom: 2px solid rgb(211, 211, 211);
  width: 100%;
}
@media (max-width: 767px) {
  .stories-tabs {
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .stories-tabs::-webkit-scrollbar {
    display: none;
  }
  .stories-tabs li {
    flex-shrink: 0;
  }
}

.stories-tab {
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .stories-tab {
    white-space: nowrap;
    padding-bottom: 12px;
    margin-bottom: -2px;
  }
}

.stories-chip {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #d2d2d2;
  color: rgb(123, 123, 123);
}

.stories-chip.is-active {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: rgb(255, 255, 255);
}

.stories-header .section-subtitle {
  color: rgb(77, 77, 77);
  margin-top: 8px;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .stories-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 14px;
  }
}

.story-card {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.story-card__thumb-link {
  display: block;
  line-height: 0;
}

.story-card img {
  width: 100% !important;
  object-fit: cover;
  max-width: 100% !important;
  min-height: 200px;
  height: auto !important;
}

.story-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.story-card__body h4 {
  margin: 0;
  max-width: 90%;
  font-weight: 700;
}

.story-card__title-link {
  color: inherit;
  text-decoration: none;
}
.story-card__title-link:hover {
  color: rgb(0 36 71);
  text-decoration: underline;
}

.story-card__body p {
  margin: 0;
}

.story-card__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.story-card__body ul li {
  position: relative;
  padding-left: 24px;
}

.story-card__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 4L6.0013 11.3333L2.66797 8' stroke='%234ACF4A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.story-card__link {
  margin-top: auto;
  padding-top: 16px;
  color: rgb(0 36 71);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
}

.link-arrow {
  position: relative;
  padding-right: 28px;
}

.link-arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-arrow-up-right.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 75%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.link-arrow:hover::after {
  transform: translateY(-50%) translate(4px, -4px);
}

.stories-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cta-section {
  background: url("../images/cta.jpg") center/cover no-repeat;
  padding: 72px 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .cta-section {
    padding: 48px 0;
  }
}

.cta-title {
  color: rgb(0 36 71);
  margin: 0 0 12px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .cta-title {
    font-size: 28px;
  }
}

.cta-subtitle {
  margin: 0 0 32px;
  font-size: 28px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .cta-subtitle {
    font-size: 20px;
    margin: 0 0 24px;
  }
}

.cta-text {
  margin: 0;
  color: rgb(211, 211, 211);
  font-size: 16px;
}

.contact-section {
  background: rgb(255, 255, 255) url("../images/body-bg-pattern.png") top center no-repeat;
  padding: 96px 0;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 48px 0;
  }
}

.contact-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-section__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.contact-form {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  padding: 28px;
}
.contact-form > p {
  font-size: 14px;
  margin: 16px 0 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 20px;
    order: 2;
  }
  .contact-form .gform_wrapper .gfield_label {
    font-size: 14px;
  }
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  background-image: none !important;
  line-height: 1 !important;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover {
  background-image: none !important;
  line-height: 1 !important;
}

.gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gfield {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gfield--full {
  grid-column: 1/-1;
}

.gfield_label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #595959 !important;
}

.ginput_container input,
.ginput_container textarea {
  width: 100%;
  border: 1px solid rgb(243, 238, 238);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgb(21 63 103);
  background: rgb(255, 255, 255);
}

.ginput_container textarea {
  resize: vertical;
}

.gform_footer {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gform_note {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: rgb(77, 77, 77);
}

.contact-content {
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .contact-content {
    order: 1;
  }
}

.contact-content__avatar {
  width: 170px;
  height: 170px;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}

.contact-content h3 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Open Sauce Sans", sans-serif;
}
@media (max-width: 992px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .contact-content h3 {
    font-size: 18px;
  }
}

.contact-content p {
  margin: 0 0 10px;
}

.contact-content__small {
  font-size: 14px;
}

.site-footer {
  background: #002447;
  color: rgb(255, 255, 255);
  padding: 56px 0;
}

.site-footer__inner {
  display: flex;
  gap: 350px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .site-footer__inner {
    gap: 72px;
  }
}
@media (max-width: 767px) {
  .site-footer__inner {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 32px;
  }
}

.site-footer__brand {
  min-width: 220px;
}

.site-footer__brand img {
  height: 120px;
  width: auto;
  display: block;
  margin-bottom: 12px;
}

.site-footer__copy {
  margin: 0;
  color: rgb(211, 211, 211);
  font-size: 14px;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  flex: 1;
}
@media (max-width: 1200px) {
  .site-footer__columns {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .site-footer__columns {
    grid-template-columns: minmax(0, 1fr);
  }
}

.site-footer__column h6 {
  margin: 0 0 12px;
  font-size: 16px;
}

.site-footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.site-footer__column a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.site-footer__column a:hover {
  color: rgb(102 124 145);
}

.site-footer__column li {
  color: #7B7B7B;
  font-size: 14px;
  line-height: 150%;
}
.about-core-services-section {
	background-color: #edf2f7;
}
.industries-title {
  margin-top: 8px;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .industry-tags {
    margin: 32px 0 0;
    gap: 12px;
  }
}

.industry-tags li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgb(51, 145, 51);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 992px) {
  .industry-tags li {
    padding: 10px 12px;
  }
}

.industry-tags img {
  width: 18px;
  height: 18px;
  display: block;
}

.service__item {
  flex: 0 0 calc((100% - 72px) / 4);
  border-radius: 12px;
  overflow: hidden;
  background-color: rgb(249, 242, 243);
}

@media (max-width: 1200px) {
  .service__item {
    flex: 0 0 calc((100% - 48px) / 3);
  }
}
@media (max-width: 767px) {
  .service__item {
    flex: 0 0 258px;
  }
}
.service__item__inner {
  background-image: url(../images/service-item-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__item__inner span {
  display: inline-block;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__item__content {
  padding: 32px 24px;
  text-align: left;
  align-items: flex-start;
  min-height: 100px;
}
.service__item__content p, .service__item__content a {
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: rgb(21 63 103);
  text-decoration: none;
}
.service__item__content a:hover {
  color: rgb(0 36 71);
}

.story-tags {
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}

.story-tags .story-tag {
  padding: 4px 8px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.story-card__body ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.story-card__body ul li {
  font-size: 14px;
  font-weight: 400;
}

.case-study-details-banner__content .hero-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .case-study-details-banner__content .hero-title {
    margin-top: 48px;
  }
}

.case-study-details-banner__image {
  border-radius: 16px;
  width: 100%;
}

.case-study-details-banner__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.case-study-details-banner__meta-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(77, 77, 77);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .case-study-details-banner__meta-left {
    font-size: 12px;
  }
}

.case-study-details-banner__meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(0 36 71);
}

.case-study-details-banner__meta .story-tags {
  display: flex;
  gap: 8px;
  margin: 0;
  width: auto;
}

.case-study-details-content {
  padding: 64px 0 88px;
}
@media (max-width: 767px) {
  .case-study-details-content {
    padding: 36px 0 48px;
  }
}

.case-study-details-content__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 128px;
}
@media (max-width: 767px) {
  .case-study-details-content__inner {
    padding: 0;
  }
}

.case-study-details-section h5 {
  margin: 0 0 20px;
  font-weight: 700;
}

.case-study-details-section__label {
  margin-top: 40px !important;
  font-weight: 600;
  color: rgb(0 36 71);
}

.case-study-details-section__label--success {
  color: rgb(51, 145, 51);
}

.case-study-details-list, .case-study-details-content__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.case-study-details-list li, .case-study-details-content__inner li {
  position: relative;
  padding-left: 18px;
  color: rgb(77, 77, 77);
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.case-study-details-list li::before, .case-study-details-content__inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(45, 45, 45);
}

.case-study-details-divider {
  border: none;
  height: 1px;
  background: rgb(228, 199, 199);
  margin: 64px 0;
}
@media (max-width: 767px) {
  .case-study-details-divider {
    margin: 36px 0 24px 0;
  }
}

.case-study-details-tech {
  background: rgb(0 36 71);
  color: rgb(255, 255, 255);
  padding: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.case-study-details-tech h5 {
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: none;
}

.case-study-details-tech__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.case-study-details-tech__tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgb(255, 255, 255);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
}

.case-study-details-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 48px 0;
}
@media (max-width: 992px) {
  .case-study-details-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .case-study-details-stats {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.case-study-details-stat {
  padding: 62px 24px 24px 24px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .case-study-details-stat {
    padding: 56px 24px 48px 24px;
  }
}

.case-study-details-stat h2 {
  margin: 0 0 4px;
  font-weight: 700;
}

.case-study-details-stat p {
  margin: 0 0 4px;
  font-weight: 600;
  color: rgb(21 63 103);
}

.case-study-details-stat span {
  font-size: 12px;
  color: rgb(77, 77, 77);
}

.case-study-details-stat:nth-child(1) {
  background: rgb(230, 246, 255);
}

.case-study-details-stat:nth-child(1) h2 {
  color: rgb(32, 100, 140);
}

.case-study-details-stat:nth-child(2) {
  background: rgb(255, 234, 223);
}

.case-study-details-stat:nth-child(2) h2 {
  color: rgb(172, 87, 42);
}

.case-study-details-stat:nth-child(3) {
  background: rgb(255, 246, 208);
}

.case-study-details-stat:nth-child(3) h2 {
  color: rgb(124, 104, 24);
}

.case-study-details-stat:nth-child(4) {
  background: rgb(239, 255, 250);
}

.case-study-details-stat:nth-child(4) h2 {
  color: rgb(35, 116, 109);
}

.case-study-details-outcomes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.case-study-details-outcomes li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
  color: rgb(77, 77, 77);
}

.case-study-details-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../images/icon-green-check-circle.svg") center/contain no-repeat;
}

.case-study-testimony {
  background: rgb(255, 255, 255);
  padding: 72px 0;
}
@media (max-width: 992px) {
  .case-study-testimony {
    padding: 48px 0;
  }
}

.case-study-testimony__heading {
  margin: 0 auto 40px;
}
.case-study-testimony__heading h2 {
  margin-bottom: 16px;
}

.case-study-testimony__card {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .case-study-testimony__card {
    grid-template-columns: 1fr;
  }
}

.case-study-testimony__media {
  position: relative;
}

.case-study-testimony__media img {
  width: 100%;
  border-radius: 12px 0 0 12px;
  display: block;
}
@media (max-width: 767px) {
  .case-study-testimony__media img {
    border-radius: 12px 12px 0 0;
  }
}

.case-study-testimony__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgb(0 36 71);
  color: rgb(255, 255, 255);
  padding: 60px 16px 16px 16px;
  border-radius: 12px;
  max-width: 170px;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  display: block;
}

.case-study-testimony__badge-icon {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.case-study-testimony__badge-icon img {
  width: 14px;
  height: 14px;
  display: block;
}

.case-study-testimony__badge-text {
  display: block;
}

.case-study-testimony__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 32px;
}

.case-study-testimony__quote {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(226, 244, 236);
  color: rgb(35, 160, 108);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 24px;
}

.case-study-testimony__text {
  margin: 0 auto 24px;
  color: rgb(21 63 103);
  line-height: 1.6;
  font-size: 14px;
  max-width: 425px;
}

.case-study-testimony__name {
  margin: 0 0 6px;
  color: rgb(0 36 71);
  font-weight: 600;
}

.case-study-testimony__title {
  margin: 0;
  color: rgb(77, 77, 77);
  font-size: 14px;
}

.case-study-testimony__grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .case-study-testimony__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .case-study-testimony__grid {
    grid-template-columns: 1fr;
  }
}

.case-study-testimony__mini {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
}

.case-study-testimony__mini-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
}

.case-study-testimony__mini-name {
  margin: 0 0 4px;
  color: rgb(0 36 71);
  font-weight: 600;
  font-size: 14px;
}

.case-study-testimony__mini-title {
  margin: 0;
  font-size: 12px;
}

.count-section {
  padding-bottom: 72px;
}

.count-section__lead {
  max-width: 760px;
  margin: 0 auto 32px;
}

.count-section__title {
  margin: 0 auto 32px;
  max-width: 760px;
}

.count-section__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto 96px;
  max-width: 960px;
}
@media (max-width: 1200px) {
  .count-section__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .count-section__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 64px;
  }
}
@media (max-width: 520px) {
  .count-section__highlights {
    grid-template-columns: 1fr;
  }
}

.count-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 12px;
  color: rgb(21 63 103);
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.08);
}

.count-highlight__icon {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: rgb(0, 182, 122);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: solid 4px rgba(70, 183, 105, 0.1);
}
.count-highlight__icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.count-highlight__text {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgb(21 63 103);
  line-height: 1.4;
  font-weight: 500;
}

.count-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) max-content;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .count-section__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(180px, 1fr) minmax(180px, 1fr) auto auto auto auto;
    gap: 24px;
  }
  .count-section__grid .count-section__stats,
  .count-section__grid .count-section__image--tall,
  .count-section__grid .count-section__aside {
    display: contents;
  }
  .count-section__grid .count-section__image--tall,
  .count-section__grid .count-section__image--tall img {
    grid-column: 1;
    grid-row: 1/3;
  }
  .count-section__grid .count-section__image--tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 0;
    border-radius: 14px;
  }
  .count-section__grid .count-section__aside .count-section__image:first-of-type {
    grid-column: 2;
    grid-row: 1;
  }
  .count-section__grid .count-section__aside .count-section__image:last-of-type {
    grid-column: 2;
    grid-row: 2;
  }
  .count-section__grid .count-section__stats .count-card:first-child {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .count-section__grid .count-section__stats .count-card:last-child {
    grid-column: 1/-1;
    grid-row: 4;
  }
  .count-section__grid .count-section__aside .count-card:first-child {
    grid-column: 1/-1;
    grid-row: 5;
  }
  .count-section__grid .count-section__aside .count-card:last-child {
    grid-column: 1/-1;
    grid-row: 6;
  }
}

.count-section__stats {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
  height: 100%;
  grid-row: 1/span 2;
}

.count-section__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .count-section__image {
    border-radius: 6px;
    height: 100%;
    min-height: 0;
  }
}

.count-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .count-section__image img {
    min-height: 160px;
    border-radius: 14px;
  }
}

.count-section__image--tall {
  height: 100%;
  width: 100%;
  grid-row: 1/span 2;
}
@media (max-width: 992px) {
  .count-section__image--tall {
    grid-row: unset;
    height: 100%;
    min-height: 0;
  }
}

.count-section__aside {
  display: grid;
  grid-template-columns: repeat(2, 245px);
  grid-auto-rows: 1fr;
  gap: 24px;
  height: 100%;
  justify-content: end;
  grid-row: 1/span 2;
}
@media (max-width: 992px) {
  .count-section__aside {
    grid-template-columns: 1fr;
    grid-row: unset;
    height: auto;
  }
}

.count-section__aside > * {
  height: 100%;
  width: 245px;
}
@media (max-width: 992px) {
  .count-section__aside > * {
    width: 100%;
    height: auto;
  }
}

.count-card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .count-card {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

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

.count-card--compact {
  padding: 20px;
}
@media (max-width: 992px) {
  .count-card--compact {
    padding: 30px;
  }
}

.count-card__value {
  margin: 0 0 8px;
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: rgb(45, 45, 45);
}

.count-card__label {
  margin: 0;
  color: rgb(77, 77, 77);
  font-size: 14px;
}

.count-section__cta {
  margin-top: 32px;
}

.case-study__title {
  margin-bottom: 16px;
}

.case-study__text {
  margin-bottom: 56px;
}

.core-services__content p {
  max-width: 780px;
}

.core-services__card {
  position: relative;
  background: rgb(21 63 103);
  border-radius: 16px;
  color: rgb(255, 255, 255);
  display: block;
  padding: 48px;
  min-height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .core-services__card {
    padding: 36px 24px;
  }
}

.core-services__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(21 63 103) 0%, rgba(34, 34, 34, 0.85) 45%, rgba(34, 34, 34, 0.2) 75%, rgba(34, 34, 34, 0) 100%), url("../images/it-service-bg.png") right center/auto 100% no-repeat;
  opacity: 0.8;
  pointer-events: none;
}

.core-services__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  display: flex;
  flex-direction: column;
}

.core-services__title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.core-services__title h2 {
  margin: 0;
}

.core-services__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgb(0 36 71);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.core-services__icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.core-services__card p {
  color: rgb(206, 206, 206);
  margin: 0;
}

.core-services__tags {
  margin-top: 32px !important;
  margin-bottom: 40px;
  gap: 12px;
}
.core-services__tags li {
  padding: 8px 12px;
  border-color: rgb(51, 145, 51);
  white-space: nowrap;
  font-size: 14px !important;
}

.core-services__button {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(21 63 103);
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 999px;
  align-self: flex-start;
  width: fit-content;
}

.gform_validation_errors {
  display: none !important;
}

.nav-back-btn {
  margin: 10px 0 60px;
  width: 100%;
  display: none;
  text-align: center;
}
@media (max-width: 992px) {
  .nav-back-btn {
    display: block;
  }
}

@media (max-width: 992px) {
  #menu-solutions li, #menu-industries li {
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .col-mob-spacing {
   gap:0 !important;
  }
}
h5.sub-title {
	margin-bottom: 10px;
    color: #646e74;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}
.btn-arrow {
	color: #153f67;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #153f67;
    align-self: flex-start;
	position: relative;
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.btn-arrow:hover {
  /*transform: scaleX(0);*/
	border-bottom: 0px solid #153f67;
}
.btn-arrow::after {
	content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/btn-arrow.png);
    margin-left: 5px;
}
.site-nav__list .current_page_item a { color: #265c8a; }
._12bllok4 {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.22s cubic-bezier(.23, .48, .62, .82);
}
._12bllok3 {
    height: 14.75rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    transition: height 0.22s cubic-bezier(.23, .48, .62, .82);
}
.process-card__placeholder:hover img {
    transform: scale(1.05);
}
.send-message__form {
	background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    padding: 32px;
}
input.wpcf7-form-control, .wpcf7-form-control.wpcf7-textarea {
	transition: border 0.22s cubic-bezier(0.65, 0.05, 0.36, 1);
    border: 1.5px solid #99c4ef;
    border-radius: .5rem;
    padding: .5rem .875rem;
    font: 400 .875rem / 1.375rem 400 .875rem / 1.375rem 'inter', 'inter Fallback', sans-serif;
    color: rgb(0, 36, 71);
    min-width: 100%;
	height: 3rem;
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	min-height: 10rem;
}
input.wpcf7-form-control:focus, .wpcf7-form-control.wpcf7-textarea:focus {
	outline: none; 
	border-color: #006bd6;
	box-shadow: 0 0 0;
}
input.wpcf7-form-control.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    background-color: rgb(0 107 214);
    border: solid 1px rgb(0 128 255);
    border-radius: 32px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.wpcf7-not-valid-tip {
    font-size: 12px!important;
}
.wpcf7-form label {
    color: rgb(0 36 71);
}
/* Add a down arrow to parent menu items */
.site-nav .menu-item-has-children > a::after {
    content: " ▾";
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* Change to an up arrow on hover */
.site-nav .menu-item-has-children:hover > a::after {
    content: " ▴";
}
/* 1. Ensure the parent item handles absolute positioning */
.site-nav ul li {
    position: relative;
    display: inline-block;
}
.site-nav ul .sub-menu {
    position: absolute;
    top: 100%; 
    left: 0;
    display: none; 
    min-width: 200px;
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: .75rem;
    filter: drop-shadow(0 0 2.5rem rgba(75, 102, 142, .16));
    z-index: 999; 
}
.site-nav ul .sub-menu::before {
	content: url('data:image/svg+xml;utf8,<svg class="dklmul9" viewBox="0 0 24 21" xmlns="http://www.w3.org/2000/svg" fill="white" ><path d="M9.40193 1.5C10.5566 -0.500003 13.4434 -0.5 14.5981 1.5L23.2583 16.5C24.413 18.5 22.9697 21 20.6603 21H3.33974C1.03034 21 -0.413031 18.5 0.74167 16.5L9.40193 1.5Z"></path></svg>');
	position: absolute;
	left: 10%;
	top: -15px;
	width: 24px;
	height: 21px;
}
.site-nav ul .sub-menu li {
    display: block;
    width: 100%;
	filter: drop-shadow(0 0 2.5rem rgba(75, 102, 142, .16));
}
.site-nav ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333333;
    text-decoration: none;
    transition: background-color 0.3s ease;
	filter: drop-shadow(0 0 2.5rem rgba(75, 102, 142, .16));
}
.site-nav ul li:hover > .sub-menu {
    display: block;
}

.site-nav ul .sub-menu li a:hover {
    background-color: #f5f5f5;
    color: #0073aa; 
}
/*# sourceMappingURL=main.css.map */
