@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}:root{--primary-color:#00c6ce}#site-subscription{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:68px}@media screen and (max-width:768px){#site-subscription{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:1em;max-width:500px;margin:auto}}@media print,screen and (min-width:769px){#site-subscription{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5em 1em}}#site-subscription>p{margin:.5em}