.services-benefits-v2 {
  background: #192941;
  padding: 74px 0;
}
@media (max-width: 1024px) {
  .services-benefits-v2 {
    padding: 40px 0;
  }
}
.services-benefits-v2__wrap {
  display: grid;
  grid-template-columns: 520px 1fr;
  justify-content: space-between;
  gap: 70px 60px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-benefits-v2__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.services-benefits-v2__left {
  display: flex;
  flex-direction: column;
  gap: 70px;
  height: 100%;
}
@media (max-width: 1024px) {
  .services-benefits-v2__left {
    gap: 16px;
    height: auto;
  }
}
.services-benefits-v2__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.services-benefits-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.services-benefits-v2__eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  flex-shrink: 0;
}
.services-benefits-v2__eyebrow-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1024px) {
  .services-benefits-v2__eyebrow-text {
    font-size: 12px;
    line-height: 1.6;
  }
}
.services-benefits-v2__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-benefits-v2__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.services-benefits-v2__title span {
  color: #efa057;
}
.services-benefits-v2__desc {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .services-benefits-v2__desc {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-benefits-v2__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
}
@media all and (min-width: 992px) {
  .services-benefits-v2__media {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 1024px) {
  .services-benefits-v2__media {
    height: 300px;
    position: relative;
    top: auto;
  }
}
.services-benefits-v2__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-benefits-v2__media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 41, 65, 0.15);
  pointer-events: none;
}
.services-benefits-v2__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .services-benefits-v2__list {
    gap: 16px;
  }
}
.services-benefits-v2__item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .services-benefits-v2__item {
    padding-bottom: 16px;
    gap: 8px;
  }
}
.services-benefits-v2__item--last {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.services-benefits-v2__item-head {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1024px) {
  .services-benefits-v2__item-head {
    gap: 16px;
  }
}
.services-benefits-v2__item-num {
  width: 27px;
  flex: 0 0 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-benefits-v2__item-num {
    width: 22px;
    flex-basis: 22px;
    font-size: 14px;
  }
}
.services-benefits-v2__item-title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-benefits-v2__item-title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.services-benefits-v2__item-body {
  padding-left: 53px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .services-benefits-v2__item-body {
    padding-left: 38px;
    font-size: 14px;
    max-width: 282px;
  }
}

.ceo-quote {
  background: #192941;
  padding: 74px 0 0;
}
@media (max-width: 1024px) {
  .ceo-quote {
    padding: 40px 0 0;
  }
}
.ceo-quote__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .ceo-quote__wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.ceo-quote__content {
  width: 660px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .ceo-quote__content {
    width: 100%;
    gap: 16px;
  }
}
.ceo-quote__icon {
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .ceo-quote__icon {
    width: 32px;
    height: 32px;
  }
}
.ceo-quote__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ceo-quote__text {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .ceo-quote__text {
    font-size: 16px;
  }
}
.ceo-quote__meta {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (max-width: 1024px) {
  .ceo-quote__meta {
    justify-content: space-between;
    gap: 16px;
  }
}
.ceo-quote__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1024px) {
  .ceo-quote__name {
    font-size: 16px;
    line-height: normal;
  }
}
.ceo-quote__position {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .ceo-quote__position {
    font-size: 13px;
  }
}
.ceo-quote__signature {
  width: 167px;
  height: 100px;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .ceo-quote__signature {
    width: 133px;
    height: 80px;
  }
}
.ceo-quote__signature img, .ceo-quote__signature svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ceo-quote__video {
  width: 520px;
}
@media (max-width: 1024px) {
  .ceo-quote__video {
    width: 100%;
  }
}
.ceo-quote__video-btn {
  border: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.ceo-quote__video-media {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
}
@media (max-width: 1024px) {
  .ceo-quote__video-media {
    height: 309px;
  }
}
.ceo-quote__video-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo-quote__video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 41, 65, 0.15);
}
.ceo-quote__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 1024px) {
  .ceo-quote__video-play {
    width: 55px;
    height: 55px;
  }
}
.ceo-quote__video-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid rgba(255, 255, 255, 0.95);
}
@media (max-width: 1024px) {
  .ceo-quote__video-play::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }
}
.ceo-quote__modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ceo-quote__modal[hidden] {
  display: none;
}
.ceo-quote__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.ceo-quote__modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}
.ceo-quote__modal-body {
  position: absolute;
  inset: 0;
}
.ceo-quote__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
}
.ceo-quote__modal-close::before, .ceo-quote__modal-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.ceo-quote__modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ceo-quote__modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes services-certifications-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services-certifications {
  background: #fff;
  padding-bottom: 74px;
  margin-top: -1px;
}
@media all and (max-width: 991px) {
  .services-certifications {
    padding: 40px 0;
  }
}
.services-certifications__wrap {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.services-certifications__divider {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(230, 230, 230, 0.9);
  margin: 0;
}
.services-certifications__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .services-certifications__row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 20px;
  }
}
.services-certifications__title {
  margin: 0;
  flex-shrink: 0;
  max-width: 200px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #1c3050;
}
.services-certifications__title span {
  color: #efa057;
}
@media all and (max-width: 991px) {
  .services-certifications__title {
    max-width: none;
    width: 100%;
  }
}
.services-certifications__viewport {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  align-self: stretch;
}
@media all and (max-width: 991px) {
  .services-certifications__viewport {
    flex: none;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    align-self: center;
  }
}
.services-certifications__track {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.services-certifications__segment {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .services-certifications__segment {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 8px;
  }
}
.services-certifications__segment:not(first-child) {
  margin-left: 20px;
}
@media all and (max-width: 991px) {
  .services-certifications__segment:not(first-child) {
    margin-left: 0;
  }
}
.services-certifications__card {
  flex: 0 0 auto;
}
.services-certifications__card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 105px;
  border-radius: 18px;
  border: 1px solid rgba(230, 230, 230, 0.8);
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .services-certifications__card-inner {
    width: 164px;
  }
}
.services-certifications__card-inner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-certifications__viewport.services-certifications__viewport--marquee .services-certifications__track {
  display: inline-flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  animation: services-certifications-marquee var(--services-certifications-marquee-duration, 36s) linear infinite;
  will-change: transform;
}

.services-certifications__viewport.services-certifications__viewport--marquee .services-certifications__segment {
  flex: 0 0 auto;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: flex-start;
}

@media (prefers-reduced-motion: reduce) {
  .services-certifications__viewport.services-certifications__viewport--marquee .services-certifications__track {
    animation: none;
  }
}
.services-discovery-adapts {
  background: #192941;
  padding: 74px 0 100px;
}
@media (max-width: 1024px) {
  .services-discovery-adapts {
    padding: 40px 0 60px;
  }
}
.services-discovery-adapts__head {
  display: grid;
  grid-template-columns: 539px 600px;
  justify-content: space-between;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.services-discovery-adapts__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
.services-discovery-adapts__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.services-discovery-adapts__title-accent {
  color: #efa057;
}
.services-discovery-adapts__intro {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__intro {
    font-size: 14px;
  }
}
.services-discovery-adapts__body {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__body {
    margin-top: 32px;
    gap: 48px;
  }
}
.services-discovery-adapts__group-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 618px;
}
.services-discovery-adapts__group-title {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.services-discovery-adapts__kicker {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #efa057;
}
.services-discovery-adapts__group-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__group-name {
    font-size: 22px;
    line-height: 1.35;
  }
}
.services-discovery-adapts__group-desc {
  margin: 0;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__group-desc {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.services-discovery-adapts__cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__cards {
    grid-template-columns: 1fr;
  }
}
.services-discovery-adapts__card {
  background: #1c3458;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__card {
    padding: 20px;
    border-radius: 12px;
  }
}
.services-discovery-adapts__card-icon {
  width: 62px;
  height: 50px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-discovery-adapts__card-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__card-title {
    line-height: 1.4;
  }
}
.services-discovery-adapts__card-stage {
  display: block;
}
.services-discovery-adapts__card-heading {
  display: block;
}
.services-discovery-adapts__card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__card-text {
    font-size: 14px;
  }
}
.services-discovery-adapts__card-text p {
  margin: 0;
}
.services-discovery-adapts__card-text p + p {
  margin-top: 8px;
}
.services-discovery-adapts__group--partners {
  display: grid;
  grid-template-columns: 571px 630px;
  justify-content: space-between;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__group--partners {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services-discovery-adapts__partners {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__partners {
    gap: 24px;
  }
}
.services-discovery-adapts__partner-title {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.services-discovery-adapts__group-title::before, .services-discovery-adapts__partner-title::before {
  content: none;
}
.services-discovery-adapts--numbered .services-discovery-adapts__body {
  counter-reset: sda;
}
.services-discovery-adapts--numbered .services-discovery-adapts__group-title::before,
.services-discovery-adapts--numbered .services-discovery-adapts__partner-title::before {
  counter-increment: sda;
  content: "/" counter(sda, decimal-leading-zero);
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #efa057;
}
.services-discovery-adapts__partner-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__partner-name {
    font-size: 22px;
    line-height: 1.35;
  }
}
.services-discovery-adapts__partner-text {
  margin: 16px 0 0;
  padding-left: 54px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__partner-text {
    padding-left: 0;
    font-size: 14px;
  }
}
.services-discovery-adapts__media {
  border-radius: 20px;
  overflow: hidden;
  height: 508px;
}
@media (max-width: 1024px) {
  .services-discovery-adapts__media {
    height: 260px;
    border-radius: 12px;
  }
}
.services-discovery-adapts__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-discovery-deliverables {
  background: #192941;
  padding: 0 0 74px;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables {
    padding: 0 0 40px;
  }
}
.services-discovery-deliverables__grid {
  display: grid;
  grid-template-columns: 600px 600px;
  justify-content: space-between;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services-discovery-deliverables__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
.services-discovery-deliverables__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.services-discovery-deliverables__text {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  max-width: 563px;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__text {
    margin-top: 12px;
    font-size: 14px;
    max-width: none;
  }
}
.services-discovery-deliverables__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 535px;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__list {
    margin-top: 16px;
    max-width: none;
  }
}
.services-discovery-deliverables__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.services-discovery-deliverables__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50px;
}
.services-discovery-deliverables__icon img, .services-discovery-deliverables__icon svg {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-discovery-deliverables__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__label {
    font-size: 16px;
    line-height: 1.5;
  }
}
.services-discovery-deliverables__note {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__note {
    margin-top: 16px;
    font-size: 14px;
  }
}
.services-discovery-deliverables__media {
  border-radius: 20px;
  overflow: hidden;
  height: 410px;
}
@media (max-width: 1024px) {
  .services-discovery-deliverables__media {
    height: 240px;
    border-radius: 12px;
  }
}
.services-discovery-deliverables__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-discovery-includes {
  background: #192941;
  padding: 0 0 74px;
}
@media (max-width: 1024px) {
  .services-discovery-includes {
    padding: 0 0 40px;
  }
}
.services-discovery-includes--numbered .services-discovery-includes__grid {
  counter-reset: sdi;
}
.services-discovery-includes--numbered .services-discovery-includes__item::before {
  counter-increment: sdi;
  content: "/" counter(sdi, decimal-leading-zero);
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #efa057;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .services-discovery-includes--numbered .services-discovery-includes__item::before {
    font-size: 16px;
    line-height: 1.6;
  }
}
.services-discovery-includes__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
.services-discovery-includes__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-discovery-includes__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.services-discovery-includes__text {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .services-discovery-includes__text {
    font-size: 14px;
    margin-top: 12px;
    max-width: none;
  }
}
.services-discovery-includes__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-discovery-includes__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.services-discovery-includes__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-discovery-includes__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.services-discovery-includes__item::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.services-discovery-includes__label {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .services-discovery-includes__label {
    font-size: 16px;
    line-height: 1.5;
  }
}

