.announcement-bar {
  overflow: hidden;
  position: relative;
  z-index: 70;
  height: 32px;
}
.announcement-bar.hidden {
  height: 0;
}
.announcement-bar.loading {
  height: 30px;
  max-height: 30px;
}
.announcement-bar.loading .announcement-bar-slider .swiper-slide {
  opacity: 0;
}
.announcement-bar.transparent {
  margin-bottom: -32px;
}
.announcement-bar.transparent .announcement-bar-slider {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: transparent !important;
}
.announcement-bar.transparent .announcement-bar-slider .swiper-slide {
  color: #fff;
}
.announcement-bar.transparent .announcement-bar-slider .swiper-slide a {
  color: #fff;
}
.announcement-bar .announcement-bar-slider {
  min-height: 32px;
  overflow: visible;
  align-items: center;
  color: var(--text-primary-color);
}
.announcement-bar .announcement-bar-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.announcement-bar .announcement-bar-slider .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.15s ease-in 0.3s;
  overflow: hidden;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-color);
}
.announcement-bar .announcement-bar-slider .swiper-wrapper .swiper-slide a {
  color: var(--text-primary-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.announcement-bar .announcement-bar-slider .swiper-wrapper .swiper-slide .icon {
  width: auto;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.announcement-bar .announcement-bar-slider .swiper-wrapper .swiper-slide svg {
  padding-bottom: 3px;
}
