.banner {
  display: flex;
  flex-direction: column;
  background: #512D8D;
  padding: 4rem 0 0rem;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .banner {
    max-height: 85rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner {
    min-height: 54rem;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    padding: 0;
    justify-content: center;
    padding-top: 12.7rem;
    padding-bottom: 7.8rem;
    min-height: 82rem;
  }
}
.banner__container {
  display: flex;
  flex-direction: column-reverse;
  position: static;
  margin-top: 6rem;
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .banner__container {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: row;
  }
}
.banner__wrap {
  max-width: 59.5rem;
}
@media only screen and (min-width: 768px) {
  .banner__wrap {
    width: 40rem;
    min-width: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__wrap {
    width: 59.5rem;
    min-width: 62rem;
    top: 0;
  }
}
.banner__subtitle {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #0bbad5;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .banner__subtitle {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.banner__title {
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 88%;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: clamp(4.4rem, 8vw, 7.4rem);
}
.banner__title span {
  font-size: inherit;
}
.banner__tag {
  background: #0bbad5;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0.8rem 3.2rem;
  border-radius: 0.8rem;
  color: rgba(0, 0, 0, 0.9490196078);
  box-shadow: 22px 31px 41px 0px rgba(0, 10, 96, 0.1019607843);
  display: inline-flex;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .banner__tag {
    font-size: 1.7rem;
    padding: 1.1rem 4.4rem;
  }
}
.banner__tag + .banner__descr {
  margin-top: 2.4rem;
}
.banner__descr {
  font-weight: 300;
  font-size: clamp(1.4rem, 3.7vw, 2rem);
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 2.4rem;
  border-left: 1px solid #06b2e3;
  padding-left: 1.1rem;
}
@media only screen and (min-width: 992px) {
  .banner__descr {
    max-width: 57.4rem;
    margin-top: 3.4rem;
    border-left: 3px solid #06b2e3;
    padding-left: 1.7rem;
  }
}
.banner__bttn {
  margin-top: 4.8rem;
  min-width: 20rem;
}
@media only screen and (max-width: 576px) {
  .banner__bttn {
    width: 100%;
    margin-top: 2.4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .banner__img {
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .banner__img {
    position: absolute;
    bottom: 0;
  }
}
.banner__img img {
  width: 100%;
  max-width: 75.1rem;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .banner__img img {
    width: auto;
    right: -12rem;
  }
}

.app {
  background-color: #f3f2fd;
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .app {
    padding: 5rem 0;
  }
}
.app__wrap {
  display: flex;
  gap: 2.4rem 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .app__wrap {
    gap: 3.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .app__wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.app__item {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  flex-basis: 50%;
}
@media only screen and (min-width: 576px) {
  .app__item {
    flex-basis: 33.2%;
  }
}
@media only screen and (min-width: 768px) {
  .app__item {
    gap: 1.9rem;
    flex: 0;
  }
}
@media only screen and (min-width: 992px) {
  .app__item {
    flex: unset;
  }
}
.app__item-icon {
  width: 2.7rem;
  min-width: 2.7rem;
  height: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .app__item-icon {
    width: 3.9rem;
    min-width: 3.9rem;
    height: 3.9rem;
  }
}
.app__item-icon img {
  width: 100%;
  max-width: 100%;
}
.app__item-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 120%;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .app__item-title {
    font-size: 1.9rem;
  }
}

.about_simple {
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .about_simple {
    padding: 8.5rem 0 10rem;
  }
}
.about_simple__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6rem;
}
@media only screen and (min-width: 768px) {
  .about_simple__wrap {
    gap: 3.2rem 10rem;
  }
}
@media only screen and (min-width: 992px) {
  .about_simple__wrap {
    gap: 4.6rem 8rem;
    justify-content: space-between;
  }
}
.about_simple__title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: #051322;
}
@media only screen and (min-width: 992px) {
  .about_simple__title {
    font-size: 4.4rem;
    flex: 1;
  }
}
.about_simple__descr {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #051322;
  max-width: 50rem;
}
@media only screen and (min-width: 992px) {
  .about_simple__descr {
    font-size: 1.8rem;
    flex: 1;
    padding-top: 1.5rem;
  }
}
.about_simple__descr strong {
  font-weight: 600;
  color: inherit;
  font-size: inherit;
}
.about_simple__descr br {
  content: "";
  display: block;
  height: 0.8rem;
}

.benefits {
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .benefits {
    padding: 5rem 0 12rem;
  }
}
.benefits__title {
  color: #fff;
  max-width: 110rem;
}
.benefits__wrap {
  background-color: #512D8D;
  border-radius: 22px;
  padding: 5rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .benefits__wrap {
    padding: 7rem 3.4rem 9.3rem;
    width: calc(100% + 6.8rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.benefits__list {
  margin-top: 1.6rem;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .benefits__list {
    gap: 0;
    margin-top: 6rem;
  }
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item {
    padding: 1.6rem 2.7rem 3.2rem;
  }
}
.benefits__item-icon {
  width: 6.2rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item-icon {
    width: 7.2rem;
    margin-top: 3.2rem;
  }
}
.benefits__item-icon img {
  max-width: 100%;
  width: 100%;
}
.benefits__item-title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item-title {
    font-size: 2.6rem;
    min-height: 5.2rem;
  }
}
.benefits__item-descr {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
  max-width: 31.5rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item-descr {
    padding: 0 2rem;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.solutions {
  padding: 5rem 0;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 992px) {
  .solutions {
    padding-bottom: 13.7rem;
  }
}
.solutions__title {
  max-width: 110rem;
}
.solutions__list {
  margin-top: 4.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 992px) {
  .solutions__list {
    margin-top: 6rem;
  }
}
.solutions__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem;
  color: #051322;
  background-color: #f3f2fd;
  border-radius: 24px;
  flex-basis: 100%;
}
@media only screen and (min-width: 576px) {
  .solutions__item {
    flex-basis: calc(50% - 1.4rem);
    padding: 1.6rem 1.6rem 3.2rem;
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .solutions__item {
    flex-basis: calc(33.33% - 1.4rem);
  }
}
.solutions__item-icon {
  width: 7rem;
}
.solutions__item-icon img {
  max-width: 100%;
  width: 100%;
}
.solutions__item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.8rem;
  min-height: 5rem;
}
@media only screen and (min-width: 992px) {
  .solutions__item-title {
    font-weight: 500;
    font-size: 2.2rem;
    min-height: 6rem;
  }
}
.solutions__item-descr {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.6rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 992px) {
  .solutions__item-descr {
    padding: 0 3rem;
    margin-top: 2.1rem;
  }
}
.solutions__item-bttn {
  margin-top: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .solutions__item-bttn {
    margin-top: 3rem;
  }
}
.solutions__item-bttn .bttn-link {
  color: #512d8d;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.trust {
  padding: 6rem 0;
}
@media only screen and (min-width: 992px) {
  .trust {
    padding: 12rem 0;
  }
}
.trust__wrap {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  max-width: 100vw;
}
.trust__list {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.trust__list--reverse .trust__group {
  animation-direction: reverse;
  animation-delay: -3s;
}
.trust__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .trust__group {
    animation-play-state: paused;
  }
}
@media only screen and (min-width: 992px) {
  .trust__group {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .trust .trust__item:not(:nth-child(-n+5)) {
    display: none;
  }
}
.trust__item {
  background-color: #fff;
  border: 1px solid #edecf5;
  border-radius: 20rem;
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}
.trust__item img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .trust__item {
    height: 9.3rem;
    padding: 1rem;
  }
}
.trust__bttn {
  margin-top: 6rem;
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

.cta_ai_boost {
  padding: 5.6rem 0 0;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost {
    padding: 15rem 0 5rem;
  }
}
.cta_ai_boost__wrap {
  overflow: hidden;
  border-radius: 20px;
  background-color: #512D8D;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 37.2rem 1.6rem 2.4rem;
}
@supports (corner-shape: squircle) {
  .cta_ai_boost__wrap {
    corner-shape: squircle;
    border-radius: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  .cta_ai_boost__wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__wrap {
    padding: 7.6rem 6.5rem;
    flex-direction: inherit;
    min-height: 34.8rem;
  }
}
@media only screen and (min-width: 1312px) {
  .cta_ai_boost__wrap {
    min-height: 49.7rem;
    width: calc(100% + 6.8rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.cta_ai_boost__bg {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__bg {
    z-index: -1;
    right: 0;
    height: 100%;
  }
}
.cta_ai_boost__bg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.cta_ai_boost__cont {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__cont {
    max-width: 54.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .cta_ai_boost__cont {
    max-width: 45.8rem;
  }
}
.cta_ai_boost__cont .title-small {
  margin-bottom: 0;
}
.cta_ai_boost__title {
  font-size: 2.8rem;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__title {
    font-size: 4.8rem;
  }
}
.cta_ai_boost__descr {
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
  margin-top: 1.6rem;
  max-width: 46rem;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__descr {
    font-size: 1.8rem;
  }
}
.cta_ai_boost__bttn {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__bttn {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .cta_ai_boost__bttn .bttn {
    width: 100%;
  }
}

.solutions-template-single-ms-dynamics-redesigne .qa {
  padding: 10rem 0 10rem;
}

.feedback {
  background: #f3f2fd;
}
@media only screen and (max-width: 576px) {
  .feedback .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .feedback {
    padding: 3.2rem 0 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .feedback__container {
    display: flex;
  }
}
.feedback__wrap {
  max-width: 42rem;
}
.feedback__title {
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.02em;
}
.feedback__descr {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  margin-top: 1.6rem;
}
.feedback__trust-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
  margin-top: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .feedback__trust-title {
    margin-top: 4.6rem;
  }
}
.feedback__trust-list {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.feedback__trust-item {
  height: 1.8rem;
}
.feedback__trust-item img {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .feedback__trust-item {
    height: 2.4rem;
  }
}
.feedback__trust-item:not(:first-child) {
  margin-left: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .feedback__trust-item:not(:first-child) {
    margin-left: 2rem;
  }
}
.feedback__form .wpcf7-form-control-wrap .iti {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .feedback__form {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 992px) {
  .feedback__form .grid-2 {
    grid-template-columns: 1fr;
  }
  .feedback__form .grid-2 .w100 {
    grid-column: 1;
  }
}
.feedback__form input[type=text],
.feedback__form input[type=email],
.feedback__form textarea,
.feedback__form input[type=tel] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.feedback__form input[type=submit] {
  height: max-content;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  margin-top: 2rem;
  transition: all 0.2s ease;
}

.reviews {
  background-color: #512d8d;
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .reviews {
    padding: 7rem 0 8rem;
  }
}
.reviews__title {
  color: #fff;
}
.reviews__bttn {
  display: flex;
  justify-content: center;
  margin-top: 3.8rem;
}
.reviews__wrap {
  padding: 0 3rem;
  margin-top: 4.6rem;
}
@media only screen and (min-width: 992px) {
  .reviews__wrap {
    margin-top: 9rem;
    padding: 0;
  }
}
.reviews__item {
  border-radius: 0.8rem;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .reviews__item {
    border-radius: 1.6rem;
    width: 78rem !important;
    flex: 0 0 auto;
  }
}
.reviews__item-video {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 1.6rem;
  transition: 0.5s ease-in-out;
  background: #fff;
  background-color: #f3f2fd;
  padding: 2.2rem 1.6rem;
  height: 100%;
}
@supports (corner-shape: squircle) {
  .reviews__item-video {
    corner-shape: squircle;
    border-radius: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .reviews__item-video {
    padding: 4rem 6rem;
    transform: translateY(5rem);
  }
}
.reviews__item-video img {
  max-width: 100%;
  object-fit: contain;
}
.reviews__item-video hr {
  height: 1px;
  background: rgba(95, 55, 228, 0.15);
  margin: 1.8rem 0;
}
@media only screen and (min-width: 992px) {
  .reviews__item-video hr {
    margin: 2.6rem 0;
  }
}
.reviews__item.swiper-slide-active .reviews__item-video {
  background: #fff;
}
@media only screen and (min-width: 992px) {
  .reviews__item.swiper-slide-active .reviews__item-video {
    transform: translateY(-5rem);
  }
}
.reviews__item-logo {
  display: flex;
  justify-content: center;
  height: 9rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .reviews__item-logo {
    margin-bottom: 2.6rem;
  }
}
.reviews__item-title {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  color: #051322;
}
@media only screen and (min-width: 992px) {
  .reviews__item-title {
    font-size: 2rem;
    text-align: center;
  }
}
.reviews__item-response {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #051322;
}
.reviews__item-person {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 2.6rem;
}
.reviews__item-person-img {
  border-radius: 50%;
  overflow: hidden;
  width: 5.4rem;
  height: 5.4rem;
}
@media only screen and (min-width: 992px) {
  .reviews__item-person-img {
    width: 6rem;
    height: 6rem;
  }
}
.reviews__item-person-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.reviews__item-person-name {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0;
  color: #051322;
}
.reviews__item-person-position {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0;
  color: #606492;
}
.reviews__item-descr {
  margin-top: 1.6rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: -0.02em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .reviews__item-descr {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
}
.reviews__bottom {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .reviews__bottom {
    margin-top: 0rem;
  }
}
.reviews__bottom .swiper-button-next {
  margin-left: 0;
}
.reviews__bottom .swiper-pagination {
  margin: 0 2rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.reviews__bottom .swiper-pagination span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background-color: #ffffff;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .reviews__bottom .swiper-pagination {
    margin: 0 2rem;
  }
}
.reviews__bottom .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
}
.reviews__bottom .swiper-pagination-bullet-active {
  width: 2.6rem;
}