.aa-swiper .aa-card:before {
  content: none;
}
.aa-marquee-inf {
  position: static;
  transform: none;
}
.access-activation {
  padding-top: 200px;
}
.aa-section-title {
  text-align: center;
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
}
.aa-swiper {
  margin-bottom: 70px;
}
.trust-scale {
  padding-bottom: 0px;
}
.aa-card4 {
  width: 100%;
  max-width: 476px;
  height: 476px;
  border-radius: 10px;
  border: 4px solid #4cc8ff;
  background: white;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2) inset,
    0 20px 24px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  z-index: 4;
}
.aa-card4 .aa-card-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}
.aa-card4 .aa-card-cont-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.aa-card4 .buttons a {
  opacity: 1;
  transition: none;
}
.aa-swiper .aa-card4 .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.aa-swiper .aa-card4 .aa-card-content p {
  -webkit-line-clamp: 7;
}
.aa-swiper .aa-card4 .aa-card-cont-top {
  margin-top: 20px;
}
.aa-swiper .aa-card3 img {
  top: 50%;
  transform: translateY(-60%);
}
.aa-swiper {
  display: block;
}
.aa-cards-list {
  display: none;
}
@media (max-width: 950px) {
  .aa-card4,
  .aa-card {
    max-height: 410px;
  }
  .aa-card {
    width: 100%;
  }
  .aa-swiper {
    display: none;
  }
  .aa-cards-list {
    display: flex;
  }
  .aa-card:nth-of-type(1) img:nth-child(1),
  .aa-card:nth-of-type(2) img:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .aa-card:nth-of-type(3) img:nth-child(1) {
    top: 50%;
    transform: translateY(-60%);
  }
  .aa-marquee-inf {
    position: absolute;
    transform: rotate(-66deg);
  }
  .aa-section-title {
    font-size: 40px;
  }

  .access-activation {
    padding-top: 100px;
  }
}
