@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");body{background-color:#fff;color:#002f28;font-family:Roboto Slab,Arial,sans-serif}.header{background-color:#0c6efc}footer{color:#fff;background-color:#333;margin-top:80px}p{font-size:18px}button{background-color:#ffd431;border:2px solid #ffd431;transition:all .3s ease-in-out}button:hover{background-color:#ebc026;transform:scale(1.03)}.menu a{color:#fff}.product-section a{color:#0c6efc;font-weight:700}.product-section hr{border-top:2px solid #e4e4e4;margin:30px 0 0}.hero{background-color:#ebf2f9}.heroContent p{margin-bottom:14px}.product-section{padding:14px}.product-section p{margin-bottom:12px}.product-section button{color:#fff;background-color:#0c6efc;font-weight:700;padding:14px;width:100%;border-radius:10px;border:0;-webkit-box-shadow:0 4px 12px -8px rgba(0,0,0,.75);-moz-box-shadow:0 4px 12px -8px rgba(0,0,0,.75);box-shadow:0 4px 12px -8px rgba(0,0,0,.75)}.product-section button:hover{background-color:#0560e9}.productName{color:#0c6efc}.rankNumber{background-color:#ffd431}.cta{transform:scale(.9);animation:pulseCTAButton 1.5s infinite}.pulse{animation:pulse 1.725s ease-out infinite forwards}.pulse-cta{transform:scale(.95);animation:pulseCta 1.5s infinite}@keyframes pulse{45%{box-shadow:0 0 0 5px #adf4a1;opacity:1}55%{opacity:1}}@keyframes pulseCta{50%{transform:scale(1)}}