@-webkit-keyframes borderBlink{from,to{border-color:#fff}50%{border-color:red}}@keyframes borderBlink{from,to{border-color:#fff}50%{border-color:red}}.borderBlink{border:2px solid red;-webkit-animation:1s step-end infinite borderBlink;animation:1s step-end infinite borderBlink}@-webkit-keyframes textBlink{from,to{color:red}50%{color:#fff}}@keyframes textBlink{from,to{color:red}50%{color:#fff}}.textBlink{color:#fff;-webkit-animation:1s step-end infinite textBlink;animation:1s step-end infinite textBlink}.offerContainer{padding:10px;background-color:#00b398;color:#fff;font-size:20px;font-weight:500;border-radius:5px;margin:0 6px 40px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}.offerCodeContainer{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.offerCode{margin:0 6px}.offerTerms{display:flex;font-size:10px}