.acc-ticker .acc-ticker-title-wrapper{display:flex;align-items:center;max-width:540px;margin:0 auto}.acc-ticker .acc-ticker-title-wrapper .acc-ticker-image{margin-right:20px}.acc-ticker .acc-rotating-texts{max-width:860px;margin:0 auto;white-space:nowrap;overflow:hidden;box-sizing:border-box;font-weight:bold;color:#3a4147}.acc-ticker .acc-rotating-texts .acc-rotating-texts-inner{display:inline-block;padding-left:100%;-webkit-animation:marquee 30s 1s linear infinite;animation:marquee 30s 1s linear infinite}.acc-ticker .acc-rotating-texts .slush{font-weight:800;color:#fae14d;margin:0 10px}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes marquee{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}