@-webkit-keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@-webkit-keyframes marqueeRight{from{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes marqueeRight{from{transform:translateX(-50%)}
to{transform:translateX(0)}}.promobanner{position:relative;overflow:hidden;width:100vw;max-width:100%}.promobanner p{padding:0;margin:0;color:inherit;font-family:inherit;font-size:inherit;line-height:1.2}.promobanner__inner{overflow:hidden;height:40px;border-top:1px solid var(--white);border-bottom:1px solid var(--white);background:var(--black);color:var(--white);font-family:"fabrikat-med",arial,sans-serif;font-size:20px;font-weight:500;letter-spacing:-0.5px;text-transform:uppercase}
.promobanner--invert .promobanner__inner{border-top:1px solid var(--secondary);border-bottom:1px solid var(--secondary);background:var(--white);color:var(--black)}.promobanner__inner a{color:inherit;font-family:inherit;text-decoration:none}.promobanner__text{position:absolute;padding:8px 0;-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite;white-space:nowrap;will-change:transform}
.promobanner__text strong{position:relative;top:-3px;display:inline-block;font-family:"signalsnowboardsicons",arial,sans-serif !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;letter-spacing:3px;line-height:1;speak:none;text-transform:none !important;vertical-align:middle}
.promobanner--direction-right .promobanner__text{-webkit-animation-name:marqueeRight;animation-name:marqueeRight}.promobanner--speed-fast .promobanner__text{-webkit-animation-duration:15s;animation-duration:15s}.promobanner--speed-slow .promobanner__text{-webkit-animation-duration:60s;animation-duration:60s}