.sd-banner {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sd-banner a {
  display: flex;
  align-items: center;
  color: inherit;
  height: 36px;
}
.sd-banner a:hover {
  color: inherit;
}
.sd-banner .sd-banner-viewport {
  width: 100%;
  overflow: hidden;
}
.sd-banner .sd-banner-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.sd-banner .sd-banner-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 55px;
}
.sd-banner .sd-banner-text {
  display: inline-block;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}
.sd-banner .sd-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.sd-banner .sd-banner-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .sd-banner a {
    height: 30px;
  }
  .sd-banner .sd-banner-content {
    padding-right: 40px;
  }
  .sd-banner .sd-banner-text {
    font-size: 13px;
  }
  .sd-banner .sd-banner-icon {
    margin-left: 12px;
  }
  .sd-banner .sd-banner-icon svg {
    width: 15px;
    height: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
