.bonus .swiper {
  overflow: visible;
}
.bonus .swiper-slide {
  height: auto;
}
.bonus__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bonus__cards > * {
  width: 33.3333333333%;
}
.bonus__card {
  position: relative;
  padding: 1.875rem;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bonus__card-img {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.bonus__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.258%;
}
.bonus__card-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
.bonus__card-title {
  font-size: max(1.125rem, 14px);
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1rem;
}
.bonus__card-text {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  color: var(--white-06);
  margin-bottom: 2rem;
}
.bonus__card-label {
  margin: auto auto 0;
  padding: 0.625rem 1rem;
  border-radius: 6.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.bonus__card-label p {
  font-size: max(0.9375rem, 12px);
  line-height: 140%;
  font-weight: 500;
  background: linear-gradient(92.29deg, #7be986 -2.94%, #0fcbd1 58.91%, #052da4 120.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .bonus {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 110px;
  }
  .bonus__cards {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  .bonus__cards > * {
    width: 100%;
  }
  .bonus__card {
    padding: 20px;
    width: 320px;
  }
  .bonus__card-img {
    margin-bottom: 40px;
  }
  .bonus__card-img > img {
    border-radius: 10px;
  }
  .bonus__card-text {
    margin-bottom: 24px;
  }
  .bonus__card-label {
    padding: 10px 12px;
  }
  .bonus__card-label p {
    font-size: 13px;
  }
}
/*# sourceMappingURL=bonus.css.map */
/*# sourceMappingURL=bonus.css.map */