.aaa-ts, .aaa-ts *{
  font-family: "Sora", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.aaa-ts{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MUST be hidden to mask slides correctly */
.aaa-ts__swiper{
  width: 100%;
  max-width: 1160px;
  overflow: hidden;          /* FIX */
  padding-top: 28px;         /* reserve space for quote icon */
}

/* Swiper wrapper */
.aaa-ts__swiper .swiper-wrapper{
  align-items: center;
}

/* slide */
.aaa-ts__slide{
  height: auto;
}

/* card */
.aaa-ts__card{
  position: relative;
  background: #F3F3F3;
  border-radius: 24px;
  padding: 26px 28px;
  width: 465px;
  height: 264.43px;
  display: flex;
  align-items: center;
  overflow: visible;         /* icon can overflow card (still inside swiper padding area) */
}

/* quote icon */
.aaa-ts__quote-icon{
  position: absolute;
  top: -18px;
  left: 34px;
  width: 44px;
  height: 44px;
  display: block;
}

/* content */
.aaa-ts__content{
  padding-right: 92px;
  max-width: 325px;
}

.aaa-ts__quote{
  font-size: 14px;
  line-height: 1.35;
  color: #0B1530;
  margin: 0 0 10px 0;
}

.aaa-ts__name{
  font-size: 12px;
  font-weight: 600;
  color: #1E3B8A;
  margin: 0;
}

/* logo circle */
.aaa-ts__logo-wrap{
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  background: #FFFFFF;
  border: 2px solid #1E3B8A;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aaa-ts__logo{
  max-width: 70%;
  max-height: 70%;
  display: block;
}

/* nav buttons */
.aaa-ts__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1.5px solid #1E3B8A;
  background: transparent;
  color: #1E3B8A;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  user-select: none;
  z-index: 10;

  padding: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
}

.aaa-ts__prev{ left: calc(50% - 640px); }
.aaa-ts__next{ right: calc(50% - 640px); }

.aaa-ts__pagination{
  display: none;
}

@media (max-width: 1300px){
  .aaa-ts__prev{ left: 12px; }
  .aaa-ts__next{ right: 12px; }
  .aaa-ts__swiper{ max-width: 94%; }
  .aaa-ts__card{ width: 100%; }
}

@media (max-width: 1024px){
  .aaa-ts__card{ height: auto; min-height: 200px; }
  .aaa-ts__content{ max-width: 100%; }
  .aaa-ts{
    padding-bottom: 28px;
    display: block;
  }
  .aaa-ts__nav{ display: none !important; }
  .aaa-ts__pagination{
    display: block;
    position: static;
    margin-top: 14px;
    text-align: center;
  }
  .aaa-ts__pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background: #1E3B8A;
    opacity: .3;
  }
  .aaa-ts__pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }
}
