*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{background-color:#000;color:#fff;font-family:Roboto,sans-serif;scroll-behavior:smooth}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:transparent!important;-webkit-box-shadow:inset 0 0 0 30px #120021!important;-webkit-text-fill-color:#fff}img{width:auto;max-width:100%}a{color:inherit;text-decoration:none}section{min-height:500px;padding:60px 0}.loader{position:absolute;top:29%;left:0;right:0;margin:auto;border:6px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:30px;height:30px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (max-width:575px){section{padding:30px 0}}