.services-discovery-move {
  background: #192941;
  padding: 0 0 74px;
}
@media (max-width: 1024px) {
  .services-discovery-move {
    padding: 0 0 40px;
  }
}
.services-discovery-move__grid {
  display: grid;
  grid-template-columns: 600px 600px;
  justify-content: space-between;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-discovery-move__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services-discovery-move__media {
  border-radius: 20px;
  overflow: hidden;
  height: 308px;
}
@media (max-width: 1024px) {
  .services-discovery-move__media {
    height: 220px;
    border-radius: 12px;
  }
}
.services-discovery-move__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-discovery-move__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
.services-discovery-move__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-discovery-move__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.services-discovery-move__text {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-move__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.services-discovery-move__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services-discovery-move__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-discovery-move__item {
    font-size: 14px;
  }
}
.services-discovery-move__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background: #efa057;
  border-radius: 8px;
}

.services-estimation {
  background: #192941;
  padding: 74px 0 60px;
}
@media (max-width: 1024px) {
  .services-estimation {
    padding: 40px 0 24px;
  }
}
.services-estimation__section + .services-estimation__section {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .services-estimation__section + .services-estimation__section {
    margin-top: 48px;
  }
}
.services-estimation__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
.services-estimation__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-estimation__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.services-estimation__title-accent {
  color: #efa057;
}
.services-estimation__subtitle {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-estimation__subtitle {
    font-size: 24px;
    line-height: 1.3;
  }
}
.services-estimation__cols {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-estimation__cols {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services-estimation__question {
  position: relative;
  background: #1c3458;
  border-radius: 18px;
  padding: 24px 24px 24px 80px;
  min-height: 108px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .services-estimation__question {
    padding: 18px 18px 18px 64px;
    min-height: auto;
  }
}
.services-estimation__question--compact {
  min-height: 82px;
}
.services-estimation__question-icon {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 32px;
  height: 24px;
}
@media (max-width: 1024px) {
  .services-estimation__question-icon {
    left: 18px;
    top: 18px;
  }
}
.services-estimation__question-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.services-estimation__question-text {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-estimation__question-text {
    font-size: 16px;
  }
}
.services-estimation__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  max-width: 552px;
}
@media (max-width: 1024px) {
  .services-estimation__text {
    margin-top: 16px;
    max-width: none;
    font-size: 14px;
  }
}
.services-estimation__text p {
  margin: 0;
}
.services-estimation__text p + p {
  margin-top: 8px;
}
.services-estimation__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .services-estimation__lead {
    font-size: 14px;
    max-width: none;
  }
}
.services-estimation__chart {
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  .services-estimation__chart {
    margin-top: 24px;
  }
}
.services-estimation__chart-inner {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #303e54;
  padding: 50px;
}
@media (max-width: 1024px) {
  .services-estimation__chart-inner {
    border-radius: 12px;
    padding: 12px;
  }
}
.services-estimation__chart-image {
  display: block;
  width: 100%;
  height: auto;
}

.services-hero-v2__logos-viewport--marquee .services-hero-v2__logos-track {
  display: inline-flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  animation: services-hero-v2-logos-marquee var(--services-hero-v2-marquee-duration, 36s) linear infinite;
  will-change: transform;
}

.services-hero-v2__logos-viewport--marquee .services-hero-v2__logos-segment {
  flex: 0 0 auto;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: flex-start;
  opacity: 1;
}

@keyframes services-hero-v2-logos-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services-hero-v2 {
  position: relative;
  background-color: #192941;
  overflow: hidden;
}
.services-hero-v2__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.services-hero-v2__earth-wrap {
  position: absolute;
  inset: 0;
}
.services-hero-v2__earth {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.4;
}
.services-hero-v2__earth-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(87.48deg, #182740 1.59%, rgba(24, 39, 62, 0) 63.48%);
}
@media (max-width: 1024px) {
  .services-hero-v2__earth-fade {
    background: linear-gradient(180deg, #192941 0%, #192941 18%, rgba(25, 41, 65, 0.45) 42%, rgba(25, 41, 65, 0) 72%);
  }
}
.services-hero-v2__container {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .services-hero-v2__container {
    padding-top: 88px;
    padding-bottom: 0;
  }
}
.services-hero-v2__grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 48px;
  align-items: end;
}
@media (max-width: 1024px) {
  .services-hero-v2__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
}
.services-hero-v2__breadcrumbs {
  margin: 0 0 24px;
  padding: 0;
  gap: 8px;
}
@media (max-width: 1024px) {
  .services-hero-v2__breadcrumbs {
    margin-bottom: 12px;
  }
}
.services-hero-v2__breadcrumbs .breadcrumbs-item {
  display: flex;
  position: relative;
  align-items: center;
}
.services-hero-v2__breadcrumbs .breadcrumbs-item:last-child span {
  color: #fff;
}
.services-hero-v2__breadcrumbs .breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 3px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7" viewBox="0 0 4 7" fill="none"><path d="M0.5 6.5L3.5 3.5L0.5 0.5" stroke="white" stroke-opacity="0.7" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 991px) {
  .services-hero-v2 .breadcrumbs.services-hero-v2__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .services-hero-v2 .services-hero__title.services-hero-v2__title {
    text-align: left;
  }
  .services-hero-v2 .services-hero__desc.services-hero-v2__text {
    text-align: left;
  }
}
.services-hero-v2__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .services-hero-v2__intro {
    gap: 8px;
    max-width: none;
  }
}
.services-hero-v2__title {
  margin: 0;
}
.services-hero-v2__title span {
  color: #efa057;
}
.services-hero-v2__text {
  margin: 0;
  max-width: 602px;
}
@media (max-width: 1024px) {
  .services-hero-v2__text {
    max-width: none;
  }
}
.services-hero-v2__cta {
  margin-top: 48px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .services-hero-v2__cta {
    margin-top: 24px;
    min-height: 50px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 10px 10px 10px 24px;
    font-size: 14px;
    line-height: 28px;
  }
}
.services-hero-v2__video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #192941;
  height: 212px;
}
@media (max-width: 1024px) {
  .services-hero-v2__video {
    width: 100%;
  }
}
.services-hero-v2__video-media {
  position: absolute;
  inset: 0;
}
.services-hero-v2__video-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-hero-v2__video-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 30, 33, 0) 0%, rgba(28, 30, 33, 0.8) 100%);
}
.services-hero-v2__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.services-hero-v2__video-meta {
  position: absolute;
  right: 20px;
  bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 1;
  color: #fff;
}
.services-hero-v2__video-text {
  text-align: right;
  width: 111px;
}
.services-hero-v2__video-label {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.services-hero-v2__video-caption {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
  color: rgba(255, 255, 255, 0.7);
}
.services-hero-v2__logos {
  position: relative;
  z-index: 1;
  padding-bottom: 44px;
  background: linear-gradient(180deg, rgba(25, 41, 65, 0) 0%, #192941 100%);
}
@media (max-width: 1024px) {
  .services-hero-v2__logos {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 28px;
    background: transparent;
  }
}
.services-hero-v2__logos::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 1024px) {
  .services-hero-v2__logos::before {
    display: none;
  }
}
.services-hero-v2__logos-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px 32px;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
  }
}
.services-hero-v2__logos-label {
  margin: 0;
  flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-label {
    flex: 0 0 auto;
    max-width: 75%;
    width: auto;
    align-self: flex-start;
    font-size: 12px;
    line-height: normal;
  }
}
.services-hero-v2__logos-viewport {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-viewport {
    flex: none;
    width: 100%;
    align-self: center;
  }
}
.services-hero-v2__logos-track {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.services-hero-v2__logos-segment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  gap: 16px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-segment {
    gap: 8px;
  }
}
.services-hero-v2__logos-logo--text span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.services-hero-v2__logos-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 200px;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-logo {
    width: 110px;
    height: 44px;
  }
}
.services-hero-v2__logos-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .services-hero-v2__logos-viewport--marquee .services-hero-v2__logos-track {
    animation: none;
  }
}
.services-hub {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .services-hub {
    padding: 40px 0 80px;
    padding-bottom: 100px;
  }
}
.services-hub__container {
  display: grid;
  grid-template-columns: 243px 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1280px) {
  .services-hub__container {
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .services-hub__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.services-hub__sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .services-hub__sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 90;
    max-height: none;
    overflow: visible;
    margin-bottom: 0;
    background: #192941;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }
}
.services-hub__sidebar-title {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__sidebar-title {
    display: none;
  }
}
.services-hub__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1024px) {
  .services-hub__nav {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 16px;
  }
  .services-hub__nav::-webkit-scrollbar {
    display: none;
  }
}
.services-hub__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease, font-weight 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}
.services-hub__nav-item:not(:first-child) {
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .services-hub__nav-item {
    padding: 14px 16px;
    border-bottom: none;
    font-size: 14px;
    flex-shrink: 0;
    gap: 6px;
  }
  .services-hub__nav-item:not(:first-child) {
    padding-top: 14px;
  }
}
.services-hub__nav-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.services-hub__nav-item.is-active {
  color: #efa057;
  font-weight: 600;
}
.services-hub__nav-item.is-active::before {
  background: #efa057;
}
.services-hub__nav-item:hover {
  color: rgba(255, 255, 255, 0.9);
}
.services-hub__nav-item.is-active:hover {
  color: #efa057;
}
.services-hub__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.services-hub__block {
  background: #1c3458;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 1024px) {
  .services-hub__block {
    padding: 24px 16px;
    border-radius: 20px;
  }
}
.services-hub__block-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .services-hub__block-header {
    margin-bottom: 24px;
  }
}
.services-hub__block-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.services-hub__block-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__block-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.services-hub__block-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__block-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
}
.services-hub__block-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .services-hub__block-icon {
    width: 36px;
    height: 36px;
  }
}
.services-hub__block-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-hub__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 1024px) {
  .services-hub__cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.services-hub__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 32px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: background 0.3s ease;
  color: #fff;
  min-width: 0;
}
@media (max-width: 1024px) {
  .services-hub__card {
    padding: 20px 16px;
    border-radius: 14px;
  }
}
.services-hub__card:hover {
  background: rgba(255, 255, 255, 0.08);
}
.services-hub__card:hover .services-hub__card-arrow {
  transform: translateX(4px);
}
.services-hub__card:hover .services-hub__card-arrow svg {
  transform: rotate(45deg);
}
.services-hub__card:hover .services-hub__card-arrow svg circle {
  fill: #efa057;
}
.services-hub__card:hover .services-hub__card-arrow svg path {
  stroke: #fff;
}
.services-hub__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.services-hub__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__card-title {
    font-size: 18px;
  }
}
.services-hub__card-description {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services-hub__card-description {
    -webkit-line-clamp: 5;
  }
}
.services-hub__card-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.services-hub__card-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.services-hub__card-arrow svg circle,
.services-hub__card-arrow svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.services-numbers {
  background: #fff;
  padding: 74px 0;
}
@media (max-width: 1024px) {
  .services-numbers {
    padding: 40px 0;
  }
}
.services-numbers__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 1024px) {
  .services-numbers__wrap {
    gap: 32px;
  }
}
.services-numbers__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .services-numbers__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.services-numbers__head-left {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1024px) {
  .services-numbers__head-left {
    max-width: none;
    width: 100%;
    gap: 8px;
  }
}
.services-numbers__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.services-numbers__eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a74b4;
  flex-shrink: 0;
}
.services-numbers__eyebrow-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4a74b4;
}
@media (max-width: 1024px) {
  .services-numbers__eyebrow-text {
    font-size: 12px;
    line-height: 1.6;
  }
}
.services-numbers__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #192941;
}
@media (max-width: 1024px) {
  .services-numbers__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.services-numbers__title span {
  color: #efa057;
}
.services-numbers__desc {
  margin: 0;
  width: 305px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #192941;
}
@media (max-width: 1024px) {
  .services-numbers__desc {
    width: auto;
    font-size: 14px;
    line-height: 1.6;
  }
}
.services-numbers__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1024px) {
  .services-numbers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.services-numbers__item {
  background: #f3f6fa;
  border-radius: 18px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: #192941;
}
@media (max-width: 1024px) {
  .services-numbers__item {
    padding: 24px 16px;
  }
}
.services-numbers__item-value {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .services-numbers__item-value {
    font-size: 36px;
  }
}
.services-numbers__item-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .services-numbers__item-label {
    font-size: 12px;
    max-width: 126px;
  }
}

