@charset "UTF-8";
@font-face {
  font-family: "ticker_fonts";
  src: url("/g/s3/lp/lpc.v4/fonts/ticker-fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.section--u-i9oroy4s0 .div--u-iw8x9z7vp, .div--u-ibtr54bme {
  background-color: #ab9a35;
}
.ticker {
  overflow: hidden;
  position: relative;
  padding: 10px 30px 10px;
  color: #fff;
  background: #ffde2d;
}
.ticker .ticker-wrap {
  width: 99999px;
}
.ticker .ticker-wrap > h4 {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .ticker .ticker-wrap > h4 {
    font-size: 22px;
  }
}
.ticker .ticker-wrap > h4 h4 {
  margin: 10px 0;
}
.ticker .ticker-wrap > h4 pre {
  margin: 0;
}
.ticker .ticker-wrap > h4 > span {
  display: inline-block;
  margin-right: 2.4em;
}
.ticker .ticker-wrap > h4 > span:before {
  position: absolute;
  top: 56.3%;
  right: 3.2em;
  z-index: 2;
  line-height: 1;
  font-family: ticker_fonts;
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(0.001deg);
  font-size: 0.3em;
  color: inherit;
}
