@charset "UTF-8";
:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-header {
  padding-bottom: 140px;
}

.a-blocks {
  margin: -100px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-blocks .a-container {
    display: flex;
    align-items: flex-start;
  }
}

.a-block {
  flex: 1;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  will-change: transform;
  box-shadow: 0 5px 12px -10px rgba(54, 57, 67, 0.6);
  padding: 32px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .a-block {
    align-self: stretch;
  }
}
.a-block + .a-block {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-block + .a-block {
    margin: 0 0 0 32px;
  }
}
.a-block:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 20px -10px rgba(54, 57, 67, 0.2);
}
.a-block__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: block;
}
.a-block__text {
  margin: 20px 0 0 0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  display: block;
}

.a-arrow {
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url(../images/icons/arrow.svg) 0 0 no-repeat;
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.a-analysis {
  margin: 60px auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .a-analysis {
    margin: 120px auto;
  }
}

.a-logos {
  margin: 60px 0 40px;
}
@media only screen and (min-width: 768px) {
  .a-logos {
    margin: 120px 0 80px;
  }
}
.a-logos__list {
  margin: 0 auto;
  display: flex;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .a-logos__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
}
.a-logos__logo {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .a-logos__logo {
    margin: 0;
    flex: 0 0 12.5%;
    min-width: 120px;
    max-width: 12.5%;
  }
}

.a-team {
  margin: 80px 0 0;
  background: #f3fbff;
  padding: 60px 0;
  position: relative;
}
.a-team:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: solid 25px #f3fbff;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}

.a-swiper {
  margin: 40px 0 0 0;
  position: relative;
}
.a-swiper__img {
  display: block;
  max-width: 100%;
}
.a-swiper .swiper-button-next,
.a-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 50%;
  transition: box-shadow 0.3s;
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-swiper .swiper-button-next,
  .a-swiper .swiper-button-prev {
    display: flex;
  }
}
.a-swiper .swiper-button-next:after,
.a-swiper .swiper-button-prev:after {
  border: solid #01a9c1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  font-size: 0;
  transform: rotate(-45deg);
  margin-left: -4px;
  margin-top: 2px;
}
.a-swiper .swiper-button-next:hover,
.a-swiper .swiper-button-prev:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.a-swiper .swiper-button-prev {
  transform: scaleX(-1);
  left: -28px;
}
.a-swiper .swiper-button-next {
  right: -28px;
}

.a-persons {
  margin: 80px 0;
}
@media only screen and (min-width: 1025px) {
  .a-persons__list {
    display: flex;
    flex-wrap: wrap;
    margin: -80px 0 0 -80px;
  }
}

.a-person {
  margin: 80px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-person {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .a-person {
    margin: 80px 0 0 80px;
    flex: auto;
    width: calc(50% - 80px);
    max-width: calc(50% - 80px);
  }
}
.a-person__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 20px 44px;
}
@media only screen and (min-width: 768px) {
  .a-person__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin: 0 20px 0 0;
  }
}
.a-person__image img {
  display: block;
  max-width: 100%;
}
.a-person__text {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0 0 0 44px;
}
.a-person__text:before {
  position: absolute;
  content: "“";
  font-size: 3.5rem;
  color: #01a9c1;
  font-weight: 900;
  left: 0;
  top: 4px;
}
.a-person__info {
  margin: 16px 0 0 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0 0 0 44px;
  color: #363943;
}
.a-person__about {
  flex: 1;
}