.services-pre-discovery-outcomes {
  background: #192941;
  padding: 0 0 74px;
}
@media (max-width: 1024px) {
  .services-pre-discovery-outcomes {
    padding: 0 0 40px;
  }
}
.services-pre-discovery-outcomes__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
.services-pre-discovery-outcomes__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-pre-discovery-outcomes__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.services-pre-discovery-outcomes__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1024px) {
  .services-pre-discovery-outcomes__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.services-pre-discovery-outcomes__card {
  background: #1c3458;
  border-radius: 18px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  min-height: 160px;
}
@media (max-width: 1024px) {
  .services-pre-discovery-outcomes__card {
    padding: 20px;
    gap: 20px;
    min-height: auto;
  }
}
.services-pre-discovery-outcomes__icon {
  width: 50px;
  height: 50px;
  display: block;
}
.services-pre-discovery-outcomes__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-pre-discovery-outcomes__label {
    font-size: 16px;
    line-height: 1.5;
  }
}

.services-pre-discovery {
  background: #192941;
  padding: 60px 0 74px;
}
@media (max-width: 1024px) {
  .services-pre-discovery {
    padding: 24px 0 40px;
  }
}
.services-pre-discovery__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
.services-pre-discovery__title span {
  color: #efa057;
}
@media (max-width: 1024px) {
  .services-pre-discovery__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.services-pre-discovery__title-accent {
  color: #efa057;
}
.services-pre-discovery__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 600px 600px;
  justify-content: space-between;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-pre-discovery__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services-pre-discovery__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .services-pre-discovery__content {
    gap: 24px;
  }
}
.services-pre-discovery__subtitle {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-pre-discovery__subtitle {
    font-size: 20px;
    line-height: 1.4;
  }
}
.services-pre-discovery__text {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-pre-discovery__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.services-pre-discovery__media {
  border-radius: 20px;
  overflow: hidden;
  height: 448px;
}
@media (max-width: 1024px) {
  .services-pre-discovery__media {
    height: 260px;
    border-radius: 12px;
  }
}
.services-pre-discovery__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-study-v2 {
  background: #fff;
  padding: 74px 0;
}
@media (max-width: 1024px) {
  .services-study-v2 {
    padding: 40px 0;
    overflow: hidden;
  }
}
.services-study-v2__wrap {
  display: grid;
  grid-template-columns: 413px 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1024px) {
  .services-study-v2__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.services-study-v2__left {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1025px) {
  .services-study-v2__left {
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
@media (max-width: 1024px) {
  .services-study-v2__left {
    min-height: 0;
    gap: 32px;
  }
}
.services-study-v2__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .services-study-v2__head {
    gap: 8px;
  }
}
.services-study-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.services-study-v2__eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a74b4;
  flex-shrink: 0;
}
.services-study-v2__eyebrow-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4a74b4;
}
@media (max-width: 1024px) {
  .services-study-v2__eyebrow-text {
    font-size: 12px;
    line-height: normal;
  }
}
.services-study-v2__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #192941;
}
@media (max-width: 1024px) {
  .services-study-v2__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.services-study-v2__title span {
  color: #efa057;
}
.services-study-v2__desc {
  margin: 0;
  max-width: 352px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #192941;
}
@media (max-width: 1024px) {
  .services-study-v2__desc {
    max-width: 274px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.services-study-v2__nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1024px) {
  .services-study-v2__nav {
    display: none;
  }
}
.services-study-v2__nav-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  outline: none;
}
.services-study-v2__nav-btn svg {
  display: block;
}
.services-study-v2__nav-btn svg circle,
.services-study-v2__nav-btn svg path {
  transition: 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .services-study-v2__nav-btn:hover svg circle {
    fill: #efa057;
    stroke: transparent;
    stroke-opacity: 0;
  }
  .services-study-v2__nav-btn:hover svg path {
    stroke: #fff;
  }
}
.services-study-v2__right {
  min-width: 0;
}
@media (min-width: 1025px) {
  .services-study-v2__right {
    overflow: hidden;
    position: relative;
  }
}
.services-study-v2__slider {
  min-width: 0;
}
@media (min-width: 1025px) {
  .services-study-v2__slider {
    overflow: hidden;
  }
}
.services-study-v2__slide {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
}
.services-study-v2__card {
  position: relative;
  background: #1e437b;
  border-radius: 20px;
  overflow: hidden;
  width: 413px;
  height: 420px;
}
@media (max-width: 1024px) {
  .services-study-v2__card {
    border-radius: 18px;
    width: 315px;
    height: 320px;
  }
}
.services-study-v2__card-media {
  position: absolute;
  inset: 0;
}
.services-study-v2__card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
  transform: scale(1.02);
}
.services-study-v2__card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 67, 123, 0.95) 13.333%, rgba(30, 67, 123, 0) 100%);
  transform: rotate(180deg);
}
.services-study-v2__card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .services-study-v2__card-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 8px;
  }
}
.services-study-v2__card-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-study-v2__card-title {
    font-size: 20px;
    line-height: 29px;
  }
}
.services-study-v2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1024px) {
  .services-study-v2__tags {
    gap: 8px;
  }
}
.services-study-v2__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 34px;
  border-radius: 73px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1024px) {
  .services-study-v2__tag {
    height: 30px;
    font-size: 11px;
  }
}
.services-study-v2 [data-services-study-v2] {
  display: block;
}
.services-study-v2 [data-services-study-v2]:not(.slick-initialized) {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  overflow: hidden;
}
.services-study-v2 [data-services-study-v2]:not(.slick-initialized) .services-study-v2__slide {
  flex: 0 0 auto;
}
@media (min-width: 1025px) {
  .services-study-v2 [data-services-study-v2] .slick-list {
    overflow: hidden;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .services-study-v2 [data-services-study-v2] .slick-list {
    overflow: visible;
    margin-right: -16px;
  }
}
.services-study-v2 [data-services-study-v2] .slick-slide {
  height: auto;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .services-study-v2 [data-services-study-v2] .slick-slide {
    margin-right: 16px;
  }
}
.services-study-v2 [data-services-study-v2] .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.services-study-v2 [data-services-study-v2] .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.services-study-v2 [data-services-study-v2] .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(239, 160, 87, 0.25);
  font-size: 0;
  line-height: 0;
}
.services-study-v2 [data-services-study-v2] .slick-dots .slick-active button {
  background: #efa057;
}

