:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

main {
  overflow: hidden;
}

.a-header h1.a-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .a-header h1.a-title {
    font-weight: 700;
    font-size: 4.5rem;
  }
}
.a-header__subtitle {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.01em;
  color: #363943;
  margin: 12px 0 0 0;
}
.a-header__subtitle:after {
  display: none;
}
.a-header__logo {
  margin: 0 0 14px 0;
}
.a-header__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 162%;
  letter-spacing: 0;
  margin: 16px 0 0 0;
}

.a-cards {
  margin: 48px 0 80px;
}
.a-cards .a-subtitle {
  margin-bottom: 60px;
}

.a-emais {
  margin: 80px 0 36px;
}
@media only screen and (min-width: 1025px) {
  .a-emais .a-container {
    display: flex;
    align-items: center;
  }
}
.a-emais__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f3fbff;
  border-radius: 50%;
  position: relative;
  height: 320px;
  width: 320px;
}
.a-emais__image:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 2px #ffffff;
  max-width: 87%;
  width: 100%;
  height: 87%;
}
@media only screen and (min-width: 768px) {
  .a-emais__image {
    height: 408px;
    width: 408px;
    margin: 0 auto 48px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .a-emais__image {
    flex: 0 0 408px;
    max-width: 408px;
    margin: 0 68px 0 0;
  }
}
.a-emais__img {
  max-width: 100%;
}
.a-emais__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 110%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .a-emais__title {
    font-size: 3.3125rem;
  }
}
.a-emais__title span {
  color: #01a9c1;
}
.a-emais__subtitle {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 162%;
  color: #000000;
  margin: 8px 0 0 0;
}
.a-emais__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 162%;
  margin: 16px 0 0 0;
  color: #000000;
}

.a-bg-decor {
  position: absolute;
}

.a-functions {
  margin: 36px 0 0 0;
  padding: 172px 0 90px;
  position: relative;
  color: #ffffff;
  background: linear-gradient(to bottom, rgba(1, 169, 193, 0) 172px, #01a9c1 172px, #01a9c1 100%);
  overflow: hidden;
}
.a-functions__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 171px;
  display: block;
}
.a-functions__bg_main {
  color: #01a9c1;
  z-index: 2;
  top: 32px;
}
.a-functions__bg_secondary {
  color: #c9e6f0;
  top: 0;
  z-index: 1;
}
.a-functions .a-container {
  position: relative;
  z-index: 3;
}
.a-functions .a-container .a-bg-decor {
  top: -60px;
  right: 0;
  color: #41bfd1;
}
.a-functions__title {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 100%;
  position: relative;
  display: inline-block;
}
.a-functions__title span {
  color: #c9e6f0;
}
.a-functions__title:after {
  content: "";
  position: absolute;
  background: url(../images/emais/title-decor.svg) no-repeat 0 0;
  width: 80px;
  height: 62px;
  right: -118px;
  top: -20px;
}
.a-functions__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 162%;
  margin: 64px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-functions__text {
    display: flex;
  }
}
.a-functions__column {
  flex: 1;
}
.a-functions__column + .a-functions__column {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-functions__column + .a-functions__column {
    margin: 0 0 0 88px;
  }
}
.a-functions__list {
  counter-reset: list;
}
@media only screen and (min-width: 768px) {
  .a-functions__list {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 0 -36px;
  }
}
.a-functions__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 48px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-functions__item {
    flex: auto;
    width: calc(50% - 36px);
    margin: 48px 0 0 36px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-functions__item {
    width: calc(25% - 36px);
  }
}
.a-functions__item:before {
  counter-increment: list;
  content: counter(list);
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #018da8;
  background: #80d4e0;
  border-radius: 50%;
}
.a-functions__icon {
  display: flex;
  flex-direction: column;
  margin: 32px 0 0 0;
  height: 178px;
  justify-content: flex-end;
}
.a-functions__label {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  margin: 28px 0 0 0;
}

@media only screen and (min-width: 1025px) {
  .a-features {
    background: linear-gradient(to right, #c9e6f0 0%, #c9e6f0 51%, transparent 51%, transparent 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .a-features .a-container {
    display: flex;
  }
}
.a-features__content {
  margin: 0 -40px;
  padding: 48px 40px;
  background: #c9e6f0;
}
@media only screen and (min-width: 1025px) {
  .a-features__content {
    margin: 0;
    background: none;
    flex: 0 0 51%;
    max-width: 51%;
    padding: 96px 84px 96px 0;
    position: relative;
    align-self: stretch;
  }
}
.a-features__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
}
@media only screen and (min-width: 768px) {
  .a-features__title {
    font-size: 3.25rem;
  }
}
.a-features__title span {
  color: #01a9c1;
  display: inline;
}
.a-features__subtitle {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.01em;
  margin: 16px 0 0 0;
}
.a-features__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 162%;
  margin: 16px 0 0 0;
}
.a-features .a-bg-decor {
  color: rgba(255, 255, 255, 0.5);
  top: 36px;
  right: 48px;
}
.a-features__list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0 32px 82px;
}
.a-features__item {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  position: relative;
}
.a-features__item + .a-features__item {
  margin: 30px 0 0 0;
}
.a-features__item:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #c9e6f0;
  left: -128px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .a-features__item:before {
    width: 54px;
    left: -82px;
  }
}
.a-features__item:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  border: solid 2px #c9e6f0;
  border-radius: 50%;
}

.a-benefits {
  margin: 72px 0;
}
.a-benefits .a-title {
  font-weight: 700;
  font-size: 3.3125rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.a-benefits .a-title:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-benefits__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -48px;
  }
}
.a-benefits__item {
  border: solid 1px #c9e6f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px 20px 48px;
  margin: 48px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-benefits__item {
    margin: 48px 0 0 48px;
    flex: auto;
    width: calc(33.3333333333% - 48px);
    max-width: calc(33.3333333333% - 48px);
  }
}
.a-benefits__icon {
  margin: 0 0 16px 0;
}
.a-benefits__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 150%;
}
.a-benefits__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 162%;
  color: #363943;
  margin: 8px 0 0 0;
}

.a-swiper {
  margin: 0;
}

.a-carousel {
  background: #ecf8fe;
  padding: 76px 0 68px;
  text-align: center;
}
.a-carousel .a-subtitle {
  margin-bottom: 48px;
}
.a-carousel .a-button {
  margin-top: 48px;
}

.a-learn-more {
  text-align: center;
  padding: 48px 0;
}
.a-learn-more__buttons {
  margin-top: 40px;
}