.link-rotator-wrapper {
  position: relative;
  margin: 0 0 24px 0;
}
.link-rotator-wrapper .link-rotator__title h2 {
  color: var(--color-font, #000000);
  font-family: var(--font-family-main, sans-serif);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 16px 0;
}
.link-rotator-wrapper .swiper.link-rotator {
  margin-top: -40px;
  padding-top: 40px;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-pagination {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  width: unset;
}
.link-rotator-wrapper
  .swiper.link-rotator
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #ffffff;
}
.link-rotator-wrapper
  .swiper.link-rotator
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-font, #000000);
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper {
  padding-bottom: 16px;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.02),
    inset 0 0 6px rgba(0, 0, 0, 0.45);
  height: 50px;
  border-radius: 9999px;
  cursor: pointer;
  box-sizing: border-box;
}
.link-rotator-wrapper
  .swiper.link-rotator
  .swiper-wrapper
  .swiper-slide.active {
  background-color: var(--color-font, #000000);
}
.link-rotator-wrapper
  .swiper.link-rotator
  .swiper-wrapper
  .swiper-slide
  .link-rotator__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.link-rotator-wrapper
  .swiper.link-rotator
  .swiper-wrapper
  .swiper-slide
  .link-rotator__link
  .link-rotator__title {
  color: var(--color-font, #000000);
  font-family: var(--font-family-main, sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: pre;
}
.link-rotator-wrapper
  .swiper.link-rotator
  .swiper-wrapper
  .swiper-slide.active
  .link-rotator__link
  .link-rotator__title {
  filter: invert(1);
}