.services-testimonials {
  background: #192941;
  padding: 74px 0;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .services-testimonials {
    padding: 40px 0;
  }
}
.services-testimonials__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media all and (max-width: 991px) {
  .services-testimonials__wrap {
    gap: 32px;
  }
}
.services-testimonials__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
@media all and (max-width: 991px) {
  .services-testimonials__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.services-testimonials__head-left {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media all and (max-width: 991px) {
  .services-testimonials__head-left {
    max-width: none;
    width: 100%;
    gap: 8px;
  }
}
.services-testimonials__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.services-testimonials__eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  flex-shrink: 0;
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-testimonials__eyebrow-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
@media all and (max-width: 991px) {
  .services-testimonials__eyebrow-text {
    font-size: 12px;
    line-height: normal;
  }
}
.services-testimonials__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
@media all and (max-width: 991px) {
  .services-testimonials__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.services-testimonials__title span {
  color: #efa057;
}
.services-testimonials__cta {
  background: #efa057;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 10px 10px 24px;
  border-radius: 90px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.25s ease;
}
.services-testimonials__cta svg {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}
@media (hover: hover) and (pointer: fine) {
  .services-testimonials__cta:hover {
    filter: brightness(0.98);
  }
}
.services-testimonials__cta--mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .services-testimonials__cta {
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    min-height: 50px;
    box-sizing: border-box;
  }
  .services-testimonials__cta--desktop {
    display: none;
  }
  .services-testimonials__cta--mobile {
    display: inline-flex;
  }
  .services-testimonials__cta--mobile svg {
    width: 30px;
    height: 30px;
  }
}
.services-testimonials__slider,
.services-testimonials [data-services-testimonials] {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 80px;
  padding-right: 80px;
}
@media all and (max-width: 991px) {
  .services-testimonials__slider,
  .services-testimonials [data-services-testimonials] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services-testimonials__slider:not(.slick-initialized),
.services-testimonials [data-services-testimonials]:not(.slick-initialized) {
  opacity: 1;
  visibility: visible;
  flex-direction: row;
  gap: 20px;
  overflow: hidden;
}
.services-testimonials__slider.slick-initialized,
.services-testimonials [data-services-testimonials].slick-initialized {
  opacity: 1;
  visibility: visible;
  flex-direction: column;
}
.services-testimonials__slider .slick-slide,
.services-testimonials [data-services-testimonials] .slick-slide {
  height: auto;
  margin-right: 20px;
}
@media all and (max-width: 991px) {
  .services-testimonials__slider .slick-slide,
  .services-testimonials [data-services-testimonials] .slick-slide {
    margin-right: 16px;
  }
}
.services-testimonials__slider .slick-track,
.services-testimonials [data-services-testimonials] .slick-track {
  display: flex;
}
.services-testimonials__slider .slick-slide > div,
.services-testimonials [data-services-testimonials] .slick-slide > div {
  height: 100%;
}
.services-testimonials .slick-list {
  overflow: visible;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.services-testimonials .slick-track {
  position: relative;
  z-index: 1;
}
.services-testimonials .slick-dots {
  position: relative !important;
  z-index: 50;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .services-testimonials .slick-dots {
    margin-top: 12px;
  }
}
.services-testimonials .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  pointer-events: auto;
}
.services-testimonials .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 51;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.services-testimonials .slick-dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: transparent;
}
.services-testimonials .slick-dots button:focus, .services-testimonials .slick-dots button:focus-visible {
  outline: none;
  box-shadow: none;
}
.services-testimonials .slick-dots .slick-active button {
  background: #efa057;
}
.services-testimonials__card {
  background: #f3f6fa;
  border-radius: 20px;
  padding: 35px;
  box-sizing: border-box;
  width: 413px;
}
@media all and (max-width: 991px) {
  .services-testimonials__card {
    width: 315px;
    padding: 24px 16px;
  }
}
.services-testimonials__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services-testimonials__quote-icon {
  width: 27px;
  height: 22px;
}
.services-testimonials__quote-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.services-testimonials__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #192941;
}
@media all and (max-width: 991px) {
  .services-testimonials__text {
    font-size: 14px;
  }
}
.services-testimonials__company {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media all and (max-width: 991px) {
  .services-testimonials__company {
    margin-top: 32px;
    gap: 12px;
  }
}
.services-testimonials__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: #d9d9d9;
  flex: 0 0 auto;
}
@media all and (max-width: 991px) {
  .services-testimonials__avatar {
    width: 40px;
    height: 40px;
  }
}
.services-testimonials__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-testimonials__company-name {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #192941;
  max-width: 242px;
}
@media all and (max-width: 991px) {
  .services-testimonials__company-name {
    font-size: 14px;
    max-width: 190px;
  }
}

.services-tools {
  padding: 74px 0 130px;
}
@media all and (max-width: 991px) {
  .services-tools {
    padding: 24px 0 50px;
  }
}
.services-tools__wrap {
  display: flex;
  flex-direction: column;
}
.services-tools__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 991px) {
  .services-tools__head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.services-tools__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-tools__label {
    font-size: 12px;
  }
}
.services-tools__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-tools__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-top: 4px;
}
@media all and (max-width: 991px) {
  .services-tools__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-tools__title span {
  color: #efa057;
}
.services-tools__desc {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 305px;
}
@media all and (max-width: 991px) {
  .services-tools__desc {
    font-size: 14px;
    line-height: 23px;
    max-width: none;
    margin-top: 13px;
  }
}
.services-tools__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media all and (max-width: 991px) {
  .services-tools__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 35px;
    gap: 9px;
  }
}
@media (max-width: 990px) {
  .services-tools__box {
    margin-top: 10px;
    padding-left: 30px;
  }
}
@media (max-width: 430px) {
  .services-tools__box {
    padding-left: 20px;
  }
}
.services-tools__col {
  padding: 25px 40px 30px;
  padding-right: 0;
  border-radius: 18px;
  background: #1c3458;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .services-tools__col {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  .services-tools__col {
    padding: 16px 0 20px;
  }
}
.services-tools__col-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  width: 355px;
  padding-right: 20px;
}
@media all and (max-width: 600px) {
  .services-tools__col-title {
    font-size: 16px;
    width: 100%;
  }
}
.services-tools__col-description {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  width: 305px;
}
@media all and (max-width: 600px) {
  .services-tools__col-description {
    font-size: 16px;
    width: 100%;
  }
}
.services-tools__col-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 10px;
}
@media (max-width: 990px) {
  .services-tools__col-items {
    margin-top: 20px;
    padding-left: 30px;
  }
}
@media all and (max-width: 600px) {
  .services-tools__col-items {
    margin-top: 15px;
    gap: 9px;
  }
}
@media (max-width: 430px) {
  .services-tools__col-items {
    padding-left: 20px;
  }
}
.services-tools__col-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.services-tools__col-item-icon {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 105px;
  margin: 0;
}
@media (max-width: 1180px) {
  .services-tools__col-item-icon {
    width: 105px;
    height: 105px;
  }
}
@media all and (max-width: 600px) {
  .services-tools__col-item-icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 375px) {
  .services-tools__col-item-icon {
    width: 67px;
    height: 67px;
  }
}
.services-tools__col-item-icon svg {
  max-width: 55px;
}
@media all and (max-width: 600px) {
  .services-tools__col-item-icon svg {
    max-width: 22px;
  }
}
@media all and (max-width: 600px) {
  .services-tools__col-item-icon img {
    width: 32px;
    height: 32px;
  }
}
.services-tools__col-item-title {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media all and (max-width: 600px) {
  .services-tools__col-item-title {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
  }
}
.services-tools__col-line {
  display: flex;
  gap: 40px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 885px;
}
@media (max-width: 1280px) {
  .services-tools__col-line {
    width: 820px;
  }
}
@media (max-width: 1180px) {
  .services-tools__col-line {
    width: 725px;
  }
}
@media (max-width: 1024px) {
  .services-tools__col-line {
    width: 570px;
  }
}
@media (max-width: 990px) {
  .services-tools__col-line {
    width: 945px;
    margin-top: 20px;
  }
}
@media all and (max-width: 600px) {
  .services-tools__col-line {
    margin-top: 15px;
  }
}
@media (max-width: 430px) {
  .services-tools__col-line {
    width: 390px;
  }
}
@media (max-width: 416px) {
  .services-tools__col-line {
    width: 375px;
  }
}
@media (max-width: 390px) {
  .services-tools__col-line {
    width: 348px;
  }
}
@media (max-width: 375px) {
  .services-tools__col-line {
    width: 335px;
  }
}
.services-tools__col-line .services-tools__col-track {
  display: flex;
  gap: 40px;
  animation: marquee 20s linear infinite;
}
@media all and (max-width: 600px) {
  .services-tools__col-line .services-tools__col-track {
    gap: 21px;
    animation: marquee 15s linear infinite;
  }
}
.services-tools--v2 {
  background: #192941;
}
.services-tools--v2 .services-tools__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 630px;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__info {
    gap: 8px;
  }
}
.services-tools--v2 .services-tools__head {
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__head {
    align-items: flex-start;
    gap: 8px;
  }
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__label {
    line-height: normal;
  }
}
.services-tools--v2 .services-tools__title {
  color: #fff;
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.services-tools--v2 .services-tools__title span {
  color: #efa057;
}
.services-tools--v2 .services-tools__desc {
  flex-shrink: 0;
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__desc {
    max-width: none;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__content {
    margin-top: 0;
  }
}
.services-tools--v2 .services-tools__list {
  margin-top: 70px;
  padding: 60px;
  background: #1c3458;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-template-columns: none;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__list {
    margin-top: 32px;
    padding: 16px;
    border-radius: 18px;
  }
}
.services-tools--v2 .services-tools__col {
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col {
    flex-direction: column;
    gap: 24px;
  }
}
.services-tools--v2 .services-tools__col + .services-tools__col {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col + .services-tools__col {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.services-tools--v2 .services-tools__box {
  flex-shrink: 0;
  width: 278px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__box {
    width: 100%;
    max-width: 293px;
    gap: 4px;
  }
}
.services-tools--v2 .services-tools__col-title {
  width: 100%;
  max-width: none;
  padding: 0;
  font-size: 26px;
  line-height: 34px;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.services-tools--v2 .services-tools__col-description {
  width: 100%;
  max-width: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-description {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
}
.services-tools--v2 .services-tools__col-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  grid-template-columns: none;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-items {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .services-tools--v2 .services-tools__col-items::-webkit-scrollbar {
    display: none;
  }
}
.services-tools--v2 .services-tools__col-item {
  gap: 0;
}
.services-tools--v2 .services-tools__col-item-icon {
  width: 154px;
  height: 105px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  margin: 0;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-item-icon {
    width: 96px;
    height: 96px;
    border-radius: 8px;
  }
}
.services-tools--v2 .services-tools__col-item-icon img {
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-item-icon svg {
    max-width: 46px;
    max-height: 40px;
  }
}
.services-tools--v2 .services-tools__col-item-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-item-title {
    margin-top: 4px;
    font-size: 12px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.8);
  }
}
.services-tools--v2 .services-tools__col-line {
  flex: 1;
  min-width: 0;
  width: auto;
  max-width: none;
  margin: 0;
  gap: 0;
}
@media (max-width: 1280px) {
  .services-tools--v2 .services-tools__col-line {
    width: auto;
  }
}
@media (max-width: 1180px) {
  .services-tools--v2 .services-tools__col-line {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .services-tools--v2 .services-tools__col-line {
    width: auto;
  }
}
@media (max-width: 990px) {
  .services-tools--v2 .services-tools__col-line {
    width: 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 600px) {
  .services-tools--v2 .services-tools__col-line {
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .services-tools--v2 .services-tools__col-line {
    width: 100%;
  }
}
@media (max-width: 416px) {
  .services-tools--v2 .services-tools__col-line {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .services-tools--v2 .services-tools__col-line {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .services-tools--v2 .services-tools__col-line {
    width: 100%;
  }
}
.services-tools--v2 .services-tools__col-line .services-tools__col-track {
  gap: 16px;
}
@media all and (max-width: 991px) {
  .services-tools--v2 .services-tools__col-line .services-tools__col-track {
    gap: 8px;
  }
}
@media all and (max-width: 600px) {
  .services-tools--v2 .services-tools__col-line .services-tools__col-track {
    gap: 8px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.services-hero {
  border-radius: 0 0 30px 30px;
  background: url("../../../assets/img/services-hero.png") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-color: #192941;
}
.services-hero__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 166px 0 210px;
}
@media all and (max-width: 991px) {
  .services-hero__wrap {
    padding: 104px 0 140px;
  }
}
@media all and (max-width: 991px) {
  .services-hero .breadcrumbs {
    display: none;
  }
}
.services-hero__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 9px;
}
@media all and (max-width: 991px) {
  .services-hero__title {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }
}
.services-hero__desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  max-width: 700px;
}
@media all and (max-width: 991px) {
  .services-hero__desc {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    max-width: none;
  }
}
.services-hero__action {
  margin-top: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 27px;
  gap: 12px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.services-hero__action svg {
  transition: transform 0.4s ease;
}
.services-hero__action svg circle {
  transition: fill 0.4s ease;
}
.services-hero__action svg path {
  transition: stroke 0.4s ease;
}
.services-hero__action:hover {
  background: #fff;
  color: #efa057;
}
.services-hero__action:hover svg {
  transform: rotate(45deg);
}
.services-hero__action:hover svg circle {
  fill: #efa057;
}
.services-hero__action:hover svg path {
  stroke: #fff;
}
@media all and (max-width: 991px) {
  .services-hero__action {
    margin: 30px auto 0;
    font-size: 16px;
    padding: 9px 9px 9px 18px;
    justify-content: center;
  }
  .services-hero__action svg {
    width: 30px;
    height: 30px;
  }
}

.services-catalog {
  margin-top: -100px;
}
.services-catalog.mt-normal {
  margin-top: 74px;
}
@media all and (max-width: 991px) {
  .services-catalog.mt-normal .container {
    padding: 0;
  }
}
@media all and (max-width: 991px) {
  .services-catalog.mt-normal .services-catalog__item-icon {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 991px) {
  .services-catalog.mt-normal .services-catalog__item-title {
    font-size: 18px;
  }
}
.services-catalog.mt-normal:has(+ .services-study-v2) {
  margin-bottom: 74px;
}
@media all and (max-width: 991px) {
  .services-catalog.mt-normal:has(+ .services-study-v2) {
    margin-bottom: 32px;
  }
}
.services-catalog__wrap {
  border-radius: 30px;
  background: #1c3458;
  padding: 74px 60px 91px;
}
@media all and (max-width: 1200px) {
  .services-catalog__wrap {
    padding: 50px 30px 41px;
  }
}
@media all and (max-width: 991px) {
  .services-catalog__wrap {
    padding: 25px 20px 50px;
  }
}
.services-catalog__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-catalog__label {
    font-size: 12px;
  }
}
.services-catalog__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-catalog__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-top: 4px;
}
@media all and (max-width: 991px) {
  .services-catalog__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.services-catalog__title span {
  color: #efa057;
}
.services-catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 70px;
}
@media all and (max-width: 991px) {
  .services-catalog__list {
    margin-top: 29px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .services-catalog__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-catalog__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  padding: 35px;
}
@media all and (max-width: 991px) {
  .services-catalog__item {
    padding: 28px 20px 25px;
  }
}
@media all and (max-width: 600px) {
  .services-catalog__item {
    position: relative;
    padding: 25px 20px 25px;
  }
}
.services-catalog__item-icon {
  width: 50px;
  height: 50px;
}
@media all and (max-width: 991px) {
  .services-catalog__item-icon {
    width: 36px;
    height: 36px;
  }
}
@media all and (max-width: 600px) {
  .services-catalog__item-icon {
    position: absolute;
    top: 28px;
    left: 26px;
  }
}
.services-catalog__item-icon svg {
  width: 100%;
  height: 100%;
}
.services-catalog__item-title {
  margin: 36px 0 13px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  cursor: pointer;
}
.services-catalog__item-title:hover {
  transition: 0.6s all;
  color: #efa057;
}
@media all and (max-width: 991px) {
  .services-catalog__item-title {
    font-size: 20px;
    line-height: 26px;
    margin: 26px 0;
  }
}
@media all and (max-width: 600px) {
  .services-catalog__item-title {
    padding-left: 58px;
    margin: 4px 0 26px;
  }
}
.services-catalog__item-desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .services-catalog__item-desc {
    font-size: 14px;
    line-height: 23px;
  }
}

.services-benefits {
  padding: 75px 0 130px;
}
@media all and (max-width: 991px) {
  .services-benefits {
    padding: 24px 0 50px;
  }
}
.services-benefits__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
@media all and (max-width: 991px) {
  .services-benefits__wrap {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.services-benefits__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-benefits__label {
    display: none;
    font-size: 12px;
  }
}
.services-benefits__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-benefits__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-top: 4px;
}
@media all and (max-width: 991px) {
  .services-benefits__title {
    display: none;
    font-size: 28px;
    line-height: 32px;
  }
}
.services-benefits__media {
  flex-basis: 520px;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 70px;
}
@media all and (max-width: 991px) {
  .services-benefits__media {
    margin-top: 0;
    flex-basis: auto;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
.services-benefits__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.services-benefits__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 660px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .services-benefits__list {
    max-width: none;
    width: 100%;
    margin-top: 20px;
  }
}
.services-benefits__right .services-benefits__label,
.services-benefits__right .services-benefits__title {
  display: none;
}
@media all and (max-width: 991px) {
  .services-benefits__right .services-benefits__label,
  .services-benefits__right .services-benefits__title {
    display: block;
  }
}
.services-benefits__item {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 991px) {
  .services-benefits__item {
    gap: 20px;
    padding: 19px 0;
  }
}
.services-benefits__item-number {
  color: #efa057;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media all and (max-width: 991px) {
  .services-benefits__item-number {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-benefits__item-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  word-break: break-word;
}
@media all and (max-width: 991px) {
  .services-benefits__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.services-benefits__item-desc {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .services-benefits__item-desc {
    font-size: 14px;
    line-height: 23px;
  }
}

.services-study {
  border-radius: 30px;
  background: #fff;
  padding: 90px 0 230px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .services-study {
    padding: 24px 0 205px;
  }
}
.services-study__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 991px) {
  .services-study__wrap {
    flex-direction: column;
    position: relative;
  }
}
.services-study__label {
  padding-left: 14px;
  color: #4a74b4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-study__label {
    font-size: 12px;
  }
}
.services-study__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a74b4;
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-study__title {
  color: #1c3050;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 4px 0 17px;
}
@media all and (max-width: 991px) {
  .services-study__title {
    margin: 4px 0 8px;
    font-size: 28px;
    line-height: 32px;
  }
}
.services-study__title span {
  color: #efa057;
}
.services-study__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  max-width: 320px;
}
@media all and (max-width: 991px) {
  .services-study__left {
    max-width: none;
  }
}
.services-study__desc {
  color: #1c3050;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.services-study__navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 991px) {
  .services-study__navigation {
    position: absolute;
    bottom: -72px;
    width: 100%;
  }
}
.services-study__navigation-prev, .services-study__navigation-next {
  cursor: pointer;
  display: flex;
}
.services-study__navigation-prev:hover svg circle, .services-study__navigation-next:hover svg circle {
  fill: #efa057;
}
.services-study__navigation-prev:hover svg path, .services-study__navigation-next:hover svg path {
  stroke: white;
}
.services-study__navigation-prev svg, .services-study__navigation-next svg {
  width: 51px;
  height: 51px;
}
.services-study__navigation-prev svg circle, .services-study__navigation-next svg circle {
  fill: transparent;
  transition: fill 0.4s ease;
}
.services-study__navigation-prev svg path, .services-study__navigation-next svg path {
  transition: stroke 0.4s ease;
}
.services-study__navigation-link {
  display: none;
}
@media all and (max-width: 991px) {
  .services-study__navigation-link {
    display: flex;
    margin-left: auto;
    padding: 10px 10px 10px 20px;
    border-radius: 90px;
    background: #efa057;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .services-study__navigation-link svg {
    width: 30px;
    height: 30px;
  }
}
.services-study__list {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.services-study__right {
  width: 100%;
  max-width: 850px;
}
@media all and (max-width: 1250px) {
  .services-study__right {
    max-width: 650px;
    margin-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .services-study__right {
    margin-left: 0;
    margin-top: 35px;
  }
}
@media all and (max-width: 991px) {
  .services-study__right {
    max-width: none;
  }
}
.services-study .slick-slide {
  margin: 0 10px;
}
@media all and (max-width: 600px) {
  .services-study .slick-slide {
    width: 250px;
  }
}
.services-study .slick-list {
  margin: 0 -10px;
}
.services-study__item {
  width: 413px;
  height: 420px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
}
@media all and (max-width: 1250px) {
  .services-study__item {
    height: 360px;
  }
}
@media all and (max-width: 991px) {
  .services-study__item {
    height: 326px;
    padding: 20px;
  }
}
.services-study__item:hover img {
  transform: scale(1.1);
}
.services-study__item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services-study__item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 67, 123, 0.95) 13.33%, rgba(30, 67, 123, 0) 100%);
}
.services-study__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
  transform-origin: center;
}
.services-study__item-content {
  position: relative;
  z-index: 1;
}
.services-study__item-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media all and (max-width: 991px) {
  .services-study__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.services-study__item-categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
@media all and (max-width: 991px) {
  .services-study__item-categories {
    margin-top: 8px;
    gap: 8px;
  }
}
.services-study__item-category {
  border-radius: 90px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  padding: 3px 18px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .services-study__item-category {
    padding: 2px 12px;
    font-size: 12px;
    line-height: 22px;
  }
}
.services-study__item-category:hover {
  background: white;
  color: #1c3050;
}

.services-process {
  margin-top: -100px;
}
@media all and (max-width: 991px) {
  .services-process {
    margin-top: -80px;
  }
}
.services-process__wrap {
  padding: 74px 60px 114px;
  border-radius: 30px;
  background: #1c3458;
}
@media all and (max-width: 991px) {
  .services-process__wrap {
    border-radius: 20px;
    padding: 24px 20px 136px;
  }
}
.services-process__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-process__label {
    font-size: 12px;
  }
}
.services-process__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-process__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-top: 4px;
}
@media all and (max-width: 991px) {
  .services-process__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-process__title span {
  color: #efa057;
}
.services-process__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 70px;
}
@media all and (max-width: 991px) {
  .services-process__head {
    align-items: flex-start;
    gap: 0;
  }
}
.services-process__head-link {
  padding: 10px 10px 10px 26px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: color 0.4s ease, background-color 0.4s ease;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 991px) {
  .services-process__head-link {
    position: absolute;
    bottom: 50px;
    font-size: 16px;
  }
}
.services-process__head-link svg {
  transition: transform 0.4s ease;
}
.services-process__head-link svg circle {
  transition: fill 0.4s ease;
}
.services-process__head-link svg path {
  transition: stroke 0.4s ease;
}
.services-process__head-link:hover {
  background: #fff;
  color: #efa057;
}
.services-process__head-link:hover svg {
  transform: rotate(45deg);
}
.services-process__head-link:hover svg circle {
  fill: #efa057;
}
.services-process__head-link:hover svg path {
  stroke: white;
}
.services-process__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media all and (max-width: 991px) {
  .services-process__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .services-process__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.services-process__item {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 600px) {
  .services-process__item {
    position: relative;
    overflow: hidden;
  }
}
.services-process__item-step {
  position: relative;
}
@media all and (max-width: 600px) {
  .services-process__item-step {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.services-process__item-step:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 600px) {
  .services-process__item-step:after {
    width: 1px;
    height: 400%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.services-process__item-step span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  color: #efa057;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .services-process__item-step span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
.services-process__item-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 36px 0 20px;
}
@media all and (max-width: 600px) {
  .services-process__item-title {
    margin: 0 0 2px;
    font-size: 20px;
    padding-left: 42px;
  }
}
.services-process__item-desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 600px) {
  .services-process__item-desc {
    font-size: 14px;
    line-height: 23px;
    padding-left: 42px;
  }
}
.services-process.mt-normal {
  margin: 74px 0;
}
@media all and (max-width: 991px) {
  .services-process.mt-normal {
    margin: 40px 0;
  }
}

.services-review {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  padding: 74px 0 230px;
}
@media all and (max-width: 991px) {
  .services-review {
    border-radius: 20px;
    padding: 24px 0 130px;
  }
}
.services-review__wrap {
  display: flex;
  flex-direction: column;
}
.services-review__navigation {
  display: none;
}
@media all and (max-width: 991px) {
  .services-review__navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
  }
  .services-review__navigation-prev, .services-review__navigation-next {
    cursor: pointer;
    display: flex;
  }
  .services-review__navigation-prev:hover svg circle, .services-review__navigation-next:hover svg circle {
    fill: #efa057;
  }
  .services-review__navigation-prev:hover svg path, .services-review__navigation-next:hover svg path {
    stroke: white;
  }
  .services-review__navigation-prev svg, .services-review__navigation-next svg {
    width: 51px;
    height: 51px;
  }
  .services-review__navigation-prev svg circle, .services-review__navigation-next svg circle {
    fill: transparent;
    transition: fill 0.4s ease;
  }
  .services-review__navigation-prev svg path, .services-review__navigation-next svg path {
    transition: stroke 0.4s ease;
  }
  .services-review__navigation-link {
    display: none;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .services-review__navigation-link {
    display: flex;
    margin-left: auto;
    padding: 10px 10px 10px 20px;
    border-radius: 90px;
    background: #efa057;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .services-review__navigation-link svg {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 380px) {
  .services-review__navigation {
    gap: 6px;
  }
  .services-review__navigation-link {
    padding: 10px 10px 10px 14px;
    font-size: 13px;
  }
  .services-review__navigation-prev svg, .services-review__navigation-next svg {
    width: 41px;
    height: 41px;
  }
}
.services-review__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 991px) {
  .services-review__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-review__label {
  padding-left: 14px;
  color: #4a74b4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-review__label {
    font-size: 12px;
  }
}
.services-review__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a74b4;
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-review__title {
  color: #efa057;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media all and (max-width: 991px) {
  .services-review__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-review__title span {
  color: #1c3050;
}
.services-review__link {
  padding: 10px 10px 10px 26px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .services-review__link {
    display: none;
  }
}
.services-review__link svg {
  transition: transform 0.4s ease;
}
.services-review__link:hover svg {
  transform: rotate(45deg);
}
.services-review__list {
  margin-top: 70px;
}
@media all and (max-width: 991px) {
  .services-review__list {
    margin-top: 29px;
  }
}
.services-review .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
@media all and (max-width: 600px) {
  .services-review .slick-slide {
    width: 360px;
  }
}
@media all and (max-width: 450px) {
  .services-review .slick-slide {
    width: 300px;
  }
}
.services-review .slick-slide > div {
  height: 100%;
}
.services-review .slick-list {
  margin: 0 -10px;
}
.services-review .slick-track {
  display: flex !important;
}
.services-review__item {
  border-radius: 20px;
  background: #f3f6fa;
  padding: 63px 35px 30px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .services-review__item {
    padding: 44px 20px 20px;
  }
}
.services-review__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 35px;
  background: url("../../../assets/img/quote.svg") center center no-repeat;
  background-size: cover;
  width: 28px;
  height: 22px;
}
@media all and (max-width: 600px) {
  .services-review__item:after {
    top: 18px;
    left: 20px;
  }
}
.services-review__item-text {
  color: #1c3050;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 600px) {
  .services-review__item-text {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-review__item-company, .services-review__item-position {
  color: #1c3050;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media all and (max-width: 600px) {
  .services-review__item-company, .services-review__item-position {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-review__item-company {
  margin-top: 37px;
}
@media all and (max-width: 600px) {
  .services-review__item-company {
    margin-top: 23px;
  }
}
.services-review .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media all and (max-width: 991px) {
  .services-review .slick-dots {
    display: none !important;
  }
}
.services-review .slick-dots button {
  display: flex;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d4deea;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.services-review .slick-dots button:focus {
  outline: none;
}
.services-review .slick-dots li.slick-active button {
  background: #efa057;
}

.services-offer {
  margin-top: -100px;
}
@media all and (max-width: 991px) {
  .services-offer {
    margin-top: -80px;
  }
}
.services-offer__wrap {
  padding: 74px 60px 130px;
  border-radius: 30px;
  background: #1c3458;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 991px) {
  .services-offer__wrap {
    flex-direction: column;
    padding: 24px 20px 50px;
    border-radius: 20px;
  }
}
.services-offer__left {
  max-width: 380px;
  margin-right: 30px;
}
@media all and (max-width: 991px) {
  .services-offer__left {
    max-width: none;
    margin-right: 0;
  }
}
.services-offer__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-offer__label {
    font-size: 12px;
  }
}
.services-offer__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-offer__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 4px 0 15px;
}
@media all and (max-width: 991px) {
  .services-offer__title {
    margin: 4px 0 8px;
    font-size: 28px;
    line-height: 32px;
  }
}
.services-offer__desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .services-offer__desc {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-offer__list {
  max-width: 660px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .services-offer__list {
    max-width: none;
    margin-top: 35px;
  }
}
.services-offer__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 991px) {
  .services-offer__item {
    padding-bottom: 27px;
    gap: 19px;
  }
}
@media all and (max-width: 991px) {
  .services-offer__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.services-offer__item:not(:first-child) {
  padding-top: 30px;
}
@media all and (max-width: 991px) {
  .services-offer__item:not(:first-child) {
    padding-top: 27px;
  }
}
.services-offer__item-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  .services-offer__item-icon {
    width: 52px;
    height: 52px;
  }
}
.services-offer__item-icon svg {
  width: 100%;
  height: 100%;
}
.services-offer__item-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding-top: 7px;
}
@media all and (max-width: 991px) {
  .services-offer__item-title {
    padding-top: 0;
    font-size: 20px;
    line-height: 26px;
  }
}
.services-offer__item-desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-top: 12px;
}
@media all and (max-width: 991px) {
  .services-offer__item-desc {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-offer__item-info {
  width: calc(100% - 99px);
}
@media all and (max-width: 991px) {
  .services-offer__item-info {
    width: calc(100% - 71px);
  }
}

.services-work {
  padding: 75px 0 130px;
}
@media all and (max-width: 991px) {
  .services-work {
    padding: 24px 0 125px;
  }
}
.services-work__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 991px) {
  .services-work__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-work__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-work__label {
    font-size: 12px;
  }
}
.services-work__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-work__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media all and (max-width: 991px) {
  .services-work__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-work__title span {
  color: #efa057;
}
.services-work__link {
  padding: 10px 10px 10px 26px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .services-work__link {
    position: absolute;
    bottom: -75px;
    font-size: 16px;
  }
}
.services-work__link svg {
  transition: transform 0.4s ease;
}
.services-work__link svg circle {
  transition: fill 0.4s ease;
}
.services-work__link svg path {
  transition: stroke 0.4s ease;
}
.services-work__link:hover {
  background: #fff;
  color: #efa057;
}
.services-work__link:hover svg {
  transform: rotate(45deg);
}
.services-work__link:hover svg circle {
  fill: #efa057;
}
.services-work__link:hover svg path {
  stroke: white;
}
.services-work__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media all and (max-width: 991px) {
  .services-work__list {
    margin-top: 29px;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
.services-work__item {
  border-radius: 18px;
  background: #1c3458;
  padding: 35px 35px 40px;
}
@media all and (max-width: 991px) {
  .services-work__item {
    padding: 20px;
    border-radius: 12px;
  }
}
.services-work__item-icon {
  width: 50px;
  height: 50px;
}
@media all and (max-width: 991px) {
  .services-work__item-icon {
    width: 40px;
    height: 40px;
  }
}
.services-work__item-icon svg {
  width: 100%;
  height: 100%;
}
.services-work__item-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 25px;
}
@media all and (max-width: 1200px) {
  .services-work__item-title {
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .services-work__item-title {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
    word-wrap: break-word;
  }
}

.services-expertise {
  border-radius: 30px;
  background: #fff;
  padding: 74px 0 230px;
}
@media all and (max-width: 991px) {
  .services-expertise {
    padding: 24px 0 130px;
    border-radius: 20px;
  }
}
.services-expertise__item_union {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media all and (max-width: 991px) {
  .services-expertise__item_union {
    margin-bottom: 0;
  }
}
.services-expertise__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  .services-expertise__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-expertise__label {
  padding-left: 14px;
  color: #4a74b4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-expertise__label {
    font-size: 12px;
  }
}
.services-expertise__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a74b4;
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-expertise__title {
  color: #1c3050;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.services-expertise__title span {
  color: #efa057;
}
@media all and (max-width: 991px) {
  .services-expertise__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-expertise__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 991px) {
  .services-expertise__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 9px;
    margin-top: 29px;
  }
}
.services-expertise__item {
  border-radius: 20px;
  background: #f3f6fa;
  padding: 30px 35px;
  transition: background 0.4s ease;
}
@media all and (max-width: 991px) {
  .services-expertise__item {
    padding: 20px 20px 26px;
    position: relative;
  }
}
.services-expertise__item:hover {
  background: rgba(239, 160, 87, 0.1);
}
.services-expertise__item:hover .services-expertise__item-icon {
  background: rgba(239, 160, 87, 0.2);
}
.services-expertise__item-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e6edf6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s ease;
}
.services-expertise__item-icon img {
  width: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 991px) {
  .services-expertise__item-icon img {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 991px) {
  .services-expertise__item-icon {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
@media all and (max-width: 600px) {
  .services-expertise__item-icon {
    top: 35px;
  }
}
.services-expertise__item-title {
  color: #1c3050;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  width: 80%;
}
@media all and (max-width: 991px) {
  .services-expertise__item-title {
    padding-left: 67px;
    margin: 8px 0 24px;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .services-expertise__item-title {
    min-height: 68px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
.services-expertise__item-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
}
.services-expertise__item-list li {
  width: 100%;
  color: #1c3050;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin: 1px 0;
  transition: color 0.4s ease;
  position: relative;
  padding-left: 13px;
  margin-bottom: 14px;
  display: block;
}
.services-expertise__item-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1c3050;
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
@media all and (max-width: 600px) {
  .services-expertise__item-list li:after {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}
.services-expertise__item-list li a {
  width: 100%;
  color: #1c3050;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  transition: color 0.4s ease;
  position: relative;
  display: block;
  cursor: pointer;
}
@media all and (max-width: 600px) {
  .services-expertise__item-list li a {
    font-size: 14px;
    line-height: 19px;
  }
}
.services-expertise__item-list li a:hover {
  color: #efa057;
}
.services-expertise--v2 {
  border-radius: 0;
}
.services-expertise__action {
  margin-top: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 27px;
  gap: 12px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.services-expertise__action svg {
  transition: transform 0.4s ease;
}
.services-expertise__action svg circle {
  transition: fill 0.4s ease;
}
.services-expertise__action svg path {
  transition: stroke 0.4s ease;
}
.services-expertise__action:hover {
  background: #fff;
  color: #efa057;
}
.services-expertise__action:hover svg {
  transform: rotate(45deg);
}
.services-expertise__action:hover svg circle {
  fill: #efa057;
}
.services-expertise__action:hover svg path {
  stroke: #fff;
}
@media all and (max-width: 991px) {
  .services-expertise__action {
    margin: 30px auto 0;
    font-size: 16px;
    padding: 9px 9px 9px 18px;
  }
  .services-expertise__action svg {
    width: 30px;
    height: 30px;
  }
}

.services-faq {
  margin-top: -100px;
}
@media all and (max-width: 991px) {
  .services-faq {
    margin-top: -90px;
  }
}
.services-faq__wrap {
  border-radius: 30px;
  background: #1c3458;
  padding: 74px 60px 130px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 991px) {
  .services-faq__wrap {
    padding: 24px 20px 133px;
    flex-direction: column;
    border-radius: 20px;
  }
}
.services-faq__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-faq__label {
    font-size: 12px;
  }
}
.services-faq__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-faq__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 4px 0 17px;
  max-width: 390px;
}
@media all and (max-width: 1200px) {
  .services-faq__title {
    font-size: 28px;
    line-height: 32px;
    margin: 4px 0 8px;
  }
}
.services-faq__title span {
  color: #efa057;
}
.services-faq__desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 355px;
}
@media all and (max-width: 991px) {
  .services-faq__desc {
    font-size: 14px;
    line-height: 23px;
    max-width: none;
  }
}
.services-faq__action {
  padding: 10px 10px 10px 26px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: color 0.4s ease, background-color 0.4s ease;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .services-faq__action {
    position: absolute;
    bottom: 50px;
  }
}
.services-faq__action svg {
  transition: transform 0.4s ease;
}
.services-faq__action svg circle {
  transition: fill 0.4s ease;
}
.services-faq__action svg path {
  transition: stroke 0.4s ease;
}
.services-faq__action:hover {
  background: #fff;
  color: #efa057;
}
.services-faq__action:hover svg {
  transform: rotate(45deg);
}
.services-faq__action:hover svg circle {
  fill: #efa057;
}
.services-faq__action:hover svg path {
  stroke: white;
}
.services-faq__right {
  max-width: 660px;
  width: 100%;
  margin-left: 30px;
}
@media all and (max-width: 1200px) {
  .services-faq__right {
    max-width: 580px;
  }
}
@media all and (max-width: 991px) {
  .services-faq__right {
    max-width: none;
    margin: 0;
  }
}
.services-faq__list {
  width: 100%;
  padding-top: 20px;
}
@media all and (max-width: 991px) {
  .services-faq__list {
    padding-top: 0;
    margin-top: 35px;
  }
}
.services-faq__item {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.services-faq__item:not(:first-child) {
  padding-top: 26px;
}
@media all and (max-width: 991px) {
  .services-faq__item:first-child {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.services-faq__item-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .services-faq__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-faq__item-title:after {
  content: "-";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background-color 0.4s ease;
  padding-bottom: 3px;
  font-size: 22px;
}
.services-faq__item-title.active + .services-faq__item-content {
  margin-top: 13px;
}
.services-faq__item-title.active:after {
  background: white;
  color: #efa057;
  content: "+";
  padding-bottom: 1px;
}
.services-faq__item-content {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding-left: 60px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, margin-top 0.2s ease;
}
@media all and (max-width: 991px) {
  .services-faq__item-content {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-faq--v2 {
  margin-top: 0;
  padding: 74px 0;
  background: #192941;
}
@media all and (max-width: 991px) {
  .services-faq--v2 {
    padding: 40px 0;
  }
}
.services-faq--v2 .services-faq__wrap {
  padding: 74px 60px;
  align-items: flex-start;
  gap: 32px;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 30px;
    gap: 16px;
  }
}
.services-faq--v2 .services-faq__left {
  flex: 1 1 0;
  min-width: 0;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__left {
    display: contents;
    max-width: none;
  }
}
.services-faq--v2 .services-faq__label {
  margin-bottom: 4px;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__label {
    order: 1;
  }
}
.services-faq--v2 .services-faq__title {
  margin: 4px 0 16px;
  max-width: 630px;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__title {
    order: 2;
    font-size: 24px;
    line-height: 1.3;
    max-width: none;
  }
}
.services-faq--v2 .services-faq__desc {
  margin-top: 16px;
  max-width: 356px;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__desc {
    order: 3;
    margin-top: 8px;
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }
}
.services-faq--v2 .services-faq__action {
  margin-top: 70px;
  padding: 10px 10px 10px 24px;
  gap: 10px;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__action {
    order: 5;
    position: static;
    width: 100%;
    max-width: none;
    justify-content: space-between;
    margin-top: 32px;
    height: 50px;
    padding: 10px 10px 10px 24px;
    font-size: 14px;
  }
  .services-faq--v2 .services-faq__action svg {
    width: 30px;
    height: 30px;
  }
}
.services-faq--v2 .services-faq__right {
  flex: 0 1 660px;
  width: 100%;
  min-width: 0;
  max-width: 660px;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__right {
    order: 4;
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.services-faq--v2-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
@media all and (max-width: 991px) {
  .services-faq--v2-desc {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-faq--v2-desc h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .services-faq--v2-desc h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.services-faq--v2-desc > *:not(:last-child),
.services-faq--v2-desc li:not(:last-child) {
  margin-bottom: 16px;
}
.services-faq--v2-desc ul {
  list-style: disc;
}
.services-faq--v2-desc ol {
  list-style: decimal;
}
.services-faq--v2-desc strong {
  font-weight: 600;
}
.services-faq--v2 .services-faq__list {
  padding-top: 0;
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__list {
    margin-top: 0;
    width: 100%;
  }
}
.services-faq--v2 .services-faq__item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.services-faq--v2 .services-faq__item:not(:first-child) {
  padding-top: 0;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__item:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
.services-faq--v2 .services-faq__item-title {
  padding-left: 0;
  padding-right: 48px;
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__item-title {
    padding-right: 48px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.services-faq--v2 .services-faq__item-title:after {
  left: auto;
  right: 0;
}
.services-faq--v2 .services-faq__item-title.active + .services-faq__item-content {
  margin-top: 16px;
  padding-right: 60px;
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__item-title.active + .services-faq__item-content {
    margin-top: 16px;
    padding-right: 0;
  }
}
.services-faq--v2 .services-faq__item-content {
  padding-left: 0;
  padding-right: 0;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 991px) {
  .services-faq--v2 .services-faq__item-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

.services-article {
  padding: 74px 0 130px;
}
@media all and (max-width: 991px) {
  .services-article {
    padding: 24px 0 146px;
  }
}
.services-article__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 991px) {
  .services-article__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-article__label {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-article__label {
    font-size: 12px;
  }
}
.services-article__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-article__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-top: 4px;
}
@media all and (max-width: 991px) {
  .services-article__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-article__title span {
  color: #efa057;
}
.services-article__link {
  padding: 10px 10px 10px 26px;
  border-radius: 90px;
  background: #efa057;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .services-article__link {
    font-size: 16px;
    position: absolute;
    bottom: -80px;
    margin-top: 0;
  }
}
.services-article__link svg {
  transition: transform 0.4s ease;
}
.services-article__link svg circle {
  transition: fill 0.4s ease;
}
.services-article__link svg path {
  transition: stroke 0.4s ease;
}
.services-article__link:hover {
  background: #fff;
  color: #efa057;
}
.services-article__link:hover svg {
  transform: rotate(45deg);
}
.services-article__link:hover svg circle {
  fill: #efa057;
}
.services-article__link:hover svg path {
  stroke: white;
}
.services-article__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media all and (max-width: 991px) {
  .services-article__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .services-article__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-article__item {
  display: flex;
  flex-direction: column;
}
.services-article__item:hover .services-article__item-img img {
  transform: scale(1.1);
}
.services-article__item-img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 600px) {
  .services-article__item-img {
    height: 215px;
  }
}
.services-article__item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(30, 67, 123, 0.66) 0%, rgba(30, 67, 123, 0) 100%);
}
.services-article__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center;
}
.services-article__item-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 2;
}
.services-article__item-category {
  padding: 3px 18px;
  border-radius: 90px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.services-article__item-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.services-article__item-link svg {
  transition: transform 0.4s ease;
}
.services-article__item-link svg circle {
  transition: fill 0.4s ease;
  fill: transparent;
}
.services-article__item-link svg path {
  transition: stroke 0.4s ease;
}
.services-article__item-link:hover svg {
  transform: rotate(45deg);
}
.services-article__item-link:hover svg circle {
  fill: white;
}
.services-article__item-link:hover svg path {
  stroke: #efa057;
}
.services-article__item-title {
  margin: 27px 0 11px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  cursor: pointer;
}
.services-article__item-title:hover {
  transition: 0.6s all;
  color: #efa057;
}
@media all and (max-width: 991px) {
  .services-article__item-title {
    font-size: 20px;
    line-height: 26px;
    margin: 22px 0 7px;
  }
}
.services-article__item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.services-article__item-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .services-article__item-time {
    font-size: 12px;
  }
}
.services-article__item-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  width: calc(100% - 140px);
}
@media all and (max-width: 991px) {
  .services-article__item-author {
    font-size: 12px;
  }
}
.services-article__item-author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.services-article__item-author span {
  width: calc(100% - 34px);
  max-width: 250px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-contact {
  border-radius: 30px;
  background: #fff;
  padding: 74px 0 130px;
}
@media all and (max-width: 991px) {
  .services-contact {
    padding: 24px 0 50px;
  }
}
.services-contact__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 991px) {
  .services-contact__wrap {
    flex-direction: column;
  }
}
.services-contact__label {
  padding-left: 14px;
  color: #4a74b4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-contact__label {
    font-size: 12px;
  }
}
.services-contact__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a74b4;
  filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.45));
}
.services-contact__title {
  color: #1c3050;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 4px 0 70px;
  max-width: 290px;
}
@media all and (max-width: 991px) {
  .services-contact__title {
    max-width: none;
    font-size: 28px;
    line-height: 32px;
    margin: 4px 0 29px;
  }
}
.services-contact__title span {
  color: #efa057;
}
.services-contact__left {
  max-width: 420px;
  width: 100%;
  margin-right: 40px;
}
@media all and (max-width: 991px) {
  .services-contact__left {
    max-width: none;
    margin-right: 0;
  }
}
.services-contact__quote {
  border-radius: 20px;
  background: #f3f6fa;
  padding: 75px 35px 40px;
  position: relative;
}
@media all and (max-width: 991px) {
  .services-contact__quote {
    border-radius: 12px;
    padding: 44px 20px 25px;
  }
}
.services-contact__quote:after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 35px;
  background: url("../../../assets/img/quote.svg") center center no-repeat;
  background-size: cover;
  width: 28px;
  height: 22px;
}
@media all and (max-width: 991px) {
  .services-contact__quote:after {
    top: 18px;
    left: 20px;
    width: 22px;
    height: 18px;
  }
}
.services-contact__quote-text {
  color: #1c3050;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .services-contact__quote-text {
    font-size: 14px;
    line-height: 23px;
  }
}
.services-contact__quote-author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
}
@media all and (max-width: 991px) {
  .services-contact__quote-author {
    margin-top: 40px;
  }
}
.services-contact__quote-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
@media all and (max-width: 991px) {
  .services-contact__quote-avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.services-contact__quote-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-contact__quote-info {
  width: calc(100% - 90px);
}
@media all and (max-width: 991px) {
  .services-contact__quote-info {
    width: calc(100% - 65px);
  }
}
.services-contact__quote-info h6 {
  color: #1c3050;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  .services-contact__quote-info h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-contact__quote-info p {
  color: rgba(28, 48, 80, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 3px;
}
@media all and (max-width: 991px) {
  .services-contact__quote-info p {
    font-size: 12px;
  }
}
.services-contact__right {
  max-width: 670px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .services-contact__right {
    max-width: none;
    width: 100%;
    margin-top: 40px;
  }
}
.services-contact__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media all and (max-width: 991px) {
  .services-contact__form {
    gap: 20px;
  }
}
.services-contact__form-label {
  color: #1c3050;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 16px;
}
@media all and (max-width: 991px) {
  .services-contact__form-label {
    font-size: 16px;
    margin-bottom: 11px;
  }
}
.services-contact__form-label span {
  color: #efa057;
}
.services-contact__form-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 600px) {
  .services-contact__form-col {
    flex-direction: column;
    gap: 20px;
  }
}
.services-contact__form-col .services-contact__form-row {
  width: 100%;
}
@media all and (max-width: 600px) {
  .services-contact__form-col .services-contact__form-row {
    width: 100%;
  }
}
.services-contact__form-row input {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #f3f6fa;
  padding: 13px 24px 15px;
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: background-color 0.4s ease;
  caret-color: #efa057;
  border: none;
}
@media all and (max-width: 991px) {
  .services-contact__form-row input {
    height: 50px;
    padding: 11px 20px;
    font-size: 14px;
  }
  .services-contact__form-row input::-moz-placeholder {
    font-size: 14px;
  }
  .services-contact__form-row input::placeholder {
    font-size: 14px;
  }
}
.services-contact__form-row input:focus {
  background: #fdf1e6;
  outline: none;
  border: none;
}
.services-contact__form-row input::-moz-placeholder {
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.services-contact__form-row input::placeholder {
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.services-contact__form-row select {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #f3f6fa;
  padding: 13px 24px 15px;
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../../../assets/img/arrow-down.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 26px) center;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .services-contact__form-row select {
    height: 50px;
    padding: 11px 20px;
    font-size: 14px;
  }
  .services-contact__form-row select::-moz-placeholder {
    font-size: 14px;
  }
  .services-contact__form-row select::placeholder {
    font-size: 14px;
  }
}
.services-contact__form-row select > option:first-child {
  display: none;
}
.services-contact__form-row select:focus {
  border: none;
  outline: none;
}
.services-contact__form-row textarea {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: #f3f6fa;
  padding: 13px 24px;
  resize: none;
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: background-color 0.4s ease;
  caret-color: #efa057;
  border: none;
}
@media all and (max-width: 991px) {
  .services-contact__form-row textarea {
    height: 110px;
    padding: 11px 20px;
    font-size: 14px;
  }
  .services-contact__form-row textarea::-moz-placeholder {
    font-size: 14px;
  }
  .services-contact__form-row textarea::placeholder {
    font-size: 14px;
  }
}
.services-contact__form-row textarea:focus {
  background: #fdf1e6;
  outline: none;
  border: none;
}
.services-contact__form-row textarea::-moz-placeholder {
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
}
.services-contact__form-row textarea::placeholder {
  color: #1c3050;
  font-family: "Reddit Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
}
.services-contact__form-action {
  margin-top: 8px;
}
@media all and (max-width: 991px) {
  .services-contact__form-action {
    margin-top: 5px;
  }
}
.services-contact__form-action button {
  padding: 10px 10px 10px 30px;
  border-radius: 90px;
  background: #efa057;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Reddit Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .services-contact__form-action button {
    font-size: 16px;
    padding: 10px 10px 10px 21px;
  }
}
.services-contact__form-action button svg {
  transition: transform 0.4s ease;
}
.services-contact__form-action button:hover svg {
  transform: rotate(45deg);
}
.services-contact--v2 {
  border-radius: 0;
  margin-top: 0;
}

.call {
  position: relative;
}
.call::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 136px;
  background-color: #111d2f;
}
@media (max-width: 1024px) {
  .call::before {
    height: 80px;
  }
}
.call .call__outer-container {
  position: relative;
  margin-top: 20px;
  padding: 71px 36px 56px;
  background-color: #1c3458;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .call .call__outer-container {
    margin-top: 0;
    border-radius: 20px;
    padding: 34px 44px 50px;
    padding-top: 42px;
  }
}
.call .call__outer-container .call__background {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .call .call__outer-container .call__background {
    bottom: 0;
    height: 100%;
    transform: translateY(0);
  }
}
.call .call__outer-container .call__inner-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 920px;
  gap: 70px;
}
@media (max-width: 1024px) {
  .call .call__outer-container .call__inner-container {
    flex-direction: column;
    gap: 0;
  }
}
.call .call__outer-container .call__title {
  margin-bottom: 17px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 990px) {
  .call .call__outer-container .call__title {
    font-size: 31px;
    line-height: 39px;
    margin-top: 20px;
    margin-bottom: 22px !important;
  }
}
@media (max-width: 1024px) {
  .call .call__outer-container .call__title {
    margin-bottom: 8px;
    text-align: center;
  }
}
.call .call__outer-container .call__title span {
  color: #efa057;
}
.call .call__outer-container .call__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .call .call__outer-container .call__description {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 1024px) {
  .call .call__outer-container .call__description {
    margin-bottom: 32px;
    text-align: center;
  }
}
.call .call__outer-container .call__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  padding-left: 26px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 90px;
  background-color: #efa057;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.4s ease;
}
@media (max-width: 1024px) {
  .call .call__outer-container .call__btn {
    padding-left: 19px;
    font-size: 16px;
  }
  .call .call__outer-container .call__btn svg {
    width: 30px;
    height: 30px;
  }
}
.call .call__outer-container .call__btn svg {
  transition: 0.4s ease;
}
.call .call__outer-container .call__btn svg circle, .call .call__outer-container .call__btn svg path {
  transition: 0.4s ease;
}
.call .call__outer-container .call__btn:hover {
  background: #fff;
  color: #efa057;
}
.call .call__outer-container .call__btn:hover svg {
  transform: rotate(45deg);
}
.call .call__outer-container .call__btn:hover svg circle {
  fill: #efa057;
}
.call .call__outer-container .call__btn:hover svg path {
  stroke: #fff;
}
.call.bg-white {
  background-color: #fff;
  margin-top: -1px;
  padding: 1px 0px 74px;
}
@media (max-width: 1024px) {
  .call.bg-white {
    padding: 1px 0px 40px;
  }
}
.call.bg-white::before {
  content: none;
}
